

/* Start:/local/templates/itpanda.business.kupe/design/css/selectize.bootstrap3.css?161822783410766*/
/**
 * selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/yith_wcwl_style.css?1618227834738*/
/* Popup message */
#yith-wcwl-popup-message {
    background: white;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000; /* Thanks WP -.- */
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px;
}

/* AJAX loading gif */
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/js_composer.min.css?16182278345673*/
.align_center {
    text-align: center;
}
#main.wide .main-content, .page-wrapper.side-nav #blueimp-gallery {
    padding: 0;
}

body .ads-container .col-sm-4:first-child {
    border-left-width: 0;
}

.mt10 {
     margin-top: 10px;
 }
.mb10 {
    margin-bottom: 10px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.b-product-card-characteristics .item_info_section .bx_size_scroller_container .bx_active .cnt {
    border: 1px solid #00334e;
}
.b-product-card-characteristics .item_info_section .bx_size_scroller_container .cnt {
    padding: 2px 5px;
}


.message_box-rounded {
    border-radius: 5px;
}
.message_box {
    border: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    margin: 0 0 21.74px;
    overflow: hidden;
    padding: 1em 1em 1em 4em;
    position: relative;
}
.alert-danger .message_box-icon {
    color: #ef8495;
}
.message_box-icon {
    bottom: 0;
    font-size: 1em;
    left: 0;
    top: 0;
    width: 4em;
}
.message_box-icon, .message_box-icon > * {
    font-style: normal;
    font-weight: 400;
    position: absolute;
}

.message_box-icon > *, .message_box-icon > .fa {
    font-size: 1.7em;
    line-height: 1;
}

.message_box-icon > * {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fa {
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
}


.alert-success .message_box-icon {
    color: #9ad36a;
}

.widget_layered_nav > *, .widget_layered_nav > div > ul, .widget_layered_nav > ul, .widget_layered_nav_filters > *, .widget_layered_nav_filters > div > ul, .widget_layered_nav_filters > ul, .widget_price_filter > *, .widget_price_filter > div > ul, .widget_price_filter > ul, .widget_product_categories > *, .widget_product_categories > div > ul, .widget_product_categories > ul {
    border-width: 0;
    margin: 0;
    padding: 0.7143em 1.0714em;
}

.shop-loop-before .ordering {
    float: left;
    margin-right: 20px;
}
.shop-loop-before .ordering, .shop-loop-before .itpb-pagination > * {
    margin-bottom: 15px;
}
.ordering, .itpb-pagination{
    font-size: 0.9286em;
}

.viewing {
    display: inline-block;
    vertical-align: top;
}

.ordering select, .viewing select {
    font-size: 1em;
    height: 2.2em;
    margin-left: 7px;
    padding: 0 0 0 0.22em;
}

.itpb-pagination ul li a:focus, .itpb-pagination ul li a:hover, .itpb-pagination ul li span.current {
    color: #fff;
}
.itpb-pagination a:focus, .itpb-pagination a:hover, .itpb-pagination span.current {
    background-color: #08c;
    border-color: #08c;
}
.itpb-pagination ul li a, .itpb-pagination ul li span {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    height: 2.2em;
    line-height: 2.1em;
    margin: 0 0 5px;
    min-width: 2.2em;
    padding: 0 0.5em;
    text-align: center;
    text-decoration: none;
}
.shop-loop-before .itpb-pagination {
    float: right;
    margin-bottom: -10px;
}
.itpb-pagination {
    position: relative;
    text-align: right;
}

.itpb-pagination ul li {
    display: inline;
    float: left;
    margin-left: 5px;
    padding: 0;
}

.itpb-pagination ul {
    white-space: nowrap;
}

.itpb-pagination {
    text-align: right;
}

.itpb-pagination ul {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

.itpb-pagination ul li .prev::before {
    content: "";
}
.itpb-pagination ul li .next::before, .itpb-pagination ul li .prev::before {
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
}

.itpb-pagination ul li .next::before {
    content: "";
}
.itpb-pagination ul li .next::before, .itpb-pagination ul li .prev::before {
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
}

.itpb-pagination ul li .next, .itpb-pagination ul li .prev {
    position: relative;
    text-indent: -9999px;
    width: 2.2em;
}


.product-rating {
    color: #bdbdbd;
    margin-bottom: 1.4286em;
}

.product-rating .star-rating {
    font-size: 1.2857em;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.7143em;
}

.product-rating a:hover {
    color: #888;
}


.product-rating {
    margin: 1.4286em 0 0.2286em 0; }

.product-rating .star-rating {
    margin-right: 0;
    vertical-align: middle; }

.product-rating .star-rating-count {
    font-size: 1.2857em;
    display: inline-block;
    vertical-align: top; }

ul.products li.product .rating-wrap .rating-after, ul.products li.product .rating-wrap .rating-before, ul.products li.product-category .rating-wrap .rating-after, ul.products li.product-category .rating-wrap .rating-before {
    display: table-cell;
    height: 1px;
    vertical-align: middle;
    width: 50%;
}

ul.products li.product .rating-wrap .rating-before .rating-line, ul.products li.product-category .rating-wrap .rating-before .rating-line {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
}
ul.products li.product .rating-wrap .rating-after .rating-line, ul.products li.product .rating-wrap .rating-before .rating-line, ul.products li.product-category .rating-wrap .rating-after .rating-line, ul.products li.product-category .rating-wrap .rating-before .rating-line {
    display: block;
    height: 1px;
    margin-top: 1px;
    width: 100%;
}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/masterslider.main.css?16182278349824*/

.master-slider{
    position: relative;
}
.ms-moz .ms-slide-bgcont>img { -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }
.master-slider a:hover {
    -webkit-transition: none;
    transition: none;
}
.master-slider img {max-width:100%;}
.ms-slide-auto-height { display: table; }
.ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(/local/templates/itpanda.business.kupe/design/css/common/loading-2.gif) no-repeat center white;
    border-radius: 60px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: 0.9;
}
.ms-grab-cursor{cursor: url(/local/templates/itpanda.business.kupe/design/css/common/grab.png), move;}
.ms-view {
    margin:0px auto;
    overflow:hidden;

    position:relative;
    -webkit-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}
.ms-view .ms-slide-container{position:relative;}
.ms-slide {
    height:100%;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}
.ms-slide .ms-slide-bgcont{
    position: absolute;
    overflow:hidden;
    width: 100%;
}
.ms-wk .ms-slide-bgvideocont>video{
    -webkit-transform: translateZ(0.3px);
    transform: translateZ(0.3px);
}
.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.ms-default-btn:hover{background-color: #0098D5;}
.ms-thumb-list{
    overflow:hidden;
    position:absolute;
}
.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    content: close-quote;
    top: 43%;
    position: relative;
    border: solid rgba(0, 0, 0, 0);
    border-width: 5px 5px 5px 0px;
    display: block;
    border-right-color: #FFF;
    width: 6px;
    height: 1px;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    border-width: 5px 0px 5px 5px;
    border-left-color: #FFF;
    left: 7px;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
    content: close-quote;
    left: 43%;
    position: relative;
    border: solid rgba(0, 0, 0, 0);
    border-width: 0px 5px 5px 5px;
    display: block;
    border-bottom-color: #FFF;
    height: 1px;
    top: 5px;
    width: 0;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
    border-width: 5px 5px 0px 5px;
    border-top-color: #FFF;
    top: 7px;
}
@keyframes point-anim{
    0% 		{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
    100% 	{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}
@-webkit-keyframes point-anim{
    0% 		{-webkit-transform: scale(0.5); opacity: 1; }
    100% 	{-webkit-transform: scale(1.5);	opacity: 0; }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .ms-skin-default .ms-slide .ms-slide-vpbtn,
    .ms-skin-default .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/light-skin-1-retina.png);
        background-size: 152px 225px;
    }

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
    .ms-skin-black-1 .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/black-skin-1-retina.png);
        background-size: 152px 225px;
    }

}
.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-black-2 .ms-video-btn:hover{
    background-color: #3D3D3D;
}
.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover{
    background-color: #3d3d3d;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
    .ms-skin-black-2 .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/black-skin-2-retina.png);
        background-size: 152px 225px;
    }

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-2 .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/light-skin-2-retina.png);
        background-size: 152px 225px;
    }

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-3 .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/light-skin-3-retina.png);
        background-size: 152px 225px;
    }

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-4 .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/light-skin-4-retina.png);
        background-size: 152px 225px;
    }

}
.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover{
    background-color:#E0E0E0;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-5 .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/light-skin-5-retina.png);
        background-size: 152px 225px;
    }

}
.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-6 .ms-video-btn:hover{
    background-color:#E0E0E0;
}
.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover{
    background-color:#E0E0E0;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-6 .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/light-skin-6-retina.png);
        background-size: 152px 225px;
    }

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .ms-skin-metro .ms-slide .ms-slide-vpbtn,
    .ms-skin-metro .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/metro-skin-retina.png);
        background-size: 152px 225px;
    }

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .ms-skin-contrast .ms-slide .ms-slide-vpbtn,
    .ms-skin-contrast .ms-nav-next{
        background-image:url(/local/templates/itpanda.business.kupe/design/css/skins/contrast-skin-retina.png);
        background-size: 152px 225px;
    }

}
@media (max-width: 570px) {
    .ms-gallery-template .ms-slide-info {
        display: none;
    }
}
.master-slider{
    -moz-transform:translate3d(0,0,1px);
}

/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/Defaults.css?161822783428855*/
@font-face {font-family: 'Defaults';src:url('/local/templates/itpanda.business.kupe/design/css/fonts/Defaults.eot?rfa9z8');src:url('/local/templates/itpanda.business.kupe/design/css/fonts/Defaults.eot?#iefixrfa9z8') format('embedded-opentype'),url('/local/templates/itpanda.business.kupe/design/css/fonts/Defaults.woff?rfa9z8') format('woff'),url('/local/templates/itpanda.business.kupe/design/css/fonts/Defaults.ttf?rfa9z8') format('truetype'),url('/local/templates/itpanda.business.kupe/design/css/fonts/Defaults.svg?rfa9z8#Defaults') format('svg');font-weight: normal;font-style: normal;}[class^="Defaults-"], [class*=" Defaults-"] {font-family: 'Defaults';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}  .Defaults-glass:before {content: "\f000";}  .Defaults-music:before {content: "\f001";}  .Defaults-search:before {content: "\f002";}  .Defaults-envelope-o:before {content: "\f003";}  .Defaults-heart:before {content: "\f004";}  .Defaults-star:before {content: "\f005";}  .Defaults-star-o:before {content: "\f006";}  .Defaults-user:before {content: "\f007";}  .Defaults-film:before {content: "\f008";}  .Defaults-th-large:before {content: "\f009";}  .Defaults-th:before {content: "\f00a";}  .Defaults-th-list:before {content: "\f00b";}  .Defaults-check:before {content: "\f00c";}  .Defaults-close:before {content: "\f00d";}  .Defaults-remove:before {content: "\f00d";}  .Defaults-times:before {content: "\f00d";}  .Defaults-search-plus:before {content: "\f00e";}  .Defaults-search-minus:before {content: "\f010";}  .Defaults-power-off:before {content: "\f011";}  .Defaults-signal:before {content: "\f012";}  .Defaults-cog:before {content: "\f013";}  .Defaults-gear:before {content: "\f013";}  .Defaults-trash-o:before {content: "\f014";}  .Defaults-home:before {content: "\f015";}  .Defaults-file-o:before {content: "\f016";}  .Defaults-clock-o:before {content: "\f017";}  .Defaults-road:before {content: "\f018";}  .Defaults-download:before {content: "\f019";}  .Defaults-arrow-circle-o-down:before {content: "\f01a";}  .Defaults-arrow-circle-o-up:before {content: "\f01b";}  .Defaults-inbox:before {content: "\f01c";}  .Defaults-play-circle-o:before {content: "\f01d";}  .Defaults-repeat:before {content: "\f01e";}  .Defaults-rotate-right:before {content: "\f01e";}  .Defaults-refresh:before {content: "\f021";}  .Defaults-list-alt:before {content: "\f022";}  .Defaults-lock:before {content: "\f023";}  .Defaults-flag:before {content: "\f024";}  .Defaults-headphones:before {content: "\f025";}  .Defaults-volume-off:before {content: "\f026";}  .Defaults-volume-down:before {content: "\f027";}  .Defaults-volume-up:before {content: "\f028";}  .Defaults-qrcode:before {content: "\f029";}  .Defaults-barcode:before {content: "\f02a";}  .Defaults-tag:before {content: "\f02b";}  .Defaults-tags:before {content: "\f02c";}  .Defaults-book:before {content: "\f02d";}  .Defaults-bookmark:before {content: "\f02e";}  .Defaults-print:before {content: "\f02f";}  .Defaults-camera:before {content: "\f030";}  .Defaults-font:before {content: "\f031";}  .Defaults-bold:before {content: "\f032";}  .Defaults-italic:before {content: "\f033";}  .Defaults-text-height:before {content: "\f034";}  .Defaults-text-width:before {content: "\f035";}  .Defaults-align-left:before {content: "\f036";}  .Defaults-align-center:before {content: "\f037";}  .Defaults-align-right:before {content: "\f038";}  .Defaults-align-justify:before {content: "\f039";}  .Defaults-list:before {content: "\f03a";}  .Defaults-dedent:before {content: "\f03b";}  .Defaults-outdent:before {content: "\f03b";}  .Defaults-indent:before {content: "\f03c";}  .Defaults-video-camera:before {content: "\f03d";}  .Defaults-image:before {content: "\f03e";}  .Defaults-photo:before {content: "\f03e";}  .Defaults-picture-o:before {content: "\f03e";}  .Defaults-pencil:before {content: "\f040";}  .Defaults-map-marker:before {content: "\f041";}  .Defaults-adjust:before {content: "\f042";}  .Defaults-tint:before {content: "\f043";}  .Defaults-edit:before {content: "\f044";}  .Defaults-pencil-square-o:before {content: "\f044";}  .Defaults-share-square-o:before {content: "\f045";}  .Defaults-check-square-o:before {content: "\f046";}  .Defaults-arrows:before {content: "\f047";}  .Defaults-step-backward:before {content: "\f048";}  .Defaults-fast-backward:before {content: "\f049";}  .Defaults-backward:before {content: "\f04a";}  .Defaults-play:before {content: "\f04b";}  .Defaults-pause:before {content: "\f04c";}  .Defaults-stop:before {content: "\f04d";}  .Defaults-forward:before {content: "\f04e";}  .Defaults-fast-forward:before {content: "\f050";}  .Defaults-step-forward:before {content: "\f051";}  .Defaults-eject:before {content: "\f052";}  .Defaults-chevron-left:before {content: "\f053";}  .Defaults-chevron-right:before {content: "\f054";}  .Defaults-plus-circle:before {content: "\f055";}  .Defaults-minus-circle:before {content: "\f056";}  .Defaults-times-circle:before {content: "\f057";}  .Defaults-check-circle:before {content: "\f058";}  .Defaults-question-circle:before {content: "\f059";}  .Defaults-info-circle:before {content: "\f05a";}  .Defaults-crosshairs:before {content: "\f05b";}  .Defaults-times-circle-o:before {content: "\f05c";}  .Defaults-check-circle-o:before {content: "\f05d";}  .Defaults-ban:before {content: "\f05e";}  .Defaults-arrow-left:before {content: "\f060";}  .Defaults-arrow-right:before {content: "\f061";}  .Defaults-arrow-up:before {content: "\f062";}  .Defaults-arrow-down:before {content: "\f063";}  .Defaults-mail-forward:before {content: "\f064";}  .Defaults-share:before {content: "\f064";}  .Defaults-expand:before {content: "\f065";}  .Defaults-compress:before {content: "\f066";}  .Defaults-plus:before {content: "\f067";}  .Defaults-minus:before {content: "\f068";}  .Defaults-asterisk:before {content: "\f069";}  .Defaults-exclamation-circle:before {content: "\f06a";}  .Defaults-gift:before {content: "\f06b";}  .Defaults-leaf:before {content: "\f06c";}  .Defaults-fire:before {content: "\f06d";}  .Defaults-eye:before {content: "\f06e";}  .Defaults-eye-slash:before {content: "\f070";}  .Defaults-exclamation-triangle:before {content: "\f071";}  .Defaults-warning:before {content: "\f071";}  .Defaults-plane:before {content: "\f072";}  .Defaults-calendar:before {content: "\f073";}  .Defaults-random:before {content: "\f074";}  .Defaults-comment:before {content: "\f075";}  .Defaults-magnet:before {content: "\f076";}  .Defaults-chevron-up:before {content: "\f077";}  .Defaults-chevron-down:before {content: "\f078";}  .Defaults-retweet:before {content: "\f079";}  .Defaults-shopping-cart:before {content: "\f07a";}  .Defaults-folder:before {content: "\f07b";}  .Defaults-folder-open:before {content: "\f07c";}  .Defaults-arrows-v:before {content: "\f07d";}  .Defaults-arrows-h:before {content: "\f07e";}  .Defaults-bar-chart:before {content: "\f080";}  .Defaults-bar-chart-o:before {content: "\f080";}  .Defaults-twitter-square:before {content: "\f081";}  .Defaults-facebook-square:before {content: "\f082";}  .Defaults-camera-retro:before {content: "\f083";}  .Defaults-key:before {content: "\f084";}  .Defaults-cogs:before {content: "\f085";}  .Defaults-gears:before {content: "\f085";}  .Defaults-comments:before {content: "\f086";}  .Defaults-thumbs-o-up:before {content: "\f087";}  .Defaults-thumbs-o-down:before {content: "\f088";}  .Defaults-star-half:before {content: "\f089";}  .Defaults-heart-o:before {content: "\f08a";}  .Defaults-sign-out:before {content: "\f08b";}  .Defaults-linkedin-square:before {content: "\f08c";}  .Defaults-thumb-tack:before {content: "\f08d";}  .Defaults-external-link:before {content: "\f08e";}  .Defaults-sign-in:before {content: "\f090";}  .Defaults-trophy:before {content: "\f091";}  .Defaults-github-square:before {content: "\f092";}  .Defaults-upload:before {content: "\f093";}  .Defaults-lemon-o:before {content: "\f094";}  .Defaults-phone:before {content: "\f095";}  .Defaults-square-o:before {content: "\f096";}  .Defaults-bookmark-o:before {content: "\f097";}  .Defaults-phone-square:before {content: "\f098";}  .Defaults-twitter:before {content: "\f099";}  .Defaults-facebook:before {content: "\f09a";}  .Defaults-facebook-f:before {content: "\f09a";}  .Defaults-github:before {content: "\f09b";}  .Defaults-unlock:before {content: "\f09c";}  .Defaults-credit-card:before {content: "\f09d";}  .Defaults-rss:before {content: "\f09e";}  .Defaults-hdd-o:before {content: "\f0a0";}  .Defaults-bullhorn:before {content: "\f0a1";}  .Defaults-bell-o:before {content: "\f0a2";}  .Defaults-certificate:before {content: "\f0a3";}  .Defaults-hand-o-right:before {content: "\f0a4";}  .Defaults-hand-o-left:before {content: "\f0a5";}  .Defaults-hand-o-up:before {content: "\f0a6";}  .Defaults-hand-o-down:before {content: "\f0a7";}  .Defaults-arrow-circle-left:before {content: "\f0a8";}  .Defaults-arrow-circle-right:before {content: "\f0a9";}  .Defaults-arrow-circle-up:before {content: "\f0aa";}  .Defaults-arrow-circle-down:before {content: "\f0ab";}  .Defaults-globe:before {content: "\f0ac";}  .Defaults-wrench:before {content: "\f0ad";}  .Defaults-tasks:before {content: "\f0ae";}  .Defaults-filter:before {content: "\f0b0";}  .Defaults-briefcase:before {content: "\f0b1";}  .Defaults-arrows-alt:before {content: "\f0b2";}  .Defaults-group:before {content: "\f0c0";}  .Defaults-users:before {content: "\f0c0";}  .Defaults-chain:before {content: "\f0c1";}  .Defaults-link:before {content: "\f0c1";}  .Defaults-cloud:before {content: "\f0c2";}  .Defaults-flask:before {content: "\f0c3";}  .Defaults-cut:before {content: "\f0c4";}  .Defaults-scissors:before {content: "\f0c4";}  .Defaults-copy:before {content: "\f0c5";}  .Defaults-files-o:before {content: "\f0c5";}  .Defaults-paperclip:before {content: "\f0c6";}  .Defaults-floppy-o:before {content: "\f0c7";}  .Defaults-save:before {content: "\f0c7";}  .Defaults-square:before {content: "\f0c8";}  .Defaults-bars:before {content: "\f0c9";}  .Defaults-navicon:before {content: "\f0c9";}  .Defaults-reorder:before {content: "\f0c9";}  .Defaults-list-ul:before {content: "\f0ca";}  .Defaults-list-ol:before {content: "\f0cb";}  .Defaults-strikethrough:before {content: "\f0cc";}  .Defaults-underline:before {content: "\f0cd";}  .Defaults-table:before {content: "\f0ce";}  .Defaults-magic:before {content: "\f0d0";}  .Defaults-truck:before {content: "\f0d1";}  .Defaults-pinterest:before {content: "\f0d2";}  .Defaults-pinterest-square:before {content: "\f0d3";}  .Defaults-google-plus-square:before {content: "\f0d4";}  .Defaults-google-plus:before {content: "\f0d5";}  .Defaults-money:before {content: "\f0d6";}  .Defaults-caret-down:before {content: "\f0d7";}  .Defaults-caret-up:before {content: "\f0d8";}  .Defaults-caret-left:before {content: "\f0d9";}  .Defaults-caret-right:before {content: "\f0da";}  .Defaults-columns:before {content: "\f0db";}  .Defaults-sort:before {content: "\f0dc";}  .Defaults-unsorted:before {content: "\f0dc";}  .Defaults-sort-desc:before {content: "\f0dd";}  .Defaults-sort-down:before {content: "\f0dd";}  .Defaults-sort-asc:before {content: "\f0de";}  .Defaults-sort-up:before {content: "\f0de";}  .Defaults-envelope:before {content: "\f0e0";}  .Defaults-linkedin:before {content: "\f0e1";}  .Defaults-rotate-left:before {content: "\f0e2";}  .Defaults-undo:before {content: "\f0e2";}  .Defaults-gavel:before {content: "\f0e3";}  .Defaults-legal:before {content: "\f0e3";}  .Defaults-dashboard:before {content: "\f0e4";}  .Defaults-tachometer:before {content: "\f0e4";}  .Defaults-comment-o:before {content: "\f0e5";}  .Defaults-comments-o:before {content: "\f0e6";}  .Defaults-bolt:before {content: "\f0e7";}  .Defaults-flash:before {content: "\f0e7";}  .Defaults-sitemap:before {content: "\f0e8";}  .Defaults-umbrella:before {content: "\f0e9";}  .Defaults-clipboard:before {content: "\f0ea";}  .Defaults-paste:before {content: "\f0ea";}  .Defaults-lightbulb-o:before {content: "\f0eb";}  .Defaults-exchange:before {content: "\f0ec";}  .Defaults-cloud-download:before {content: "\f0ed";}  .Defaults-cloud-upload:before {content: "\f0ee";}  .Defaults-user-md:before {content: "\f0f0";}  .Defaults-stethoscope:before {content: "\f0f1";}  .Defaults-suitcase:before {content: "\f0f2";}  .Defaults-bell:before {content: "\f0f3";}  .Defaults-coffee:before {content: "\f0f4";}  .Defaults-cutlery:before {content: "\f0f5";}  .Defaults-file-text-o:before {content: "\f0f6";}  .Defaults-building-o:before {content: "\f0f7";}  .Defaults-hospital-o:before {content: "\f0f8";}  .Defaults-ambulance:before {content: "\f0f9";}  .Defaults-medkit:before {content: "\f0fa";}  .Defaults-fighter-jet:before {content: "\f0fb";}  .Defaults-beer:before {content: "\f0fc";}  .Defaults-h-square:before {content: "\f0fd";}  .Defaults-plus-square:before {content: "\f0fe";}  .Defaults-angle-double-left:before {content: "\f100";}  .Defaults-angle-double-right:before {content: "\f101";}  .Defaults-angle-double-up:before {content: "\f102";}  .Defaults-angle-double-down:before {content: "\f103";}  .Defaults-angle-left:before {content: "\f104";}  .Defaults-angle-right:before {content: "\f105";}  .Defaults-angle-up:before {content: "\f106";}  .Defaults-angle-down:before {content: "\f107";}  .Defaults-desktop:before {content: "\f108";}  .Defaults-laptop:before {content: "\f109";}  .Defaults-tablet:before {content: "\f10a";}  .Defaults-mobile:before {content: "\f10b";}  .Defaults-mobile-phone:before {content: "\f10b";}  .Defaults-circle-o:before {content: "\f10c";}  .Defaults-quote-left:before {content: "\f10d";}  .Defaults-quote-right:before {content: "\f10e";}  .Defaults-spinner:before {content: "\f110";}  .Defaults-circle:before {content: "\f111";}  .Defaults-mail-reply:before {content: "\f112";}  .Defaults-reply:before {content: "\f112";}  .Defaults-github-alt:before {content: "\f113";}  .Defaults-folder-o:before {content: "\f114";}  .Defaults-folder-open-o:before {content: "\f115";}  .Defaults-smile-o:before {content: "\f118";}  .Defaults-frown-o:before {content: "\f119";}  .Defaults-meh-o:before {content: "\f11a";}  .Defaults-gamepad:before {content: "\f11b";}  .Defaults-keyboard-o:before {content: "\f11c";}  .Defaults-flag-o:before {content: "\f11d";}  .Defaults-flag-checkered:before {content: "\f11e";}  .Defaults-terminal:before {content: "\f120";}  .Defaults-code:before {content: "\f121";}  .Defaults-mail-reply-all:before {content: "\f122";}  .Defaults-reply-all:before {content: "\f122";}  .Defaults-star-half-empty:before {content: "\f123";}  .Defaults-star-half-full:before {content: "\f123";}  .Defaults-star-half-o:before {content: "\f123";}  .Defaults-location-arrow:before {content: "\f124";}  .Defaults-crop:before {content: "\f125";}  .Defaults-code-fork:before {content: "\f126";}  .Defaults-chain-broken:before {content: "\f127";}  .Defaults-unlink:before {content: "\f127";}  .Defaults-question:before {content: "\f128";}  .Defaults-info:before {content: "\f129";}  .Defaults-exclamation:before {content: "\f12a";}  .Defaults-superscript:before {content: "\f12b";}  .Defaults-subscript:before {content: "\f12c";}  .Defaults-eraser:before {content: "\f12d";}  .Defaults-puzzle-piece:before {content: "\f12e";}  .Defaults-microphone:before {content: "\f130";}  .Defaults-microphone-slash:before {content: "\f131";}  .Defaults-shield:before {content: "\f132";}  .Defaults-calendar-o:before {content: "\f133";}  .Defaults-fire-extinguisher:before {content: "\f134";}  .Defaults-rocket:before {content: "\f135";}  .Defaults-maxcdn:before {content: "\f136";}  .Defaults-chevron-circle-left:before {content: "\f137";}  .Defaults-chevron-circle-right:before {content: "\f138";}  .Defaults-chevron-circle-up:before {content: "\f139";}  .Defaults-chevron-circle-down:before {content: "\f13a";}  .Defaults-html5:before {content: "\f13b";}  .Defaults-css3:before {content: "\f13c";}  .Defaults-anchor:before {content: "\f13d";}  .Defaults-unlock-alt:before {content: "\f13e";}  .Defaults-bullseye:before {content: "\f140";}  .Defaults-ellipsis-h:before {content: "\f141";}  .Defaults-ellipsis-v:before {content: "\f142";}  .Defaults-rss-square:before {content: "\f143";}  .Defaults-play-circle:before {content: "\f144";}  .Defaults-ticket:before {content: "\f145";}  .Defaults-minus-square:before {content: "\f146";}  .Defaults-minus-square-o:before {content: "\f147";}  .Defaults-level-up:before {content: "\f148";}  .Defaults-level-down:before {content: "\f149";}  .Defaults-check-square:before {content: "\f14a";}  .Defaults-pencil-square:before {content: "\f14b";}  .Defaults-external-link-square:before {content: "\f14c";}  .Defaults-share-square:before {content: "\f14d";}  .Defaults-compass:before {content: "\f14e";}  .Defaults-caret-square-o-down:before {content: "\f150";}  .Defaults-toggle-down:before {content: "\f150";}  .Defaults-caret-square-o-up:before {content: "\f151";}  .Defaults-toggle-up:before {content: "\f151";}  .Defaults-caret-square-o-right:before {content: "\f152";}  .Defaults-toggle-right:before {content: "\f152";}  .Defaults-eur:before {content: "\f153";}  .Defaults-euro:before {content: "\f153";}  .Defaults-gbp:before {content: "\f154";}  .Defaults-dollar:before {content: "\f155";}  .Defaults-usd:before {content: "\f155";}  .Defaults-inr:before {content: "\f156";}  .Defaults-rupee:before {content: "\f156";}  .Defaults-cny:before {content: "\f157";}  .Defaults-jpy:before {content: "\f157";}  .Defaults-rmb:before {content: "\f157";}  .Defaults-yen:before {content: "\f157";}  .Defaults-rouble:before {content: "\f158";}  .Defaults-rub:before {content: "\f158";}  .Defaults-ruble:before {content: "\f158";}  .Defaults-krw:before {content: "\f159";}  .Defaults-won:before {content: "\f159";}  .Defaults-bitcoin:before {content: "\f15a";}  .Defaults-btc:before {content: "\f15a";}  .Defaults-file:before {content: "\f15b";}  .Defaults-file-text:before {content: "\f15c";}  .Defaults-sort-alpha-asc:before {content: "\f15d";}  .Defaults-sort-alpha-desc:before {content: "\f15e";}  .Defaults-sort-amount-asc:before {content: "\f160";}  .Defaults-sort-amount-desc:before {content: "\f161";}  .Defaults-sort-numeric-asc:before {content: "\f162";}  .Defaults-sort-numeric-desc:before {content: "\f163";}  .Defaults-thumbs-up:before {content: "\f164";}  .Defaults-thumbs-down:before {content: "\f165";}  .Defaults-youtube-square:before {content: "\f166";}  .Defaults-youtube:before {content: "\f167";}  .Defaults-xing:before {content: "\f168";}  .Defaults-xing-square:before {content: "\f169";}  .Defaults-youtube-play:before {content: "\f16a";}  .Defaults-dropbox:before {content: "\f16b";}  .Defaults-stack-overflow:before {content: "\f16c";}  .Defaults-instagram:before {content: "\f16d";}  .Defaults-flickr:before {content: "\f16e";}  .Defaults-adn:before {content: "\f170";}  .Defaults-bitbucket:before {content: "\f171";}  .Defaults-bitbucket-square:before {content: "\f172";}  .Defaults-tumblr:before {content: "\f173";}  .Defaults-tumblr-square:before {content: "\f174";}  .Defaults-long-arrow-down:before {content: "\f175";}  .Defaults-long-arrow-up:before {content: "\f176";}  .Defaults-long-arrow-left:before {content: "\f177";}  .Defaults-long-arrow-right:before {content: "\f178";}  .Defaults-apple:before {content: "\f179";}  .Defaults-windows:before {content: "\f17a";}  .Defaults-android:before {content: "\f17b";}  .Defaults-linux:before {content: "\f17c";}  .Defaults-dribbble:before {content: "\f17d";}  .Defaults-skype:before {content: "\f17e";}  .Defaults-foursquare:before {content: "\f180";}  .Defaults-trello:before {content: "\f181";}  .Defaults-female:before {content: "\f182";}  .Defaults-male:before {content: "\f183";}  .Defaults-gittip:before {content: "\f184";}  .Defaults-gratipay:before {content: "\f184";}  .Defaults-sun-o:before {content: "\f185";}  .Defaults-moon-o:before {content: "\f186";}  .Defaults-archive:before {content: "\f187";}  .Defaults-bug:before {content: "\f188";}  .Defaults-vk:before {content: "\f189";}  .Defaults-weibo:before {content: "\f18a";}  .Defaults-renren:before {content: "\f18b";}  .Defaults-pagelines:before {content: "\f18c";}  .Defaults-stack-exchange:before {content: "\f18d";}  .Defaults-arrow-circle-o-right:before {content: "\f18e";}  .Defaults-arrow-circle-o-left:before {content: "\f190";}  .Defaults-caret-square-o-left:before {content: "\f191";}  .Defaults-toggle-left:before {content: "\f191";}  .Defaults-dot-circle-o:before {content: "\f192";}  .Defaults-wheelchair:before {content: "\f193";}  .Defaults-vimeo-square:before {content: "\f194";}  .Defaults-try:before {content: "\f195";}  .Defaults-turkish-lira:before {content: "\f195";}  .Defaults-plus-square-o:before {content: "\f196";}  .Defaults-space-shuttle:before {content: "\f197";}  .Defaults-slack:before {content: "\f198";}  .Defaults-envelope-square:before {content: "\f199";}  .Defaults-wordpress:before {content: "\f19a";}  .Defaults-openid:before {content: "\f19b";}  .Defaults-bank:before {content: "\f19c";}  .Defaults-institution:before {content: "\f19c";}  .Defaults-university:before {content: "\f19c";}  .Defaults-graduation-cap:before {content: "\f19d";}  .Defaults-mortar-board:before {content: "\f19d";}  .Defaults-yahoo:before {content: "\f19e";}  .Defaults-google:before {content: "\f1a0";}  .Defaults-reddit:before {content: "\f1a1";}  .Defaults-reddit-square:before {content: "\f1a2";}  .Defaults-stumbleupon-circle:before {content: "\f1a3";}  .Defaults-stumbleupon:before {content: "\f1a4";}  .Defaults-delicious:before {content: "\f1a5";}  .Defaults-digg:before {content: "\f1a6";}  .Defaults-pied-piper:before {content: "\f1a7";}  .Defaults-pied-piper-alt:before {content: "\f1a8";}  .Defaults-drupal:before {content: "\f1a9";}  .Defaults-joomla:before {content: "\f1aa";}  .Defaults-language:before {content: "\f1ab";}  .Defaults-fax:before {content: "\f1ac";}  .Defaults-building:before {content: "\f1ad";}  .Defaults-child:before {content: "\f1ae";}  .Defaults-paw:before {content: "\f1b0";}  .Defaults-spoon:before {content: "\f1b1";}  .Defaults-cube:before {content: "\f1b2";}  .Defaults-cubes:before {content: "\f1b3";}  .Defaults-behance:before {content: "\f1b4";}  .Defaults-behance-square:before {content: "\f1b5";}  .Defaults-steam:before {content: "\f1b6";}  .Defaults-steam-square:before {content: "\f1b7";}  .Defaults-recycle:before {content: "\f1b8";}  .Defaults-automobile:before {content: "\f1b9";}  .Defaults-car:before {content: "\f1b9";}  .Defaults-cab:before {content: "\f1ba";}  .Defaults-taxi:before {content: "\f1ba";}  .Defaults-tree:before {content: "\f1bb";}  .Defaults-spotify:before {content: "\f1bc";}  .Defaults-deviantart:before {content: "\f1bd";}  .Defaults-soundcloud:before {content: "\f1be";}  .Defaults-database:before {content: "\f1c0";}  .Defaults-file-pdf-o:before {content: "\f1c1";}  .Defaults-file-word-o:before {content: "\f1c2";}  .Defaults-file-excel-o:before {content: "\f1c3";}  .Defaults-file-powerpoint-o:before {content: "\f1c4";}  .Defaults-file-image-o:before {content: "\f1c5";}  .Defaults-file-photo-o:before {content: "\f1c5";}  .Defaults-file-picture-o:before {content: "\f1c5";}  .Defaults-file-archive-o:before {content: "\f1c6";}  .Defaults-file-zip-o:before {content: "\f1c6";}  .Defaults-file-audio-o:before {content: "\f1c7";}  .Defaults-file-sound-o:before {content: "\f1c7";}  .Defaults-file-movie-o:before {content: "\f1c8";}  .Defaults-file-video-o:before {content: "\f1c8";}  .Defaults-file-code-o:before {content: "\f1c9";}  .Defaults-vine:before {content: "\f1ca";}  .Defaults-codepen:before {content: "\f1cb";}  .Defaults-jsfiddle:before {content: "\f1cc";}  .Defaults-life-bouy:before {content: "\f1cd";}  .Defaults-life-buoy:before {content: "\f1cd";}  .Defaults-life-ring:before {content: "\f1cd";}  .Defaults-life-saver:before {content: "\f1cd";}  .Defaults-support:before {content: "\f1cd";}  .Defaults-circle-o-notch:before {content: "\f1ce";}  .Defaults-ra:before {content: "\f1d0";}  .Defaults-rebel:before {content: "\f1d0";}  .Defaults-empire:before {content: "\f1d1";}  .Defaults-ge:before {content: "\f1d1";}  .Defaults-git-square:before {content: "\f1d2";}  .Defaults-git:before {content: "\f1d3";}  .Defaults-hacker-news:before {content: "\f1d4";}  .Defaults-tencent-weibo:before {content: "\f1d5";}  .Defaults-qq:before {content: "\f1d6";}  .Defaults-wechat:before {content: "\f1d7";}  .Defaults-weixin:before {content: "\f1d7";}  .Defaults-paper-plane:before {content: "\f1d8";}  .Defaults-send:before {content: "\f1d8";}  .Defaults-paper-plane-o:before {content: "\f1d9";}  .Defaults-send-o:before {content: "\f1d9";}  .Defaults-history:before {content: "\f1da";}  .Defaults-circle-thin:before {content: "\f1db";}  .Defaults-genderless:before {content: "\f1db";}  .Defaults-header:before {content: "\f1dc";}  .Defaults-paragraph:before {content: "\f1dd";}  .Defaults-sliders:before {content: "\f1de";}  .Defaults-share-alt:before {content: "\f1e0";}  .Defaults-share-alt-square:before {content: "\f1e1";}  .Defaults-bomb:before {content: "\f1e2";}  .Defaults-futbol-o:before {content: "\f1e3";}  .Defaults-soccer-ball-o:before {content: "\f1e3";}  .Defaults-tty:before {content: "\f1e4";}  .Defaults-binoculars:before {content: "\f1e5";}  .Defaults-plug:before {content: "\f1e6";}  .Defaults-slideshare:before {content: "\f1e7";}  .Defaults-twitch:before {content: "\f1e8";}  .Defaults-yelp:before {content: "\f1e9";}  .Defaults-newspaper-o:before {content: "\f1ea";}  .Defaults-wifi:before {content: "\f1eb";}  .Defaults-calculator:before {content: "\f1ec";}  .Defaults-paypal:before {content: "\f1ed";}  .Defaults-google-wallet:before {content: "\f1ee";}  .Defaults-cc-visa:before {content: "\f1f0";}  .Defaults-cc-mastercard:before {content: "\f1f1";}  .Defaults-cc-discover:before {content: "\f1f2";}  .Defaults-cc-amex:before {content: "\f1f3";}  .Defaults-cc-paypal:before {content: "\f1f4";}  .Defaults-cc-stripe:before {content: "\f1f5";}  .Defaults-bell-slash:before {content: "\f1f6";}  .Defaults-bell-slash-o:before {content: "\f1f7";}  .Defaults-trash:before {content: "\f1f8";}  .Defaults-copyright:before {content: "\f1f9";}  .Defaults-at:before {content: "\f1fa";}  .Defaults-eyedropper:before {content: "\f1fb";}  .Defaults-paint-brush:before {content: "\f1fc";}  .Defaults-birthday-cake:before {content: "\f1fd";}  .Defaults-area-chart:before {content: "\f1fe";}  .Defaults-pie-chart:before {content: "\f200";}  .Defaults-line-chart:before {content: "\f201";}  .Defaults-lastfm:before {content: "\f202";}  .Defaults-lastfm-square:before {content: "\f203";}  .Defaults-toggle-off:before {content: "\f204";}  .Defaults-toggle-on:before {content: "\f205";}  .Defaults-bicycle:before {content: "\f206";}  .Defaults-bus:before {content: "\f207";}  .Defaults-ioxhost:before {content: "\f208";}  .Defaults-angellist:before {content: "\f209";}  .Defaults-cc:before {content: "\f20a";}  .Defaults-ils:before {content: "\f20b";}  .Defaults-shekel:before {content: "\f20b";}  .Defaults-sheqel:before {content: "\f20b";}  .Defaults-meanpath:before {content: "\f20c";}  .Defaults-buysellads:before {content: "\f20d";}  .Defaults-connectdevelop:before {content: "\f20e";}  .Defaults-dashcube:before {content: "\f210";}  .Defaults-forumbee:before {content: "\f211";}  .Defaults-leanpub:before {content: "\f212";}  .Defaults-sellsy:before {content: "\f213";}  .Defaults-shirtsinbulk:before {content: "\f214";}  .Defaults-simplybuilt:before {content: "\f215";}  .Defaults-skyatlas:before {content: "\f216";}  .Defaults-cart-plus:before {content: "\f217";}  .Defaults-cart-arrow-down:before {content: "\f218";}  .Defaults-diamond:before {content: "\f219";}  .Defaults-ship:before {content: "\f21a";}  .Defaults-user-secret:before {content: "\f21b";}  .Defaults-motorcycle:before {content: "\f21c";}  .Defaults-street-view:before {content: "\f21d";}  .Defaults-heartbeat:before {content: "\f21e";}  .Defaults-venus:before {content: "\f221";}  .Defaults-mars:before {content: "\f222";}  .Defaults-mercury:before {content: "\f223";}  .Defaults-transgender:before {content: "\f224";}  .Defaults-transgender-alt:before {content: "\f225";}  .Defaults-venus-double:before {content: "\f226";}  .Defaults-mars-double:before {content: "\f227";}  .Defaults-venus-mars:before {content: "\f228";}  .Defaults-mars-stroke:before {content: "\f229";}  .Defaults-mars-stroke-v:before {content: "\f22a";}  .Defaults-mars-stroke-h:before {content: "\f22b";}  .Defaults-neuter:before {content: "\f22c";}  .Defaults-facebook-official:before {content: "\f230";}  .Defaults-pinterest-p:before {content: "\f231";}  .Defaults-whatsapp:before {content: "\f232";}  .Defaults-server:before {content: "\f233";}  .Defaults-user-plus:before {content: "\f234";}  .Defaults-user-times:before {content: "\f235";}  .Defaults-bed:before {content: "\f236";}  .Defaults-hotel:before {content: "\f236";}  .Defaults-viacoin:before {content: "\f237";}  .Defaults-train:before {content: "\f238";}  .Defaults-subway:before {content: "\f239";}  .Defaults-medium:before {content: "\f23a";}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/ultimate.min.css?1618227834190209*/

@charset "utf-8";


.ubtn-sep-icon:hover .ubtn-icon {
    opacity: 1
}





.ubtn-img-container .ubtn-sep-icon-left:hover .ubtn-icon, .ubtn-sep-icon-left:hover .ubtn-icon {
    left: 10px
}

.ubtn-sep-icon-left-rev:hover .ubtn-icon {
    left: 20px
}

.ubtn-img-container .ubtn-sep-icon-right:hover .ubtn-icon {
    right: 30px
}

.ubtn-sep-icon-right:hover .ubtn-icon {
    right: 5px
}

.ubtn-sep-icon-right-rev:hover .ubtn-icon {
    right: 20px
}

.ubtn-sep-icon.ubtn-sep-icon-top-push:hover .ubtn-icon {
    top: 0
}

.ubtn-sep-icon.ubtn-sep-icon-top-push:hover .ubtn-text {
    display: inline-block;
    -webkit-transform: translateY(500px);
    -moz-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px)
}


.ubtn-sep-icon.ubtn-sep-icon-bottom-push:hover .ubtn-icon {
    top: 0
}

.ubtn-sep-icon.ubtn-sep-icon-bottom-push:hover .ubtn-text {
    display: inline-block;
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px)
}


.ubtn-sep-icon.ubtn-sep-icon-left-push:hover .ubtn-icon {
    left: 0
}

.ubtn-sep-icon.ubtn-sep-icon-left-push:hover .ubtn-text {
    display: inline-block;
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px)
}


.ubtn-sep-icon.ubtn-sep-icon-right-push:hover .ubtn-icon {
    left: 0
}

.ubtn-sep-icon.ubtn-sep-icon-right-push:hover .ubtn-text {
    display: inline-block;
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px)
}


.ubtn-fade-bg:hover .ubtn-hover {
    opacity: 1
}

.ubtn-top-bg:hover .ubtn-hover {
    top: 0
}

.ubtn-bottom-bg:hover .ubtn-hover {
    top: 0
}

.ubtn-left-bg:hover .ubtn-hover {
    left: 0
}

.ubtn-right-bg:hover .ubtn-hover {
    left: 0
}

.ubtn-center-hz-bg:hover .ubtn-hover {
    width: 90%;
    opacity: 1
}

.ubtn-center-vt-bg:hover .ubtn-hover {
    height: 75%;
    opacity: 1
}

.ubtn-center-dg-bg:hover .ubtn-hover {
    height: 260%;
    opacity: 1
}

.ulta-grow:focus, .ulta-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.ulta-shrink:focus, .ulta-shrink:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

@-webkit-keyframes ulta-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes ulta-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.ulta-pulse:focus, .ulta-pulse:hover {
    -webkit-animation-name: ulta-pulse;
    animation-name: ulta-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes ulta-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes ulta-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.ulta-pulse-grow:focus, .ulta-pulse-grow:hover {
    -webkit-animation-name: ulta-pulse-grow;
    animation-name: ulta-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.ulta-pulse-grow:focus, .ulta-pulse-grow:hover, .ulta-pulse-shrink:focus, .ulta-pulse-shrink:hover {
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate
}

@-webkit-keyframes ulta-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes ulta-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.ulta-pulse-shrink:focus, .ulta-pulse-shrink:hover {
    -webkit-animation-name: ulta-pulse-shrink;
    animation-name: ulta-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@-webkit-keyframes ulta-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ulta-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ulta-push:focus, .ulta-push:hover {
    -webkit-animation-name: ulta-push;
    animation-name: ulta-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.ulta-pop:focus, .ulta-pop:hover, .ulta-push:focus, .ulta-push:hover {
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1
}

@-webkit-keyframes ulta-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ulta-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}



.ulta-pop:focus, .ulta-pop:hover {
    -webkit-animation-name: ulta-pop;
    animation-name: ulta-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.ulta-rotate {
    -webkit-transition-duration: .3s
}

.ulta-rotate:focus, .ulta-rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.ulta-grow-rotate:focus, .ulta-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.ulta-float:focus, .ulta-float:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.ulta-sink:focus, .ulta-sink:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

@-webkit-keyframes ulta-hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes ulta-hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.ulta-hover:focus, .ulta-hover:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: ulta-hover;
    animation-name: ulta-hover;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.ulta-hang:focus, .ulta-hang:hover, .ulta-hover:focus, .ulta-hover:hover {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes ulta-hang {
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes ulta-hang {
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.ulta-hang:focus, .ulta-hang:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: ulta-hang;
    animation-name: ulta-hang;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.ulta-skew:focus, .ulta-skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.ulta-skew-forward:focus, .ulta-skew-forward:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.ulta-skew-backward:focus, .ulta-skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

@-webkit-keyframes ulta-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ulta-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ulta-wobble-vertical:focus, .ulta-wobble-vertical:hover {
    -webkit-animation-name: ulta-wobble-vertical;
    animation-name: ulta-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes ulta-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes ulta-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.ulta-wobble-horizontal:focus, .ulta-wobble-horizontal:hover {
    -webkit-animation-name: ulta-wobble-horizontal;
    animation-name: ulta-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes ulta-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ulta-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ulta-wobble-to-bottom-right:focus, .ulta-wobble-to-bottom-right:hover {
    -webkit-animation-name: ulta-wobble-to-bottom-right;
    animation-name: ulta-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes ulta-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ulta-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ulta-wobble-to-top-right:focus, .ulta-wobble-to-top-right:hover {
    -webkit-animation-name: ulta-wobble-to-top-right;
    animation-name: ulta-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes ulta-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes ulta-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.ulta-wobble-top:focus, .ulta-wobble-top:hover {
    -webkit-animation-name: ulta-wobble-top;
    animation-name: ulta-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes ulta-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes ulta-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.ulta-wobble-bottom:focus, .ulta-wobble-bottom:hover {
    -webkit-animation-name: ulta-wobble-bottom;
    animation-name: ulta-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes ulta-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes ulta-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.ulta-wobble-skew:focus, .ulta-wobble-skew:hover {
    -webkit-animation-name: ulta-wobble-skew;
    animation-name: ulta-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes ulta-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes ulta-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.ulta-buzz:focus, .ulta-buzz:hover {
    -webkit-animation-name: ulta-buzz;
    animation-name: ulta-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes ulta-buzz-out {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes ulta-buzz-out {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.ulta-buzz-out:focus, .ulta-buzz-out:hover {
    -webkit-animation-name: ulta-buzz-out;
    animation-name: ulta-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes rubberBand {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
}

@keyframes rubberBand {
    0%, 100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes wobble {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
}

@keyframes wobble {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}



@-webkit-keyframes InfiniteRotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes InfiniteRotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes InfiniteRotateCounter {
    from {
        -webkit-transform: rotate(359deg)
    }
    to {
        -webkit-transform: rotate(0)
    }
}

@keyframes InfiniteRotateCounter {
    from {
        transform: rotate(359deg)
    }
    to {
        transform: rotate(0)
    }
}

@-webkit-keyframes InfiniteDangle {
    0%, 100% {
        -webkit-transform: rotate(-4deg)
    }
    50% {
        -webkit-transform: rotate(4deg)
    }
}

@keyframes InfiniteDangle {
    0%, 100% {
        transform: rotate(-4deg)
    }
    50% {
        transform: rotate(4deg)
    }
}

@-webkit-keyframes InfinitePulse {
    0%, 100% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.85)
    }
}

@keyframes InfinitePulse {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(.85)
    }
}

@-webkit-keyframes InfiniteHorizontalShake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes InfiniteHorizontalShake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes InfiniteBounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes InfiniteBounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes InfiniteFlash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes InfiniteFlash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-webkit-keyframes InfiniteTADA {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes InfiniteTADA {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes InfiniteSwing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes InfiniteSwing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes InfiniteVericalShake {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes InfiniteVericalShake {
    0%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes InfiniteRubberBand {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
}

@keyframes InfiniteRubberBand {
    0%, 100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
}

@-webkit-keyframes InfiniteHorizontalFlip {
    from {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(359deg);
        transform: perspective(400px) rotateY(359deg)
    }
}

@keyframes InfiniteHorizontalFlip {
    from {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(359deg);
        -ms-transform: perspective(400px) rotateY(359deg);
        transform: perspective(400px) rotateY(359deg)
    }
}

@-webkit-keyframes InfiniteVericalFlip {
    from {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateY(0)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(359deg);
        transform: perspective(400px) rotateY(359deg)
    }
}

@keyframes InfiniteVericalFlip {
    from {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(359deg);
        -ms-transform: perspective(400px) rotateX(359deg);
        transform: perspective(400px) rotateX(359deg)
    }
}

@-webkit-keyframes InfiniteHorizontalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes InfiniteHorizontalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes InfiniteVerticalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes InfiniteVerticalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.ult-rounded-split-seperator:after, .ult-rounded-split-seperator:before {
    left: 0;
    z-index: 10;
    width: 50%;
    height: 70px;
    background: inherit;
    content: '';
    position: absolute
}

.upb_video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: 50% 50%;
    margin: 0 auto
}

@-webkit-keyframes MultiColorVC {
    0% {
        background-color: #e14949
    }
    25% {
        background-color: #3de02c
    }
    50% {
        background-color: #2c8de0
    }
    100% {
        background-color: #e02cbc
    }
}

@-moz-keyframes MultiColorVC {
    0% {
        background-color: #e14949
    }
    25% {
        background-color: #3de02c
    }
    50% {
        background-color: #2c8de0
    }
    100% {
        background-color: #e02cbc
    }
}

@keyframes MultiColorVC {
    0% {
        background-color: #e14949
    }
    25% {
        background-color: #3de02c
    }
    50% {
        background-color: #2c8de0
    }
    100% {
        background-color: #e02cbc
    }
}

@media (max-width: 479px) {
    .uvc_hidden-xs {
        display: none !important
    }
}

@media (min-width: 480px)and (max-width: 767px) {
    .uvc_hidden-xsl {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .uvc_hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .uvc_hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px)and (max-width: 1823px) {
    .uvc_hidden-ml {
        display: none !important
    }
}

@media (min-width: 1824px) {
    .uvc_hidden-lg {
        display: none !important
    }
}











.ult-content-box-container .ult-content-box-anchor:focus, .ult-content-box-container .ult-content-box-anchor:hover {
    text-decoration: none;
    line-height: inherit;
    outline: 0
}

.ult-content-box:after {
    display: block;
    clear: both
}

.ult_crlink a {
    display: inline-block;
    outline: 0;
    color: #000;
    text-transform: none;
    letter-spacing: inherit;
    font-weight: inherit;
    max-width: 100%
}

.ult_crlink a:focus, .ult_crlink a:hover {
    outline: 0
}

.ult_cl_link_1 a:after, .ult_cl_link_1 a:before {
    display: inline-block;
    opacity: 0;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-transition: -webkit-transform .3s, opacity .2s;
    -moz-transition: -moz-transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s;
    color: inherit;
    padding: 0 3px
}

.ult_cl_link_1 a:before {
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px)
}

.ult_cl_link_1 a:after {
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px)
}

.ult_cl_link_1 a:focus:after, .ult_cl_link_1 a:focus:before, .ult_cl_link_1 a:hover::before, .ult_cl_link_1 a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.ult_cl_link_2 a span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    padding: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit
}



.ult_cl_link_2 a:focus span, .ult_cl_link_2 a:hover span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px)
}

.ult_cl_link_2 a:focus span:before, .ult_cl_link_2 a:hover span:before {
    background: inherit
}

.ult_cl_link_3 a:hover .ult_link_btm3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.ult_cl_link_4 a:hover .ult_link_btm4 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.ult_cl_link_5 a:focus .ult_link_btm, .ult_cl_link_5 a:focus .ult_link_top, .ult_cl_link_5 a:hover .ult_link_btm, .ult_cl_link_5 a:hover .ult_link_top {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.ult_cl_link_5 a:focus .ult_link_btm, .ult_cl_link_5 a:hover .ult_link_btm {
    top: 0;
    opacity: 1
}

.ult_cl_link_6 a:focus .ult_btn6_link_top, .ult_cl_link_6 a:hover .ult_btn6_link_top {
    color: inherit
}

.ult_cl_link_6 a:focus, .ult_cl_link_6 a:hover {
    color: #ba7700
}



.ult_cl_link_7 a:focus .btn7_link_btm, .ult_cl_link_7 a:focus .btn7_link_top, .ult_cl_link_7 a:hover .btn7_link_btm, .ult_cl_link_7 a:hover .btn7_link_top {
    opacity: 1
}

.ult_cl_link_7 a:focus .btn7_link_top, .ult_cl_link_7 a:hover .btn7_link_top {
    left: 50%;
    -webkit-transform: rotate(0) translateX(-50%);
    -moz-transform: rotate(0) translateX(-50%);
    transform: rotate(0) translateX(-50%)
}

.ult_cl_link_7 a:focus .btn7_link_btm, .ult_cl_link_7 a:hover .btn7_link_btm {
    right: 50%;
    -webkit-transform: rotate(0) translateX(50%);
    -moz-transform: rotate(0) translateX(50%);
    transform: rotate(0) translateX(50%)
}

.ult_cl_link_8 a:focus .ult_btn8_link_top, .ult_cl_link_8 a:hover .ult_btn8_link_top {
    opacity: 0;
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px)
}

.ult_cl_link_8 a:focus .ulmt_btn8_link_btm, .ult_cl_link_8 a:hover .ulmt_btn8_link_btm {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}



.ult_cl_link_9 a:focus, .ult_cl_link_9 a:hover {
    color: #fff
}

.ult_cl_link_9 a:focus span.ult_btn9_link_top, .ult_cl_link_9 a:hover span.ult_btn9_link_btm, .ult_cl_link_9 a:hover span.ult_btn9_link_top {
    opacity: .65
}

.ult_cl_link_9 a:focus span.ult_btn9_link_top, .ult_cl_link_9 a:hover span.ult_btn9_link_top {
    top: 50%;
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

.ult_cl_link_9 a:focus span.ult_btn9_link_btm, .ult_cl_link_9 a:hover span.ult_btn9_link_btm {
    top: 50%;
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .53s;
    transition: transform .5s, opacity .5s;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important
}

.ult_cl_link_10 a:focus span.ult_btn10_link_top, .ult_cl_link_10 a:hover span.ult_btn10_link_top {
    -webkit-transform: rotateX(2deg);
    -moz-transform: rotateX(2deg);
    transform: rotateX(2deg)
}



.ult_cl_link_11 a:focus span.ult_btn10_span, .ult_cl_link_11 a:hover span.ult_btn10_span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%)
}

.ult_cl_link_11 a:focus .ult_btn11_link_top, .ult_cl_link_11 a:hover .ult_btn11_link_top {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.ult_ivan_button:hover {
    color: #fff
}

.ult_ivan_button:hover hr {
    background-color: #fff;
    border: none
}

.ult_ivan_button.outline:hover {
    border-color: #2ac56c;
    color: #2ac56c
}

.ult_ivan_button.outline:hover hr {
    background-color: #2ac56c
}

.ult_ivan_button.no-border:hover {
    background-color: #2ac56c;
    border-color: #2ac56c
}

.ult_ivan_button.button-zoom:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

html[data-rtl=true] .ult_dual_button .title_right, html[dir=rtl] .ult_dual_button .title_right {
    padding-right: 0 !important;
    padding-left: 20px !important
}

html[data-rtl=true] .ult_dual_button .icon-left2, html[dir=rtl] .ult_dual_button .icon-left2 {
    padding-left: 10px !important
}

html[data-rtl=true] .ult_dual_button .title_left, html[dir=rtl] .ult_dual_button .title_left {
    padding-right: 20px !important;
    padding-left: 0 !important
}

html[data-rtl=true] .ult_dual_button .icon-right1, html[dir=rtl] .ult_dual_button .icon-right1 {
    padding-right: 10px !important
}







.ult_exp_section:after, .ult_exp_section:before {
    display: table;
    content: ""
}

















.flip-box-wrap .flip_link a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #636363
}

@-keyframes blink {
0,100% {
    opacity: 1
}50% {
    opacity: 0
}
} @-webkit-keyframes blink {

0
,
100
%
{
    opacity: 1
}
50
%
{
    opacity: 0
}
}
@-moz-keyframes blink {

0
,
100
%
{
    opacity: 1
}
50
%
{
    opacity: 0
}
}
@-ms-keyframes blink {

0
,
100
%
{
    opacity: 1
}
50
%
{
    opacity: 0
}
}
@-o-keyframes blink {

0
,
100
%
{
    opacity: 1
}
50
%
{
    opacity: 0
}
}

.flip-box-wrap .ifb-front {
    z-index: 9;
    backface-visibility: hidden
}

.flip-box-wrap .ifb-front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.flip-box-wrap .ifb-back {
    position: absolute;
    top: 0;
    z-index: -1
}

.flip-box-wrap:hover .ifb-back {
    z-index: 1
}













@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .vertical_door_flip .ifb-multiple-front.v_door {
        width: 50.2%
    }
}



@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .reverse_vertical_door_flip .ifb-hover .rv_door.ifb-multiple-back {
        visibility: visible
    }
}

.flip-box-wrap .ifb-back, .flip-box-wrap .ifb-front {
    display: block;
    width: 100%
}



.reverse_horizontal_door_flip .rh_door.ifb-multiple-back {
    z-index: -4
}





.uvc-heading-spacer.line_with_icon:after, .uvc-heading-spacer.line_with_icon:before {
    content: "";
    position: absolute;
    bottom: 50%;
    border-width: 0;
    top: 50%
}

.uvc-heading-spacer.line_with_icon:before {
    right: 0
}

.uvc-heading-spacer.line_with_icon:after {
    left: 0
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item a:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item a:focus {
    outline: 0
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item.ult-glow .aio-icon i:before {
    z-index: 50
}

@-webkit-keyframes Hotspot_Glow {
    0% {
        -webkit-transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes Hotspot_Glow {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .7
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes Hotspot_Pulse {
    0%, 100% {
        -webkit-transform: scale(1);
        text-shadow: 0 0 15px #4F4F4F
    }
    50% {
        -webkit-transform: scale(.8);
        text-shadow: 0 0 10px #4F4F4F
    }
}

@keyframes Hotspot_Pulse {
    0%, 100% {
        transform: scale(1);
        text-shadow: 0 0 15px #4F4F4F
    }
    50% {
        transform: scale(.8);
        text-shadow: 0 0 10px #4F4F4F
    }
}

.aio-icon-component, .ult-new-ib {
    margin-bottom: 35px
}



.ult-ib-effect-style10.ult-ib2-min-height:not(.ult-ib2-min-height) img, .ult-ib-effect-style11.ult-ib2-min-height:not(.ult-ib2-min-height) img, .ult-ib-effect-style14.ult-ib2-min-height:not(.ult-ib2-min-height) img, .ult-ib-effect-style15.ult-ib2-min-height:not(.ult-ib2-min-height) img, .ult-ib-effect-style7.ult-ib2-min-height:not(.ult-ib2-min-height) img {
    max-width: none !important;
    width: auto !important
}

.ult-ib-effect-style1:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transition-delay: .05s
}

.ult-ib-effect-style1:hover .ult-new-ib-content, .ult-ib-effect-style1:hover .ult-new-ib-title, .ult-ib-effect-style1:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s
}

.ult-ib-effect-style2:hover .ult-new-ib-title {
    color: #fff;
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0)
}

.ult-ib-effect-style2:hover .ult-new-ib-content, .ult-ib-effect-style2:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style3:hover .ult-new-ib-desc::before, .ult-ib-effect-style3:hover .ult-new-ib-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}


.ult-ib-effect-style4:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style4:hover .ult-new-ib-desc::after, .ult-ib-effect-style4:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.ult-ib-effect-style4:hover .ult-new-ib-content, .ult-ib-effect-style4:hover .ult-new-ib-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style4:hover .ult-new-ib-content, .ult-ib-effect-style4:hover .ult-new-ib-desc::after, .ult-ib-effect-style4:hover .ult-new-ib-title, .ult-ib-effect-style4:hover img {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    transition-delay: .15s
}

.ult-ib-effect-style5:hover .ult-new-ib-content, .ult-ib-effect-style5:hover .ult-new-ib-content * {
    opacity: 1 !important;
    z-index: 99 !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    backface-visibility: hidden !important
}

.ult-ib-effect-style5:hover .ult-new-ib-desc, .ult-ib-effect-style5:hover .ult-new-ib-title {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.ult-ib-effect-style5:hover .ult-new-ib-title {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.ult-ib-effect-style6:hover .ult-new-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style6:hover .ult-new-ib-content, .ult-ib-effect-style6:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ult-ib-effect-style7:hover .ult-new-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style7:hover .ult-new-ib-content, .ult-ib-effect-style7:hover .ult-new-ib-title::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style8:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ult-ib-effect-style8:hover .ult-new-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style8:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.ult-ib-effect-style9:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style9:hover .ult-new-ib-content, .ult-ib-effect-style9:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style10:hover .ult-new-ib-desc::after, .ult-ib-effect-style10:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ult-ib-effect-style10:hover .ult-new-ib-content, .ult-ib-effect-style10:hover .ult-new-ib-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style11:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}



.ult-ib-effect-style11:hover .ult-new-ib-desc::before {
    opacity: .5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.ult-ib-effect-style11:hover .ult-new-ib-desc::after {
    opacity: .5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.ult-ib-effect-style11:hover .ult-new-ib-title {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0)
}

.ult-ib-effect-style11:hover .ult-new-ib-content {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}

.ult-ib-effect-style12:hover .ult-new-ib-desc::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style12:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style13:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style13:hover .ult-new-ib-title::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style13:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-ib-effect-style14:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ult-ib-effect-style14:hover .ult-new-ib-content, .ult-ib-effect-style14:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ult-ib-effect-style15:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.ult-ib-effect-style15:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ult-new-ib.ult-ib-effect-style15:not(.ult-ib2-min-height) .ult-ib2-toggle-size {
    left: 50%;
    width: auto !important;
    height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@font-face {
    font-family: ult-silk;
    src: url(/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.eot);
    src: url(/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.eot) format('embedded-opentype'), url(/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.woff) format('woff'), url(/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.ttf) format('truetype'), url(/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" ultsl-"], [class^=ultsl-] {
    font-family: ult-silk;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ultsl-arrow-right:before {
    content: "\e600"
}

.ultsl-arrow-left:before {
    content: "\e601"
}

.ultsl-arrow-right2:before {
    content: "\e602"
}

.ultsl-arrow-left2:before {
    content: "\e603"
}

.ultsl-arrow-right3:before {
    content: "\e604"
}

.ultsl-arrow-left3:before {
    content: "\e605"
}

.ultsl-checkbox-unchecked:before {
    content: "\e606"
}

.ultsl-checkbox-partial:before {
    content: "\e607"
}

.ultsl-radio-checked:before {
    content: "\e608"
}

.ultsl-radio-unchecked:before {
    content: "\e609"
}

.ultsl-record:before {
    content: "\e60a"
}

.ultsl-stop:before {
    content: "\e60b"
}

.ultsl-arrow-left4:before {
    content: "\e60c"
}

.ultsl-arrow-right4:before {
    content: "\e60d"
}

.ultsl-arrow-left5:before {
    content: "\e60e"
}

.ultsl-arrow-right5:before {
    content: "\e60f"
}

.ultsl-arrow-left6:before {
    content: "\e610"
}

.ultsl-arrow-right6:before {
    content: "\e611"
}

.ult-ih-container ul.ult-ih-list li.ult-ih-list-item:after, .ult-ih-container ul.ult-ih-list li.ult-ih-list-item:before, .ult-ih-item a.ult-ih-link:before {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    font-size: inherit;
    letter-spacing: normal;
    background: 0;
    content: ""
}

.ult-ih-container ul.ult-ih-list li.ult-ih-list-item:after, .ult-ih-container ul.ult-ih-list li.ult-ih-list-item:before {
    font-style: inherit;
    font-stretch: normal;
    text-shadow: none;
    word-wrap: normal;
    word-spacing: normal;
    position: relative
}

.ult-ih-item .ult-ih-image-block:before {
    display: block;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out
}

.ult-ih-item a.ult-ih-link:before {
    text-decoration: none;
    opacity: 1;
    visibility: visible;
    outline: 0
}

.ult-ih-item a.ult-ih-link:focus, .ult-ih-item a.ult-ih-link:hover {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    border: 0;
    background: 0;
    box-shadow: none;
    letter-spacing: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    outline: 0
}



.ult-ih-item .ult-ih-image-block:before {
    position: absolute;
    content: '';
    height: 100%;
    transition: all .35s ease-in-out
}



.ult-ih-item.ult-ih-circle .ult-ih-image-block:before {
    border-radius: 50%
}



.ult-ih-item.ult-ih-square .ult-ih-image-block:before {
    border-radius: 0
}









.ult-ih-item.ult-ih-circle.ult-ih-effect1:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect1:hover .ult-ih-image-block {
    opacity: 0
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1:hover .ult-ih-info .ult-ih-info-back {
    opacity: 1;
    visibility: visible
}



.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-top_to_bottom:hover .ult-ih-image-block {
    -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-bottom_to_top:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-top_to_bottom:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-bottom_to_top:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-top_to_bottom:hover .ult-ih-info .ult-ih-info-back {
    -webkit-transform: rotate3d(1, 0, 0, 0);
    -moz-transform: rotate3d(1, 0, 0, 0);
    -ms-transform: rotate3d(1, 0, 0, 0);
    -o-transform: rotate3d(1, 0, 0, 0);
    transform: rotate3d(1, 0, 0, 0)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-bottom_to_top:hover .ult-ih-image-block {
    -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-right_to_left:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-right_to_left:hover .ult-ih-info .ult-ih-info-back {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    -o-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-right_to_left:hover .ult-ih-image-block {
    -webkit-transform: translate3d(0, 0, -220px) rotate3d(0, 0, 1, 0);
    -moz-transform: translate3d(0, 0, -220px) rotate3d(0, 0, 1, 0);
    -ms-transform: translate3d(0, 0, -220px) rotate3d(0, 0, 1, 0);
    -o-transform: translate3d(0, 0, -220px) rotate3d(0, 0, 1, 0);
    transform: translate3d(0, 0, -220px) rotate3d(0, 0, 1, 0)
}









.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-left_to_right:hover .ult-ih-image-block {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-left_to_right:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-right_to_left:hover .ult-ih-image-block {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-right_to_left:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-top_to_bottom:hover .ult-ih-image-block {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-top_to_bottom:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-bottom_to_top:hover .ult-ih-image-block {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-bottom_to_top:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}









.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-left_to_right:hover .ult-ih-image-block {
    -webkit-transform: scale(.5) translateX(100%);
    -moz-transform: scale(.5) translateX(100%);
    -ms-transform: scale(.5) translateX(100%);
    -o-transform: scale(.5) translateX(100%);
    transform: scale(.5) translateX(100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-left_to_right:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-right_to_left:hover .ult-ih-image-block {
    -webkit-transform: scale(.5) translateX(-100%);
    -moz-transform: scale(.5) translateX(-100%);
    -ms-transform: scale(.5) translateX(-100%);
    -o-transform: scale(.5) translateX(-100%);
    transform: scale(.5) translateX(-100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-right_to_left:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}





.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-top_to_bottom:hover .ult-ih-image-block {
    -webkit-transform: scale(.5) translateY(100%);
    -moz-transform: scale(.5) translateY(100%);
    -ms-transform: scale(.5) translateY(100%);
    -o-transform: scale(.5) translateY(100%);
    transform: scale(.5) translateY(100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-top_to_bottom:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}





.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-bottom_to_top:hover .ult-ih-image-block {
    -webkit-transform: scale(.5) translateY(-100%);
    -moz-transform: scale(.5) translateY(-100%);
    -ms-transform: scale(.5) translateY(-100%);
    -o-transform: scale(.5) translateY(-100%);
    transform: scale(.5) translateY(-100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-bottom_to_top:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}











.ult-ih-item.ult-ih-circle.ult-ih-effect4:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4:hover .ult-ih-image-block {
    opacity: 0
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4:hover .ult-ih-info {
    visibility: visible;
    opacity: 1
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-left_to_right:hover .ult-ih-image-block {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-left_to_right:hover .ult-ih-info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-right_to_left:hover .ult-ih-image-block {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-right_to_left:hover .ult-ih-info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-top_to_bottom:hover .ult-ih-image-block {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-top_to_bottom:hover .ult-ih-info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-bottom_to_top:hover .ult-ih-image-block {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-bottom_to_top:hover .ult-ih-info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}





.ult-ih-item.ult-ih-circle.ult-ih-effect5:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect5:hover .ult-ih-info {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect5:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect5:hover .ult-ih-info .ult-ih-info-back {
    visibility: visible
}











.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_up:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_up:hover .ult-ih-image-block {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_up:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_up:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down:hover .ult-ih-image-block {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down_up:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down_up:hover .ult-ih-image-block {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down_up:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down_up:hover .ult-ih-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}







.ult-ih-item.ult-ih-circle.ult-ih-effect7:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect7:hover .ult-ih-image-block {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7:hover .ult-ih-info {
    visibility: visible;
    z-index: 0;
    opacity: 1
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-left_to_right:hover .ult-ih-info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-right_to_left:hover .ult-ih-info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-top_to_bottom:hover .ult-ih-info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-bottom_to_top:hover .ult-ih-info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}











.ult-ih-item.ult-ih-circle.ult-ih-effect8:hover .ult-ih-image-block-container, .ult-ih-item.ult-ih-square.ult-ih-effect8:hover .ult-ih-image-block-container {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8:hover .ult-ih-image-block-container .ult-ih-image-block {
    opacity: 0
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8:hover .info-container {
    opacity: 1;
    z-index: 1
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8:hover .info-container .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect8:hover .info-container .ult-ih-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-left_to_right:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-left_to_right:hover .ult-ih-image-block-container .ult-ih-image-block {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-left_to_right:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-left_to_right:hover .info-container {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-right_to_left:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-right_to_left:hover .ult-ih-image-block-container .ult-ih-image-block {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-right_to_left:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-right_to_left:hover .info-container {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-top_to_bottom:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-top_to_bottom:hover .ult-ih-image-block-container .ult-ih-image-block {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-top_to_bottom:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-top_to_bottom:hover .info-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-bottom_to_top:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-bottom_to_top:hover .ult-ih-image-block-container .ult-ih-image-block {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-bottom_to_top:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-bottom_to_top:hover .info-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}







.ult-ih-item.ult-ih-circle.ult-ih-effect9:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9:hover .ult-ih-image-block {
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect9:hover .ult-ih-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-left_to_right:hover .ult-ih-image-block {
    -webkit-transform: translateX(100%) rotate(180deg);
    -moz-transform: translateX(100%) rotate(180deg);
    -ms-transform: translateX(100%) rotate(180deg);
    -o-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-right_to_left:hover .ult-ih-image-block {
    -webkit-transform: translateX(-100%) rotate(-180deg);
    -moz-transform: translateX(-100%) rotate(-180deg);
    -ms-transform: translateX(-100%) rotate(-180deg);
    -o-transform: translateX(-100%) rotate(-180deg);
    transform: translateX(-100%) rotate(-180deg)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-top_to_bottom:hover .ult-ih-image-block {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-bottom_to_top:hover .ult-ih-image-block {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}







.ult-ih-item.ult-ih-circle.ult-ih-effect10:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect10:hover .ult-ih-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect10.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect10.ult-ih-top_to_bottom:hover .ult-ih-image-block {
    -webkit-transform: translateY(25%) scale(.5);
    -moz-transform: translateY(25%) scale(.5);
    -ms-transform: translateY(25%) scale(.5);
    -o-transform: translateY(25%) scale(.5);
    transform: translateY(25%) scale(.5)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect10.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect10.ult-ih-bottom_to_top:hover .ult-ih-image-block {
    -webkit-transform: translateY(-25%) scale(.5);
    -moz-transform: translateY(-25%) scale(.5);
    -ms-transform: translateY(-25%) scale(.5);
    -o-transform: translateY(-25%) scale(.5);
    transform: translateY(-25%) scale(.5)
}





.ult-ih-item.ult-ih-circle.ult-ih-effect11:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11:hover .ult-ih-image-block {
    opacity: 0
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11:hover .ult-ih-info {
    visibility: visible;
    opacity: 1
}





.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-left_to_right:hover .ult-ih-image-block {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    -moz-transform: translateZ(-1000px) rotateY(90deg);
    -ms-transform: translateZ(-1000px) rotateY(90deg);
    -o-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-left_to_right:hover .ult-ih-info {
    -webkit-transform: translateZ(0) rotateY(0);
    -moz-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    -o-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-right_to_left:hover .ult-ih-image-block {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    -ms-transform: translateZ(-1000px) rotateY(-90deg);
    -o-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-right_to_left:hover .ult-ih-info {
    -webkit-transform: translateZ(0) rotateY(0);
    -moz-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    -o-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
}







.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-top_to_bottom:hover .ult-ih-image-block {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    -moz-transform: translateZ(-1000px) rotateX(-90deg);
    -ms-transform: translateZ(-1000px) rotateX(-90deg);
    -o-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-top_to_bottom:hover .ult-ih-info {
    -webkit-transform: translateZ(0) rotateX(0);
    -moz-transform: translateZ(0) rotateX(0);
    -ms-transform: translateZ(0) rotateX(0);
    -o-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-bottom_to_top:hover .ult-ih-image-block {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    -moz-transform: translateZ(-1000px) rotateX(90deg);
    -ms-transform: translateZ(-1000px) rotateX(90deg);
    -o-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-bottom_to_top:hover .ult-ih-info {
    -webkit-transform: translateZ(0) rotateX(0);
    -moz-transform: translateZ(0) rotateX(0);
    -ms-transform: translateZ(0) rotateX(0);
    -o-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}



.ult-ih-item.ult-ih-circle.ult-ih-effect12:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12:hover .ult-ih-image-block {
    opacity: 0
}





.ult-ih-item.ult-ih-circle.ult-ih-effect12:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12:hover .ult-ih-image-block {
    z-index: -1
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12:hover .ult-ih-info {
    opacity: 1;
    z-index: 1;
    visibility: visible
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-image-block {
    -webkit-transform: translateX(100%) rotate(180deg);
    -moz-transform: translateX(100%) rotate(180deg);
    -ms-transform: translateX(100%) rotate(180deg);
    -o-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-info {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}





.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-image-block {
    -webkit-transform: translateX(-100%) rotate(-180deg);
    -moz-transform: translateX(-100%) rotate(-180deg);
    -ms-transform: translateX(-100%) rotate(-180deg);
    -o-transform: translateX(-100%) rotate(-180deg);
    transform: translateX(-100%) rotate(-180deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-info {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}





.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-image-block {
    -webkit-transform: translateY(-100%) rotate(-180deg);
    -moz-transform: translateY(-100%) rotate(-180deg);
    -ms-transform: translateY(-100%) rotate(-180deg);
    -o-transform: translateY(-100%) rotate(-180deg);
    transform: translateY(-100%) rotate(-180deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-info {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}





.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-image-block {
    -webkit-transform: translateY(100%) rotate(180deg);
    -moz-transform: translateY(100%) rotate(180deg);
    -ms-transform: translateY(100%) rotate(180deg);
    -o-transform: translateY(100%) rotate(180deg);
    transform: translateY(100%) rotate(180deg)
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-info {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}





.aio-icon-component .aio-icon {
    -webkit-transition: -webkit-transform 200ms linear;
    -moz-transition: -moz-transform 200ms linear;
    -o-transition: -o-transform 200ms linear;
    transition: transform 200ms linear
}

.aio-icon-header h3.aio-icon-title {
    margin: 0;
    display: block;
    font-size: 16px;
    line-height: 1.2em
}

.aio-icon-description {
    width: 100%;
    display: block;
    margin-top: 0
}

.aio-icon-header + .aio-icon-description {
    margin-top: 10px
}

.aio-icon-box.left-icon {
    display: inline-block
}

.left-icon .aio-icon-left {
    display: table-cell;
    vertical-align: top
}

.left-icon .aio-icon-left .aio-icon {
    margin-right: 15px
}

.left-icon .aio-ibd-block {
    display: table-cell;
    vertical-align: middle
}

.left-icon .aio-icon-description, .left-icon .aio-icon-header {
    float: left;
    width: 100%
}









.style_2 .aio-icon-box:hover .aio-icon, .style_2 .aio-icon-box:hover .img-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}



.style_3 .aio-icon-box:hover .aio-icon, .style_3 .aio-icon-box:hover .img-icon {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

@-webkit-keyframes circle_buzz_out {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes circle_buzz_out {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        -ms-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        -ms-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        -ms-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        -ms-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        -ms-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        -ms-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@-webkit-keyframes circle_pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes circle_pulse {
    25% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes circle_push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes circle_push {
    50% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes circle_pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes circle_pop {
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



.ult-banner-block:hover .mask.solid-background {
    opacity: 1;
    background: #000
}

.ult-banner-block:hover .mask.opaque-background {
    background: rgba(0, 0, 0, .45)
}



.banner-style01:hover .mask {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms
}

.banner-style02:hover .mask {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms
}

.banner-style03:hover .mask {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms
}

.banner-style04:hover .mask {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms
}

.banner-style11:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.ult-banner-block-custom-height.banner-style11:hover img {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.banner-style11:hover .mask {
    opacity: 1
}



.banner-style11:hover a, .banner-style11:hover p {
    transform: scale(1);
    opacity: 1
}

.banner-style11:hover a, .banner-style11:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.banner-style12:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.ult-banner-block-custom-height.banner-style12:hover img {
    -webkit-transform: translateX(-50%) scale(1.05);
    -moz-transform: translateX(-50%) scale(1.05);
    -ms-transform: translateX(-50%) scale(1.05);
    -o-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05)
}

.banner-style12:hover .mask {
    opacity: 1
}



.banner-style12:hover a, .banner-style12:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.banner-style13:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.ult-banner-block-custom-height.banner-style13:hover img {
    -webkit-transform: translateX(-50%) scale(1.05);
    -moz-transform: translateX(-50%) scale(1.05);
    -ms-transform: translateX(-50%) scale(1.05);
    -o-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05)
}

.banner-style13:hover .mask {
    opacity: 1
}

.banner-style13:hover .mask p {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms
}

.banner-style21 .mask:hover {
    opacity: 1
}

.banner-style21:hover .mask {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.banner-style21:hover .bb-back-icon {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms
}

.banner-style21:hover .mask p {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms
}

.banner-style21:hover .mask a {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms
}

.banner-style22 .mask:hover {
    opacity: 1
}

.banner-style22:hover .mask {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.banner-style22:hover .bb-back-icon {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms
}

.banner-style22:hover .mask p {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms
}

.banner-style22:hover .mask a {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms
}

.banner-style31:hover .mask.opaque-background, .banner-style32:hover .mask.opaque-background, .banner-style33:hover .mask.opaque-background, .banner-style34:hover .mask.opaque-background {
    background: #414141
}

.banner-style31:hover img {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ult-banner-block-custom-height.banner-style31:hover img {
    -webkit-transform: translateX(-50%) translateY(-100%);
    -moz-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%)
}

.banner-style31:hover .mask {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.banner-style32:hover img {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.ult-banner-block-custom-height.banner-style32:hover img {
    -webkit-transform: translateX(-50%) translateY(100%);
    -moz-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    -o-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%)
}

.banner-style32:hover .mask {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.banner-style33:hover img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.banner-style33:hover .mask {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.banner-style34:hover img {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.banner-style34:hover .mask {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}







@media (max-width: 767px) {
    .ult_modal.ult-container {
        width: 80%
    }
}



.ult_pricing_table:hover {
    box-shadow: 0 0 7px rgba(167, 167, 167, .5)
}

.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -6px;
    right: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #1a1a1a
}

.slick-list, .slick-slider, .slick-track {
    position: relative
}



.ult_design_2.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button:after {
    border-left: 8px solid #1a1818
}



.ult_design_2.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button:after {
    border-left: 8px solid #ac3900
}



.ult_design_2.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button:after {
    border-left: 8px solid #0555ba
}



.ult_design_2.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button:after {
    border-left: 8px solid #ce5e0b
}



.ult_design_2.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button:after {
    border-left: 8px solid #037433
}



.ult_design_2.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button:after {
    border-left: 8px solid #bdbdbd
}

.ult-carousel-wrapper {
    margin-bottom: 35px;
    padding-bottom: 20px
}

.slick-slider {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent
}

.slick-slider {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.slick-list {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slide, .slick-slide img, .slick-slider .slick-list, .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    display: block;
    zoom: 1
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}
.ult-carousel-wrapper .ult-item-wrap {
    display: none;
}
.ult-carousel-wrapper .ult-item-wrap:first-child {   display: block; }
.ult-carousel-wrapper .ult-item-wrap:first-child img, .ult-carousel-wrapper .ult-item-wrap:first-child .wrap_slider_text { visibility: hidden;}
.slick-initialized .slick-slide {
    display: block !important;
}

@font-face {
    font-family: slick;
    src: url(/local/templates/itpanda.business.kupe/design/css/porto/slider/min-css/fonts/slick.eot);
    src: url(/local/templates/itpanda.business.kupe/design/css/porto/slider/min-css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/local/templates/itpanda.business.kupe/design/css/porto/slider/min-css/fonts/slick.woff) format("woff"), url(/local/templates/itpanda.business.kupe/design/css/porto/slider/min-css/fonts/slick.ttf) format("truetype"), url(/local/templates/itpanda.business.kupe/design/css/porto/slider/min-css/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}



.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
    box-shadow: none
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -15px;
    -webkit-tranform: rotate(-180deg);
    -moz-tranform: rotate(-180deg);
    transform: rotate(-180deg)
}

[dir=rtl] .slick-next {
    left: -15px;
    right: auto;
    -webkit-tranform: rotate(-180deg);
    -moz-tranform: rotate(-180deg);
    transform: rotate(-180deg)
}

[dir=rtl] .ult-carousel-wrapper.ult_full_width button.slick-prev {
    right: 25px
}

[dir=rtl] .ult-carousel-wrapper.ult_full_width button.slick-next {
    left: 25px
}

.slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    bottom: 0;
    transform: translateY(100%)
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: """;
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.ult-carousel-wrapper .slick-dots li i {
    opacity: .75;
    transition: all .3s ease-in-out
}

.ult-carousel-wrapper .slick-dots li.slick-active i {
    opacity: 1
}


ul.slick-dots {
    margin: 0;
    padding: 10px 0
}
















.aio-icon-component i, .align-icon i {
    font-size: inherit;
    line-height: inherit
}


.aio-icon-component, .aio-icon-component *, .align-icon, .align-icon *, .flip-box-wrap, .ubtn, .ult-new-ib {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.smile_icon_list.top:after, .smile_icon_list.top:before {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hexagon li .icon_list_icon:after, .hexagon li .icon_list_icon:before {
    content: "";
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent
}



@media only screen and (max-width: 768px) {
    .smile_icon_list_wrap .smile_icon_list.top {
        display: inline-block;
        width: 100%
    }
}

.hexagon li .icon_list_icon:before {
    position: absolute;
    top: -1em;
    left: 0;
    border-bottom: 1em solid;
    border-bottom-color: inherit !important
}

.hexagon li .icon_list_icon:after {
    position: absolute;
    bottom: -1em;
    left: 0;
    border-top: 1em solid;
    border-top-color: inherit !important
}

.aio-icon i {
    line-height: inherit
}











[class*=x-icon-], [data-x-icon] {
    line-height: inherit
}

.ulsb-container .ulsb-strip:nth-child(1) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 1px 1px 1px rgba(0, 0, 0, .1)
}

.ulsb-container .ulsb-strip:nth-child(2) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 2px 2px 1px rgba(0, 0, 0, .1)
}

.ulsb-container .ulsb-strip:nth-child(3) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 3px 3px 2px rgba(0, 0, 0, .2)
}

.ulsb-container .ulsb-strip:nth-child(4) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 4px 4px 4px rgba(0, 0, 0, .2)
}

.ulsb-container .ulsb-strip:nth-child(5) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 5px 5px 6px rgba(0, 0, 0, .3)
}

.ulsb-container .ulsb-strip:nth-child(6) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 6px 6px 8px rgba(0, 0, 0, .3)
}

.ulsb-container .ulsb-strip:nth-child(7) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 7px 7px 10px rgba(0, 0, 0, .4)
}

.ulsb-container .ulsb-strip:nth-child(8) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 8px 8px 12px rgba(0, 0, 0, .4)
}

.ulsb-container .ulsb-strip:nth-child(9) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 9px 9px 14px rgba(0, 0, 0, .4)
}

.ulsb-container .ulsb-strip:nth-child(10) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 10px 10px 16px rgba(0, 0, 0, .4)
}

.ulsb-container .ulsb-strip:nth-child(11) {
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 11px 11px 18px rgba(0, 0, 0, .4)
}

.ulsb-container .ulsb-strip:last-child:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    background: -moz-linear-gradient(-45deg, #ddd 0, #58535e 48%, #889396 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ddd), color-stop(48%, #58535e), color-stop(100%, #889396));
    background: -webkit-linear-gradient(-45deg, #ddd 0, #58535e 48%, #889396 100%);
    background: -o-linear-gradient(-45deg, #ddd 0, #58535e 48%, #889396 100%);
    background: -ms-linear-gradient(-45deg, #ddd 0, #58535e 48%, #889396 100%);
    background: linear-gradient(135deg, #ddd 0, #58535e 48%, #889396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#889396', GradientType=1);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .5), 1px 1px 1px rgba(255, 255, 255, .1)
}

.ulsb-container.ulsb-responsive .ulsb-strip:last-child:after {
    content: none
}



.ult-tabto-accordion dt > a:focus {
    outline: 0
}

.ult-tabto-actitle:hover {
    color: #fff;
    background-color: #999
}



@media screen and (min-width: 48em) {
    .ult-tabto-accordion .ult-tabto-accordionItem {
        max-height: 80em;
        -moz-transition: max-height .5s;
        -o-transition: max-height .5s;
        -webkit-transition: max-height .5s;
        transition: max-height .5s
    }
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes accordionIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes accordionOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.ult_tabmenu.style3 > li.current:after, .ult_tabmenu.style3 > li.current:before {
    opacity: 1
}



.ult_tabmenu.style1 li.ult_tab_li:not(:first-child) {
    border-left: none !important
}

.ult_tabmenu.style2 li.ult_tab_li a:hover {
    margin-top: 32px;
    padding: 12px 20px 10px
}

.ult_tabmenu.style2 li.ult_tab_li:nth-child(2) a {
    z-index: 2
}

.ult_tabmenu.style3 > li.ult_tab_li:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    top: 50%;
    bottom: 0;
    left: 5px;
    right: 5px;
    border-radius: 100px/10px
}

.ult_tabmenu.style3 > li.ult_tab_li a:focus, .ult_tabmenu.style3 > li.ult_tab_li:focus {
    outline: 0
}





.ult_tabmenu.style3 li.ult_tab_li:not(:first-child) {
    border-left: none !important
}



li.ult_tab_style_5 a.ult_a:after, li.ult_tab_style_6 a.ult_a:after {
    content: "";
    border-color: inherit;
    border-width: 3px;
    border-style: solid
}

li.ult_tab_style_4:not(:first-child) {
    border-left: none !important
}



li.ult_tab_style_5 a.ult_a:after {
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 115%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0)
}

li.ult_tab_style_5.current a.ult_a:after {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}



li.ult_tab_style_6 a.ult_a:after {
    position: absolute;
    top: 0;
    left: -5px;
    width: 115%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
    display: none
}

li.ult_tab_style_6.current a.ult_a:after {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media screen and (min-width: 300px) and (max-width: 450px) {
    span.ult-span-text {
        line-height: 2.5em;
        font-size: 1em !important;
        margin: 5px
    }

    .ult_tabmenu.style2 li.ult_tab_li a:hover {
        margin-top: 32px;
        padding: 10px
    }
}

@media screen and (min-width: 450px) and (max-width: 650px) {
    span.ult-span-text {
        line-height: 2.5em;
        font-size: 1em
    }

    .ult_tabmenu .aio-icon {
        font-size: 15px !important
    }
}

a.ult_a:focus {
    outline: 0
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes backSlideOutRight {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
}

@-moz-keyframes backSlideOutRight {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
}

@keyframes backSlideOutRight {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
}

@-webkit-keyframes backSlideInRight {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideInRight {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideInRight {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/icons.css?16182278341524*/
@font-face {
	font-family: 'ult-silk';
	src:url('/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.eot');
	src:url('/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.eot') format('embedded-opentype'),
		url('/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.woff') format('woff'),
		url('/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.ttf') format('truetype'),
		url('/local/templates/itpanda.business.kupe/design/css/fonts/ult-silk.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="ultsl-"], [class*=" ultsl-"] {
	font-family: 'ult-silk';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	outline: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ultsl-arrow-right:before {
	content: "\e600";
}
.ultsl-arrow-left:before {
	content: "\e601";
}
.ultsl-arrow-right2:before {
	content: "\e602";
}
.ultsl-arrow-left2:before {
	content: "\e603";
}
.ultsl-arrow-right3:before {
	content: "\e604";
}
.ultsl-arrow-left3:before {
	content: "\e605";
}
.ultsl-checkbox-unchecked:before {
	content: "\e606";
}
.ultsl-checkbox-partial:before {
	content: "\e607";
}
.ultsl-radio-checked:before {
	content: "\e608";
}
.ultsl-radio-unchecked:before {
	content: "\e609";
}
.ultsl-record:before {
	content: "\e60a";
}
.ultsl-stop:before {
	content: "\e60b";
}
.ultsl-arrow-left4:before {
	content: "\e60c";
}
.ultsl-arrow-right4:before {
	content: "\e60d";
}
.ultsl-arrow-left5:before {
	content: "\e60e";
}
.ultsl-arrow-right5:before {
	content: "\e60f";
}
.ultsl-arrow-left6:before {
	content: "\e610";
}
.ultsl-arrow-right6:before {
	content: "\e611";
}

/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/bootstrap.css?1618227834168165*/
@charset "UTF-8";
/*****************************************************************//*
 /*** 01. Config Variables
 /*** 02. Bootstrap
 /*
 /*****************************************************************//*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
@at-root {
    @font-face {
        font-family: 'Glyphicons Halflings';
        src: url('/local/templates/itpanda.business.kupe/design/css/fonts/bootstrap/glyphicons-halflings-regular.eot');
        src: url('/local/templates/itpanda.business.kupe/design/css/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/itpanda.business.kupe/design/css/fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'), url('/local/templates/itpanda.business.kupe/design/css/fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('/local/templates/itpanda.business.kupe/design/css/fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('/local/templates/itpanda.business.kupe/design/css/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    }
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #08c;
    text-decoration: none;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}
a:focus {
    outline: 0;
    /*// Default
 outline: thin dotted;
 // WebKit
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;*/
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small, .small {
    font-size: 85%;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase, .initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #08c;
}
a.text-primary:hover, a.text-primary:focus {
    color: #069;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #08c;
}
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #069;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.42857;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 740px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
@media (min-width: 1190px) {
    .container {
        width: 1130px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 20.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 79.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1190px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple], select[size] {
    height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
    /*// Default
 outline: thin dotted;
 // WebKit
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;*/
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control.form-control-static, .input-group-lg > .input-group-addon.form-control-static, .input-group-lg > .input-group-btn > .btn.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control.form-control-static, .input-group-sm > .input-group-addon.form-control-static, .input-group-sm > .input-group-btn > .btn.form-control-static {
    padding-left: 0;
    padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn, .button, input.submit, input[type="submit"].btn, input[type="submit"].button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .button:focus, input.submit:focus, input[type="submit"].btn:focus, input[type="submit"].button:focus, .btn:active:focus, .button:active:focus, input.submit:active:focus, input[type="submit"].btn:active:focus, input[type="submit"].button:active:focus, .btn.active:focus, .button.active:focus, input.submit.active:focus, input[type="submit"].btn.active:focus, input[type="submit"].button.active:focus, .btn.focus, .button.focus, input.submit.focus, input[type="submit"].btn.focus, input[type="submit"].button.focus, .btn:active.focus, .button:active.focus, input.submit:active.focus, input[type="submit"].btn:active.focus, input[type="submit"].button:active.focus, .btn.active.focus, .button.active.focus, input.submit.active.focus, input[type="submit"].btn.active.focus, input[type="submit"].button.active.focus {
    outline: 0;
    /*// Default
 outline: thin dotted;
 // WebKit
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;*/
}
.btn:hover, .button:hover, input.submit:hover, input[type="submit"].btn:hover, input[type="submit"].button:hover, .btn:focus, .button:focus, input.submit:focus, input[type="submit"].btn:focus, input[type="submit"].button:focus, .btn.focus, .button.focus, input.submit.focus, input[type="submit"].btn.focus, input[type="submit"].button.focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .button:active, input.submit:active, input[type="submit"].btn:active, input[type="submit"].button:active, .btn.active, .button.active, input.submit.active, input[type="submit"].btn.active, input[type="submit"].button.active {
    outline: 0;
    background-image: none;
    /*@include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));*/
}
.btn.disabled, .button.disabled, input.submit.disabled, input[type="submit"].btn.disabled, input[type="submit"].button.disabled, .btn[disabled], .button[disabled], input.submit[disabled], input[type="submit"].btn[disabled], input[type="submit"].button[disabled], fieldset[disabled] .btn, fieldset[disabled] .button, fieldset[disabled] input.submit, fieldset[disabled] input[type="submit"].btn, fieldset[disabled] input[type="submit"].button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default, input[type="submit"].btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus, input[type="submit"].btn-default:focus, .btn-default.focus, input[type="submit"].btn-default.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}
.btn-default:hover, input[type="submit"].btn-default:hover {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}
.btn-default:active, input[type="submit"].btn-default:active, .btn-default.active, input[type="submit"].btn-default.active, .open > .btn-default.dropdown-toggle, .open > input[type="submit"].btn-default.dropdown-toggle {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}
.btn-default:active, input[type="submit"].btn-default:active, .btn-default.active, input[type="submit"].btn-default.active, .open > .btn-default.dropdown-toggle, .open > input[type="submit"].btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled, input[type="submit"].btn-default.disabled, .btn-default[disabled], input[type="submit"].btn-default[disabled], fieldset[disabled] .btn-default, fieldset[disabled] input[type="submit"].btn-default, .btn-default.disabled:hover, input[type="submit"].btn-default.disabled:hover, .btn-default[disabled]:hover, input[type="submit"].btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, fieldset[disabled] input[type="submit"].btn-default:hover, .btn-default.disabled:focus, input[type="submit"].btn-default.disabled:focus, .btn-default[disabled]:focus, input[type="submit"].btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] input[type="submit"].btn-default:focus, .btn-default.disabled.focus, input[type="submit"].btn-default.disabled.focus, .btn-default[disabled].focus, input[type="submit"].btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] input[type="submit"].btn-default.focus, .btn-default.disabled:active, input[type="submit"].btn-default.disabled:active, .btn-default[disabled]:active, input[type="submit"].btn-default[disabled]:active, fieldset[disabled] .btn-default:active, fieldset[disabled] input[type="submit"].btn-default:active, .btn-default.disabled.active, input[type="submit"].btn-default.disabled.active, .btn-default[disabled].active, input[type="submit"].btn-default[disabled].active, fieldset[disabled] .btn-default.active, fieldset[disabled] input[type="submit"].btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge, input[type="submit"].btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary, .button, input.submit, input[type="submit"].submit, input[type="submit"].button, input[type="submit"].btn-primary {
    color: #fff;
    background-color: #08c;
    border-color: #0077b3;
}
.btn-primary:focus, .button:focus, input.submit:focus, input[type="submit"].submit:focus, input[type="submit"].button:focus, input[type="submit"].btn-primary:focus, .btn-primary.focus, .button.focus, input.submit.focus, input[type="submit"].submit.focus, input[type="submit"].button.focus, input[type="submit"].btn-primary.focus {
    color: #fff;
    background-color: #0077b3;
    border-color: #069;
}
.btn-primary:hover, .button:hover, input.submit:hover, input[type="submit"].submit:hover, input[type="submit"].button:hover, input[type="submit"].btn-primary:hover {
    color: #fff;
    background-color: #0077b3;
    border-color: #069;
}
.btn-primary:active, .button:active, input.submit:active, input[type="submit"].submit:active, input[type="submit"].button:active, input[type="submit"].btn-primary:active, .btn-primary.active, .button.active, input.submit.active, input[type="submit"].submit.active, input[type="submit"].button.active, input[type="submit"].btn-primary.active, .open > .btn-primary.dropdown-toggle, .open > .button.dropdown-toggle, .open > input.submit.dropdown-toggle, .open > input[type="submit"].submit.dropdown-toggle, .open > input[type="submit"].button.dropdown-toggle, .open > input[type="submit"].btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0077b3;
    border-color: #069;
}
.btn-primary:active, .button:active, input.submit:active, input[type="submit"].submit:active, input[type="submit"].button:active, input[type="submit"].btn-primary:active, .btn-primary.active, .button.active, input.submit.active, input[type="submit"].submit.active, input[type="submit"].button.active, input[type="submit"].btn-primary.active, .open > .btn-primary.dropdown-toggle, .open > .button.dropdown-toggle, .open > input.submit.dropdown-toggle, .open > input[type="submit"].submit.dropdown-toggle, .open > input[type="submit"].button.dropdown-toggle, .open > input[type="submit"].btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled, .button.disabled, input.submit.disabled, input[type="submit"].submit.disabled, input[type="submit"].button.disabled, input[type="submit"].btn-primary.disabled, .btn-primary[disabled], .button[disabled], input.submit[disabled], input[type="submit"].submit[disabled], input[type="submit"].button[disabled], input[type="submit"].btn-primary[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .button, fieldset[disabled] input.submit, fieldset[disabled] input[type="submit"].submit, fieldset[disabled] input[type="submit"].button, fieldset[disabled] input[type="submit"].btn-primary, .btn-primary.disabled:hover, .button.disabled:hover, input.submit.disabled:hover, input[type="submit"].submit.disabled:hover, input[type="submit"].button.disabled:hover, input[type="submit"].btn-primary.disabled:hover, .btn-primary[disabled]:hover, .button[disabled]:hover, input.submit[disabled]:hover, input[type="submit"].submit[disabled]:hover, input[type="submit"].button[disabled]:hover, input[type="submit"].btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .button:hover, fieldset[disabled] input.submit:hover, fieldset[disabled] input[type="submit"].submit:hover, fieldset[disabled] input[type="submit"].button:hover, fieldset[disabled] input[type="submit"].btn-primary:hover, .btn-primary.disabled:focus, .button.disabled:focus, input.submit.disabled:focus, input[type="submit"].submit.disabled:focus, input[type="submit"].button.disabled:focus, input[type="submit"].btn-primary.disabled:focus, .btn-primary[disabled]:focus, .button[disabled]:focus, input.submit[disabled]:focus, input[type="submit"].submit[disabled]:focus, input[type="submit"].button[disabled]:focus, input[type="submit"].btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .button:focus, fieldset[disabled] input.submit:focus, fieldset[disabled] input[type="submit"].submit:focus, fieldset[disabled] input[type="submit"].button:focus, fieldset[disabled] input[type="submit"].btn-primary:focus, .btn-primary.disabled.focus, .button.disabled.focus, input.submit.disabled.focus, input[type="submit"].submit.disabled.focus, input[type="submit"].button.disabled.focus, input[type="submit"].btn-primary.disabled.focus, .btn-primary[disabled].focus, .button[disabled].focus, input.submit[disabled].focus, input[type="submit"].submit[disabled].focus, input[type="submit"].button[disabled].focus, input[type="submit"].btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .button.focus, fieldset[disabled] input.submit.focus, fieldset[disabled] input[type="submit"].submit.focus, fieldset[disabled] input[type="submit"].button.focus, fieldset[disabled] input[type="submit"].btn-primary.focus, .btn-primary.disabled:active, .button.disabled:active, input.submit.disabled:active, input[type="submit"].submit.disabled:active, input[type="submit"].button.disabled:active, input[type="submit"].btn-primary.disabled:active, .btn-primary[disabled]:active, .button[disabled]:active, input.submit[disabled]:active, input[type="submit"].submit[disabled]:active, input[type="submit"].button[disabled]:active, input[type="submit"].btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .button:active, fieldset[disabled] input.submit:active, fieldset[disabled] input[type="submit"].submit:active, fieldset[disabled] input[type="submit"].button:active, fieldset[disabled] input[type="submit"].btn-primary:active, .btn-primary.disabled.active, .button.disabled.active, input.submit.disabled.active, input[type="submit"].submit.disabled.active, input[type="submit"].button.disabled.active, input[type="submit"].btn-primary.disabled.active, .btn-primary[disabled].active, .button[disabled].active, input.submit[disabled].active, input[type="submit"].submit[disabled].active, input[type="submit"].button[disabled].active, input[type="submit"].btn-primary[disabled].active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .button.active, fieldset[disabled] input.submit.active, fieldset[disabled] input[type="submit"].submit.active, fieldset[disabled] input[type="submit"].button.active, fieldset[disabled] input[type="submit"].btn-primary.active {
    background-color: #08c;
    border-color: #0077b3;
}
.btn-primary .badge, .button .badge, input.submit .badge, input[type="submit"].submit .badge, input[type="submit"].button .badge, input[type="submit"].btn-primary .badge {
    color: #08c;
    background-color: #fff;
}
.btn-success, input[type="submit"].btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #3f923f;
}
.btn-success:focus, input[type="submit"].btn-success:focus, .btn-success.focus, input[type="submit"].btn-success.focus {
    color: #fff;
    background-color: #3f923f;
    border-color: #388038;
}
.btn-success:hover, input[type="submit"].btn-success:hover {
    color: #fff;
    background-color: #3f923f;
    border-color: #388038;
}
.btn-success:active, input[type="submit"].btn-success:active, .btn-success.active, input[type="submit"].btn-success.active, .open > .btn-success.dropdown-toggle, .open > input[type="submit"].btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3f923f;
    border-color: #388038;
}
.btn-success:active, input[type="submit"].btn-success:active, .btn-success.active, input[type="submit"].btn-success.active, .open > .btn-success.dropdown-toggle, .open > input[type="submit"].btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled, input[type="submit"].btn-success.disabled, .btn-success[disabled], input[type="submit"].btn-success[disabled], fieldset[disabled] .btn-success, fieldset[disabled] input[type="submit"].btn-success, .btn-success.disabled:hover, input[type="submit"].btn-success.disabled:hover, .btn-success[disabled]:hover, input[type="submit"].btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, fieldset[disabled] input[type="submit"].btn-success:hover, .btn-success.disabled:focus, input[type="submit"].btn-success.disabled:focus, .btn-success[disabled]:focus, input[type="submit"].btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] input[type="submit"].btn-success:focus, .btn-success.disabled.focus, input[type="submit"].btn-success.disabled.focus, .btn-success[disabled].focus, input[type="submit"].btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] input[type="submit"].btn-success.focus, .btn-success.disabled:active, input[type="submit"].btn-success.disabled:active, .btn-success[disabled]:active, input[type="submit"].btn-success[disabled]:active, fieldset[disabled] .btn-success:active, fieldset[disabled] input[type="submit"].btn-success:active, .btn-success.disabled.active, input[type="submit"].btn-success.disabled.active, .btn-success[disabled].active, input[type="submit"].btn-success[disabled].active, fieldset[disabled] .btn-success.active, fieldset[disabled] input[type="submit"].btn-success.active {
    background-color: #47a447;
    border-color: #3f923f;
}
.btn-success .badge, input[type="submit"].btn-success .badge {
    color: #47a447;
    background-color: #fff;
}
.btn-info, input[type="submit"].btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus, input[type="submit"].btn-info:focus, .btn-info.focus, input[type="submit"].btn-info.focus {
    color: #fff;
    background-color: #46b8da;
    border-color: #31b0d5;
}
.btn-info:hover, input[type="submit"].btn-info:hover {
    color: #fff;
    background-color: #46b8da;
    border-color: #31b0d5;
}
.btn-info:active, input[type="submit"].btn-info:active, .btn-info.active, input[type="submit"].btn-info.active, .open > .btn-info.dropdown-toggle, .open > input[type="submit"].btn-info.dropdown-toggle {
    color: #fff;
    background-color: #46b8da;
    border-color: #31b0d5;
}
.btn-info:active, input[type="submit"].btn-info:active, .btn-info.active, input[type="submit"].btn-info.active, .open > .btn-info.dropdown-toggle, .open > input[type="submit"].btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled, input[type="submit"].btn-info.disabled, .btn-info[disabled], input[type="submit"].btn-info[disabled], fieldset[disabled] .btn-info, fieldset[disabled] input[type="submit"].btn-info, .btn-info.disabled:hover, input[type="submit"].btn-info.disabled:hover, .btn-info[disabled]:hover, input[type="submit"].btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, fieldset[disabled] input[type="submit"].btn-info:hover, .btn-info.disabled:focus, input[type="submit"].btn-info.disabled:focus, .btn-info[disabled]:focus, input[type="submit"].btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] input[type="submit"].btn-info:focus, .btn-info.disabled.focus, input[type="submit"].btn-info.disabled.focus, .btn-info[disabled].focus, input[type="submit"].btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] input[type="submit"].btn-info.focus, .btn-info.disabled:active, input[type="submit"].btn-info.disabled:active, .btn-info[disabled]:active, input[type="submit"].btn-info[disabled]:active, fieldset[disabled] .btn-info:active, fieldset[disabled] input[type="submit"].btn-info:active, .btn-info.disabled.active, input[type="submit"].btn-info.disabled.active, .btn-info[disabled].active, input[type="submit"].btn-info[disabled].active, fieldset[disabled] .btn-info.active, fieldset[disabled] input[type="submit"].btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge, input[type="submit"].btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning, input[type="submit"].btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #e89113;
}
.btn-warning:focus, input[type="submit"].btn-warning:focus, .btn-warning.focus, input[type="submit"].btn-warning.focus {
    color: #fff;
    background-color: #e89113;
    border-color: #d18211;
}
.btn-warning:hover, input[type="submit"].btn-warning:hover {
    color: #fff;
    background-color: #e89113;
    border-color: #d18211;
}
.btn-warning:active, input[type="submit"].btn-warning:active, .btn-warning.active, input[type="submit"].btn-warning.active, .open > .btn-warning.dropdown-toggle, .open > input[type="submit"].btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e89113;
    border-color: #d18211;
}
.btn-warning:active, input[type="submit"].btn-warning:active, .btn-warning.active, input[type="submit"].btn-warning.active, .open > .btn-warning.dropdown-toggle, .open > input[type="submit"].btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled, input[type="submit"].btn-warning.disabled, .btn-warning[disabled], input[type="submit"].btn-warning[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] input[type="submit"].btn-warning, .btn-warning.disabled:hover, input[type="submit"].btn-warning.disabled:hover, .btn-warning[disabled]:hover, input[type="submit"].btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, fieldset[disabled] input[type="submit"].btn-warning:hover, .btn-warning.disabled:focus, input[type="submit"].btn-warning.disabled:focus, .btn-warning[disabled]:focus, input[type="submit"].btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] input[type="submit"].btn-warning:focus, .btn-warning.disabled.focus, input[type="submit"].btn-warning.disabled.focus, .btn-warning[disabled].focus, input[type="submit"].btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] input[type="submit"].btn-warning.focus, .btn-warning.disabled:active, input[type="submit"].btn-warning.disabled:active, .btn-warning[disabled]:active, input[type="submit"].btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, fieldset[disabled] input[type="submit"].btn-warning:active, .btn-warning.disabled.active, input[type="submit"].btn-warning.disabled.active, .btn-warning[disabled].active, input[type="submit"].btn-warning[disabled].active, fieldset[disabled] .btn-warning.active, fieldset[disabled] input[type="submit"].btn-warning.active {
    background-color: #ed9c28;
    border-color: #e89113;
}
.btn-warning .badge, input[type="submit"].btn-warning .badge {
    color: #ed9c28;
    background-color: #fff;
}
.btn-danger, input[type="submit"].btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #bd2d29;
}
.btn-danger:focus, input[type="submit"].btn-danger:focus, .btn-danger.focus, input[type="submit"].btn-danger.focus {
    color: #fff;
    background-color: #bd2d29;
    border-color: #a82824;
}
.btn-danger:hover, input[type="submit"].btn-danger:hover {
    color: #fff;
    background-color: #bd2d29;
    border-color: #a82824;
}
.btn-danger:active, input[type="submit"].btn-danger:active, .btn-danger.active, input[type="submit"].btn-danger.active, .open > .btn-danger.dropdown-toggle, .open > input[type="submit"].btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2d29;
    border-color: #a82824;
}
.btn-danger:active, input[type="submit"].btn-danger:active, .btn-danger.active, input[type="submit"].btn-danger.active, .open > .btn-danger.dropdown-toggle, .open > input[type="submit"].btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled, input[type="submit"].btn-danger.disabled, .btn-danger[disabled], input[type="submit"].btn-danger[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] input[type="submit"].btn-danger, .btn-danger.disabled:hover, input[type="submit"].btn-danger.disabled:hover, .btn-danger[disabled]:hover, input[type="submit"].btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, fieldset[disabled] input[type="submit"].btn-danger:hover, .btn-danger.disabled:focus, input[type="submit"].btn-danger.disabled:focus, .btn-danger[disabled]:focus, input[type="submit"].btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] input[type="submit"].btn-danger:focus, .btn-danger.disabled.focus, input[type="submit"].btn-danger.disabled.focus, .btn-danger[disabled].focus, input[type="submit"].btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] input[type="submit"].btn-danger.focus, .btn-danger.disabled:active, input[type="submit"].btn-danger.disabled:active, .btn-danger[disabled]:active, input[type="submit"].btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, fieldset[disabled] input[type="submit"].btn-danger:active, .btn-danger.disabled.active, input[type="submit"].btn-danger.disabled.active, .btn-danger[disabled].active, input[type="submit"].btn-danger[disabled].active, fieldset[disabled] .btn-danger.active, fieldset[disabled] input[type="submit"].btn-danger.active {
    background-color: #d2322d;
    border-color: #bd2d29;
}
.btn-danger .badge, input[type="submit"].btn-danger .badge {
    color: #d2322d;
    background-color: #fff;
}
.btn-link {
    color: #08c;
    font-weight: normal;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius:  3px;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius:  3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    float: left;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #08c;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: 0;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:last-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group > .btn-group-lg > .btn + .dropdown-toggle, .btn-group-lg > .btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .btn-group-lg > .dropup .btn .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #777;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm, .input-group-sm > .form-control.input-group-addon, .input-group-sm > .input-group-addon.input-group-addon, .input-group-sm > .input-group-btn > .btn.input-group-addon {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg > .form-control.input-group-addon, .input-group-lg > .input-group-addon.input-group-addon, .input-group-lg > .input-group-btn > .btn.input-group-addon {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-addon.input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-addon.input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #08c;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #08c;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}
@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -10px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .btn.navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .btn.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #08c;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #005580;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #08c;
    border-color: #08c;
    cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager:before, .pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #777;
    border-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}
.label-primary {
    background-color: #08c;
    border-color: #08c;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #069;
    border-color: #069;
}
.label-success {
    background-color: #47a447;
    border-color: #47a447;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #388038;
    border-color: #388038;
}
.label-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
    border-color: #31b0d5;
}
.label-warning {
    background-color: #ed9c28;
    border-color: #ed9c28;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #d18211;
    border-color: #d18211;
}
.label-danger {
    background-color: #d2322d;
    border-color: #d2322d;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #a82824;
    border-color: #a82824;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #08c;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 250px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.b-store-categories-list-image {
    height: 250px;
    display: block;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #08c;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #08c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #47a447;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #ed9c28;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d2322d;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right, .media > .pull-right {
    padding-left: 10px;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item, button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #08c;
    border-color: #08c;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #9df;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #08c;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #08c;
    border-color: #08c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #08c;
}
.panel-primary > .panel-heading .badge {
    color: #08c;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #08c;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.6;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30%;
    padding-left: 0;
    z-index: 15;
    width: 60%;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@at-root {
    @-ms-viewport {
        width: device-width;
    }
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1189px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1189px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1189px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1189px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1190px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1190px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1190px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1190px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1189px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1190px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/plugins.css?1618227834123479*/
@charset "UTF-8";
/*****************************************************************//*
 /*** 00. Minicart Icon
 /*** 01. Config Variables
 /*** 02. FontAwesome Icon
 /*** 03. Elusive Icon
 /*** 04. Owl Carousel
 /*** 05. Easy Responsive Tabs
 /*** 06. jQuery Srollbar
 /*** 07. Blueimp Gallery
 /*** 08. jQuery Fancybox
 /*** 09. Circle Flip Slideshow
 /*** 10. Simple Line Icons
 /*
 /*****************************************************************/@font-face {
    font-family: "minicart-font";
    src: url('/local/templates/itpanda.business.kupe/design/css/fonts/minicart-font/minicart-font.eot?v=1.0');
    src: url('/local/templates/itpanda.business.kupe/design/css/fonts/minicart-font/minicart-font.eot?#iefix&v=1.0') format('embedded-opentype'), url('/local/templates/itpanda.business.kupe/design/css/fonts/minicart-font/minicart-font.woff?v=1.0') format('woff'), url('/local/templates/itpanda.business.kupe/design/css/fonts/minicart-font/minicart-font.ttf?v=1.0') format('truetype'), url('/local/templates/itpanda.business.kupe/design/css/fonts/minicart-font/minicart-font.svg?v=1.0#minicart-font') format('svg');
    font-weight: normal;
    font-style: normal;
}
.minicart-icon:before {
    font-family: "minicart-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.minicart-icon:before {
    content: "\e800";
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *//* FONT PATH
 * -------------------------- */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before, .fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before, .fa-users:before {
    content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before, .fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}
.fa-won:before, .fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before, .fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
/*!
 *  Elusive Icons 2.0.0 by @ReduxFramework - http://elusiveicons.com - @reduxframework
 *  License - http://elusiveicons.com/license (Font: SIL OFL 1.1, CSS: MIT License)
 *//* FONT PATH
 * -------------------------- */@font-face {
    font-family: 'Elusive-Icons';
    src: url('/local/templates/itpanda.business.kupe/design/css/fonts/elusive/elusiveicons-webfont.eot?v=2.0.0');
    src: url('/local/templates/itpanda.business.kupe/design/css/fonts/elusive/elusiveicons-webfont.eot?#iefix&v=2.0.0') format('embedded-opentype'), url('/local/templates/itpanda.business.kupe/design/css/fonts/elusive/elusiveicons-webfont.woff?v=2.0.0') format('woff'), url('/local/templates/itpanda.business.kupe/design/css/fonts/elusive/elusiveicons-webfont.ttf?v=2.0.0') format('truetype'), url('/local/templates/itpanda.business.kupe/design/css/fonts/elusive/elusiveicons-webfont.svg?v=2.0.0#elusiveiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.el {
    display: inline-block;
    font: normal normal normal 14px/1 'Elusive-Icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */.el-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.el-2x {
    font-size: 2em;
}
.el-3x {
    font-size: 3em;
}
.el-4x {
    font-size: 4em;
}
.el-5x {
    font-size: 5em;
}
.el-fw {
    width: 1.28571em;
    text-align: center;
}
.el-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.el-ul > li {
    position: relative;
}
.el-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.el-li.el-lg {
    left: -1.85714em;
}
.el-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.el.pull-left {
    margin-right: 0.3em;
}
.el.pull-right {
    margin-left: 0.3em;
}
.el-spin {
    -webkit-animation: el-spin 2s infinite linear;
    animation: el-spin 2s infinite linear;
}
.el-pulse {
    -webkit-animation: el-spin 1s infinite steps(8);
    animation: el-spin 1s infinite steps(8);
}
@-webkit-keyframes el-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes el-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.el-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.el-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.el-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.el-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.el-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .el-rotate-90, :root .el-rotate-180, :root .el-rotate-270, :root .el-flip-horizontal, :root .el-flip-vertical {
    filter: none;
}
.el-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.el-stack-1x, .el-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.el-stack-1x {
    line-height: inherit;
}
.el-stack-2x {
    font-size: 2em;
}
.el-inverse {
    color: #fff;
}
/* Elusive Icons uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */.el-address-book-alt:before {
    content: "\f101";
}
.el-address-book:before {
    content: "\f102";
}
.el-adjust-alt:before {
    content: "\f103";
}
.el-adjust:before {
    content: "\f104";
}
.el-adult:before {
    content: "\f105";
}
.el-align-center:before {
    content: "\f106";
}
.el-align-justify:before {
    content: "\f107";
}
.el-align-left:before {
    content: "\f108";
}
.el-align-right:before {
    content: "\f109";
}
.el-arrow-down:before {
    content: "\f10a";
}
.el-arrow-left:before {
    content: "\f10b";
}
.el-arrow-right:before {
    content: "\f10c";
}
.el-arrow-up:before {
    content: "\f10d";
}
.el-asl:before {
    content: "\f10e";
}
.el-asterisk:before {
    content: "\f10f";
}
.el-backward:before {
    content: "\f110";
}
.el-ban-circle:before {
    content: "\f111";
}
.el-barcode:before {
    content: "\f112";
}
.el-behance:before {
    content: "\f113";
}
.el-bell:before {
    content: "\f114";
}
.el-blind:before {
    content: "\f115";
}
.el-blogger:before {
    content: "\f116";
}
.el-bold:before {
    content: "\f117";
}
.el-book:before {
    content: "\f118";
}
.el-bookmark-empty:before {
    content: "\f119";
}
.el-bookmark:before {
    content: "\f11a";
}
.el-braille:before {
    content: "\f11b";
}
.el-briefcase:before {
    content: "\f11c";
}
.el-broom:before {
    content: "\f11d";
}
.el-brush:before {
    content: "\f11e";
}
.el-bulb:before {
    content: "\f11f";
}
.el-bullhorn:before {
    content: "\f120";
}
.el-calendar-sign:before {
    content: "\f121";
}
.el-calendar:before {
    content: "\f122";
}
.el-camera:before {
    content: "\f123";
}
.el-car:before {
    content: "\f124";
}
.el-caret-down:before {
    content: "\f125";
}
.el-caret-left:before {
    content: "\f126";
}
.el-caret-right:before {
    content: "\f127";
}
.el-caret-up:before {
    content: "\f128";
}
.el-cc:before {
    content: "\f129";
}
.el-certificate:before {
    content: "\f12a";
}
.el-check-empty:before {
    content: "\f12b";
}
.el-check:before {
    content: "\f12c";
}
.el-chevron-down:before {
    content: "\f12d";
}
.el-chevron-left:before {
    content: "\f12e";
}
.el-chevron-right:before {
    content: "\f12f";
}
.el-chevron-up:before {
    content: "\f130";
}
.el-child:before {
    content: "\f131";
}
.el-circle-arrow-down:before {
    content: "\f132";
}
.el-circle-arrow-left:before {
    content: "\f133";
}
.el-circle-arrow-right:before {
    content: "\f134";
}
.el-circle-arrow-up:before {
    content: "\f135";
}
.el-cloud-alt:before {
    content: "\f136";
}
.el-cloud:before {
    content: "\f137";
}
.el-cog-alt:before {
    content: "\f138";
}
.el-cog:before {
    content: "\f139";
}
.el-cogs:before {
    content: "\f13a";
}
.el-comment-alt:before {
    content: "\f13b";
}
.el-comment:before {
    content: "\f13c";
}
.el-compass-alt:before {
    content: "\f13d";
}
.el-compass:before {
    content: "\f13e";
}
.el-credit-card:before {
    content: "\f13f";
}
.el-css:before {
    content: "\f140";
}
.el-dashboard:before {
    content: "\f141";
}
.el-delicious:before {
    content: "\f142";
}
.el-deviantart:before {
    content: "\f143";
}
.el-digg:before {
    content: "\f144";
}
.el-download-alt:before {
    content: "\f145";
}
.el-download:before {
    content: "\f146";
}
.el-dribbble:before {
    content: "\f147";
}
.el-edit:before {
    content: "\f148";
}
.el-eject:before {
    content: "\f149";
}
.el-envelope-alt:before {
    content: "\f14a";
}
.el-envelope:before {
    content: "\f14b";
}
.el-error-alt:before {
    content: "\f14c";
}
.el-error:before {
    content: "\f14d";
}
.el-eur:before {
    content: "\f14e";
}
.el-exclamation-sign:before {
    content: "\f14f";
}
.el-eye-close:before {
    content: "\f150";
}
.el-eye-open:before {
    content: "\f151";
}
.el-facebook:before {
    content: "\f152";
}
.el-facetime-video:before {
    content: "\f153";
}
.el-fast-backward:before {
    content: "\f154";
}
.el-fast-forward:before {
    content: "\f155";
}
.el-female:before {
    content: "\f156";
}
.el-file-alt:before {
    content: "\f157";
}
.el-file-edit-alt:before {
    content: "\f158";
}
.el-file-edit:before {
    content: "\f159";
}
.el-file-new-alt:before {
    content: "\f15a";
}
.el-file-new:before {
    content: "\f15b";
}
.el-file:before {
    content: "\f15c";
}
.el-film:before {
    content: "\f15d";
}
.el-filter:before {
    content: "\f15e";
}
.el-fire:before {
    content: "\f15f";
}
.el-flag-alt:before {
    content: "\f160";
}
.el-flag:before {
    content: "\f161";
}
.el-flickr:before {
    content: "\f162";
}
.el-folder-close:before {
    content: "\f163";
}
.el-folder-open:before {
    content: "\f164";
}
.el-folder-sign:before {
    content: "\f165";
}
.el-folder:before {
    content: "\f166";
}
.el-font:before {
    content: "\f167";
}
.el-fontsize:before {
    content: "\f168";
}
.el-fork:before {
    content: "\f169";
}
.el-forward-alt:before {
    content: "\f16a";
}
.el-forward:before {
    content: "\f16b";
}
.el-foursquare:before {
    content: "\f16c";
}
.el-friendfeed-rect:before {
    content: "\f16d";
}
.el-friendfeed:before {
    content: "\f16e";
}
.el-fullscreen:before {
    content: "\f16f";
}
.el-gbp:before {
    content: "\f170";
}
.el-gift:before {
    content: "\f171";
}
.el-github-text:before {
    content: "\f172";
}
.el-github:before {
    content: "\f173";
}
.el-glass:before {
    content: "\f174";
}
.el-glasses:before {
    content: "\f175";
}
.el-globe-alt:before {
    content: "\f176";
}
.el-globe:before {
    content: "\f177";
}
.el-googleplus:before {
    content: "\f178";
}
.el-graph-alt:before {
    content: "\f179";
}
.el-graph:before {
    content: "\f17a";
}
.el-group-alt:before {
    content: "\f17b";
}
.el-group:before {
    content: "\f17c";
}
.el-guidedog:before {
    content: "\f17d";
}
.el-hand-down:before {
    content: "\f17e";
}
.el-hand-left:before {
    content: "\f17f";
}
.el-hand-right:before {
    content: "\f180";
}
.el-hand-up:before {
    content: "\f181";
}
.el-hdd:before {
    content: "\f182";
}
.el-headphones:before {
    content: "\f183";
}
.el-hearing-impaired:before {
    content: "\f184";
}
.el-heart-alt:before {
    content: "\f185";
}
.el-heart-empty:before {
    content: "\f186";
}
.el-heart:before {
    content: "\f187";
}
.el-home-alt:before {
    content: "\f188";
}
.el-home:before {
    content: "\f189";
}
.el-hourglass:before {
    content: "\f18a";
}
.el-idea-alt:before {
    content: "\f18b";
}
.el-idea:before {
    content: "\f18c";
}
.el-inbox-alt:before {
    content: "\f18d";
}
.el-inbox-box:before {
    content: "\f18e";
}
.el-inbox:before {
    content: "\f18f";
}
.el-indent-left:before {
    content: "\f190";
}
.el-indent-right:before {
    content: "\f191";
}
.el-info-circle:before {
    content: "\f192";
}
.el-instagram:before {
    content: "\f193";
}
.el-iphone-home:before {
    content: "\f194";
}
.el-italic:before {
    content: "\f195";
}
.el-key:before {
    content: "\f196";
}
.el-laptop-alt:before {
    content: "\f197";
}
.el-laptop:before {
    content: "\f198";
}
.el-lastfm:before {
    content: "\f199";
}
.el-leaf:before {
    content: "\f19a";
}
.el-lines:before {
    content: "\f19b";
}
.el-link:before {
    content: "\f19c";
}
.el-linkedin:before {
    content: "\f19d";
}
.el-list-alt:before {
    content: "\f19e";
}
.el-list:before {
    content: "\f19f";
}
.el-livejournal:before {
    content: "\f1a0";
}
.el-lock-alt:before {
    content: "\f1a1";
}
.el-lock:before {
    content: "\f1a2";
}
.el-magic:before {
    content: "\f1a3";
}
.el-magnet:before {
    content: "\f1a4";
}
.el-male:before {
    content: "\f1a5";
}
.el-map-marker-alt:before {
    content: "\f1a6";
}
.el-map-marker:before {
    content: "\f1a7";
}
.el-mic-alt:before {
    content: "\f1a8";
}
.el-mic:before {
    content: "\f1a9";
}
.el-minus-sign:before {
    content: "\f1aa";
}
.el-minus:before {
    content: "\f1ab";
}
.el-move:before {
    content: "\f1ac";
}
.el-music:before {
    content: "\f1ad";
}
.el-myspace:before {
    content: "\f1ae";
}
.el-network:before {
    content: "\f1af";
}
.el-off:before {
    content: "\f1b0";
}
.el-ok-circle:before {
    content: "\f1b1";
}
.el-ok-sign:before {
    content: "\f1b2";
}
.el-ok:before {
    content: "\f1b3";
}
.el-opensource:before {
    content: "\f1b4";
}
.el-paper-clip-alt:before {
    content: "\f1b5";
}
.el-paper-clip:before {
    content: "\f1b6";
}
.el-path:before {
    content: "\f1b7";
}
.el-pause-alt:before {
    content: "\f1b8";
}
.el-pause:before {
    content: "\f1b9";
}
.el-pencil-alt:before {
    content: "\f1ba";
}
.el-pencil:before {
    content: "\f1bb";
}
.el-person:before {
    content: "\f1bc";
}
.el-phone-alt:before {
    content: "\f1bd";
}
.el-phone:before {
    content: "\f1be";
}
.el-photo-alt:before {
    content: "\f1bf";
}
.el-photo:before {
    content: "\f1c0";
}
.el-picasa:before {
    content: "\f1c1";
}
.el-picture:before {
    content: "\f1c2";
}
.el-pinterest:before {
    content: "\f1c3";
}
.el-plane:before {
    content: "\f1c4";
}
.el-play-alt:before {
    content: "\f1c5";
}
.el-play-circle:before {
    content: "\f1c6";
}
.el-play:before {
    content: "\f1c7";
}
.el-plurk-alt:before {
    content: "\f1c8";
}
.el-plurk:before {
    content: "\f1c9";
}
.el-plus-sign:before {
    content: "\f1ca";
}
.el-plus:before {
    content: "\f1cb";
}
.el-podcast:before {
    content: "\f1cc";
}
.el-print:before {
    content: "\f1cd";
}
.el-puzzle:before {
    content: "\f1ce";
}
.el-qrcode:before {
    content: "\f1cf";
}
.el-question-sign:before {
    content: "\f1d0";
}
.el-question:before {
    content: "\f1d1";
}
.el-quote-alt:before {
    content: "\f1d2";
}
.el-quote-right-alt:before {
    content: "\f1d3";
}
.el-quote-right:before {
    content: "\f1d4";
}
.el-quotes:before {
    content: "\f1d5";
}
.el-random:before {
    content: "\f1d6";
}
.el-record:before {
    content: "\f1d7";
}
.el-reddit:before {
    content: "\f1d8";
}
.el-redux:before {
    content: "\f1d9";
}
.el-refresh:before {
    content: "\f1da";
}
.el-remove-circle:before {
    content: "\f1db";
}
.el-remove-sign:before {
    content: "\f1dc";
}
.el-remove:before {
    content: "\f1dd";
}
.el-repeat-alt:before {
    content: "\f1de";
}
.el-repeat:before {
    content: "\f1df";
}
.el-resize-full:before {
    content: "\f1e0";
}
.el-resize-horizontal:before {
    content: "\f1e1";
}
.el-resize-small:before {
    content: "\f1e2";
}
.el-resize-vertical:before {
    content: "\f1e3";
}
.el-return-key:before {
    content: "\f1e4";
}
.el-retweet:before {
    content: "\f1e5";
}
.el-reverse-alt:before {
    content: "\f1e6";
}
.el-road:before {
    content: "\f1e7";
}
.el-rss:before {
    content: "\f1e8";
}
.el-scissors:before {
    content: "\f1e9";
}
.el-screen-alt:before {
    content: "\f1ea";
}
.el-screen:before {
    content: "\f1eb";
}
.el-screenshot:before {
    content: "\f1ec";
}
.el-search-alt:before {
    content: "\f1ed";
}
.el-search:before {
    content: "\f1ee";
}
.el-share-alt:before {
    content: "\f1ef";
}
.el-share:before {
    content: "\f1f0";
}
.el-shopping-cart-sign:before {
    content: "\f1f1";
}
.el-shopping-cart:before {
    content: "\f1f2";
}
.el-signal:before {
    content: "\f1f3";
}
.el-skype:before {
    content: "\f1f4";
}
.el-slideshare:before {
    content: "\f1f5";
}
.el-smiley-alt:before {
    content: "\f1f6";
}
.el-smiley:before {
    content: "\f1f7";
}
.el-soundcloud:before {
    content: "\f1f8";
}
.el-speaker:before {
    content: "\f1f9";
}
.el-spotify:before {
    content: "\f1fa";
}
.el-stackoverflow:before {
    content: "\f1fb";
}
.el-star-alt:before {
    content: "\f1fc";
}
.el-star-empty:before {
    content: "\f1fd";
}
.el-star:before {
    content: "\f1fe";
}
.el-step-backward:before {
    content: "\f1ff";
}
.el-step-forward:before {
    content: "\f200";
}
.el-stop-alt:before {
    content: "\f201";
}
.el-stop:before {
    content: "\f202";
}
.el-stumbleupon:before {
    content: "\f203";
}
.el-tag:before {
    content: "\f204";
}
.el-tags:before {
    content: "\f205";
}
.el-tasks:before {
    content: "\f206";
}
.el-text-height:before {
    content: "\f207";
}
.el-text-width:before {
    content: "\f208";
}
.el-th-large:before {
    content: "\f209";
}
.el-th-list:before {
    content: "\f20a";
}
.el-th:before {
    content: "\f20b";
}
.el-thumbs-down:before {
    content: "\f20c";
}
.el-thumbs-up:before {
    content: "\f20d";
}
.el-time-alt:before {
    content: "\f20e";
}
.el-time:before {
    content: "\f20f";
}
.el-tint:before {
    content: "\f210";
}
.el-torso:before {
    content: "\f211";
}
.el-trash-alt:before {
    content: "\f212";
}
.el-trash:before {
    content: "\f213";
}
.el-tumblr:before {
    content: "\f214";
}
.el-twitter:before {
    content: "\f215";
}
.el-universal-access:before {
    content: "\f216";
}
.el-unlock-alt:before {
    content: "\f217";
}
.el-unlock:before {
    content: "\f218";
}
.el-upload:before {
    content: "\f219";
}
.el-usd:before {
    content: "\f21a";
}
.el-user:before {
    content: "\f21b";
}
.el-viadeo:before {
    content: "\f21c";
}
.el-video-alt:before {
    content: "\f21d";
}
.el-video-chat:before {
    content: "\f21e";
}
.el-video:before {
    content: "\f21f";
}
.el-view-mode:before {
    content: "\f220";
}
.el-vimeo:before {
    content: "\f221";
}
.el-vkontakte:before {
    content: "\f222";
}
.el-volume-down:before {
    content: "\f223";
}
.el-volume-off:before {
    content: "\f224";
}
.el-volume-up:before {
    content: "\f225";
}
.el-w3c:before {
    content: "\f226";
}
.el-warning-sign:before {
    content: "\f227";
}
.el-website-alt:before {
    content: "\f228";
}
.el-website:before {
    content: "\f229";
}
.el-wheelchair:before {
    content: "\f22a";
}
.el-wordpress:before {
    content: "\f22b";
}
.el-wrench-alt:before {
    content: "\f22c";
}
.el-wrench:before {
    content: "\f22d";
}
.el-youtube:before {
    content: "\f22e";
}
.el-zoom-in:before {
    content: "\f22f";
}
.el-zoom-out:before {
    content: "\f230";
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 *//* clearfix */.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-stage-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */.grabbing {
    cursor: url(/local/templates/itpanda.business.kupe/design/css/images/grabbing.png) 8 8, move;
}
/* fix */.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}
/* backSlide */.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
/* scaleUp */.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
/* Keyframes *//*empty*/@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}
@keyframes empty {
    0% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
/*
 * 	Owl Carousel Owl Demo Theme 
 *	v1.3.2
 */.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
/* Styling Next and Prev buttons */.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #d6d6d6;
}
/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
}
/* Styling Pagination*/.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d6d6d6;
}
/* If PaginationNumbers is true */.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */.owl-item.loading {
    min-height: 150px;
    background: url(/local/templates/itpanda.business.kupe/design/css/../../images/AjaxLoader.gif) no-repeat center center;
}
ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
.resp-tabs-container {
    padding: 0;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    margin: 0;
}
.resp-tab-content {
    visibility: hidden;
    height: 0px;
    overflow:hidden;
}
.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid #c1c1c1;
}
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10 15px;
}
h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}
.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250;
    border-radius: 4px;
    clear: none;
}
.resp-vtabs .resp-tab-content {
    border: none;
}
.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797;
}
/*-----------Accordion styles-----------*/h2.resp-tab-active {
    background: #dbdbdb !important;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
    width: 100%;
    margin: 0;
}
.resp-tab-content-active {
    visibility: visible;
    height: auto;
    overflow: visible;
    padding: 15px !important;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
/*************** SCROLLBAR BASE CSS ***************/.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
html.ie12 .scroll-wrapper > .scroll-content {
    overflow: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
    cursor: default;
}
.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-outer > .scroll-element {
    background-color: #fff;
}
.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar {
    border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}
/* scrollbar height/width & offset from container borders */.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}
/* scrollbar height/width & offset from container borders */.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-light > .scroll-element {
    background-color: #fff;
}
.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
    border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}
/*************** SCROLLBAR RAIL ***************/.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-rail > .scroll-element {
    background-color: #fff;
}
.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    right: 0;
    min-height: 24px;
    width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
/* hover & drag */.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-chrome > .scroll-element {
    background-color: #fff;
}
.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 3px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}
/* update scrollbar offset if both scrolls are visible */.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
    pointer-events: none;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}
.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}
.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.blueimp-gallery-display {
    display: block;
    opacity: 1;
}
.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
    position: absolute;
}
.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
    background: url(/local/templates/itpanda.business.kupe/design/css/../../images/loading.gif) center no-repeat;
    background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
    background: url(/local/templates/itpanda.business.kupe/design/css/../../images/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none;
}
.blueimp-gallery > .prev, .blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}
.blueimp-gallery > .next {
    left: auto;
    right: 15px;
}
.blueimp-gallery > .close, .blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: 0.8;
    display: none;
}
.blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}
.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(/local/templates/itpanda.business.kupe/design/css/../../images/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}
.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}
.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}
.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
    display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(/local/templates/itpanda.business.kupe/design/css/../../images/error.svg);
}
body.last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(/local/templates/itpanda.business.kupe/design/css/../../images/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(/local/templates/itpanda.business.kupe/design/css/../../images/play-pause.svg);
}
body.last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(/local/templates/itpanda.business.kupe/design/css/../../images/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}
body.last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}
/* IE7 fixes */* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative;
}
/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
}
.blueimp-gallery > .indicator > li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, 0.25) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: 0.5;
    cursor: pointer;
}
.blueimp-gallery > .indicator > li.thumbnail-indicator {
    width: 35px;
    height: auto;
    line-height: 0;
    border-radius: 0;
}
.blueimp-gallery > .indicator > li.thumbnail-indicator img {
    width: 100%;
    height: auto;
}
@media (max-width: 480px) {
    .blueimp-gallery > .indicator > li {
        display: none;
    }
}
.blueimp-gallery > .indicator > li:hover, .blueimp-gallery > .indicator > .active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}
.blueimp-gallery-controls > .indicator {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
    display: none;
}
.blueimp-gallery > .indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* IE7 fixes */* + html .blueimp-gallery > .indicator > li {
    display: inline;
}
/*
 * blueimp Gallery Video Factory CSS 1.3.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */.blueimp-gallery > .slides > .slide > .video-content > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blueimp-gallery > .slides > .slide > .video-content > iframe {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > iframe {
    top: 0;
}
.blueimp-gallery > .slides > .slide > .video-content > a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(/local/templates/itpanda.business.kupe/design/css/../../images/video-play.png) center no-repeat;
    opacity: 0.8;
    cursor: pointer;
}
.blueimp-gallery > .slides > .slide > .video-content > a:hover {
    opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-playing > a, .blueimp-gallery > .slides > .slide > .video-playing > img {
    display: none;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
    display: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > video {
    display: block;
}
.blueimp-gallery > .slides > .slide > .video-loading > a {
    background: url(/local/templates/itpanda.business.kupe/design/css/../../images/loading.gif) center no-repeat;
    background-size: 64px 64px;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
    background-image: url(/local/templates/itpanda.business.kupe/design/css/../../images/video-play.svg);
}
body.last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
    background-image: url(/local/templates/itpanda.business.kupe/design/css/../../images/video-play.svg);
}
/* IE7 fixes */* + html .blueimp-gallery > .slides > .slide > .video-content {
    height: 100%;
}
* + html .blueimp-gallery > .slides > .slide > .video-content > a {
    left: 50%;
    margin-left: -64px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    text-shadow: none;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/local/templates/itpanda.business.kupe/design/css/porto/wp/images/fancybox_sprite.png);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/local/templates/itpanda.business.kupe/design/css/images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/local/templates/itpanda.business.kupe/design/css/images/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */.fancybox-lock {
    overflow: hidden !important;
    width: auto;
    margin: 0 !important;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #444645;
    background: rgba(68, 70, 69, 0.65);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(/local/templates/itpanda.business.kupe/design/css/images/fancybox_sprite@2x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url(/local/templates/itpanda.business.kupe/design/css/images/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
.fc-slideshow {
    position: relative;
    width: 338px;
    height: 338px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    top: 6px;
}
.fc-slideshow nav {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10000;
    display: none;
}
.fc-slideshow nav > div {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
}
.fc-slideshow nav .fc-left {
    left: 0;
}
.fc-slideshow nav .fc-right {
    right: 0;
}
.fc-slideshow nav > div span {
    height: 33%;
    width: 100%;
    position: absolute;
    left: 0;
}
.fc-slideshow nav > div span:first-child {
    top: 0;
}
.fc-slideshow nav > div span:nth-child(2) {
    top: 33%;
}
.fc-slideshow nav > div span:nth-child(3) {
    top: 66%;
}
.fc-slideshow nav i, .no-csstransforms3d .fc-slideshow nav > div span {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    pointer-events: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-backface-visibility: hidden;
    -moz-transition: all 0.2s ease;
    backface-visibility: hidden;
    transition: all 0.2s ease;
}
/* Some fallbacks */.no-csstransforms3d .fc-slideshow nav > div span {
    z-index: 1000;
    width: 40px;
    background: rgba(0, 0, 0, 0);
}
.no-csstransforms3d .fc-slideshow nav .fc-left span {
    left: -80px;
}
.no-csstransforms3d .fc-slideshow nav .fc-right span {
    right: -80px;
    left: auto;
}
.no-csstransforms3d .fc-slideshow nav i {
    width: 40px;
    cursor: pointer;
}
.fc-slideshow nav .fc-left i {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    text-align: left;
    margin-left: -50%;
}
.fc-slideshow nav .fc-right i {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    text-align: right;
    margin-left: -50%;
}
.csstransforms3d .fc-slideshow nav > div span:hover ~ i, .no-csstransforms3d .fc-slideshow nav i, .no-csstransforms3d .fc-slideshow nav > div span {
    opacity: 1;
}
.csstransforms3d .fc-slideshow nav > div span:nth-child(2):hover ~ i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.csstransforms3d .fc-slideshow nav > .fc-left span:first-child:hover ~ i, .csstransforms3d .fc-slideshow nav > .fc-right span:nth-child(3):hover ~ i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.csstransforms3d .fc-slideshow nav > .fc-right span:first-child:hover ~ i, .csstransforms3d .fc-slideshow nav > .fc-left span:nth-child(3):hover ~ i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.fc-slides {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.fc-slides li {
    display: none;
}
.no-js ul.fc-slides li {
    display: block;
}
.fc-flip {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.fc-flip div {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fc-flip .fc-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.fc-slideshow img {
    border-radius: 50%;
}
.fc-slideshow h3 {
    position: absolute;
    color: #fff;
    top: 50%;
    margin-top: 30px;
    line-height: 50px;
    height: 50px;
    left: 80px;
    right: 80px;
    background: #ff514c;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
}
.fc-overlay-light, .fc-overlay-dark {
    opacity: 0;
}
.fc-overlay-light {
    background: #fff;
}
.fc-overlay-dark {
    background: #000;
}
/* No JS fallback */.no-js .fc-slideshow {
    height: auto;
    box-shadow: none;
}
.no-js .fc-slideshow h3 {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 5px;
}
@font-face {
    font-family: 'Simple-Line-Icons';
    src: url('/local/templates/itpanda.business.kupe/design/css/fonts/Simple-Line-Icons/Simple-Line-Icons.eot?-kn32jm');
    src: url('/local/templates/itpanda.business.kupe/design/css/fonts/Simple-Line-Icons/Simple-Line-Icons.eot?#iefix-kn32jm') format('embedded-opentype'), url('/local/templates/itpanda.business.kupe/design/css/fonts/Simple-Line-Icons/Simple-Line-Icons.ttf?-kn32jm') format('truetype'), url('/local/templates/itpanda.business.kupe/design/css/fonts/Simple-Line-Icons/Simple-Line-Icons.woff?-kn32jm') format('woff'), url('/local/templates/itpanda.business.kupe/design/css/fonts/Simple-Line-Icons/Simple-Line-Icons.svg?-kn32jm#Simple-Line-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] {
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.Simple-Line-Icons-user-female:before {
    content: "\e000";
}
.Simple-Line-Icons-user-follow:before {
    content: "\e002";
}
.Simple-Line-Icons-user-following:before {
    content: "\e003";
}
.Simple-Line-Icons-user-unfollow:before {
    content: "\e004";
}
.Simple-Line-Icons-trophy:before {
    content: "\e006";
}
.Simple-Line-Icons-screen-smartphone:before {
    content: "\e010";
}
.Simple-Line-Icons-screen-desktop:before {
    content: "\e011";
}
.Simple-Line-Icons-plane:before {
    content: "\e012";
}
.Simple-Line-Icons-notebook:before {
    content: "\e013";
}
.Simple-Line-Icons-moustache:before {
    content: "\e014";
}
.Simple-Line-Icons-mouse:before {
    content: "\e015";
}
.Simple-Line-Icons-magnet:before {
    content: "\e016";
}
.Simple-Line-Icons-energy:before {
    content: "\e020";
}
.Simple-Line-Icons-emotsmile:before {
    content: "\e021";
}
.Simple-Line-Icons-disc:before {
    content: "\e022";
}
.Simple-Line-Icons-cursor-move:before {
    content: "\e023";
}
.Simple-Line-Icons-crop:before {
    content: "\e024";
}
.Simple-Line-Icons-credit-card:before {
    content: "\e025";
}
.Simple-Line-Icons-chemistry:before {
    content: "\e026";
}
.Simple-Line-Icons-user:before {
    content: "\e005";
}
.Simple-Line-Icons-speedometer:before {
    content: "\e007";
}
.Simple-Line-Icons-social-youtube:before {
    content: "\e008";
}
.Simple-Line-Icons-social-twitter:before {
    content: "\e009";
}
.Simple-Line-Icons-social-tumblr:before {
    content: "\e00a";
}
.Simple-Line-Icons-social-facebook:before {
    content: "\e00b";
}
.Simple-Line-Icons-social-dropbox:before {
    content: "\e00c";
}
.Simple-Line-Icons-social-dribbble:before {
    content: "\e00d";
}
.Simple-Line-Icons-shield:before {
    content: "\e00e";
}
.Simple-Line-Icons-screen-tablet:before {
    content: "\e00f";
}
.Simple-Line-Icons-magic-wand:before {
    content: "\e017";
}
.Simple-Line-Icons-hourglass:before {
    content: "\e018";
}
.Simple-Line-Icons-graduation:before {
    content: "\e019";
}
.Simple-Line-Icons-ghost:before {
    content: "\e01a";
}
.Simple-Line-Icons-game-controller:before {
    content: "\e01b";
}
.Simple-Line-Icons-fire:before {
    content: "\e01c";
}
.Simple-Line-Icons-eyeglasses:before {
    content: "\e01d";
}
.Simple-Line-Icons-envelope-open:before {
    content: "\e01e";
}
.Simple-Line-Icons-envelope-letter:before {
    content: "\e01f";
}
.Simple-Line-Icons-bell:before {
    content: "\e027";
}
.Simple-Line-Icons-badge:before {
    content: "\e028";
}
.Simple-Line-Icons-anchor:before {
    content: "\e029";
}
.Simple-Line-Icons-wallet:before {
    content: "\e02a";
}
.Simple-Line-Icons-vector:before {
    content: "\e02b";
}
.Simple-Line-Icons-speech:before {
    content: "\e02c";
}
.Simple-Line-Icons-puzzle:before {
    content: "\e02d";
}
.Simple-Line-Icons-printer:before {
    content: "\e02e";
}
.Simple-Line-Icons-present:before {
    content: "\e02f";
}
.Simple-Line-Icons-playlist:before {
    content: "\e030";
}
.Simple-Line-Icons-pin:before {
    content: "\e031";
}
.Simple-Line-Icons-picture:before {
    content: "\e032";
}
.Simple-Line-Icons-map:before {
    content: "\e033";
}
.Simple-Line-Icons-layers:before {
    content: "\e034";
}
.Simple-Line-Icons-handbag:before {
    content: "\e035";
}
.Simple-Line-Icons-globe-alt:before {
    content: "\e036";
}
.Simple-Line-Icons-globe:before {
    content: "\e037";
}
.Simple-Line-Icons-frame:before {
    content: "\e038";
}
.Simple-Line-Icons-folder-alt:before {
    content: "\e039";
}
.Simple-Line-Icons-film:before {
    content: "\e03a";
}
.Simple-Line-Icons-feed:before {
    content: "\e03b";
}
.Simple-Line-Icons-earphones-alt:before {
    content: "\e03c";
}
.Simple-Line-Icons-earphones:before {
    content: "\e03d";
}
.Simple-Line-Icons-drop:before {
    content: "\e03e";
}
.Simple-Line-Icons-drawer:before {
    content: "\e03f";
}
.Simple-Line-Icons-docs:before {
    content: "\e040";
}
.Simple-Line-Icons-directions:before {
    content: "\e041";
}
.Simple-Line-Icons-direction:before {
    content: "\e042";
}
.Simple-Line-Icons-diamond:before {
    content: "\e043";
}
.Simple-Line-Icons-cup:before {
    content: "\e044";
}
.Simple-Line-Icons-compass:before {
    content: "\e045";
}
.Simple-Line-Icons-call-out:before {
    content: "\e046";
}
.Simple-Line-Icons-call-in:before {
    content: "\e047";
}
.Simple-Line-Icons-call-end:before {
    content: "\e048";
}
.Simple-Line-Icons-calculator:before {
    content: "\e049";
}
.Simple-Line-Icons-bubbles:before {
    content: "\e04a";
}
.Simple-Line-Icons-briefcase:before {
    content: "\e04b";
}
.Simple-Line-Icons-book-open:before {
    content: "\e04c";
}
.Simple-Line-Icons-basket-loaded:before {
    content: "\e04d";
}
.Simple-Line-Icons-basket:before {
    content: "\e04e";
}
.Simple-Line-Icons-bag:before {
    content: "\e04f";
}
.Simple-Line-Icons-action-undo:before {
    content: "\e050";
}
.Simple-Line-Icons-action-redo:before {
    content: "\e051";
}
.Simple-Line-Icons-wrench:before {
    content: "\e052";
}
.Simple-Line-Icons-umbrella:before {
    content: "\e053";
}
.Simple-Line-Icons-trash:before {
    content: "\e054";
}
.Simple-Line-Icons-tag:before {
    content: "\e055";
}
.Simple-Line-Icons-support:before {
    content: "\e056";
}
.Simple-Line-Icons-size-fullscreen:before {
    content: "\e057";
}
.Simple-Line-Icons-size-actual:before {
    content: "\e058";
}
.Simple-Line-Icons-shuffle:before {
    content: "\e059";
}
.Simple-Line-Icons-share-alt:before {
    content: "\e05a";
}
.Simple-Line-Icons-share:before {
    content: "\e05b";
}
.Simple-Line-Icons-rocket:before {
    content: "\e05c";
}
.Simple-Line-Icons-question:before {
    content: "\e05d";
}
.Simple-Line-Icons-pie-chart:before {
    content: "\e05e";
}
.Simple-Line-Icons-pencil:before {
    content: "\e05f";
}
.Simple-Line-Icons-note:before {
    content: "\e060";
}
.Simple-Line-Icons-music-tone-alt:before {
    content: "\e061";
}
.Simple-Line-Icons-music-tone:before {
    content: "\e062";
}
.Simple-Line-Icons-microphone:before {
    content: "\e063";
}
.Simple-Line-Icons-loop:before {
    content: "\e064";
}
.Simple-Line-Icons-logout:before {
    content: "\e065";
}
.Simple-Line-Icons-login:before {
    content: "\e066";
}
.Simple-Line-Icons-list:before {
    content: "\e067";
}
.Simple-Line-Icons-like:before {
    content: "\e068";
}
.Simple-Line-Icons-home:before {
    content: "\e069";
}
.Simple-Line-Icons-grid:before {
    content: "\e06a";
}
.Simple-Line-Icons-graph:before {
    content: "\e06b";
}
.Simple-Line-Icons-equalizer:before {
    content: "\e06c";
}
.Simple-Line-Icons-dislike:before {
    content: "\e06d";
}
.Simple-Line-Icons-cursor:before {
    content: "\e06e";
}
.Simple-Line-Icons-control-start:before {
    content: "\e06f";
}
.Simple-Line-Icons-control-rewind:before {
    content: "\e070";
}
.Simple-Line-Icons-control-play:before {
    content: "\e071";
}
.Simple-Line-Icons-control-pause:before {
    content: "\e072";
}
.Simple-Line-Icons-control-forward:before {
    content: "\e073";
}
.Simple-Line-Icons-control-end:before {
    content: "\e074";
}
.Simple-Line-Icons-calendar:before {
    content: "\e075";
}
.Simple-Line-Icons-bulb:before {
    content: "\e076";
}
.Simple-Line-Icons-bar-chart:before {
    content: "\e077";
}
.Simple-Line-Icons-arrow-up:before {
    content: "\e078";
}
.Simple-Line-Icons-arrow-right:before {
    content: "\e079";
}
.Simple-Line-Icons-arrow-left:before {
    content: "\e07a";
}
.Simple-Line-Icons-arrow-down:before {
    content: "\e07b";
}
.Simple-Line-Icons-ban:before {
    content: "\e07c";
}
.Simple-Line-Icons-bubble:before {
    content: "\e07d";
}
.Simple-Line-Icons-camcorder:before {
    content: "\e07e";
}
.Simple-Line-Icons-camera:before {
    content: "\e07f";
}
.Simple-Line-Icons-check:before {
    content: "\e080";
}
.Simple-Line-Icons-clock:before {
    content: "\e081";
}
.Simple-Line-Icons-close:before {
    content: "\e082";
}
.Simple-Line-Icons-cloud-download:before {
    content: "\e083";
}
.Simple-Line-Icons-cloud-upload:before {
    content: "\e084";
}
.Simple-Line-Icons-doc:before {
    content: "\e085";
}
.Simple-Line-Icons-envelope:before {
    content: "\e086";
}
.Simple-Line-Icons-eye:before {
    content: "\e087";
}
.Simple-Line-Icons-flag:before {
    content: "\e088";
}
.Simple-Line-Icons-folder:before {
    content: "\e089";
}
.Simple-Line-Icons-heart:before {
    content: "\e08a";
}
.Simple-Line-Icons-info:before {
    content: "\e08b";
}
.Simple-Line-Icons-key:before {
    content: "\e08c";
}
.Simple-Line-Icons-link:before {
    content: "\e08d";
}
.Simple-Line-Icons-lock:before {
    content: "\e08e";
}
.Simple-Line-Icons-lock-open:before {
    content: "\e08f";
}
.Simple-Line-Icons-magnifier:before {
    content: "\e090";
}
.Simple-Line-Icons-magnifier-add:before {
    content: "\e091";
}
.Simple-Line-Icons-magnifier-remove:before {
    content: "\e092";
}
.Simple-Line-Icons-paper-clip:before {
    content: "\e093";
}
.Simple-Line-Icons-paper-plane:before {
    content: "\e094";
}
.Simple-Line-Icons-plus:before {
    content: "\e095";
}
.Simple-Line-Icons-pointer:before {
    content: "\e096";
}
.Simple-Line-Icons-power:before {
    content: "\e097";
}
.Simple-Line-Icons-refresh:before {
    content: "\e098";
}
.Simple-Line-Icons-reload:before {
    content: "\e099";
}
.Simple-Line-Icons-settings:before {
    content: "\e09a";
}
.Simple-Line-Icons-star:before {
    content: "\e09b";
}
.Simple-Line-Icons-symbol-fermale:before {
    content: "\e09c";
}
.Simple-Line-Icons-symbol-male:before {
    content: "\e09d";
}
.Simple-Line-Icons-target:before {
    content: "\e09e";
}
.Simple-Line-Icons-volume-1:before {
    content: "\e09f";
}
.Simple-Line-Icons-volume-2:before {
    content: "\e0a0";
}
.Simple-Line-Icons-volume-off:before {
    content: "\e0a1";
}
.Simple-Line-Icons-users:before {
    content: "\e001";
}
.owlhidden {
    visibility: hidden;
    height: 0px;
    overflow:hidden;
}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/theme_elements_1.css?161822783467796*/
@charset "UTF-8";
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
body {
    margin: 0;
}
.clear {
    float: none;
    clear: both;
}
@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
}
.loading-overlay .loader:before {
    content: " ";
    display: inline-block !important;
    border-width: 3px 5px 2px 0;
    width: 32px;
    height: 32px;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
    display: inline-block;
    border-image: none;
    border-radius: 20px;
    border-style: solid;
    border-bottom-color: transparent !important;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
h1, h2, h3, h4 {
    color: #1d2127;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
    text-transform: none;
}
h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 34px 0;
}
h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 22px 0;
}
h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    margin: 0 0 14px 0;
}
h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
h6 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
.heading.heading-middle-border:before {
    border-top: 1px solid #dbdbdb;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
.heading.heading-middle-border h1 {
    padding-right: 15px;
}
.heading.heading-middle-border h2, .heading.heading-middle-border h3 {
    padding-right: 10px;
}
.heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
    padding-right: 5px;
}
.heading.heading-middle-border-reverse h1 {
    padding-left: 15px;
}
.heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3 {
    padding-left: 10px;
}
.heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
    padding-left: 5px;
}
.heading.heading-border-xs:before {
    border-top-width: 1px;
}
.heading.heading-border-sm:before {
    border-top-width: 2px;
}
.heading.heading-border-lg:before {
    border-top-width: 3px;
}
.heading.heading-border-xl:before {
    border-top-width: 5px;
}
@media (max-width: 480px) {
    h2 {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    h1.big {
        font-size: 3.2em;
        line-height: 42px;
    }
}
.page-title {
    margin-top: 0;
}
b {
    font-weight: 800;
}
.label-dark:hover {
    background: #111;
    text-decoration: none;
    font-weight: normal;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}
ul {
}
ul[class^="wsp-"] li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
ul[class^="wsp-"] li a {
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    transition: background 0.1s;
    border-bottom: 1px solid #ededde;
    padding: 8px 0;
    display: block;
    color: #666;
    font-size: 0.9em;
    text-decoration: none;
}
ul.nav-list li a:before, ul[class^="wsp-"] li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
}
ul.nav-list li a:hover, ul[class^="wsp-"] li a:hover {
    background-color: #eee;
    text-decoration: none;
}
ul[class^="wsp-"] li.active > a {
    font-weight: bold;
}
ul[class^="wsp-"] li ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}
ul[class^="wsp-"] li:last-child a {
    border-bottom: none;
}
ul[class^="wsp-"].hide-not-active li ul {
    display: none;
}
ul[class^="wsp-"].hide-not-active li.active ul {
    display: block;
}
ul[class^="wsp-"].show-bg-active .active > a {
    background-color: #f5f5f5;
}
ul.nav-list.show-bg-active .active > a:hover, ul[class^="wsp-"].show-bg-active .active > a:hover {
    background-color: #eee;
}
ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
    background-color: #ccc;
}
form label {
    font-weight: normal;
}
textarea {
    resize: vertical;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    text-align: left;
    background: #fff;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select, textarea {
    line-height: 1.42857;
    padding: 6px 8px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 6px;
}
select {
    padding: 6px 0 6px 2px;
}
.form-control {
    padding: 6px 8px;
}
select.form-control {
    padding: 6px 2px;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}
.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #ccc;
}
label.error#captcha-error {
    margin-top: 15px;
}
legend {
    border: none;
}
fieldset legend {
    margin-top: 15px;
}
input[type="submit"] {
    border: 1px solid #ccc;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    line-height: 1.42857;
}
#searchform:before, #searchform:after {
    content: " ";
    display: table;
}
#searchform:after {
    clear: both;
}
#searchform #s {
    margin-bottom: 1em;
    width: 100%;
    max-width: 250px;
}
body #wp-link-wrap #wp-link-search-toggle:after {
    font-size: 25px;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
}
.img-thumbnail {
    border-radius: 8px;
    position: relative;
}
.img-thumbnail:hover .zoom {
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-thumbnail:hover .link {
    right: 0;
    top: 0;
}
.thumbnail:hover .zoom {
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-opacity-effect a img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

body .btn-inverse:focus {
    color: #fff;
    background-color: #262626;
    border-color: #202020;
}
body .btn-inverse:hover {
    color: #fff;
    background-color: #262626;
    border-color: #202020;
}
body .btn-inverse:active, body .btn-inverse.active, .open > body .btn-inverse.dropdown-toggle {
    background-image: none;
}
body .btn-inverse[disabled], fieldset[disabled] body .btn-inverse, body .btn-inverse.disabled:hover, body .btn-inverse[disabled]:hover, fieldset[disabled] body .btn-inverse:hover, body .btn-inverse.disabled:focus, body .btn-inverse[disabled]:focus, fieldset[disabled] body .btn-inverse:focus, body .btn-inverse[disabled].focus, fieldset[disabled] body .btn-inverse.focus, body .btn-inverse[disabled]:active, fieldset[disabled] body .btn-inverse:active, body .btn-inverse[disabled].active, fieldset[disabled] body .btn-inverse.active {
    background-color: #333;
    border-color: #2d2d2d;
}
body .btn {
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
}
body .checkout-button, body input.btn.btn-lg[type="submit"], body input.button.btn-lg[type="submit"] {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
body .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

body .btn, body .button, body input[type="submit"] {
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
body .btn-default {
    color: #666;
}
body button {
    border: 1px solid #ccc;
}
body .btn-primary {
    border-color: #ccc;
    background-color: #ccc;
    border-color: #ccc #ccc #b3b3b3;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-primary:hover {
    border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    background-color: #bfbfbf;
    color: #fff;
}
body .btn-primary:focus {
    border-color: #bfbfbf;
    background-color: #bfbfbf;
    color: #fff;
}
body .btn-primary[disabled] {
    border-color: #999;
    background-color: #999;
    color: #ccc;
}
body .btn-success {
    border-color: #47a447;
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-success:hover {
    border-color: #51b451 #51b451 #3f923f;
    background-color: #3f923f;
    color: #fff;
}
body .btn-success:focus {
    border-color: #3f923f;
    background-color: #3f923f;
    color: #fff;
}
body .btn-success[disabled] {
    border-color: #285d28;
    background-color: #285d28;
    color: #ccc;
}
body .btn-warning:hover {
    border-color: #efa740 #efa740 #e89113;
    background-color: #e89113;
    color: #fff;
}
body .btn-warning:focus {
    border-color: #e89113;
    background-color: #e89113;
    color: #fff;
}
body .btn-warning[disabled] {
    border-color: #a1650e;
    background-color: #a1650e;
    color: #ccc;
}
body .btn-danger:hover {
    border-color: #d74742 #d74742 #bd2d29;
    background-color: #bd2d29;
    color: #fff;
}
body .btn-danger:focus {
    border-color: #bd2d29;
    background-color: #bd2d29;
    color: #fff;
}
body .btn-danger[disabled] {
    border-color: #7e1e1b;
    background-color: #7e1e1b;
    color: #ccc;
}
body .btn-info:hover {
    border-color: #70c8e2 #70c8e2 #46b8da;
    background-color: #46b8da;
    color: #fff;
}
body .btn-info:focus {
    border-color: #46b8da;
    background-color: #46b8da;
    color: #fff;
}
body .btn-info[disabled] {
    border-color: #2390b0;
    background-color: #2390b0;
    color: #ccc;
}
body .btn-dark:hover {
    border-color: #282d36 #282d36 #121518;
    background-color: #121518;
    color: #fff;
}
body .btn-dark:focus {
    border-color: #121518;
    background-color: #121518;
    color: #fff;
}
body .btn-dark[disabled] {
    border-color: #000;
    background-color: #000;
    color: #ccc;
}
body .btn-primary {
    border-color: #ccc;
    background-color: #ccc;
    border-color: #ccc #ccc #b3b3b3;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-primary:hover {
    border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    background-color: #bfbfbf;
    color: #fff;
}
body .btn-primary:active, body .btn-primary:focus {
    border-color: #bfbfbf;
    background-color: #bfbfbf;
    color: #fff;
}
body .btn-primary.dropdown-toggle {
    border-left-color: #bfbfbf;
}
body .btn-primary[disabled] {
    border-color: #999;
    background-color: #999;
    color: #ccc;
}
body .btn-success {
    border-color: #47a447;
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-success:hover {
    border-color: #51b451 #51b451 #3f923f;
    background-color: #3f923f;
    color: #fff;
}
body .btn-success:active, body .btn-success:focus {
    border-color: #3f923f;
    background-color: #3f923f;
    color: #fff;
}
body .btn-success.dropdown-toggle {
    border-left-color: #3f923f;
}
body .btn-success[disabled] {
    border-color: #285d28;
    background-color: #285d28;
    color: #ccc;
}
body .btn-warning {
    border-color: #ed9c28;
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-warning:hover {
    border-color: #efa740 #efa740 #e89113;
    background-color: #e89113;
    color: #fff;
}
body .btn-warning:active, body .btn-warning:focus {
    border-color: #e89113;
    background-color: #e89113;
    color: #fff;
}
body .btn-warning.dropdown-toggle {
    border-left-color: #e89113;
}
body .btn-warning[disabled] {
    border-color: #a1650e;
    background-color: #a1650e;
    color: #ccc;
}
body .btn-danger {
    border-color: #d2322d;
    background-color: #d2322d;
    border-color: #d2322d #d2322d #a82824;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-danger:hover {
    border-color: #d74742 #d74742 #bd2d29;
    background-color: #bd2d29;
    color: #fff;
}
body .btn-danger:active, body .btn-danger:focus {
    border-color: #bd2d29;
    background-color: #bd2d29;
    color: #fff;
}
body .btn-danger.dropdown-toggle {
    border-left-color: #bd2d29;
}
body .btn-danger[disabled] {
    border-color: #7e1e1b;
    background-color: #7e1e1b;
    color: #ccc;
}
body .btn-info {
    border-color: #5bc0de;
    background-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-info:hover {
    border-color: #70c8e2 #70c8e2 #46b8da;
    background-color: #46b8da;
    color: #fff;
}
body .btn-info:active, body .btn-info:focus {
    border-color: #46b8da;
    background-color: #46b8da;
    color: #fff;
}
body .btn-info.dropdown-toggle {
    border-left-color: #46b8da;
}
body .btn-info[disabled] {
    border-color: #2390b0;
    background-color: #2390b0;
    color: #ccc;
}
body .btn-dark {
    border-color: #1d2127;
    background-color: #1d2127;
    border-color: #1d2127 #1d2127 #07080a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-dark:hover {
    border-color: #282d36 #282d36 #121518;
    background-color: #121518;
    color: #fff;
}
body .btn-dark:active, body .btn-dark:focus {
    border-color: #121518;
    background-color: #121518;
    color: #fff;
}
body .btn-dark.dropdown-toggle {
    border-left-color: #121518;
}
body .btn-dark[disabled] {
    border-color: #000;
    background-color: #000;
    color: #ccc;
}
body .btn-borders.btn-primary:hover, body .btn-borders.btn-primary:focus {
    background-color: #bfbfbf;
    border-color: #ccc !important;
    color: #fff;
}
body .btn-borders.btn-success:hover, body .btn-borders.btn-success:focus {
    background-color: #3f923f;
    border-color: #47a447 !important;
    color: #fff;
}
body .btn-borders.btn-warning:hover, body .btn-borders.btn-warning:focus {
    background-color: #e89113;
    border-color: #ed9c28 !important;
    color: #fff;
}
body .btn-borders.btn-danger:hover, body .btn-borders.btn-danger:focus {
    background-color: #bd2d29;
    border-color: #d2322d !important;
    color: #fff;
}
body .btn-borders.btn-info:hover, body .btn-borders.btn-info:focus {
    background-color: #46b8da;
    border-color: #5bc0de !important;
    color: #fff;
}
body .btn-borders.btn-dark:hover, body .btn-borders.btn-dark:focus {
    background-color: #121518;
    border-color: #1d2127 !important;
    color: #fff;
}
body .btn-borders {
    padding: 4px 12px;
}
.tab-pane > *:last-child, .panel-body > *:last-child {
    margin-bottom: 0;
}
.info-box-small-wrap .aio-icon-box {
    margin-bottom: 15px;
}
.info-box-small-wrap .aio-icon-header + .aio-icon-description {
    margin-top: -2px;
}
.aio-icon-box {
    margin-bottom: 30px;
}
.aio-icon-component {
    margin-bottom: 0;
}
.ult-carousel-wrapper, .ult-carousel-wrapper * {
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ult-carousel-wrapper {
    position: relative;
    margin-bottom: 35px;
}

.ult-carousel-wrapper.ult_full_width .slick-next {
    right: 20px;
}
.ult-carousel-wrapper.ult_full_width .slick-prev {
    left: 20px;
}
.ult-carousel-wrapper.ult_horizontal ul.slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 1;
}
.ult-carousel-wrapper.ult_vertical button.slick-prev {
    top: -45px;
}
.ult-carousel-wrapper.ult_vertical button.slick-next {
    top: auto;
    bottom: -40px;
}
.ult-item-wrap.slick-slide.animated {
    opacity: 1 !important;
}
body .ult-carousel-wrapper {
    padding-bottom: 0;
}
body .slick-dots {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
body .ult-carousel-wrapper.ult_horizontal ul.slick-dots, body .slick-dots {
    position: relative;
    bottom: -5px;
    margin-top: 10px;
}
body .ult-carousel-wrapper.ult_horizontal ul.slick-dots li, body .slick-dots li {
    margin: 0 2px;
}
body .sidebar .ult-carousel-wrapper.ult_horizontal ul.slick-dots, body .sidebar .slick-dots {
    margin-top: 3px;
}
body .sidebar .ult-carousel-wrapper {
    margin-bottom: 0;
}
body .slick-slide img {
    display: inline;
}
.ult-carousel-wrapper > div:first-child {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap {
    display: block;
}
.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child {
    position: static;
    min-height: 0;
}
.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child:before {
    display: none;
}
.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child > * {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n - 1), .gallery-columns-3 .gallery-item:nth-of-type(3n - 2), .gallery-columns-4 .gallery-item:nth-of-type(4n - 3), .gallery-columns-5 .gallery-item:nth-of-type(5n - 4), .gallery-columns-6 .gallery-item:nth-of-type(6n - 5), .gallery-columns-7 .gallery-item:nth-of-type(7n - 6), .gallery-columns-8 .gallery-item:nth-of-type(8n - 7), .gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
    margin-left: 12px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}
.mejs-overlay-button:before {
    -webkit-font-smoothing: antialiased;
    content: '\f452';
    display: inline-block;
    font: normal 32px/1.125 Genericons;
    position: absolute;
    top: 1px;
    left: 10px;
}
.mejs-controls .mejs-button button:focus {
    outline: none;
}
.mejs-playpause-button.mejs-play button:before {
    content: '\f452';
}
.mejs-playpause-button.mejs-pause button:before {
    content: '\f448';
}
.mejs-volume-button.mejs-mute button:before {
    content: '\f109';
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
}
.mejs-volume-button.mejs-unmute button:before {
    content: '\f109';
    left: 0;
    position: absolute;
    top: 0;
}
.mejs-fullscreen-button button:before {
    content: '\f474';
}
.mejs-fullscreen-button.mejs-unfullscreen button:before {
    content: '\f406';
}
.mejs-overlay:hover .mejs-overlay-button {
    background-color: #24890d;
    color: #fff;
}
.mejs-controls .mejs-button button:hover {
    color: #41a62a;
}
.list.list-ordened li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: bold;
}
.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    min-width: 26px;
    padding: 0;
    text-align: center;
}
.list.list-ordened.list-ordened-style-3 li:before {
    color: #fff;
    border: 0;
}
ul[class^="wsp-"] {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}
ul[class^="wsp-"] ul {
    margin-bottom: 5px;
    margin-top: 5px;
    list-style: none;
}
h2[class^="wsp-"] {
    font-size: 1.8em;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 15px;
}
.fontawesome-icon-list > div:hover {
    color: #1d9d74;
}
.fontawesome-icon-list > div:hover .text-muted {
    color: #1d9d74;
}
.fontawesome-icon-list > div:hover .fa {
    font-size: 28px;
    vertical-align: -6px;
}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {
    text-decoration: none;
}
.panel-group .panel-heading a [class^="icon-"] {
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.resp-tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px;
}
@media (max-width: 767px) {
    .resp-tab-content {
        border-radius: 0 !important;
        border-color: #ddd;
        border-top: none;
        box-shadow: none;
    }
}
.resp-tabs-list {
    margin: 0;
    border-bottom: 1px solid #eee;
}
.resp-tabs-list li {
    display: inline-block;
    float: none;
    font-size: 1em;
    font-weight: normal;
    margin-right: 1px;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
}
.resp-tabs-list li:last-child {
    margin-right: 0;
}
.resp-tabs-list li, .resp-tabs-list li:hover {
    background: #f4f4f4;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
}
.resp-tabs-list li:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #ccc;
    box-shadow: none;
}
.resp-tabs-list li:focus {
    border-bottom: 0;
}
.resp-tabs-list li.resp-tab-active {
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #ccc;
    padding: 10px 15px 11px !important;
}
@media (max-width: 767px) {
    .resp-vtabs {
        display: block;
    }
}
.resp-vtabs ul.resp-tabs-list {
    width: 25%;
}
@media (max-width: 767px) {
    .resp-vtabs ul.resp-tabs-list {
        display: none;
    }
}
.resp-vtabs .resp-tabs-container {
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    background: #fff;
}
@media (max-width: 767px) {
    .resp-vtabs .resp-tabs-container {
        display: block;
        box-shadow: none;
        border: none;
    }
}
.resp-vtabs .resp-tab-content:before {
    content: "";
    display: block;
}
@media (max-width: 767px) {
    .resp-vtabs .resp-tab-content {
        border: 1px solid #ddd;
        border-top: none;
    }
}
.resp-vtabs .resp-tabs-list li, .resp-vtabs .resp-tabs-list li:hover {
    border-left: 3px solid #eee;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.resp-vtabs .resp-tabs-list li:hover {
    border-right-color: transparent;
    border-left: 3px solid #ccc;
}
.resp-vtabs .resp-tabs-list li:focus {
    border-right: 0;
}
h2.resp-accordion {
    background: #f5f5f5 !important;
    border-color: #ddd;
    padding: 15px !important;
    line-height: 1.4;
    font-size: 1em;
    font-weight: 400;
}
h2.resp-accordion:first-child {
    border-top-color: #ddd !important;
}
h2.resp-tab-active {
    background: #f5f5f5 !important;
    border-bottom: 1px solid #ddd !important;
}
.resp-arrow {
    display: none;
}
.tab-content {
    padding: 15px;
}
.tab-content h2 {
    font-size: 1.4286em;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 1.0714em;
}
.tab-content p {
    margin-bottom: 10px;
}
.tab-content table {
    margin-top: 20px;
}
.nav-tabs li a, .nav-tabs li a:hover {
    background: #f4f4f4;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
}
.nav-tabs li a:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #ccc;
    box-shadow: none;
}
.nav-tabs li a:focus {
    border-bottom: 0;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background: #fff;
    border-left-color: #eee;
    border-right-color: #eee;
    border-top: 3px solid #ccc;
}
.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 0;
}
.tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid #eee;
    border-top: 1px solid #eee !important;
}
.tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid #ccc;
    border-top: 1px solid #eee !important;
}
.tabs.tabs-bottom .nav-tabs li.active a:hover, .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom: 3px solid #ccc;
    border-top-color: transparent !important;
}
.tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {
    border-bottom: none;
    border-top: none;
}
.tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
    border-top: none;
}
.tabs-left .nav-tabs > li a:hover {
    border-left-color: #ccc;
}
.tabs-left .nav-tabs > li.active a:hover, .tabs-left .nav-tabs > li.active a:focus {
    border-left: 3px solid #ccc;
    border-right-color: #fff;
}
.tabs-right .nav-tabs > li a:hover {
    border-right-color: #ccc;
}
.tabs-right .nav-tabs > li.active a:hover, .tabs-right .nav-tabs > li.active a:focus {
    border-right: 3px solid #ccc;
    border-left-color: #fff;
}
.nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 5px 0 0 0;
}
.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0 5px 0 0;
}
.nav-tabs.nav-justified li a:hover, .nav-tabs.nav-justified li a:focus {
    border-bottom: 1px solid #eee;
}
.nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
    background: #fff;
    border-left-color: #eee;
    border-right-color: #eee;
    border-top-width: 3px;
}
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
    border-top-width: 3px;
    border-bottom: 1px solid #fff;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
    border-top: 1px solid #fff;
}
.tabs-navigation .nav-tabs > li a:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f054";
    right: 15px;
    top: 15px;
}
.tabs-navigation .nav-tabs > li.active a:hover, .tabs-navigation .nav-tabs > li.active a:focus {
    border-left-color: #eee;
    border-right-color: #eee;
}
.tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus {
    padding: 15px 30px;
    background: none;
    border: 0;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    font-size: 16px;
}
@media (max-width: 991px) {
    .tabs-navigation {
        display: block;
    }
    .tabs-navigation .tab-content {
        padding: 25px 0;
    }
}
@media (max-width: 479px) {
    .tabs .nav.nav-tabs.nav-justified li {
        display: block;
        margin-bottom: -5px;
    }
    .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
        border-radius: 5px 5px 0 0;
    }
    .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
        border-radius: 0;
    }
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
        border-bottom-width: 3px !important;
        border-top-width: 0 !important;
    }
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
        border-radius: 0;
    }
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
        border-radius: 0 0 5px 5px;
    }
}
.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}
.toggle > label:-moz-selection {
    background: none;
}
.toggle > label:selection {
    background: none;
}
.toggle > label:before {
    border: 6px solid transparent;
    border-left-color: inherit;
    right: 4px;
    content: '';
    margin-top: -6px;
    position: absolute;
    top: 50%;
}
.toggle > label:hover {
    background: #f5f5f5;
}
.toggle.active > label:before {
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-top: -3px;
    right: 10px;
}
.toggle-simple .toggle > label:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    border-radius: 3px;
    z-index: 1;
}
.toggle-simple .toggle > label:before {
    border: 0;
    right: auto;
    left: 7px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    height: 21px;
    font-size: 14px;
    font-family: FontAwesome;
    content: "\f067";
    z-index: 2;
    color: #fff;
    font-size: 13px;
}
.toggle-simple .toggle.active > label:before {
    content: "\f068";
}
.owl-carousel {
    position: relative;
}
.owl-theme .owl-controls {
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 4px;
    border-bottom: 2px solid transparent;
    filter: alpha(opacity=100);
    opacity: 1;
    padding: 1px 9px;
    margin: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border-radius: 0;
    position: absolute;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 1.2857em;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
}
.slick-slider .slick-dots li {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.slick-slider .slick-dots li i {
    color: #fff !important;
}
@media (max-width: 767px) {
    .slick-slider .slick-prev, .slick-slider .slick-next {
        display: none !important;
    }
}
.dots-inner .slick-slider ul.slick-dots {
    position: absolute !important;
    top: 3px !important;
    right: 13px;
    width: auto;
    background: #ccc;
    height: 20px;
    border-radius: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.61);
}
[dir="rtl"] .slick-prev:before, [dir="rtl"] .slick-next:before {
    display: none;
}
[dir="rtl"] .slick-prev i:before {
    content: "\e60d";
}
[dir="rtl"] .slick-next i:before {
    content: "\e60c";
}
.owl-item.loading, .yith-wcan-loading, .master-slider .ms-slide .ms-slide-loading, .ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.owl-item.loading:before, .yith-wcan-loading:before, .master-slider .ms-loading-container .ms-loading:before, .master-slider .ms-slide .ms-slide-loading:before, #fancybox-loading:before, .blueimp-gallery > .slides > .slide-loading:before, .slick-slider .slick-loading .slick-list:before, .ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child:before, #infscr-loading .infinite-loading:before {
    content: " ";
    display: inline-block !important;
    border-width: 3px 5px 2px 0;
    width: 32px;
    height: 32px;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
    display: inline-block;
    border-image: none;
    border-radius: 20px;
    border-style: solid;
    border-bottom-color: transparent !important;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 991px) {
    .carousel-areas {
        overflow: hidden;
    }
}

.video-slide .ms-slide-bgvideocont:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
body a {
    outline: none !important;
}
li {
    line-height: 24px;
}
.align-left {
    text-align: left;
}
@media (max-width: 480px) {
    .block-nowrap {
        display: inline;
    }
}
@media (max-width: 480px) {
    .block-inline {
        display: inline;
    }
}
.pt-left {
    float: left !important;
}
.ms-btn:hover {
    text-decoration: none;
}
table {
    width: 100%;
}
table p {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    vertical-align: middle;
}
th, td {
    padding: 8px;
}
blockquote {
    font-size: 1em;
}
.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
    content: '';
    position: absolute;
}
.content-grid .content-grid-item:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #dadada;
}
.content-grid .content-grid-item:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #dadada;
}
.content-grid.content-grid-dashed .content-grid-item:before {
    border-left: 1px dashed #dadada;
}
.content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom: 1px dashed #dadada;
}
.minicart-icon2:before {
    font-family: "FontAwesome" !important;
    font-size: 1.1em;
    content: "\f07a";
}
.minicart-icon3:before {
    font-family: "Simple-Line-Icons" !important;
    font-size: 1.1em;
    content: "\e04e";
}
.minicart-icon4:before {
    font-family: "Simple-Line-Icons" !important;
    content: "\e035";
    font-size: 1.1em;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
hr.tall {
    margin: 44px 0;
}
.divider.divider-style-4 i:after {
    border: 3px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%;
}
hr.dashed:after, .divider.dashed:after {
    border: 1px dashed rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
}
hr.pattern:after, .divider.pattern:after {
    background: transparent url(/local/templates/itpanda.business.kupe/design/css/../../images/patterns/worn_dots.png) repeat 0 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 100%;
}
hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after {
    background-image: url(/local/templates/itpanda.business.kupe/design/css/../../images/patterns/az_subtle.png);
}
.itpb-separator {
    margin: 0 0 22px;
}
.itpb-separator .separator-line {
    margin: 0 auto;
}
.itpb-separator .separator-line.align_center {
    margin: 0 auto;
}
.featured-box {
    background: #f5f5f5;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;
    background: linear-gradient(to bottom, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.featured-box.align-left {
    text-align: left;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 4px solid #33b8ff;
    position: relative;
    top: -1px;
    padding: 30px 30px 10px 30px;
}
@media (max-width: 767px) {
    .featured-box .box-content {
        padding: 20px 15px 5px 15px;
    }
}
.icon-featured:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.featured-boxes-style-6 .featured-box .icon-featured {
    border: 1px solid #cecece;
}
.featured-boxes-style-6 .featured-box .icon-featured:after {
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -6px;
    padding: 1px;
    position: absolute;
    top: -6px;
    width: 100%;
}
.featured-boxes-style-7 .featured-box .icon-featured {
    border: 1px solid #dfdfdf;
}
.featured-boxes-style-8 .featured-box .icon-featured:after {
    display: none;
}
.featured-box-effect-1 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-box-effect-1:hover .icon-featured:after {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-box-effect-2:hover .icon-featured:after {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-box-effect-3 .icon-featured:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 10px #fff;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-box-effect-3:hover .icon-featured {
    color: #fff !important;
}
.featured-box-effect-3:hover .icon-featured:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.featured-box-effect-4:hover .icon-featured {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.featured-box-effect-5:hover .icon-featured {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
.featured-box-effect-6 .icon-featured:after {
    -webkit-transition: all 0.2s, transform 0.2s;
    -moz-transition: all 0.2s, transform 0.2s;
    transition: all 0.2s, transform 0.2s;
}
.featured-box-effect-6:hover .box-content .icon-featured:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-box-effect-7 .icon-featured:after {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 3px 3px #d5d5d5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, transform 0.2s;
    -moz-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    left: 0;
    top: -1px;
}
.featured-box-effect-7:hover .icon-featured:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.featured-box-effect-7 .icon-featured:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.featured-box-effect-7:hover .icon-featured:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.feature-box.feature-box-style-6 .feature-box-icon:after {
    border: 3px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%;
}
@media (min-width: 991px) {
    .feature-box.reverse {
        text-align: right;
    }
}
.featured-boxes-full > [class*="col-"] {
    padding: 0;
}
.featured-boxes-full .featured-box-full .fa {
    font-size: 55px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.featured-boxes-full .featured-box-full p {
    padding-top: 12px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.aio-icon-component.featured-icon .aio-icon:after {
    border: 3px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%;
}
.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}
.thumb-info:hover .thumb-info-action {
    filter: alpha(opacity=100);
    opacity: 1;
}
.thumb-info:hover .thumb-info-title {
    background: #000;
}
.thumb-info .thumb-info-action a:hover {
    color: #fff;
    text-decoration: none;
}
.thumb-info .thumb-info-title a:hover {
    color: #fff;
    text-decoration: none;
}
.thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
    display: none;
}
.thumb-info.thumb-info-preview:hover .thumb-info-image {
    transition: all 2.5s linear 0s;
    background-position: center bottom;
}
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
    transition: all 1s linear 0s;
}
.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
    transition: all 5s linear 0s;
}
.thumb-info.thumb-info-preview.thumb-info-preview-fixed:hover .thumb-info-image {
    background-position: center center;
    transition: none;
}
.thumb-info.thumb-info-preview.thumb-info-preview-fixed-top:hover .thumb-info-image {
    background-position: center top;
}
.thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom:hover .thumb-info-image {
    background-position: center bottom;
}
.thumb-info.thumb-info-preview .preview-tip:before {
    left: -7px;
    border-right: 7px solid #646464;
    border-top: 12px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px;
}
.thumb-info-caption .thumb-info-caption-text > *:last-child {
    margin-bottom: 0;
}
.thumb-info-social-icons a:hover {
    text-decoration: none;
}
.thumb-info.secondary:hover .thumb-info-title {
    top: 42%;
    opacity: 1;
}
@media (max-width: 991px) {
    .thumb-info .thumb-info-title {
        font-size: 14px;
    }
}
section.timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=35);
    opacity: 0.35;
}
section.timeline .timeline-box.left:before {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    background: #e5e5e5;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    margin-right: -8px;
    right: -6%;
    position: absolute;
    top: 22px;
    width: 8px;
}
section.timeline .timeline-box.left:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #e5e5e5;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: -8px;
    top: 20px;
    width: 14px;
    z-index: 0;
}
section.timeline .timeline-box.right:before {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    background: #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-left: -8px;
    left: -6%;
    position: absolute;
    top: 32px;
    width: 8px;
}
section.timeline .timeline-box.right:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #e5e5e5;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    left: -8px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    top: 30px;
    width: 14px;
    z-index: 0;
}
@media (max-width: 767px) {
    .column2 section.timeline {
        width: 74%;
        margin: 50px 13% 0;
    }
    section.timeline .timeline-box {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 80%;
        width: auto;
    }
    section.timeline .timeline-box.right {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 80%;
        width: auto;
    }
    section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
        display: none;
    }
}
@media (max-width: 480px) {
    section.timeline {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .column2 section.timeline {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    section.timeline .timeline-box {
        margin: 15px auto;
        max-width: 90%;
    }
    .column2 section.timeline .timeline-box {
        max-width: 90%;
    }
    section.timeline .timeline-box.right {
        margin: 15px auto;
        max-width: 90%;
    }
    .column2 section.timeline .timeline-box.right {
        max-width: 90%;
    }
}
#infscr-loading .infinite-loading {
    dispaly: inline-block;
    width: 50px;
    height: 50px;
    margin: auto;
}
.testimonial blockquote:before {
    left: 10px;
    top: 0;
    color: #fff;
    content: "\201C";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
.testimonial blockquote:after {
    color: #fff;
    content: "\201D";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    right: 10px;
}
.testimonial .testimonial-author:before, .testimonial .testimonial-author:after {
    content: " ";
    display: table;
}
.testimonial .testimonial-author:after {
    clear: both;
}
.testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after {
    display: none;
}
.testimonial.testimonial-style-3 blockquote:before {
    top: 5px;
    font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
    font-size: 35px;
    bottom: -5px;
}
.testimonial.testimonial-style-4 blockquote:before {
    top: 5px;
    font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
    font-size: 35px;
    bottom: -5px;
}
.testimonial.testimonial-style-5 blockquote:before, .testimonial.testimonial-style-5 blockquote:after {
    display: none;
}
.testimonial.testimonial-style-6 blockquote:before, .testimonial.testimonial-style-6 blockquote:after {
    display: none;
}
.testimonial.testimonial-with-quotes blockquote:before {
    display: block !important;
    left: 10px;
    top: 0;
    content: "\201C";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
@media (max-width: 480px) {
    .testimonial.testimonial-with-quotes blockquote:before {
        display: none !important;
    }
}
.testimonial.testimonial-with-quotes blockquote:after {
    display: block !important;
    right: 10px;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    content: "\201D";
}
@media (max-width: 480px) {
    .testimonial.testimonial-with-quotes blockquote:after {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0;
    }
}
.testimonial.testimonial-with-quotes.testimonial-light blockquote:before, .testimonial.testimonial-with-quotes.testimonial-light blockquote:after {
    opacity: 0.9;
    color: #fff;
}
.share-links a:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 23px;
    height: 22px;
    margin: auto;
}
.share-links .share-twitter:hover {
    color: #fff;
    background: #45bbe9;
}
.share-links .share-twitter:before {
    content: "\f099";
}
.share-links .share-facebook:hover {
    color: #fff;
    background: #4d71bb;
}
.share-links .share-facebook:before {
    content: "\f09a";
}
.share-links .share-linkedin:hover {
    color: #fff;
    background: #0094e5;
}
.share-links .share-linkedin:before {
    content: "\f0e1";
}
.share-links .share-rss:hover {
    color: #fff;
    background: #ff9b34;
}
.share-links .share-rss:before {
    content: "\f09e";
}
.share-links .share-googleplus:hover {
    color: #fff;
    background: #e47365;
}
.share-links .share-googleplus:before {
    content: "\f0d5";
}
.share-links .share-pinterest:hover {
    color: #fff;
    background: #e04046;
}
.share-links .share-pinterest:before {
    content: "\f0d2";
}
.share-links .share-youtube:hover {
    color: #fff;
    background: #e42b31;
}
.share-links .share-youtube:before {
    content: "\f167";
}
.share-links .share-instagram:hover {
    color: #fff;
    background: #9f5f4a;
}
.share-links .share-instagram:before {
    content: "\f16d";
}
.share-links .share-skype:hover {
    color: #fff;
    background: #2ac2ff;
}
.share-links .share-skype:before {
    content: "\f17e";
}
.share-links .share-email:hover {
    color: #fff;
    background: #e47365;
}
.share-links .share-email:before {
    content: "\f0e0";
}
.share-links .share-vk:hover {
    color: #fff;
    background: #849dba;
}
.share-links .share-vk:before {
    content: "\f189";
}
.share-links .share-xing:hover {
    color: #fff;
    background: #239ea0;
}
.share-links .share-xing:before {
    content: "\f168";
}
.share-links .share-tumblr:hover {
    color: #fff;
    background: #40688f;
}
.share-links .share-tumblr:before {
    content: "\f173";
}
.share-links .share-reddit:hover {
    color: #fff;
    background: #ff683a;
}
.share-links .share-reddit:before {
    content: "\f1a1";
}
.share-links .share-vimeo:hover {
    color: #fff;
    background: #7fcbf0;
}
.share-links .share-vimeo:before {
    content: "\f27d";
}
.share-links .share-telegram:hover {
    color: #fff;
    background: #0af;
}
.share-links .share-telegram:before {
    content: "\f1d8";
}
.share-links .share-yelp:hover {
    color: #fff;
    background: #f71700;
}
.share-links .share-yelp:before {
    content: "\f1e9";
}
.share-links .share-flickr:hover {
    color: #fff;
    background: #107cff;
}
.share-links .share-flickr:before {
    content: "\f16e";
}
.share-links .share-whatsapp:hover {
    color: #fff;
    background: #4cae47;
}
.share-links .share-whatsapp:before {
    content: "\f232";
}
.widget.follow-us .share-links .share-twitter:hover, #footer .widget.follow-us .share-links .share-twitter:hover, .header-wrapper.header-side-nav #header .share-links .share-twitter:hover, #header.header-corporate .share-links .share-twitter:hover {
    background: #1aa9e1;
}
.widget.follow-us .share-links .share-facebook:hover, #footer .widget.follow-us .share-links .share-facebook:hover, .header-wrapper.header-side-nav #header .share-links .share-facebook:hover, #header.header-corporate .share-links .share-facebook:hover {
    background: #3b5a9a;
}
.widget.follow-us .share-links .share-linkedin:hover, #footer .widget.follow-us .share-links .share-linkedin:hover, .header-wrapper.header-side-nav #header .share-links .share-linkedin:hover, #header.header-corporate .share-links .share-linkedin:hover {
    background: #0073b2;
}
.widget.follow-us .share-links .share-rss:hover, #footer .widget.follow-us .share-links .share-rss:hover, .header-wrapper.header-side-nav #header .share-links .share-rss:hover, #header.header-corporate .share-links .share-rss:hover {
    background: #ff8201;
}
.widget.follow-us .share-links .share-googleplus:hover, #footer .widget.follow-us .share-links .share-googleplus:hover, .header-wrapper.header-side-nav #header .share-links .share-googleplus:hover, #header.header-corporate .share-links .share-googleplus:hover {
    background: #dd4b39;
}
.widget.follow-us .share-links .share-pinterest:hover, #footer .widget.follow-us .share-links .share-pinterest:hover, .header-wrapper.header-side-nav #header .share-links .share-pinterest:hover, #header.header-corporate .share-links .share-pinterest:hover {
    background: #cc2127;
}
.widget.follow-us .share-links .share-youtube:hover, #footer .widget.follow-us .share-links .share-youtube:hover, .header-wrapper.header-side-nav #header .share-links .share-youtube:hover, #header.header-corporate .share-links .share-youtube:hover {
    background: #c3191e;
}
.widget.follow-us .share-links .share-instagram:hover, #footer .widget.follow-us .share-links .share-instagram:hover, .header-wrapper.header-side-nav #header .share-links .share-instagram:hover, #header.header-corporate .share-links .share-instagram:hover {
    background: #7c4a3a;
}
.widget.follow-us .share-links .share-skype:hover, #footer .widget.follow-us .share-links .share-skype:hover, .header-wrapper.header-side-nav #header .share-links .share-skype:hover, #header.header-corporate .share-links .share-skype:hover {
    background: #00b0f6;
}
.widget.follow-us .share-links .share-email:hover, #footer .widget.follow-us .share-links .share-email:hover, .header-wrapper.header-side-nav #header .share-links .share-email:hover, #header.header-corporate .share-links .share-email:hover {
    background: #dd4b39;
}
.widget.follow-us .share-links .share-vk:hover, #footer .widget.follow-us .share-links .share-vk:hover, .header-wrapper.header-side-nav #header .share-links .share-vk:hover, #header.header-corporate .share-links .share-vk:hover {
    background: #6383a8;
}
.widget.follow-us .share-links .share-xing:hover, #footer .widget.follow-us .share-links .share-xing:hover, .header-wrapper.header-side-nav #header .share-links .share-xing:hover, #header.header-corporate .share-links .share-xing:hover {
    background: #1a7576;
}
.widget.follow-us .share-links .share-tumblr:hover, #footer .widget.follow-us .share-links .share-tumblr:hover, .header-wrapper.header-side-nav #header .share-links .share-tumblr:hover, #header.header-corporate .share-links .share-tumblr:hover {
    background: #304e6c;
}
.widget.follow-us .share-links .share-reddit:hover, #footer .widget.follow-us .share-links .share-reddit:hover, .header-wrapper.header-side-nav #header .share-links .share-reddit:hover, #header.header-corporate .share-links .share-reddit:hover {
    background: #ff4107;
}
.widget.follow-us .share-links .share-vimeo:hover, #footer .widget.follow-us .share-links .share-vimeo:hover, .header-wrapper.header-side-nav #header .share-links .share-vimeo:hover, #header.header-corporate .share-links .share-vimeo:hover {
    background: #52b8ea;
}
.widget.follow-us .share-links .share-telegram:hover, #footer .widget.follow-us .share-links .share-telegram:hover, .header-wrapper.header-side-nav #header .share-links .share-telegram:hover, #header.header-corporate .share-links .share-telegram:hover {
    background: #08c;
}
.widget.follow-us .share-links .share-yelp:hover, #footer .widget.follow-us .share-links .share-yelp:hover, .header-wrapper.header-side-nav #header .share-links .share-yelp:hover, #header.header-corporate .share-links .share-yelp:hover {
    background: #c41200;
}
.widget.follow-us .share-links .share-flickr:hover, #footer .widget.follow-us .share-links .share-flickr:hover, .header-wrapper.header-side-nav #header .share-links .share-flickr:hover, #header.header-corporate .share-links .share-flickr:hover {
    background: #0063dc;
}
.widget.follow-us .share-links .share-whatsapp:hover, #footer .widget.follow-us .share-links .share-whatsapp:hover, .header-wrapper.header-side-nav #header .share-links .share-whatsapp:hover, #header.header-corporate .share-links .share-whatsapp:hover {
    background: #3c8a38;
}
@media (max-width: 479px) {
    .dir-arrow {
        display: none;
    }
}
.progress-bar-tooltip:after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}
html #topcontrol {
    background: #404040;
    background: rgba(64, 64, 64, 0.75);
    border-radius: 4px 4px 0 0;
    color: #fff;
    height: 9px;
    padding: 7px 10px 30px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    min-width: 40px;
    z-index: 1040;
}
html #topcontrol:hover {
    background: #404040;
}
@media (max-width: 767px) {
    html #topcontrol {
        display: none;
    }
}
.widget {
    margin-bottom: 30px;
    margin-top: 30px;
    *zoom: 1;
}
.widget:before, .widget:after {
    content: " ";
    display: table;
}
.widget:after {
    clear: both;
}
.widget:first-child {
    margin-top: 0;
}
.widget .widget-title {
    margin-bottom: 15px;
    font-size: 1.1429em;
    margin-top: 0;
    letter-spacing: normal;
}
.widget .widgettitle, .widget .widget-title {
    line-height: 1.4;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    text-decoration: none;
}
.widget > ul {
    font-size: 0.9286em;
    border-bottom: 1px solid #ededde;
    margin-top: -8px;
    margin-bottom: 0;
}
.widget > ul > li:first-child {
    border-top-width: 0;
}
.widget > ul li {
    position: relative;
    margin: 0;
    padding: 7px 0;
    line-height: 1.4;
    border-top: 1px solid #ededde;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.widget > ul li > a {
    text-decoration: none;
}
.widget ul {
    list-style: none;
    padding: 0;
}
.widget .rss-date, .widget .post-date {
    display: block;
}
.widget .rss-date {
    margin-bottom: 3px;
}
.widget .slick-dots {
    margin-bottom: -5px;
}
.widget_recent_entries > ul li:before, .widget_recent_comments > ul li:before, .widget_pages > ul li:before, .widget_meta > ul li:before, .widget_nav_menu > div > ul li:before, .widget_archive > ul li:before, .widget_categories > ul li:before, .widget_rss > ul li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: -11px;
    margin-right: 5px;
}
.widget .tagcloud a:hover {
    color: #fff;
}
.widget.widget_wysija h3 {
    margin-bottom: 0;
}
.widget.widget_wysija p {
    font-size: 0.9286em;
    margin-bottom: 10px;
}
.widget.widget_wysija .wysija-paragraph {
    font-size: 1em;
}
.widget.widget_wysija .wysija-checkbox-label {
    font-size: 0.9286em;
}
.widget.widget_wysija .wysija-checkbox-label {
    margin-bottom: 0;
}
.widget.widget_wysija .widget_wysija_cont .updated, .widget.widget_wysija .widget_wysija_cont .message {
    color: #3c763d;
}
.widget.widget_wysija .widget_wysija_cont .error, .widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
    color: #eb340e;
}
.widget.widget_wysija .wysija-input {
    width: 100%;
	height:40px;

}

.sidebar .widget.widget_wysija .box-content {
    position: relative;
    top: -1px;
    border-radius: 8px;
    border-top: 3px solid #33b8ff;
    border-top-width: 4px;
    padding: 23px 25px 25px 25px;
}
.sidebar .widget.widget_wysija .wysija-input {
    text-align: left;
}
.twitter-account:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.widget.contact-info li {
    margin-bottom: 10px !important;
}
.widget.contact-info li a:hover {
    text-decoration: underline;
}
#footer .widget.follow-us .share-links a:hover, .widget.follow-us .share-links a:hover {
    color: #fff;
}
#mailpoet_checkout_field input[type="checkbox"], #mailpoet_checkout_field input[type="radio"] {
    position: static;
    margin-left: 0;
}
.tm-extra-product-options-totals dt {
    margin-bottom: 5px;
}
.tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.subscription-fee {
    font-size: 2em;
}
.tm-extra-product-options-totals .amount.final {
    font-size: 2.5714em;
}
@media (max-width: 767px) {
    .pricing-table .most-popular {
        top: 0;
    }
}
.pricing-table .plan-ribbon:before {
    left: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
}
.pricing-table .plan-ribbon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
    right: 0;
}
.pricing-table [class*="col-md-"] {
    padding-left: 0;
    padding-right: 0;
}
.pricing-table.spaced [class*="col-md-"] {
    padding-left: 2px;
    padding-right: 2px;
}
@media (max-width: 767px) {
    .pricing-table {
        margin-left: 0px;
    }
    .pricing-table .plan {
        margin-right: 0;
    }
}
.m-b-none {
    margin-bottom: 0 !important;
}
.m {
    padding: 15px !important;
}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/theme_1.css?161822783491290*/
#main-menu .mega-menu
@charset "UTF-8";
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}
@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
        opacity: 1;
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
        opacity: 1;
    }
}
@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }
    10%, 20% {
        -o-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -o-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -o-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -o-transform: scale(1) rotate(0);
        opacity: 1;
    }
}
@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}
@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }
    40% {
        -moz-transform: rotate(-10deg);
    }
    60% {
        -moz-transform: rotate(5deg);
    }
    80% {
        -moz-transform: rotate(-5deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
}
@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }
    40% {
        -o-transform: rotate(-10deg);
    }
    60% {
        -o-transform: rotate(5deg);
    }
    80% {
        -o-transform: rotate(-5deg);
    }
    100% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
}
@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}
@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%);
    }
    15% {
        -moz-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -moz-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -moz-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -moz-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -moz-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
}
@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%);
    }
    15% {
        -o-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -o-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -o-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -o-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -o-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -o-transform: translateX(0%);
        opacity: 1;
    }
}
@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }
    10% {
        -webkit-transform: skewX(-8deg);
    }
    20% {
        -webkit-transform: skewX(7deg);
    }
    30% {
        -webkit-transform: skewX(-6deg);
    }
    40% {
        -webkit-transform: skewX(5deg);
    }
    50% {
        -webkit-transform: skewX(-4deg);
    }
    60% {
        -webkit-transform: skewX(3deg);
    }
    70% {
        -webkit-transform: skewX(-2deg);
    }
    80% {
        -webkit-transform: skewX(1deg);
    }
    90% {
        -webkit-transform: skewX(0deg);
    }
    100% {
        -webkit-transform: skewX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes wiggle {
    0% {
        -moz-transform: skewX(9deg);
    }
    10% {
        -moz-transform: skewX(-8deg);
    }
    20% {
        -moz-transform: skewX(7deg);
    }
    30% {
        -moz-transform: skewX(-6deg);
    }
    40% {
        -moz-transform: skewX(5deg);
    }
    50% {
        -moz-transform: skewX(-4deg);
    }
    60% {
        -moz-transform: skewX(3deg);
    }
    70% {
        -moz-transform: skewX(-2deg);
    }
    80% {
        -moz-transform: skewX(1deg);
    }
    90% {
        -moz-transform: skewX(0deg);
    }
    100% {
        -moz-transform: skewX(0deg);
        opacity: 1;
    }
}
@-o-keyframes wiggle {
    0% {
        -o-transform: skewX(9deg);
    }
    10% {
        -o-transform: skewX(-8deg);
    }
    20% {
        -o-transform: skewX(7deg);
    }
    30% {
        -o-transform: skewX(-6deg);
    }
    40% {
        -o-transform: skewX(5deg);
    }
    50% {
        -o-transform: skewX(-4deg);
    }
    60% {
        -o-transform: skewX(3deg);
    }
    70% {
        -o-transform: skewX(-2deg);
    }
    80% {
        -o-transform: skewX(1deg);
    }
    90% {
        -o-transform: skewX(0deg);
    }
    100% {
        -o-transform: skewX(0deg);
        opacity: 1;
    }
}
@keyframes wiggle {
    0% {
        transform: skewX(9deg);
    }
    10% {
        transform: skewX(-8deg);
    }
    20% {
        transform: skewX(7deg);
    }
    30% {
        transform: skewX(-6deg);
    }
    40% {
        transform: skewX(5deg);
    }
    50% {
        transform: skewX(-4deg);
    }
    60% {
        transform: skewX(3deg);
    }
    70% {
        transform: skewX(-2deg);
    }
    80% {
        transform: skewX(1deg);
    }
    90% {
        transform: skewX(0deg);
    }
    100% {
        transform: skewX(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(0.9);
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }
    80% {
        -moz-transform: translateY(10px);
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}
@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }
    80% {
        -o-transform: translateY(10px);
    }
    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}
@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }
    80% {
        -o-transform: translateY(-10px);
    }
    100% {
        -o-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }
    80% {
        -moz-transform: translateX(-10px);
    }
    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}
@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(30px);
    }
    80% {
        -o-transform: translateX(-10px);
    }
    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}
@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }
    80% {
        -o-transform: translateX(10px);
    }
    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes menuFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes menuFadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes menuFadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes menuFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes menuFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes menuFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes menuFadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes menuFadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes menuFadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes menuFadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes menuFadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes menuFadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.mega-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
}
.mega-menu:before, .mega-menu:after {
    content: " ";
    display: table;
}
.mega-menu:after {
    clear: both;
}
.mega-menu li.menu-item {
    display: block;
    position: relative;
}
.mega-menu li.menu-item > a {
    display: block;
    text-decoration: none;
    text-align: left;
    position: relative;
    outline: medium none;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 400;
    font-family: inherit;
    font-size: inherit;
}

.mega-menu li.menu-item > a:hover, .mega-menu li.menu-item > h5:hover {
    z-index: 1;
}
.mega-menu li.menu-item > a:hover > .thumb-info-preview, .mega-menu li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
}
.mega-menu ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mega-menu > li.menu-item {
    float: left;
}
.mega-menu > li.menu-item + li.menu-item {
    margin-left: 2px;
}
.mega-menu > li.menu-item.narrow {
    position: relative;
}
.mega-menu > li.menu-item > a {
    display: inline-block;
    font-size: 0.8571em;
    font-weight: bold;
    line-height: 20px;
    padding: 9px 12px 8px;
    text-transform: uppercase;
}
@media (max-width: 1189px) {
    .mega-menu > li.menu-item > a{
        padding: 9px 9px 8px;
    }
}
.mega-menu > li.menu-item > a .tip .tip-arrow:before, .mega-menu > li.menu-item > h5 .tip .tip-arrow:before {
    content: "\f125";
    left: 2px;
    bottom: -3px;
    top: auto;
    width: auto;
    height: auto;
}
.mega-menu > li.menu-item > a:hover > .thumb-info-preview, .mega-menu > li.menu-item > h5:hover > .thumb-info-preview {
    top: 100%;
    transform: translate3d(0, 0, 0);
}
.mega-menu > li.menu-item.active > a, .mega-menu > li.menu-item:hover > a, .mega-menu > li.menu-item:hover > h5 {
    color: #fff;
    border-radius: 4px;
}
.mega-menu > li.menu-item.has-sub:hover {
    z-index: 111;
}

.menu-arrow .mega-menu > li.has-sub > a:after, .menu-arrow .mega-menu > li.has-sub > h5:after {
    content: "\f0d7";
    font-family: "FontAwesome";
}
.mega-menu .popup {
    position: absolute;
    left: 0;
    text-align: left;
    top: 100%;
    display: none;
    margin: 2px 0 0;
    z-index: 111;
}
.mega-menu .popup > .inner {
    *zoom: 1;
}
.mega-menu .popup > .inner:before, .mega-menu .popup > .inner:after {
    content: " ";
    display: table;
}
.mega-menu .popup > .inner:after {
    clear: both;
}
.mega-menu .popup ul.sub-menu {
    position: relative;
}
.mega-menu .popup li.menu-item {
    padding: 0;
    float: none;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
    background: #f4f4f4;
}
.mega-menu .narrow .popup > .inner > ul.sub-menu {
        border-radius: 0 0px 4px 4px;
}
.mega-menu .narrow .popup ul.sub-menu {
    min-width: 180px;
    padding: 5px;
  
    border-top: 0 solid #ccc;
    z-index: 10;
}
.mega-menu .narrow .popup ul.sub-menu ul.sub-menu {
    border-radius: 4px;
    position: absolute;
    left: 96%;
    display: none;
}
.service-menu-button {
    display: none;
}
.mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
    top: -5px;
}
.mega-menu .narrow .popup li.menu-item > a {
    color: #fff;
    font-weight: 400;
    
    padding: 6px 8px;
      font-size: 1.1em;
    line-height: 24px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}
.mega-menu .narrow .popup li.menu-item:last-child > a {
    border-bottom-width: 0;
}
.mega-menu .narrow .popup li.menu-item:hover > ul.sub-menu {
    display: block;
}
.mega-menu .narrow .popup li.menu-item-has-children > a {
    padding-right: 20px;
}
.mega-menu .narrow .popup li.menu-item-has-children > a:before, .mega-menu .narrow .popup li.menu-item-has-children > h5:before {
    content: "\f0da";
    float: right;
    margin-right: -14px;
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: 22px;
}
.mega-menu .narrow.pos-left .popup li.menu-item-has-children > a:before, .mega-menu .narrow.pos-left .popup li.menu-item-has-children > h5:before {
    content: "\f0da";
}
.mega-menu .narrow.pos-left .popup li.menu-item > a:hover > .thumb-info-preview, .mega-menu .narrow.pos-left .popup li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
}
.mega-menu .narrow.pos-right .popup li.menu-item-has-children > a:before, .mega-menu .narrow.pos-right .popup li.menu-item-has-children > h5:before {
    content: "\f0d9";
}
.mega-menu .narrow.pos-right .popup li.menu-item > a:hover > .thumb-info-preview, .mega-menu .narrow.pos-right .popup li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
}
.mega-menu .tip.hot .tip-arrow:before {
    color: #eb2771;
}
.mega-menu .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    position: absolute;
    width: 4px;
    height: 6px;
    margin: auto;
    content: "\f126";
    left: -4px;
    text-align: right;
    top: 0;
    bottom: 0;
}
.mega-menu.effect-down > li.menu-item:hover .popup {
    top: 100%;
}
.mega-menu.effect-down > li.menu-item:hover.narrow .popup {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mega-menu.effect-down > li.menu-item:hover li.menu-item > a, .mega-menu.effect-down > li.menu-item:hover li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a, .mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mega-menu.show-arrow > li.has-sub > a:after, .mega-menu.show-arrow > li.has-sub > h5:after {
    display: inline-block;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 0.6333em;
    margin: 0px 0 0 9px;
    line-height: 1;
    vertical-align: middle;
}

.accordion-menu .arrow:before {
    content: "\f067";
}
.accordion-menu .open > .arrow:before {
    content: "\f068";
}
.accordion-menu .tip.hot .tip-arrow:before {
    color: #eb2771;
}
.accordion-menu .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    position: absolute;
    width: 4px;
    height: 6px;
    margin: auto;
    left: -4px;
    text-align: right;
    content: "\f126";
    top: 0;
    bottom: 0;
}
@media (max-width: 991px) {
    #main-sidebar-menu {
        display: none;
    }
}
@media (max-width: 991px) {
    .widget_sidebar_menu {
        overflow: hidden;
    }
}
@media (max-width: 1189px) {
    .widget_sidebar_menu .widget-title {
        font-size: 0.8571em;
        line-height: 16px;
        padding: 10px 15px;
    }
}
.widget_sidebar_menu .widget-title .toggle:before {
    content: "\f0d8";
}
.widget_sidebar_menu .widget-title .toggle:hover {
    color: #fff;
}
.widget_sidebar_menu .widget-title .toggle.closed:before {
    content: "\f0d7";
}
.sidebar-menu:before, .sidebar-menu:after {
    content: " ";
    display: table;
}
.sidebar-menu:after {
    clear: both;
}

.sidebar-menu li.menu-item > a:hover, .sidebar-menu li.menu-item > h5:hover {
    z-index: 1;
}
.sidebar-menu li.menu-item > a:hover > .thumb-info-preview, .sidebar-menu li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
}
.sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0 0 7px 7px;
}
.sidebar-menu > li.menu-item:last-child.menu-item-has-children:hover {
    border-radius: 0 0 0 7px;
}
.right-sidebar .sidebar-menu > li.menu-item:last-child.menu-item-has-children:hover {
    border-radius: 0 0 7px 0;
}
@media (max-width: 1189px) {
    .sidebar-menu > li.menu-item > a {
        font-size: 0.9286em;
        line-height: 16px;
        padding: 9px 5px;
    }
}
.sidebar-menu > li.menu-item.active:hover > a, .sidebar-menu > li.menu-item.active:hover > h5 {
    color: #fff;
}
.sidebar-menu > li.menu-item:hover > a, .sidebar-menu > li.menu-item:hover > h5 {
    color: #fff;
    position: relative;
    z-index: 1;
}
.sidebar-menu > li.menu-item:hover > .arrow:before {
    border-left-color: #fff;
}
@media (max-width: 991px) {
    .sidebar-menu > li.menu-item > .arrow {
        margin: 0;
        top: 7px;
    }
}
.sidebar-menu > li.menu-item > .arrow:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #333;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
    .sidebar-menu .popup {
        position: static;
        margin-bottom: -1px;
    }
}
.sidebar-menu .wide .popup > .inner:before, .sidebar-menu .wide .popup > .inner:after {
    content: " ";
    display: table;
}
.sidebar-menu .wide .popup > .inner:after {
    clear: both;
}
.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover, .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
    background: #f4f4f4;
}
@media (max-width: 991px) {
    .sidebar-menu .wide .popup {
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0;
    }
}
@media (max-width: 991px) {
    .sidebar-menu .narrow .popup ul.sub-menu {
        box-shadow: none;
        border-radius: 0;
    }
}
@media (max-width: 991px) {
    .sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {
        position: static;
        padding: 0 0 0 5px;
    }
}
.right-sidebar .sidebar-menu .narrow .popup li.menu-item > a:hover > .thumb-info-preview, .right-sidebar .sidebar-menu .narrow .popup li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
}
.sidebar-menu .narrow .popup li.menu-item:hover > ul.sub-menu {
    display: block;
}
.sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {
    content: "\f0da";
    float: right;
    margin-right: -13px;
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: 22px;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {
    content: "\f0d9";
}
@media (max-width: 991px) {
    .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {
        content: "\f0d7";
    }
    .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before, .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a:before, .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5:before {
        margin-right: -7px;
    }
}
.sidebar-menu .narrow .popup li.menu-item-has-children:hover > a:before, .sidebar-menu .narrow .popup li.menu-item-has-children:hover > h5:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.sidebar-menu .tip.hot .tip-arrow:before {
    color: #eb2771;
}
.sidebar-menu .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    position: absolute;
    content: "\f126";
    text-align: right;
    left: -4px;
    width: 4px;
    height: 6px;
    margin: auto;
    top: 0;
    bottom: 0;
}
@media (max-width: 1189px) {
    .sidebar-menu .menu-custom-block a {
        font-size: 0.9286em;
        line-height: 16px;
        padding: 9px 5px;
    }
}
.sidebar-menu .menu-custom-block a:hover {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.sidebar-menu .menu-custom-block a:last-child:hover {
    border-radius: 0 0 7px 7px;
}
.sidebar-menu.has-side-menu > li.menu-item:last-child:hover {
    border-radius: 0;
}
.sidebar-menu.has-side-menu .menu-custom-block a:last-child:hover {
    border-radius: 0;
}
.sidebar-menu.subeffect-down > li.menu-item:hover .popup {
    top: 0;
}
.sidebar-menu.subeffect-down > li.menu-item:hover li.menu-item > a, .sidebar-menu.subeffect-down > li.menu-item:hover li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
    top: -5px;
}
.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a, .sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#header {
    clear: both;
}
#header a, #header a:hover {
    text-decoration: none;
    outline: none;
}
@media (max-width: 480px) {
    #header .header-main .container {
        min-height: 43px;
    }
}
@media (max-width: 767px) {
    #header .header-main .container .header-left {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    #header .header-main .container .header-center {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    #header .header-main .container .header-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 480px) {
    #header .header-main .container .header-right .header-minicart {
        position: static;
        padding-right: 0;
    }
}
@media (max-width: 480px) {
    #header .header-main .container .header-right .header-minicart-box {
        position: static;
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    #header .header-top .gap {
        display: none;
    }
}
@media (max-width: 991px) {
    #header.logo-center .header-main .container .header-left {
        display: inline-block;
        width: auto;
    }
}
@media (max-width: 991px) {
    #header.logo-center .header-main .container .header-center {
        display: inline-block;
        width: auto;
        text-align: left;
    }
}
@media (max-width: 480px) {
    #header.logo-center .header-main .container .header-center .logo {
        margin: 0 auto !important;
    }
}
@media (max-width: 991px) {
    #header.logo-center .header-main .container .header-right {
        width: auto;
    }
}
#header .mobile-show {
    display: none;
}
@media (max-width: 991px) {
    #header .mobile-hide {
        display: none;
    }
    #header .mobile-show {
        display: inline;
    }
}
@media (max-width: 480px) {
    #header.sticky-header .header-main.change-logo .container > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
#header.sticky-header .logo {
    min-width: 0;
}
@media (max-width: 480px) {
    #header.sticky-header .logo {
        display: none;
    }
}
@media (max-width: 767px) {
    .fixed-header #header .header-main .container > div {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
@media (min-width: 768px) {
    #header-boxed #header.sticky-header .header-main.sticky {
        max-width: 760px;
    }
}
@media (min-width: 992px) {
    #header-boxed #header.sticky-header .header-main.sticky {
        max-width: 980px;
    }
}
@media (min-width: 992px) {
    #header-boxed #header.sticky-header .main-menu-wrap {
        max-width: 980px;
    }
}
#header .logo {
    margin: 0;
    padding: 0;
    min-width: 100px;
}
@media (max-width: 991px) {
    #header .logo {
        min-width: 0;
    }
}
@media (max-width: 480px) {
    #header .logo {
        text-align: center;
        margin: -15px auto 0;
    }
}
#header .logo a {
    display: inline-block;
    max-width: 100%;
}
#header .logo img {
    display: inline-block;
    color: transparent;
    max-width: 100%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
@media not all, only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    #header .logo img.standard-logo {
        display: none;
    }
    #header .logo img.retina-logo {
        display: inline-block !important;
    }
}
#header .currency-switcher > li.menu-item:after, #header .view-switcher > li.menu-item:after, #header .top-links > li.menu-item:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    margin: 0 1px 0 4px;
}
#header .currency-switcher > li.menu-item:last-child:after, #header .view-switcher > li.menu-item:last-child:after, #header .top-links > li.menu-item:last-child:after {
    display: none;
}
#header .currency-switcher > li.menu-item:hover > a, #header .view-switcher > li.menu-item:hover > a, #header .top-links > li.menu-item:hover > a, #header .currency-switcher > li.menu-item:hover > h5, #header .view-switcher > li.menu-item:hover > h5, #header .top-links > li.menu-item:hover > h5 {
    border-radius: 4px 4px 0 0;
}
#header .currency-switcher > li.menu-item.has-sub:hover > a, #header .view-switcher > li.menu-item.has-sub:hover > a, #header .top-links > li.menu-item.has-sub:hover > a, #header .currency-switcher > li.menu-item.has-sub:hover > h5, #header .view-switcher > li.menu-item.has-sub:hover > h5, #header .top-links > li.menu-item.has-sub:hover > h5 {
    margin-bottom: 0;
    padding-bottom: 0;
}
#header .currency-switcher > li.menu-item.has-sub > a:after, #header .view-switcher > li.menu-item.has-sub > a:after, #header .top-links > li.menu-item.has-sub > a:after, #header .currency-switcher > li.menu-item.has-sub > h5:after, #header .view-switcher > li.menu-item.has-sub > h5:after, #header .top-links > li.menu-item.has-sub > h5:after {
    content: "\f0d7";
}

@media (max-width: 991px) {
    #header .top-links {
        display: none;
    }
}
#header .top-links > li.menu-item:hover > a, #header .top-links > li.menu-item.has-sub:hover > a, #header .top-links > li.menu-item:hover > h5, #header .top-links > li.menu-item.has-sub:hover > h5 {
    background: transparent;
}
@media (max-width: 1189px) {
    #header .header-top .currency-switcher > li.menu-item > a {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
}
@media (max-width: 1189px) {
    #header .header-top .welcome-msg {
        line-height: 32px;
    }
}
#header .searchform {
    border: 1px solid #ccc;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    font-size: 13px;
    padding: 0;
    vertical-align: middle;
    width: 468px;
    *zoom: 1;
}
#header .searchform:before, #header .searchform:after {
    content: " ";
    display: table;
}
#header .searchform:after {
    clear: both;
}
#header .searchform:before {
    content: "";
    display: none;
    position: absolute;
    right: 16px;
    top: -23px;
    width: 22px;
    height: 22px;
    border: 11px solid transparent;
    border-bottom-color: inherit;
}
#header .searchform fieldset {
    margin-right: -2px;
}
@media (max-width: 1189px) {
    #header .searchform {
        width: 368px;
    }
}
@media (max-width: 767px) {
    #header .searchform {
        border-width: 5px;
        border-radius: 25px;
        width: 378px;
        display: none;
        position: absolute;
        left: -25px;
        top: 45px;
        z-index: 1001;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    }
    #header .searchform:before {
        display: block;
    }
}
#header .searchform .text, #header .searchform .button-wrap {
    float: left;
    display: inline-block;
}
#header .searchform .button-wrap { float:right;}
#header .searchform input, #header .searchform button {
    background: transparent;
    border-radius: 0;
    float: left;
    border: none;
    height: 40px;
    outline: none;
    box-shadow: none;
    margin-bottom: 0;
}
#header .searchform input {
    padding: 0 15px 0 20px;
    border-radius: 20px 0 0 20px;
    width: 420px;
}
@media (max-width: 1189px) {
    #header .searchform input {
        width: 320px;
    }
}
@media (max-width: 1189px) {
    #header .searchform.searchform-cats input {
        width: 190px;
    }
}
#header .searchform button {
    font-size: 14px;
    padding: 0 20px 0 13px;
    border-radius: 0 20px 20px 0;
    text-shadow: none;
}
/*#header .searchform input, #header .searchform select {
    border-right: 1px solid #ccc;
}*/
#header .searchform .autocomplete-suggestion:before, #header .searchform .autocomplete-suggestion:after {
    content: " ";
    display: table;
}
#header .searchform .autocomplete-suggestion:after {
    clear: both;
}
@media (max-width: 1189px) {
    #header.search-md .searchform {
        width: 338px;
    }
}
@media (max-width: 991px) {
    #header.search-md .searchform {
        width: 348px;
    }
    #header.search-md .searchform input {
        width: 292px;
    }
    #header.search-md .searchform.searchform-cats input {
        width: 162px;
    }
}
#header.search-sm .searchform {
    width: 348px;
}
#header.search-sm .searchform input {
    width: 300px;
}
@media (max-width: 1189px) {
    #header.search-sm .searchform {
        width: 288px;
    }
    #header.search-sm .searchform input {
        width: 240px;
    }
}
@media (max-width: 991px) {
    #header.search-sm .searchform {
        width: 298px;
    }
    #header.search-sm .searchform input {
        width: 242px;
    }
    #header.search-sm .searchform.searchform-cats input {
        width: 112px;
    }
}
#header .searchform-popup {
    display: inline-block;
    position: relative;
    vertical-align: middle;
	
}
#header .searchform-popup .search-toggle {
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1002;
    font-size: 1.2857em;
}
@media (max-width: 767px) {
    #header .searchform-popup .search-toggle {
        display: block;
    }
}
@media (max-width: 991px) {
    #header .show-menu-search .searchform-popup {
        position: relative;
        left: 0;
    }
}
@media (max-width: 1189px) {
    #header .search-popup .searchform {
        width: 378px;
    }
}
#header .search-popup .searchform:before {
    display: block;
}
@media (max-width: 1189px) {
    #header.search-md .search-popup .searchform {
        width: 348px;
    }
}
@media (max-width: 1189px) {
    #header.search-sm .search-popup .searchform {
        width: 298px;
    }
}
#header .header-left.search-popup .searchform:before {
    border-bottom-color: transparent;
    border-right-color: inherit;
    left: -23px;
    top: 9px;
}
@media (max-width: 991px) {
    #header .header-left .searchform-popup {
        left: 0;
    }
    #header .header-left .searchform:before {
        border-bottom-color: transparent;
        border-right-color: inherit;
        left: -23px;
        top: 9px;
    }
}
#header .header-right.search-popup .searchform:before {
    left: auto;
    right: 27px;
}
@media (max-width: 991px) {
    #header .header-right .searchform {
        left: auto;
        right: -22px;
    }
    #header .header-right .searchform:before {
        left: auto;
        right: 27px;
    }
}
@media (max-width: 767px) {
    #header .header-left .searchform {
        width: 338px;
    }
}
@media (max-width: 480px) {
    #header .header-left .searchform, #header .header-left.search-popup .searchform, #header .header-right.search-popup .searchform {
        width: 288px;
    }

    #header .header-left .searchform-popup .searchform:before, #header .header-center .searchform-popup .searchform:before, #header .header-right .searchform-popup .searchform:before, #header .header-left.search-popup .searchform-popup .searchform:before, #header .header-center.search-popup .searchform-popup .searchform:before, #header .header-right.search-popup .searchform-popup .searchform:before {
        width: 14px;
        border-width: 7px;
        left: 34px;
        right: auto;
        top: -23px;
        border-color: transparent;
        border-bottom-color: inherit;
    }
}
#header .header-contact {
    margin: 5px 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
#header .header-contact a {
    font-size: 0.8571em;
}
#header .header-contact i {
    display: inline-block;
    margin: 0 5px;
}
#header .header-contact .nav-top a {
    font-size: 0.9em;
    padding: 6px 0;
}
#header .header-contact .nav-top a:hover {color:#0088cc;}
#header .header-contact .nav-top i {
 position: relative;
    top: 1px;
    margin-right: 8px;
    margin-left: 11px;
}
#header .header-contact .nav-top li:last-child i {display:none;}
#mini-cart {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    height: 45px;
    margin: -22px auto;
}
#mini-cart .cart-head {
    position: relative;
    cursor: pointer;
    margin-top: 0;
    min-width: 50px;
    text-align: center;
}
#mini-cart .cart-items {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    bottom: 10px;
    left: 0;
    right: 0;
    top: 11px;
    text-align: center;
    display: inline-block;
    height: 22px;
    overflow: hidden;
}
#mini-cart.minicart-inline {
    font-size: 0.7857em;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    margin: 3px 0 3px 7px;
    border-radius: 4px;
}
#mini-cart.minicart-inline .cart-head {
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
    margin-top: 1px;
    margin-bottom: -1px;
	text-align:left;
}
#mini-cart.minicart-inline .cart-items {
    font-size: 1.2em;
    margin-left: 3px;
    position: relative;
    top: -1px;
    font-weight: 400;

}
#mini-cart.minicart-inline .cart-popup {
    margin-top: 8px;
}
#mini-cart.minicart-inline .cart-popup:before {
    right: 18px;
}
@media (max-width: 480px) {

    #header #mini-cart .cart-head {
        padding: 0 10px;
        line-height: 26px;
        height: 26px;
        margin: 0;
        white-space: nowrap;
    }
    #header #mini-cart .cart-items {
        font-size: 1em;
        margin-left: 3px;
        position: relative;
        top: -3px;
        vertical-align: middle;
    }
    #header #mini-cart .cart-popup {
        margin-top: 8px;
    }
    #header #mini-cart .cart-popup:before {
        right: 18px;
    }
}
#mini-cart .cart-popup {
    width: 340px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    z-index: 1002;
    left: auto;
    right: 0;
    padding: 0;
    border: none;
    border-top: 9px solid #ccc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}
#mini-cart .cart-popup:before {
    content: '';
    position: absolute;
    top: -16px;
    right: 17px;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid #ccc;
}
.header-minicart-box #mini-cart .cart-popup:before {
    right: 25px;
}
#mini-cart .cart-popup .widget_shopping_cart_content {
    border-radius: 4px;
    margin-top: -4px;
    background: #fff;
    padding: 15px;
}
@media (max-width: 767px) {
    #mini-cart .cart-popup {
        width: 290px;
    }
}
#mini-cart .widget_shopping_cart .buttons {
    margin-bottom: 0;
}
#mini-cart .cart_list {
    min-height: 45px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (max-width: 991px) {
    .main-menu-wrap {
        display: none;
    }
}

.main-menu-wrap .menu-left {
    text-align: left;
}
.main-menu-wrap .menu-right {
    padding-left: 10px;
    text-align: right;
}
#header .main-menu-wrap .menu-right .searchform-popup .searchform:before {
    display: block;
    left: auto;
    right: 27px;
}
@media (max-width: 1189px) {
    #header .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 376px;
    }
}
@media (max-width: 1189px) {
    #header.search-md .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 346px;
    }
}
@media (max-width: 1189px) {
    #header.search-sm .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 296px;
    }
}
.main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > a, .main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > h5 {
    margin-bottom: -3px;
    padding-bottom: 13px;
}
#main-menu {
    position: relative;
}
@media (max-width: 480px) {
    #main-menu {
        display: inline !important;
    }
}
#main-menu .mega-menu {
    border-radius: 6px;
}

@media (max-width: 991px) {
    .header-center.show-menu-search #main-menu {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .header-left.show-menu-search #main-menu {
        padding-left: 0;
    }
}
#main-menu .menu-custom-block .tip.hot .tip-arrow:before {
    color: #eb2771;
}
#main-menu .menu-custom-block .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    font-style: normal;
    position: absolute;
    width: auto;
    height: auto;
    margin: auto;
    top: auto;
    bottom: -3px;
    content: "\f125";
    left: 2px;
    text-align: right;
}
@media (max-width: 991px) {
    #header .contact-gap {
        display: none;
    }
}
@media (max-width: 767px) {
    #header .header-top {
        display: none;
    }
    #header .header-contact {
        display: none;
    }
}
@media (max-width: 480px) {
    #header .header-main .container {
        display: block;
        padding-top: 28px;
        padding-bottom: 15px;
    }
    #header .header-main .container > * {
        display: inline !important;
        padding: 0 !important;
        position: static !important;
    }
    #header .header-main .container > * #main-menu {
        display: inline;
        position: static;
    }
}
@media (max-width: 991px) {
    #main-toggle-menu {
        overflow: hidden;
    }
}
#main-toggle-menu .menu-title:hover {
    background-color: #555;
}
#main-toggle-menu .menu-title .toggle:before {
    content: "\f0c9";
}
#main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0;
}
.right-sidebar #main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0;
}
@media (max-width: 991px) {
    #header .mobile-toggle {
        display: inline-block;
    }
}
@media (max-width: 480px) {
    #header .mobile-toggle {
        position: absolute;
        left: 5px;
        top: 1px;
    }
}
.header-extra-info:before, .header-extra-info:after {
    content: " ";
    display: table;
}
.header-extra-info:after {
    clear: both;
}
@media (min-width: 992px) {
    #header.header-separate .header-main {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
}
@media (max-width: 991px) {
    #header.header-5 .header-main .container .header-left {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    #header.header-7 .header-main .container .header-left {
        display: none;
    }
}
@media (min-width: 992px) {
    #header.header-corporate .header-main .container .header-right {
        padding-left: 20px;
    }
    #header.header-corporate .searchform {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        width: auto;
    }
    #header.header-corporate .searchform input, #header.header-corporate .searchform button {
        height: 28px;
        line-height: 28px;
    }
    #header.header-corporate .searchform input {
        border: none;
        padding: 0 12px;
        padding-right: 0;
	    width: 140px;
    }
	
    #header.header-corporate .searchform button {
        padding: 0 13px 0 4px;
    }
}
#header.header-corporate .share-links a:hover {
    color: #fff;
}
@media (max-width: 991px) {
    #header.header-10 .header-right-top {
        display: inline;
    }
}
@media (min-width: 992px) {
    #header.header-10 .header-main .container .header-left {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #header.header-10 .header-contact {
        margin: 0 0 4px;
    }
    #header.header-10 .searchform {
        margin-bottom: 4px;
    margin-top: 8px;
    }
    #header.header-10 #mini-cart {
        margin: 0 0 0 15px;
    }
}
#header.header-corporate:not(.header-10) .header-main .searchform-popup, #header.header-corporate:not(.header-10) .header-main #mini-cart {
    display: none;
}
@media (min-width: 768px) {
    #header.header-corporate:not(.header-10) .switcher-wrap {
        margin-right: 5px;
    }
    #header.header-corporate:not(.header-10) .block-inline {
        line-height: 50px;
        margin-bottom: 5px;
    }
    #header.header-corporate:not(.header-10) .header-left .block-inline {
        margin-right: 8px;
    }
    #header.header-corporate:not(.header-10) .header-left .block-inline > * {
        margin: 0 7px 0 0;
    }
    #header.header-corporate:not(.header-10) .header-right .block-inline {
        margin-left: 8px;
    }
    #header.header-corporate:not(.header-10) .header-right .block-inline > * {
        margin: 0 0 0 7px;
    }
    #header.header-corporate:not(.header-10) .share-links {
        line-height: 1;
    }
}
#header.header-corporate:not(.header-10) .header-top .welcome-msg {
    font-size: 1.15em;
}
#header.header-corporate:not(.header-10) .header-top #mini-cart.minicart-inline {
    font-size: 1em;
}
#header.header-corporate:not(.header-10) .header-top #mini-cart.minicart-inline:first-child {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 991px) {
    #header.header-corporate:not(.header-10) .header-top .header-left > *, #header.header-corporate:not(.header-10) .header-top .header-right > * {
        display: none;
    }
    #header.header-corporate:not(.header-10) .header-top .header-left > .block-inline, #header.header-corporate:not(.header-10) .header-top .header-right > .block-inline {
        display: block;
    }
    #header.header-corporate:not(.header-10) .header-top .searchform-popup, #header.header-corporate:not(.header-10) .header-top #mini-cart {
        display: none;
    }
    #header.header-corporate:not(.header-10) .header-main .searchform-popup, #header.header-corporate:not(.header-10) .header-main #mini-cart {
        display: inline-block;
    }
}
@media (min-width: 992px) {
    #header.header-11 .header-main .container .header-left {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    #header.header-12 .header-main .share-links {
        margin-top: 14px;
    }
}
@media (max-width: 991px) {
    #header.header-12 .header-main .share-links {
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    #header.header-12 .header-main .share-links {
        display: none;
    }
}
@media (max-width: 991px) {
    #header.header-11 .share-links {
        display: none;
    }
}
@media (max-width: 991px) {
    #header.header-16 .share-links {
        display: none;
    }
}
@media (min-width: 992px) {
    #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > a{
        padding-top: 36px;
        padding-bottom: 20px;
    }
    #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover {
        margin-top: 0;
    }
    #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover > a, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5, #header.header-11 .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover > h5 {
        border-width: 0;
    }
    #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item:hover {
        margin-top: 0;
    }
    #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item:hover > a, #header.header-11 .header-main #main-menu.show-header-top .mega-menu > li.menu-item:hover > h5 {
        border-width: 0;
    }
}
@media (max-width: 991px) {
    #header.header-13 .header-main .container .header-left {
        display: none;
    }
}
.header-wrapper.header-side-nav #header .side-top:before, .header-wrapper.header-side-nav #header .side-top:after {
    content: " ";
    display: table;
}
.header-wrapper.header-side-nav #header .side-top:after {
    clear: both;
}
.header-wrapper.header-side-nav #header .side-top > .container > *:first-child {
    margin-left: 0;
    margin-right: 0;
}
.header-wrapper.header-side-nav #header .share-links a:hover {
    color: #fff;
}
.header-wrapper.header-side-nav #header .share-links .share-twitter:hover {
    background: #1aa9e1;
}
.header-wrapper.header-side-nav #header .share-links .share-facebook:hover {
    background: #3b5a9a;
}
.header-wrapper.header-side-nav #header .share-links .share-linkedin:hover {
    background: #0073b2;
}
.header-wrapper.header-side-nav #header .share-links .share-rss:hover {
    background: #ff8201;
}
.header-wrapper.header-side-nav #header .share-links .share-googleplus:hover {
    background: #dd4b39;
}
.header-wrapper.header-side-nav #header .share-links .share-pinterest:hover {
    background: #cc2127;
}
.header-wrapper.header-side-nav #header .share-links .share-youtube:hover {
    background: #c3191e;
}
.header-wrapper.header-side-nav #header .share-links .share-instagram:hover {
    background: #7c4a3a;
}
.header-wrapper.header-side-nav #header .share-links .share-skype:hover {
    background: #00b0f6;
}
.header-wrapper.header-side-nav #header .share-links .share-email:hover {
    background: #dd4b39;
}
.header-wrapper.header-side-nav #header .share-links .share-vk:hover {
    background: #6383a8;
}
.header-wrapper.header-side-nav #header .share-links .share-xing:hover {
    background: #1a7576;
}
.header-wrapper.header-side-nav #header .share-links .share-tumblr:hover {
    background: #304e6c;
}
.header-wrapper.header-side-nav #header .share-links .share-reddit:hover {
    background: #ff4107;
}
.header-wrapper.header-side-nav #header .share-links .share-vimeo:hover {
    background: #52b8ea;
}
.header-wrapper.header-side-nav #header .share-links .share-telegram:hover {
    background: #08c;
}
.header-wrapper.header-side-nav #header .share-links .share-yelp:hover {
    background: #c41200;
}
.header-wrapper.header-side-nav #header .share-links .share-flickr:hover {
    background: #0063dc;
}
.header-wrapper.header-side-nav #header .share-links .share-whatsapp:hover {
    background: #3c8a38;
}
@media (min-width: 992px) {
    .header-wrapper.header-side-nav {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1001;
    }
    .header-wrapper.header-side-nav #header .top-links li.menu-item:after {
        display: none;
    }
    .header-wrapper.header-side-nav #mini-cart.minicart-inline .cart-popup:before {
        right: auto;
        left: 10px;
    }
}
.header-side-nav .sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0;
}
.header-side-nav .sidebar-menu .menu-custom-block a:last-child:hover {
    border-radius: 0;
}
@media (max-width: 991px) {
    .header-wrapper.header-side-nav #header .side-top {
        padding: 10px 0 0;
    }
}
@media (max-width: 991px) {
    .header-wrapper.header-side-nav #header .side-top {
        padding-top: 0;
    }
    .header-wrapper.header-side-nav #header .logo {
        margin: 0 auto;
    }
    .header-wrapper.header-side-nav #header .share-links {
        display: none;
    }
}
@media (max-width: 767px) {
}
@media (min-width: 992px) {
    body.boxed.body-side {
        padding-left: 276px;
        padding-right: 20px;
    }
}
#nav-panel-close {
    border-radius: 0 6px 6px 0;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 38px;
    position: fixed;
    left: 260px;
    margin-left: -40px;
    text-align: center;
    text-decoration: none;
    top: 85px;
    width: 40px;
    z-index: 100000;
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -ms-transform: translate(-260px);
    -o-transform: translate(-260px);
    transform: translate(-260px);
}
#nav-panel .menu-custom-block .tip.hot .tip-arrow:before {
    color: #eb2771;
}
#nav-panel .menu-custom-block .tip .tip-arrow:before {
    display: inline-block;
    font-family: "Elusive-Icons";
    font-size: 5px;
    font-style: normal;
    position: absolute;
    width: 4px;
    height: 6px;
    margin: auto;
    content: "\f126";
    left: -4px;
    text-align: right;
    top: 0;
    bottom: 0;
}
.page-top {
     min-height: 40px;
    padding: 0;
    padding: 8px 0 6px;
    position: relative;
    text-align: left;
}
.page-top .breadcrumbs-wrap {
    font-weight: 600;
    font-size: 12px;
}
.page-top ul.breadcrumb {
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0;
}
.page-top ul.breadcrumb > li {
    font-weight: 400;
    font-size: 12px;
    text-shadow: none;
}
.page-top ul.breadcrumb > li a {
    display: inline-block;
    font-weight: 400;
    text-transform: none;
    border-color: transparent;
    background: transparent;
}
.page-top ul.breadcrumb > li + li:before {
    display: none;
}
.page-top ul.breadcrumb > li .delimiter {
    font-family: "FontAwesome";
    display: inline-block;
    width: 25px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}
.page-top ul.breadcrumb > li .delimiter:before {
    font-size: 0.8em;
    content: "\f054";
}
.page-top ul.breadcrumb li span {
    margin-left: 5px;
}
.page-top ul.breadcrumb li span:first-child {
    margin-left: 0;
}
.page-top .page-title {
    display: inline-block;
    font-size: 2em;
    font-weight: 200;
    margin: 0;
    min-height: 37px;
    line-height: 46px;
    padding: 0 0 2px;
    position: relative;
    letter-spacing: -1px;
    text-transform: none;
}
.page-top .product-nav:before, .page-top .product-nav:after {
    content: " ";
    display: table;
}
.page-top .product-nav:after {
    clear: both;
}
.page-top .product-nav .product-prev:hover .product-popup, .page-top .product-nav .product-next:hover .product-popup {
    display: block;
}
.page-top .product-nav .product-link:before {
    font-family: "FontAwesome";
    line-height: 30px;
}
.page-top .product-nav .product-prev .product-link:before {
    content: "\f054";
}
.page-top .product-nav .product-prev .product-popup:before {
    right: 6px;
}
.page-top .product-nav .product-next .product-link:before {
    content: "\f053";
}
.page-top .product-nav .product-next .product-popup:before {
    right: 32px;
}
.page-top .product-nav .featured-box .box-content:before, .page-top .product-nav .featured-box .box-content:after {
    content: " ";
    display: table;
}
.page-top .product-nav .featured-box .box-content:after {
    clear: both;
}
.page-top .product-nav .product-popup:before {
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    content: "";
    position: absolute;
    top: -5px;
}
.page-top.page-header-1 .page-title {
    margin-bottom: -16px;
    padding-bottom: 17px;
}
.page-top.page-header-3 .product-nav .product-next .product-popup:before {
    right: auto;
    left: 6px;
}
@media (max-width: 991px) {
    .page-top.page-header-4 .pt-left {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .page-top.page-header-4 .page-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .page-top.page-header-4 .product-prev .product-popup {
        right: auto;
        left: -26px;
    }
    .page-top.page-header-4 .product-prev .product-popup:before {
        right: auto;
        left: 32px;
    }
    .page-top.page-header-4 .product-next .product-popup:before {
        right: auto;
        left: 6px;
    }
}
@media (max-width: 991px) {
    .page-top.page-header-5 .pt-left {
        text-align: right;
    }
}
@media (max-width: 479px) {
    .page-top .page-title {
        line-height: 37px;
    }
}
section.section.section-overlay:before {
    content: "";
    display: block;
    background: url("/local/templates/itpanda.business.kupe/design/css/../../images/video-overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

@media (max-width: 1189px) {
    .col-half-section {
        max-width: 460px;
    }
}
@media (max-width: 991px) {
    .col-half-section {
        max-width: 100%;
        float: none !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.slider-title {
    font-size: 2.1em;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 400;
    color: #313131;
    /* text-transform: uppercase; */
    margin-top: 0;
       margin-bottom: 1.07em;
    position: relative;
}
.slider-title .line {
    content: "";
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    display: block;
    height: 1px;
    position: relative;
    bottom: 0.7em;
    width: 0;
}
@media (max-width: 480px) {
    .slider-title .line {
        display: none !important;
    }
}
.master-slider {
    direction: ltr;
}
.master-slider .ms-container .ms-nav-prev, .master-slider .ms-container .ms-nav-next {
    background: transparent;
    border-radius: 0;
    font-family: "FontAwesome";
    font-size: 2.8571em;
    text-align: center;
    line-height: 1;
    margin-top: -25px;
    width: 50px;
    height: 50px;
}
.product-images .owl-carousel .owl-prev:before, .product-images .owl-carousel .owl-next:before, .master-slider .ms-container .ms-slide-vpbtn:before, .master-slider .ms-container .ms-video-btn:before {
    text-shadow: 0 0 3px #fff;
    font-size: 1.5em;
    line-height: 50px;
    display: block;
}
.master-slider .ms-container .ms-nav-prev {
    left: 0;
}
.master-slider .ms-container .ms-nav-prev:before {
    content: "\f104";
}
.master-slider .ms-container .ms-nav-next {
    right: 0;
}
.master-slider .ms-container .ms-nav-next:before {
    content: "\f105";
}
.master-slider .ms-container .ms-slide-vpbtn:before, .master-slider .ms-container .ms-video-btn:before {
    content: "\f04b";
    font-size: 1.1em;
    text-shadow: none;
}
.master-slider .ms-slide .ms-slide-loading {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.master-slider .ms-loading-container .ms-loading:before, .master-slider .ms-slide .ms-slide-loading:before {
    content: " ";
    display: inline-block !important;
    border-width: 3px 5px 2px 0;
    width: 32px;
    height: 32px;
    -webkit-animation: 1s linear 0s normal none infinite running spin;
    -moz-animation: 1s linear 0s normal none infinite running spin;
    animation: 1s linear 0s normal none infinite running spin;
    border-image: none;
    border-radius: 20px;
    border-style: solid;
    border-bottom-color: transparent !important;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.master-slider .ms-slide {
    overflow: hidden;
}
.blueimp-gallery > .prev, .blueimp-gallery > .next, body .blueimp-gallery > .play-pause, body:last-child .blueimp-gallery > .play-pause {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    font-family: "FontAwesome";
    font-size: 2.8571em;
    text-align: center;
    line-height: 1;
    margin-top: -25px;
    text-indent: -1000px;
    overflow: hidden;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.blueimp-gallery > .prev:before, .blueimp-gallery > .next:before, body .blueimp-gallery > .play-pause:before, body .blueimp-gallery-playing > .play-pause:before, body:last-child .blueimp-gallery > .play-pause:before, body:last-child .blueimp-gallery-playing > .play-pause:before {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    line-height: 50px;
    display: block;
}
.blueimp-gallery > .prev:before {
    content: "\f104";
}
.blueimp-gallery > .next:before {
    content: "\f105";
}
.blueimp-gallery > .close {
    font-family: "FontAwesome";
    font-size: 25px;
    font-weight: normal;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.blueimp-gallery > .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.blueimp-gallery > .close:before {
    content: "\f00d";
}
body .blueimp-gallery > .play-pause, body:last-child .blueimp-gallery > .play-pause {
    width: 40px;
    height: 40px;
    font-size: 1em;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
body .blueimp-gallery > .play-pause:hover, body .blueimp-gallery-playing > .play-pause:hover, body:last-child .blueimp-gallery > .play-pause:hover, body:last-child .blueimp-gallery-playing > .play-pause:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
body .blueimp-gallery > .play-pause:before, body:last-child .blueimp-gallery > .play-pause:before {
    content: "\f04b";
}
body .blueimp-gallery-playing > .play-pause:before, body:last-child .blueimp-gallery-playing > .play-pause:before {
    content: "\f04c";
}
body .ads-container {
    color: #777;
    border: 1px solid #d5d5d5;
    margin: 14px 0 0;
    padding-top: 3px;
    border-radius: 6px;
    margin-bottom: 50px;

}
@media (max-width: 991px) {
    body .ads-container .left-icon .aio-icon.none {
        text-align: center;
    }
}
@media (max-width: 991px) {
    body .ads-container .left-icon .aio-ibd-block {
        min-width: 215px;
    }
}
@media (max-width: 991px) {
    body .ads-container-light .left-icon .aio-icon.none {
        text-align: center;
    }
}
@media (max-width: 991px) {
    body .ads-container-light .left-icon .aio-ibd-block {
        min-width: 215px;
    }
}
@media (max-width: 991px) {
    body .ads-container-blue .left-icon .aio-icon.none {
        text-align: center;
    }
}
@media (max-width: 991px) {
    body .ads-container-blue .left-icon .aio-ibd-block {
        min-width: 215px;
    }
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont p {
        display: block;
    }
}
body .newsletter-banner .widget_wysija_cont .wysija-submit {
    border-radius: 0 3px 3px 0;
    margin-left: -7px;
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont .wysija-submit {
        margin-left: auto;
        border-radius: 3px;
    }
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont .wysija-input {
        width: 250px;
    }
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont .formError {
        position: static !important;
    }
}
@media (max-width: 767px) {
    body .newsletter-banner .widget_wysija_cont .formError .formErrorContent {
        text-align: center;
        margin: 0 auto 5px;
    }
}
@media (max-width: 479px) {
    .page-not-found {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .wpcf7-captchac {
        margin-top: 15px;
    }
}
#footer {
    font-size: 0.9em;
    padding: 0;
    position: relative;
    clear: both;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    font-size: 1em;
}
#footer .footer-ribbon:before {
    left: -10px;
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px;
}
#footer > .container {
    padding-top: 33px;
    padding-bottom: 10px;
}
#footer .container {
    position: relative;
}
#footer .container input:focus {
    box-shadow: none;
}
@media (max-width: 991px) {
    #footer .logo {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
}
#footer .footer-bottom {
    padding: 15px 0;
}
#footer .footer-bottom .container {
    display: table;
    table-layout: fixed;
}
@media (max-width: 991px) {
    #footer .footer-bottom .container {
        display: block;
    }
}
#footer .footer-bottom .container > div {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 991px) {
    #footer .footer-bottom .container > div {
        display: block;
    }
}
#footer .footer-bottom .container .footer-left {
    padding: 10px 8px 10px 0;
    text-align: left;
    width: 100%;
}
@media (max-width: 991px) {
    #footer .footer-bottom .container .footer-left {
        padding: 10px 0;
    }
}
@media (max-width: 1189px) {
    #footer .footer-bottom .container .footer-center {
        width: 300px;
    }
}
@media (max-width: 991px) {
    #footer .footer-bottom .container .footer-center {
        padding: 10px 0;
        width: auto;
        text-align: left;
    }
}
#footer .footer-bottom .container .footer-right {
    padding: 10px 0 10px 8px;
    text-align: right;
    width: 100%;
}
@media (max-width: 991px) {
    #footer .footer-bottom .container .footer-right {
        padding: 10px 0;
        text-align: right;
        float: right;
    }
}

#footer .widget p {
    font-size: 1em;
}
#footer .widget .tagcloud a:hover {
    color: #fff;
}
#footer .widget P {
    margin-top: -3px;
    margin-bottom: 13px;
}
@media (max-width: 991px) {
    #footer .footer-bottom .widget {
        display: block;
        margin-top: 5px;
    }
}
#footer .footer-bottom .widget_nav_menu ul li:before {
    display: none;
}
#footer .footer-bottom .widget_nav_menu ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    margin: 0 0 0 9px;
}
#footer .footer-bottom .widget_nav_menu ul li:last-child:after {
    display: none;
}
#footer .footer-bottom .footer-left:first-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-center {
        display: none;
    }
}
@media (max-width: 480px) {
    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-right {
        display: none;
    }
}
body {
    background: #fff;
}
@media (max-width: 767px) {
    .container {
        width: 100%;
    }
}
.page-wrapper {
    position: relative;
    left: 0;
}
@media (min-width: 992px) {
    .page-wrapper.side-nav > * {
        padding-left: 256px;
    }
}
@media (min-width: 992px) {
    .page-wrapper.side-nav .container {
        width: 100%;
        max-width: 100%;
    }
}
.header-wrapper {
    position: relative;
}
.column2-left-sidebar .main-content, .column2-left-sidebar .main-content {
    float: right;
}
@media (max-width: 991px) {
    .column2-left-sidebar .main-content, .column2-left-sidebar .main-content {
        float: none;
    }
}
.left-sidebar, .right-sidebar {
    position: relative;
}
#main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.main-content {
    padding-top: 35px;
    padding-bottom: 40px;
}
.left-sidebar, .right-sidebar {
    padding-top: 35px;
    padding-bottom: 40px;
}
@media (max-width: 991px) {
    .left-sidebar, .right-sidebar {
        padding-top: 0;
        margin-top: -40px;
    }
}
.clearfix {
    overflow: visible;
}
@-webkit-keyframes tooltip-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tooltip-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes tooltip-color {
    0% {
        color: #fff;
    }
    50% {
        color: #333;
    }
    100% {
        color: #fff;
    }
}
@keyframes tooltip-color {
    0% {
        color: #fff;
    }
    50% {
        color: #333;
    }
    100% {
        color: #fff;
    }
}
@-webkit-keyframes tooltip-color-white {
    0% {
        color: #444;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #444;
    }
}
@keyframes tooltip-color-white {
    0% {
        color: #444;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #444;
    }
}


@media (min-width: 992px) {
    .header-wrapper.header-side-nav #header .tooltip-popup {
        left: -5px;
        right: auto;
    }
}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/theme_shop_1.css?161822783479283*/
@charset "UTF-8";
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.shop_table th, .shop_table td {
    text-align: left;
    padding: 10px;
}

.shop_table td, .shop_table tbody th {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #ddd;
}

.shop_table td:first-child, .shop_table tbody th:first-child {
    border-left: none;
}

.shop_table th {
    background: #f6f6f6;
}

.shop_table thead tr:first-child th:first-child {
    border-radius: 5px 0 0 0;
}

.shop_table thead tr:first-child th:last-child {
    border-radius: 0 5px 0 0;
}









@media (max-width: 767px) {
    .shop_table.responsive thead {
        display: none;
    }

    .shop_table.responsive tr {
        border-top: 1px solid #ddd;
        display: block;
        padding: 10px 0;
        position: relative;
    }

    .shop_table.responsive tr:first-child {
        border-top: none;
    }

    .shop_table.responsive td, .shop_table.responsive th {
        background: transparent;
        text-align: center;
        display: block;
        padding: 5px 10px;
        border: none;
    }

    .shop_table.responsive td.product-remove, .shop_table.responsive th.product-remove {
        position: absolute;
        right: 0;
        top: 12px;
    }

    .shop_table.responsive td.product-thumbnail, .shop_table.responsive th.product-thumbnail {
        padding-top: 10px;
    }
}

.featured-box .shop_table {
    box-shadow: none;
    border: none;
}

.featured-box .shop_table th {
    background: transparent;
    border-bottom: none;
}

.featured-box .shop_table th:first-child, .featured-box .shop_table th:last-child {
    border-radius: 0;
}

.featured-box .shop_table td {
    border-left: none;
}

.featured-box .shop_table tr:last-child td:first-child, .featured-box .shop_table tr:last-child td:last-child, .featured-box .shop_table tr:last-child td:only-child {
    border-radius: 0;
}

.featured-box .shop_table .product-remove .remove {
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
}

.featured-box .shop_table .quantity {
    margin: 0;
    width: auto;
}

.featured-box .shop_table .quantity input.qty {
    border-radius: 0;
    border-color: #c8bfc6;
    width: 57px;
    height: 35px;
    padding: 0 4px;
}

.featured-box .shop_table .quantity.buttons_added input.qty {
    width: 129px;
    padding: 0 39px;
}

.featured-box .shop_table .quantity .minus, .featured-box .shop_table .quantity .plus {
    background-color: #f4f4f4;
    border-color: #c8bfc6;
    width: 35px;
    height: 35px;
}

.featured-box .shop_table .quantity .minus {
    left: 0;
    top: 0;
}

.featured-box .shop_table .quantity .plus {
    left: 94px;
    top: 0;
}

.featured-box .shop_table .coupon {
    margin-top: 16px;
    width: 50%;
}

@media (max-width: 991px) {
    .featured-box .shop_table .coupon {
        width: 100%;
    }

    .featured-box .shop_table .pt-left {
        float: none !important;
        text-align: center;
    }
}

.col2-set:before, .col2-set:after {
    content: " ";
    display: table;
}

.col2-set:after {
    clear: both;
}

@media (max-width: 991px) {
    .col2-set .col-1, .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}

.chosen-container-single .chosen-single {
    background-image: none;
    background: #fff;
    border-color: #ccc;
    border-radius: 3px;
    height: 34px;
    line-height: 28px;
    padding: 3px 8px;
}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 7px !important;
}











.form-row {
    margin-bottom: 15px;
    vertical-align: top;
}

.form-row input[type="email"], .form-row input[type="number"], .form-row input[type="password"], .form-row input[type="search"], .form-row input[type="tel"], .form-row input[type="text"], .form-row input[type="url"], .form-row input[type="color"], .form-row input[type="date"], .form-row input[type="datetime"], .form-row input[type="datetime-local"], .form-row input[type="month"], .form-row input[type="time"], .form-row input[type="week"] {
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

@media (max-width: 767px) {
    .form-row-first {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form-row-last {
        float: none;
        width: 100%;
    }
}



.star-rating {
    cursor: pointer;
    float: none;
    position: relative;
    font-family: 'Elusive-Icons';
    font-size: 1em;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    position: relative;
    width: 5.5em;
    letter-spacing: 0.1em;
    text-align: left;
}

.star-rating:before {
    color: #ddd;
    color: rgba(0, 0, 0, 0.13);
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.star-rating span:before {
    color: #ffc600;
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";
    left: 0;
    position: absolute;
    top: 0;
}

.price, td.product-price, td.product-subtotal {
    color: #444;
    line-height: 1;
    font-weight: 600;
    font-size: 2.5714em;
}







.price .amount, td.product-price .amount {
    vertical-align: middle;
}

.price ins {
    display: inline-block;
    text-decoration: none;
    vertical-align: baseline;
}

.price del {
    display: inline-block;
    color: #a7a7a7;
    font-size: 0.8em;
    margin-right: 0.2143em;
    vertical-align: baseline;
}

td.product-price, td.product-subtotal, td.product-total, td.order-total, tr.cart-subtotal {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

div.quantity {
    display: inline-block;
    position: relative;
    width: 4.1429em;
    margin-right: 0.8571em;
}

div.quantity .qty {
    -moz-appearance: textfield;
    text-align: center;
    width: 2.5em;
    height: 2.7143em;
    padding-left: 0;
    padding-right: 0;
}

div.quantity .minus, div.quantity .plus {
    background: transparent;
    position: absolute;
    left: 2.8571em;
    width: 1.1428em;
    height: 1.1428em;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0;
    outline: none;
}

div.quantity .plus {
    top: 0;
}

div.quantity .minus {
    bottom: 0;
}

.product-image {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    width: 100%;
    padding: 0.2381em;
}

.product-image:hover {
    z-index: 1;
}

.product-image .inner {
    overflow: hidden;
    position: relative;
}

.product-image img {
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}

.product-image .labels {
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.product-image .labels .onhot, .product-image .labels .onsale {
    position: absolute;
    z-index: 1;
    top: 0.8em;
    border-radius: 4px;
    font-size: 0.8571em;
    padding: 0.5833em 0.6333em;
}

.product-image .labels .onhot {
    background: #62b959;
    left: 0.8em;
}

.product-image .labels .onsale {
    background: #e27c7c;
    right: 0.8em;
}

.product-image .labels .viewcart {
    font-size: 1.8em;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.1em;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-image .labels .viewcart:before {
    font-family: "minicart-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e800";
    font-size: 0.9em;
    vertical-align: top;
}

.product-image .labels .viewcart.viewcart2:before {
    font-family: "FontAwesome" !important;
    content: "\f07a";
    vertical-align: baseline;
}

.product-image .labels .viewcart.viewcart3:before {
    font-family: "Simple-Line-Icons" !important;
    content: "\e04e";
    vertical-align: baseline;
    font-size: 1.1em;
}

.product-image .labels .viewcart.viewcart4:before {
    font-family: "Simple-Line-Icons" !important;
    content: "\e035";
    vertical-align: baseline;
}

.product-image .labels .viewcart:hover {
    color: #fff;
}

.product-image .stock {
    position: absolute;
    z-index: 1;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10em;
    height: 3em;
    line-height: 3em;
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.add-links .add_to_cart_button, .yith-wcwl-add-to-wishlist a, .yith-wcwl-add-to-wishlist span, .add-links .quickview {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: inherit;
    height: 2.2em;
    line-height: 2.2em;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    border-radius: 5px !important;
    text-shadow: none;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.add-links .add_to_cart_read_more:before, .add-links .yith-wcwl-compare-button span:before, .add-links .add_to_cart_button:before, .yith-wcwl-add-to-wishlist a:before, .yith-wcwl-add-to-wishlist span:before, .add-links .quickview:before {
    display: inline-block;
    font-family: "FontAwesome";
}

.add-links .add_to_cart_read_more:hover, .add-links .add_to_cart_button:hover, .yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist span:hover, .add-links .quickview:hover, .add-links .add_to_cart_read_more:focus, .add-links .add_to_cart_button:focus, .yith-wcwl-add-to-wishlist a:focus, .yith-wcwl-add-to-wishlist span:focus, .add-links .quickview:focus {
    color: #fff;
    text-decoration: none;
}

.add-links .add_to_cart_button, .add-links .add_to_cart_read_more {
    background: transparent;
    border-radius: 5px;
    padding: 0 0.7143em;
    line-height: 2.0571em;
    z-index: 1;
    border: 1px solid #ccc;
    color: #333;
    white-space: nowrap;
    text-shadow: none;
}

.add-links .add_to_cart_button:before, .add-links .add_to_cart_read_more:before {
    margin-right: 0.5714em;
}

ul.products li.product:hover .add-links .add_to_cart_button, ul.products li.product:hover .add-links .add_to_cart_read_more {
    color: #fff;
}

.add-links .add_to_cart_button:before {
    content: "\f046";
}

.add-links .add_to_cart_button.product_type_simple:before {
    content: "\f07a";
}

.add-links .add_to_cart_button.loading:after {
    background: #fff url(/local/templates/itpanda.business.kupe/design/css/images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;
    border-radius: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

.add-links .add_to_cart_read_more:before {
    content: "\f090";
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
    line-height: 1;
    vertical-align: top;
}

.yith-wcwl-add-to-wishlist > div {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.yith-wcwl-add-to-wishlist a, .yith-wcwl-add-to-wishlist span {
    width: 2.2em;
    padding: 0;
    border: 1px solid #ed4949;
    color: #ed4949;
    text-indent: -9999em;
}

.yith-wcwl-add-to-wishlist a:before, .yith-wcwl-add-to-wishlist span:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
}

.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist span:hover, .yith-wcwl-add-to-wishlist a:focus, .yith-wcwl-add-to-wishlist span:focus {
    background-color: #ed4949;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before, .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span:before {
    content: "\f08a";
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\f004";
}
.yith-wcwl-add-to-wishlist .yith-wcwl-remove-button a:before, .yith-wcwl-add-to-wishlist .yith-wcwl-remove-button span:before {
    content: "\f00d";
    line-height: 1.8em;
}
.yith-wcwl-add-to-wishlist .feedback {
    display: none !important;
}

.yith-wcwl-add-to-wishlist span.ajax-loading {
    background: #fff url(/local/templates/itpanda.business.kupe/design/css/images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;
    display: inline-block !important;
    position: absolute;
    border: 1px solid #ed4949;
    border-radius: 5px;
    top: 0;
    left: 0;
    padding: 0 !important;
    width: 2.2em !important;
    height: 2.2em !important;
    z-index: 10;
    margin: 0 !important;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.yith-wcwl-add-to-wishlist span.ajax-loading:hover {
    background-color: #ed4949;
}

.yith-wcwl-add-to-wishlist + .clear {
    display: none;
}

.add-links .quickview {
    position: relative;
    width: 2.2em;
    padding: 0;
    border: 1px solid #52b9b5;
    background: transparent;
    color: #52b9b5;
    text-indent: -9999em;
}

.add-links .quickview:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    content: "\f06e";
}

.add-links .quickview:hover, .add-links .quickview:focus {
    background-color: #52b9b5;
    border-color: #52b9b5;
}

.add-links .quickview.loading:after {
    background: #fff url(/local/templates/itpanda.business.kupe/design/css/images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

#comments h2 {
    margin-top: 0;
}

.commentlist {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    *zoom: 1;
}

.commentlist:before, .commentlist:after {
    content: " ";
    display: table;
}

.commentlist:after {
    clear: both;
}

.commentlist li {
    clear: both;
    margin-bottom: 20px;
}

.commentlist li:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .commentlist li .comment_container {
        background: #f5f7f7;
        border-radius: 5px;
        padding: 10px 10px 15px;
    }
}

.commentlist li .comment-text {
    background: #f5f7f7;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

@media (max-width: 480px) {
    .commentlist li .comment-text {
        padding: 0;
        background: transparent;
    }
}

.commentlist li .comment-text p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

.commentlist li .comment-text .meta {
    font-size: 1em;
    margin: 0;
}

.commentlist li .comment-text .meta strong {
    display: inline-block;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}

@media (max-width: 480px) {
    .commentlist li .comment-text .meta strong {
        display: block;
        padding-bottom: 0;
    }
}

.commentlist li .comment-text .meta time {
    color: #999;
    font-size: 0.9em;
}

.comment-form input[type="email"], .comment-form input[type="number"], .comment-form input[type="password"], .comment-form input[type="search"], .comment-form input[type="tel"], .comment-form input[type="text"], .comment-form input[type="url"], .comment-form input[type="color"], .comment-form input[type="date"], .comment-form input[type="datetime"], .comment-form input[type="datetime-local"], .comment-form input[type="month"], .comment-form input[type="time"], .comment-form input[type="week"] {
    width: 100%;
}

.comment-form-rating .stars span a:before {
    font-family: "Elusive-Icons";
    color: #ffc600;
    content: "";
    position: absolute;
    left: 0;
    height: 24px;
    text-indent: 0;
    letter-spacing: 1px;
}

.comment-form-rating .stars span a:hover:before {
    color: #fa0;
}

.comment-form-rating .stars .star-1:before {
    width: 17px;
}

.comment-form-rating .stars .star-1:hover:before, .comment-form-rating .stars .star-1.active:before {
    content: "\f1fe";
}

.comment-form-rating .stars .star-2:before {
    width: 34px;
}

.comment-form-rating .stars .star-2:hover:before, .comment-form-rating .stars .star-2.active:before {
    content: "\f1fe" "\f1fe";
}

.comment-form-rating .stars .star-3:before {
    width: 51px;
}

.comment-form-rating .stars .star-3:hover:before, .comment-form-rating .stars .star-3.active:before {
    content: "\f1fe" "\f1fe" "\f1fe";
}

.comment-form-rating .stars .star-4:before {
    width: 68px;
}

.comment-form-rating .stars .star-4:hover:before, .comment-form-rating .stars .star-4.active:before {
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe";
}

.comment-form-rating .stars .star-5:before {
    content: "\f1fd" "\f1fd" "\f1fd" "\f1fd" "\f1fd";
}

.comment-form-rating .stars .star-5:hover:before, .comment-form-rating .stars .star-5.active:before {
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";
}

#yith-wcwl-popup-message {
    border: 3px solid #ccc;
    background: #fff;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 20px;
    width: 250px;
    margin-left: -125px !important;
}


.product-summary-wrap {
}

.product-summary-wrap .summary-before, .product-summary-wrap .summary {
    margin-bottom: 3em;
}

.product-summary-wrap .summary {
    margin-right: -4px;
    padding-right: 14px;
}

@media (max-width: 767px) {
    .product-summary-wrap .summary {
        margin-right: 0;
    }
}

.product-summary-wrap .description {
    margin-bottom: 1.7857em;
    font-size: 1.1429em;
}

.product-summary-wrap .description p {
    margin-bottom: 0;
}

.product-summary-wrap .price {
    margin-bottom: 0.5556em;
}

@media (max-width: 991px) {
    .product-summary-wrap .single_add_to_cart_button {
        padding: 0 1.4286em;
    }
}

@media (max-width: 480px) {
    .product-summary-wrap .single_add_to_cart_button {
        padding: 0 0.7143em;
    }
}

.product-summary-wrap .single_add_to_cart_button:before {
    display: inline-block;
    content: "\f07a";
    font-family: "FontAwesome";
    margin-right: 0.7143em;
}

.product-summary-wrap .single_add_to_cart_button.readmore:before {
    content: "\f090";
}

.product-summary-wrap .stock {
    font-size: 1.1429em;
    font-weight: 600;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist {
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a, .product-summary-wrap .yith-wcwl-add-to-wishlist span {
    width: auto;
    text-indent: 0;
    overflow: visiable;
    padding-left: 2.8em;
    border: none;
    background: transparent;
    color: inherit;
    border-radius: 0;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:before, .product-summary-wrap .yith-wcwl-add-to-wishlist span:before {
    border: 1px solid #ed4949;
    color: #ed4949;
    border-radius: 5px;
    width: 2em;
    top: 0;
    bottom: 0;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover, .product-summary-wrap .yith-wcwl-add-to-wishlist span:hover {
    color: #ed4949;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover:before, .product-summary-wrap .yith-wcwl-add-to-wishlist span:hover:before {
    color: #fff;
    background-color: #ed4949;
}





.product-summary-wrap .share-links {
    margin-bottom: 1.0714em;
}

#product-tab {
    margin-bottom: 3em;
}

#product-tab .tab-content h2 {
    margin-bottom: 0.7em;
}

#reviews .commentlist li {
    position: relative;
    padding-left: 115px;
}

@media (max-width: 480px) {
    #reviews .commentlist li {
        padding-left: 0;
    }
}

#reviews .commentlist li .img-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
}

#reviews .commentlist li .img-thumbnail img {
    max-width: 80px;
    height: auto;
}

@media (max-width: 480px) {
    #reviews .commentlist li .img-thumbnail {
        position: static;
        margin: 0 12px 10px 0;
        float: left;
    }

    #reviews .commentlist li .img-thumbnail img {
        max-width: 60px;
    }
}

#reviews .commentlist li .comment-text {
    min-height: 90px;
}

#reviews .commentlist li .comment-text:before {
    content: "";
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f5f7f7;
    left: -15px;
    border-top: 15px solid transparent;
    height: 0;
    position: absolute;
    top: 28px;
    width: 0;
}

@media (max-width: 480px) {
    #reviews .commentlist li .comment-text:before {
        display: none;
    }
}

@media (max-width: 480px) {
    #reviews .commentlist li .star-rating {
        float: none;
    }
}

div.products {
    margin-bottom: 3em;
}

.summary-before {
    margin-left: 4px;
}

@media (max-width: 767px) {
    .summary-before {
        max-width: 462px;
    }
}

.summary-before .labels {
    position: relative;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -6px;
    margin-right: -6px;
}

.summary-before .labels .onhot, .summary-before .labels .onsale {
    position: absolute;
    z-index: 1;
    top: 0.8em;
    border-radius: 4px;
    font-size: 0.8571em;
    padding: 0.5833em 0.6333em;
}

.summary-before .labels .onhot {
    background: #62b959;
    left: 0.8em;
}

.summary-before .labels .onsale {
    background: #e27c7c;
    right: 0.8em;
}

.product-images {
    direction: ltr;
}

.product-images .owl-stage-outer {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: -4px;
    margin-right: -4px;
}

.product-images .ms-slide {
    -webkit-transform-style: inherit;
    -moz-transform-style: inherit;
    -ms-transform-style: inherit;
    -o-transform-style: inherit;
    transform-style: inherit;
    text-align: center;
}
.product-images .owl-carousel .owl-prev, .product-images .owl-carousel .owl-next {
    opacity: 0 !important;
    transition: all 0.4s;
}
.product-images .owl-carousel:hover .owl-prev, .product-images .owl-carousel:hover .owl-next {
    opacity: 1 !important;
}
.product-images .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.product-images .owl-carousel .owl-item
{
    position: relative;
}
.product-images .owl-thumbs {
    display: flex;
    flex-wrap: wrap;
    float: left;
}
.product-images .owl-thumbs .owl-thumb-item {
    border: none;
    background: transparent;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 4px;
    margin: 0 4px 4px 4px;
    max-width: 22%;
    max-height: 90px;
}
.product-images .owl-thumbs .owl-thumb-item img {
    max-height: 100%;
    max-width: 100%;
}

.product-images .product-image-slider {
    display:none;
}

.product-images .owl-loaded {
    display:block;
}

.product-images .ms-slide .ms-lightbox-btn {
    display: none;
}

.product-images .ms-lightbox-btn {
    color: #fff;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    position: absolute;
    bottom: 14px;
    right: 14px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.6s ease-in-out 0s;
    -moz-transition: opacity 0.6s ease-in-out 0s;
    transition: opacity 0.6s ease-in-out 0s;
}

.product-images .ms-lightbox-btn:before {
    content: "\f002";
    font-family: "FontAwesome";
}

.product-images .product-image-slider:hover .ms-lightbox-btn {
    opacity: 1;
    filter: alpha(opacity=100);
}



.product-images .master-slider .ms-container .ms-nav-next, .product-images .master-slider .ms-container .ms-nav-prev {
    position: absolute;
    cursor: pointer;
    font-size: 1em;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 110;
    top: 50%;
    text-align: center;
}

.product-images .master-slider .ms-container .ms-nav-next:before, .product-images .master-slider .ms-container .ms-nav-prev:before {
    font-family: "FontAwesome";
    line-height: 30px;
    font-size: 1.7143em;
}

.product-images .master-slider .ms-container .ms-nav-prev {
    right: auto;
    left: 0;
}

.product-images .master-slider .ms-container .ms-nav-prev:before {
    content: "\f053";
}

.product-images .master-slider .ms-container .ms-nav-next {
    right: 0;
    left: auto;
}

.product-images .master-slider .ms-container .ms-nav-next:before {
    content: "\f054";
}

.product-images .ms-thumb-list {
    position: relative;
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
}

.product-images .ms-thumb-list:hover .ms-thumblist-fwd, .product-images .ms-thumb-list:hover .ms-thumblist-bwd {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-images .ms-thumb-frame {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 4px;
    margin: 0 4px;
    width: auto;
    height: auto;
}

.product-images .ms-thumb-frame:last-child {
    margin-right: 0;
}

.product-images .ms-thumb-list.ms-dir-h:hover .ms-thumblist-fwd, .product-images .ms-thumb-list.ms-dir-h:hover .ms-thumblist-bwd {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    background: transparent;
    position: absolute;
    cursor: pointer;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    z-index: 110;
    top: 50%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd:before, .product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:before {
    font-family: "FontAwesome";
    line-height: 20px;
    font-size: 1em;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    display: none;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd {
    right: 5px;
    left: auto;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd:before {
    content: "\f054";
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    left: 5px;
    right: auto;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:before {
    content: "\f053";
}





.gridlist-toggle {
    font-size: 0.9286em;
}

.gridlist-toggle {
    float: left;
    vertical-align: top;
}

.gridlist-toggle > a {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #ccc;
    display: inline-block;
    font-family: "Elusive-Icons";
    width: 2.2em;
    height: 2.2em;
    line-height: 2.15em;
    margin-right: 4px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.gridlist-toggle > a:before {
    font-size: 1.231em;
}

.gridlist-toggle > a:hover, .gridlist-toggle > a:focus, .gridlist-toggle > a.active {
    color: #fff;
}

.gridlist-toggle #grid:before {
    content: "\f20b";
}

.gridlist-toggle #list:before {
    content: "\f20a";
}

.shop-loop-before, .shop-loop-after {
    font-size: 13px;
}

.shop-loop-before label, .shop-loop-after label {
    margin-bottom: 0;
    vertical-align: middle;
}

.shop-loop-before .gridlist-toggle {
    margin-bottom: 15px;
}


@media (max-width: 767px) {
    .shop-loop-before .ordering, .column2 .shop-loop-before .ordering {
        text-align: right;
        margin-right: 0;
        float: none;
    }
}

@media (max-width: 991px) {
    .shop-loop-before .viewing {
        position: absolute;
        top: -2.2em;
        right: 0;
        margin-top: -15px;
    }
}

@media (max-width: 1189px) {
    .column2 .shop-loop-before .viewing {
        position: absolute;
        top: -2.2em;
        right: 0;
        margin-top: -15px;
    }
}

@media (max-width: 991px) {
    .shop-loop-before .itpb-pagination {
        clear: both;
        float: none;
        margin-top: 15px;
        text-align: center;
    }
}

@media (max-width: 1189px) {
    .column2 .shop-loop-before .itpb-pagination {
        clear: both;
        float: none;
        margin-top: 15px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .shop-loop-before .itpb-pagination, .column2 .shop-loop-before .itpb-pagination {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .shop-loop-before .itpb-pagination ul {
        margin-left: -5px;
    }
}

@media (max-width: 1189px) {
    .column2 .shop-loop-before .itpb-pagination ul {
        margin-left: -5px;
    }
}

.shop-loop-after {
    text-align: center;
}

.products ul, ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    *zoom: 1;
}

.products ul:before, ul.products:before, .products ul:after, ul.products:after {
    content: " ";
    display: table;
}

.products ul:after, ul.products:after {
    clear: both;
}

.products ul li, ul.products li {
    list-style: none outside;
}

ul.products li.product {
    float: left;
    margin-bottom: 1.4286em;
    position: relative;
    text-align: center;
}

ul.products li.product.first {
    clear: both;
}

ul.products li.product .product-image {
    margin-bottom: 1em;
    min-height: 90px;
	border-radius:6px;
}





ul.products li.product .product-image:hover .img-effect img, ul.products li.product-category .product-image:hover .img-effect img {
    opacity: 0;
    filter: alpha(opacity=0);
}

ul.products li.product .product-image:hover .img-effect .hover-image, ul.products li.product-category .product-image:hover .img-effect .hover-image {
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.products li.product .product-loop-title {
    font-size: 1em;
    text-decoration: none;
}

ul.products li.product h3 {
    font-size: 1em;
    line-height: 1.35;
    margin-bottom: 0.7143em;
}

ul.products li.product .rating-wrap {
    margin: 0 auto 1.2em;
    height: 1px;
    position: relative;
    display: table;
}

ul.products li.product .rating-wrap .rating-after {
    display: table-cell;
    width: 50%;
    height: 1px;
    vertical-align: middle;
}

ul.products li.product .rating-wrap .rating-after .rating-line {
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 1px;
}

ul.products li.product .rating-wrap .rating-before .rating-line, ul.products li.product-category .rating-wrap .rating-before .rating-line {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
}

ul.products li.product .rating-wrap .rating-after .rating-line, ul.products li.product-category .rating-wrap .rating-after .rating-line {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
}

ul.products li.product .rating-wrap .rating-content {
    display: table-cell;
}

ul.products li.product .rating-wrap .star-rating {
    width: 6.7em;
    margin-right: -2px;
}

ul.products li.product .rating-wrap .star-rating:before, ul.products li.product-category .rating-wrap .star-rating:before, ul.products li.product .rating-wrap .star-rating span:before, ul.products li.product-category .rating-wrap .star-rating span:before {
    left: 0.6em;
}

ul.products li.product .description {
    display: none;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}



ul.products li.product .price {
    display: block;
    font-size: 1.4286em;
    margin-top: -0.25em;
    margin-bottom: 0.75em;
}

ul.products li.product .add-links {
    display: inline-block;
    position: relative;
    margin-bottom: 1.0714em;
}







ul.products li.product .add-links .yith-wcwl-add-to-wishlist > div {
    left: 0;
}

ul.products li.product .add-links .quickview, ul.products li.product .add-links .yith-wcwl-add-to-wishlist.compare-b > div {
    left: auto;
    right: 0;
}

ul.products li.product .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product-category .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product .add-links .quickview, ul.products li.product-category .add-links .quickview {
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}











ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button, ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more {
    float: left;
    margin-left: 0.8em;
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button:before, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button:before, ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:before, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button:hover, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button:hover, ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:hover, ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:hover {
    color: #fff;
}



ul.products li.product .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product-category .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist > div {
    display: inline-block;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    visibility: visible;
    left: auto;
    top: auto;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview, ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview {
    font-size: 0.9em;
    position: absolute;
    top: -1px;
    right: -1px;
    left: auto !important;
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0.7937em;
    text-indent: 0;
    border-radius: 0 7px 0 7px !important;
    background: #52b9b5;
    color: #fff;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    visibility: visible;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview:before, ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview:before {
    position: static;
    margin-right: 0.5714em;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview:hover, ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview:hover {
    background: #64c0bd;
}









ul.products li.product.show-wq-onimage .add-links .add_to_cart_read_more:before, ul.products li.product-category.show-wq-onimage .add-links .add_to_cart_read_more:before, ul.products li.product.show-wq-onimage .add-links .add_to_cart_button:before, ul.products li.product-category.show-wq-onimage .add-links .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}





ul.products li.product.show-wq-onimage .links-on-image .add-links-wrap .add-links > *.quickview, ul.products li.product-category.show-wq-onimage .links-on-image .add-links-wrap .add-links > *.quickview {
    visibility: visible;
}

ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist > div {
    left: -2.8em;
}

ul.products li.product:hover .add-links .quickview, ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist.compare-b > div {
    left: auto;
    right: -2.8em;
}

ul.products li.product.hover .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product.hover .add-links .quickview, ul.products li.product:hover .add-links .quickview {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

ul.products li.product:hover .add-links.no-effect .add_to_cart_read_more {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.products li.product.hover .add-links.no-effect .add_to_cart_read_more:before, ul.products li.product:hover .add-links.no-effect .add_to_cart_read_more:before, ul.products li.product.hover .add-links.no-effect .add_to_cart_button:before, ul.products li.product:hover .add-links.no-effect .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

ul.products li.product:hover .links-on-image .add-links-wrap .add-links .add_to_cart_button {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.products li.product:hover .product-image .labels .viewcart.added {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.products li.product:hover .links-on-image .add-links-wrap .add-links .quickview {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
}



ul.pwidth-lg-8 li.product:hover .add_to_cart_read_more {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

ul.pwidth-lg-8 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-8 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-8 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-8 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}



ul.pwidth-lg-7 li.product:hover .add_to_cart_read_more {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

ul.pwidth-lg-7 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-7 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-7 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-7 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}



ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-6 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-6 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}



ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-5 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-5 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

ul.pcols-lg-4 {
    margin: 0 -10px;
}

ul.pcols-lg-4 li.product {
    width: 25%;
    padding: 0 10px;
}

ul.pwidth-lg-4 .product-image {
    font-size: 1em;
}

ul.pwidth-lg-4 .add-links {
    font-size: 1em;
}

ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-4 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-4 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

ul.pcols-lg-3 {
    margin: 0 -12px;
}

ul.pcols-lg-3 li.product {
    width: 33.3333%;
    padding: 0 12px;
}

ul.pwidth-lg-3 .product-image {
    font-size: 1.2em;
}

ul.pwidth-lg-3 .add-links {
    font-size: 1em;
}

ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-3 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-3 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}



ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more:before, ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more:before, ul.pwidth-lg-2 li.product.hover .add_to_cart_button:before, ul.pwidth-lg-2 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

@media (max-width: 1189px) {
    ul.pcols-md-6 {
        margin: 0 -3px;
    }

    ul.pwidth-md-6 li.product:hover .add_to_cart_read_more {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    ul.pwidth-md-6 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-6 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-6 li.product.hover .add_to_cart_button:before, ul.pwidth-md-6 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }


    ul.pwidth-md-5 li.product:hover .add_to_cart_read_more {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    ul.pwidth-md-5 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-5 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-5 li.product.hover .add_to_cart_button:before, ul.pwidth-md-5 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    ul.pcols-md-4 {
        margin: 0 -8px;
    }

    ul.pcols-md-4 li.product {
        width: 25%;
        padding: 0 8px;
    }

    ul.pwidth-md-4 .product-image {
        font-size: 1em;
    }

    ul.pwidth-md-4 .add-links {
        font-size: 1em;
    }

    ul.pwidth-md-4 li.product:hover .add_to_cart_read_more {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    ul.pwidth-md-4 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-4 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-4 li.product.hover .add_to_cart_button:before, ul.pwidth-md-4 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }

    ul.pcols-md-3 {
        margin: 0 -10px;
    }

    ul.pcols-md-3 li.product {
        width: 33.3333%;
        padding: 0 10px;
    }

    ul.pwidth-md-3 .product-image {
        font-size: 1.15em;
    }

    ul.pwidth-md-3 .add-links {
        font-size: 1em;
    }

    ul.pwidth-md-3 li.product:hover .add_to_cart_read_more {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    ul.pwidth-md-3 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-3 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-3 li.product.hover .add_to_cart_button:before, ul.pwidth-md-3 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }


    ul.pwidth-md-2 li.product:hover .add_to_cart_read_more {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    ul.pwidth-md-2 li.product.hover .add_to_cart_read_more:before, ul.pwidth-md-2 li.product:hover .add_to_cart_read_more:before, ul.pwidth-md-2 li.product.hover .add_to_cart_button:before, ul.pwidth-md-2 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }
}



.column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

.column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}



.column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

.column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}

.column2 ul.pcols-lg-4 {
    margin: 0 -7px;
}

.column2 ul.pcols-lg-4 li.product {
    width: 25%;
    padding: 0 7px;
}

.column2 ul.pwidth-lg-4 .product-image {
    font-size: 0.9em;
}

.column2 ul.pwidth-lg-4 .add-links {
    font-size: 0.95em;
}

.column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

.column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

.column2 ul.pcols-lg-3 {
    margin: 0 -9px;
}

.column2 ul.pcols-lg-3 li.product {
    width: 33.3333%;
    padding: 0 9px;
}

.column2 ul.pwidth-lg-3 .product-image {
    font-size: 1em;
}

.column2 ul.pwidth-lg-3 .add-links {
    font-size: 1em;
}

.column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

.column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}



.column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

.column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

@media (max-width: 1189px) {
    .column2 ul.pcols-md-5 {
        margin: 0 -3px;
    }

    .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_read_more {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    .column2 ul.pcols-md-4 {
        margin: 0 -5px;
    }

    .column2 ul.pcols-md-4 li.product {
        width: 25%;
        padding: 0 5px;
    }

    .column2 ul.pwidth-md-4 .product-image {
        font-size: 0.8em;
    }

    .column2 ul.pwidth-md-4 .add-links {
        font-size: 0.9em;
    }

    .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_read_more {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    .column2 ul.pcols-md-3 {
        margin: 0 -7px;
    }

    .column2 ul.pcols-md-3 li.product {
        width: 33.3333%;
        padding: 0 7px;
    }

    .column2 ul.pwidth-md-3 .product-image {
        font-size: 0.9em;
    }

    .column2 ul.pwidth-md-3 .add-links {
        font-size: 1em;
    }

    .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_read_more {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }

    .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_read_more {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }
}

@media (max-width: 767px) {
    ul.pcols-xs-3 {
        margin: 0 -3px;
    }

    ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more:before, ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more:before, ul.pwidth-xs-3 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_button:before, ul.pwidth-xs-3 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    ul.pcols-xs-2, .column2 ul.pcols-xs-2 {
        margin: 0 -6px;
    }

    ul.pcols-xs-2 li.product, .column2 ul.pcols-xs-2 li.product {
        width: 50%;
        padding: 0 6px;
    }

    ul.pwidth-xs-2 .product-image, .column2 ul.pwidth-xs-2 .product-image {
        font-size: 1em;
    }

    ul.pwidth-xs-2 .add-links, .column2 ul.pwidth-xs-2 .add-links {
        font-size: 1em;
    }

    ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more:before, ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more:before, ul.pwidth-xs-2 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_button:before, ul.pwidth-xs-2 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }

    ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more:before, ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more:before, ul.pwidth-xs-1 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_button:before, ul.pwidth-xs-1 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }
}

@media (max-width: 480px) {
    ul.pcols-ls-2 {
        margin: 0 -3px;
    }

    ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more:before, ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more:before, ul.pwidth-ls-2 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_button:before, ul.pwidth-ls-2 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    ul.pcols-ls-1, .column2 ul.pcols-ls-1 {
        margin: 0;
    }

    ul.pcols-ls-1 li.product, .column2 ul.pcols-ls-1 li.product {
        width: 100%;
        padding: 0;
    }

    ul.pwidth-ls-1 .product-image, .column2 ul.pwidth-ls-1 .product-image {
        font-size: 1.1em;
    }

    ul.pwidth-ls-1 .add-links, .column2 ul.pwidth-ls-1 .add-links {
        font-size: 1em;
    }

    ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more:before, .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more:before, ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more:before, .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more:before, ul.pwidth-ls-1 li.product.hover .add_to_cart_button:before, .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_button:before, ul.pwidth-ls-1 li.product:hover .add_to_cart_button:before, .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }
}

ul li.pcols-lg-first, .column2 ul li.pcols-lg-first {
    clear: both;
}

@media (max-width: 1189px) {
    ul li.pcols-lg-first, .column2 ul li.pcols-lg-first {
        clear: none;
    }

    ul li.pcols-md-first, .column2 ul li.pcols-md-first {
        clear: both;
    }
}

@media (max-width: 767px) {
    ul li.pcols-md-first, .column2 ul li.pcols-md-first {
        clear: none;
    }

    ul li.pcols-xs-first, .column2 ul li.pcols-xs-first {
        clear: both;
    }
}

@media (max-width: 480px) {
    ul li.pcols-xs-first, .column2 ul li.pcols-xs-first {
        clear: none;
    }
}

ul.list.products, .column2 ul.list.products {
    margin: 0;
}

ul.list li.product, .column2 ul.list li.product {
    width: 100%;
    padding: 0;
    margin-bottom: 2.1429em;
    text-align: left;
}

ul.list li.product .description, .column2 ul.list li.product .description {
    display: block;
}
.products-grid .list-characteristics {
    text-align: left;
    margin-bottom: 0.75em;
    font-size: 13px;
    line-height: 18px;
}

ul.list li.product .product-image, .column2 ul.list li.product .product-image {
    float: left;
    padding-left: 0.2381em !important;
    margin-bottom: 0;
}

ul.list li.product h3, .column2 ul.list li.product h3 {
    font-size: 1.2857em;
    font-weight: 600;
    margin-top: 0.3em;
}

ul.list li.product .rating-wrap, .column2 ul.list li.product .rating-wrap {
    display: block;
    margin-bottom: 2em;
}

ul.list li.product .rating-wrap .rating-before, .column2 ul.list li.product .rating-wrap .rating-before {
    display: none;
}

ul.list li.product .rating-wrap .rating-after, .column2 ul.list li.product .rating-wrap .rating-after {
    width: 100%;
    padding-left: 0.6em;
}

ul.list li.product .rating-wrap .star-rating, .column2 ul.list li.product .rating-wrap .star-rating {
    margin-left: 0;
}

ul.list li.product .rating-wrap .star-rating, .column2 ul.list li.product .rating-wrap .star-rating, ul.list li.product .rating-wrap .star-rating span, .column2 ul.list li.product .rating-wrap .star-rating span {
    width: 5.5em;
}

ul.list li.product .rating-wrap .star-rating:before, .column2 ul.list li.product .rating-wrap .star-rating:before, ul.list li.product .rating-wrap .star-rating span:before, .column2 ul.list li.product .rating-wrap .star-rating span:before {
    left: 0em;
}

ul.list li.product .price, .column2 ul.list li.product .price {
    margin-top: 0;
}

ul.list li.product .add-links, .column2 ul.list li.product .add-links {
    display: inline;
}

ul.list li.product .add-links .yith-wcwl-add-to-wishlist > div, .column2 ul.list li.product .add-links .yith-wcwl-add-to-wishlist > div, ul.list li.product .add-links .quickview, .column2 ul.list li.product .add-links .quickview {
    position: relative;
    left: 0 !important;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

ul.list li.product .add_to_cart_button, .column2 ul.list li.product .add_to_cart_button {
    margin-right: 0.8em;
    color: #fff;
}

ul.list li.product .yith-wcwl-add-to-wishlist, .column2 ul.list li.product .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-right: 0.2143em;
}

ul.list .add-links, .column2 ul.list .add-links {
    font-size: 1em;
}



ul.list li.product.hover .add_to_cart_read_more:before, .column2 ul.list li.product.hover .add_to_cart_read_more:before, ul.list li.product:hover .add_to_cart_read_more:before, .column2 ul.list li.product:hover .add_to_cart_read_more:before, ul.list li.product.hover .add_to_cart_button:before, .column2 ul.list li.product.hover .add_to_cart_button:before, ul.list li.product:hover .add_to_cart_button:before, .column2 ul.list li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

ul.list li.product > * {
    display: block;
}

ul.list.pcols-lg-4 li.product > *, ul.list.pcols-lg-3 li.product > * {
    padding-left: 21.5%;
}

ul.list.pcols-lg-4 li.product .product-image, ul.list.pcols-lg-3 li.product .product-image {
    width: 20%;
    font-size: 1em;
}

@media (max-width: 1189px) {
    ul.list.pcols-md-6 li.product > * {
        padding-left: 18.8%;
    }

    ul.list.pcols-md-4 li.product > *, ul.list.pcols-md-3 li.product > * {
        padding-left: 24.3%;
    }

    ul.list.pcols-md-4 li.product .product-image, ul.list.pcols-md-3 li.product .product-image {
        width: 22.5%;
        font-size: 0.9em;
    }
}

.column2 ul.list.pcols-lg-4 li.product > *, .column2 ul.list.pcols-lg-3 li.product > * {
    padding-left: 21.5%;
}

.column2 ul.list.pcols-lg-4 li.product .product-image, .column2 ul.list.pcols-lg-3 li.product .product-image {
    width: 20%;
    font-size: 0.9em;
}

@media (max-width: 1189px) {
    .column2 ul.list.pcols-md-6 li.product > * {
        padding-left: 21.8%;
    }

    .column2 ul.list.pcols-md-4 li.product > *, .column2 ul.list.pcols-md-3 li.product > * {
        padding-left: 24.3%;
    }

    .column2 ul.list.pcols-md-4 li.product .product-image, .column2 ul.list.pcols-md-3 li.product .product-image {
        width: 22.5%;
        font-size: 0.8em;
    }
}

@media (max-width: 767px) {
    ul.list.pcols-xs-3 li.product > * {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    ul.list.pcols-ls-2 li.product .product-image {
        width: 40%;
        margin-right: 15px;
        font-size: 0.75em;
    }
}













ul.products.products-slider li.product, .column2 ul.products.products-slider li.product {
    width: 100%;
}



ul.products.product_list_widget .add-links .add_to_cart_button:before, ul.products.product_list_widget .add-links .add_to_cart_read_more:before {
    display: none;
}





ul.products.product_list_widget .rating-wrap .star-rating:before, ul.products.product_list_widget .rating-wrap .star-rating span:before {
    left: 0 !important;
}

@media (max-width: 991px) {
    .mobile-hide-sidebar {
        display: none;
    }
}

.category-filter {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 260px;
    top: 0;
    botom: 0;
    left: 0;
    z-index: 99999;
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -ms-transform: translate(-260px);
    -o-transform: translate(-260px);
    transform: translate(-260px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.category-filter .filter-toggle {
    display: none;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 40px;
    margin: auto;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    border-radius: 0 6px 6px 0;
    border: 1px solid #ccc;
    border-left-width: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.category-filter .filter-toggle:hover {
    color: #1d2127;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .category-filter .filter-toggle {
        display: block;
    }
}

@media (max-width: 991px) {
    .category-filter .filter-content {
        display: block;
        padding: 10px 10px 15px 5px;
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
    }
}

html.filter-opened {
    overflow: hidden;
    margin-top: 0 !important;
    height: 100%;
}

html.filter-opened body {
    height: 100%;
}

html.filter-opened body > * {
    z-index: 0;
}

html.filter-opened body .category-filter {
    z-index: 100000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
}

.widget_product_categories, .widget_price_filter {
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fbfbfb;
    overflow: hidden;
    margin-bottom: 1.0714em;
    margin-top: 0;
}

.widget_product_categories > ul, .widget_price_filter > ul {
    padding: 0.7143em 1.0714em;
    border-width: 0;
    margin: 0;
}



.widget_product_categories .widget-title, .widget_price_filter .widget-title {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-size: 0.9286em;
    font-weight: 700;
    line-height: 1.4;
    padding: 0.7143em 1.0714em;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.widget_product_categories .widget-title .toggle, .widget_price_filter .widget-title .toggle {
    display: inline-block;
    width: 1.8571em;
    height: 1.8571em;
    line-height: 1.7572em;
    color: #ccc;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: absolute;
    right: 1.0714em;
    top: 1px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    font-family: "FontAwesome";
    text-align: center;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.widget_product_categories .widget-title .toggle:before, .widget_price_filter .widget-title .toggle:before, .widget_layered_nav .widget-title .toggle:before, .widget_layered_nav_filters .widget-title .toggle:before {
    content: "\f0d8";
}

.widget_product_categories .widget-title .toggle:hover, .widget_price_filter .widget-title .toggle:hover, .widget_layered_nav .widget-title .toggle:hover, .widget_layered_nav_filters .widget-title .toggle:hover {
    color: #fff;
}



.widget_product_categories.closed .widget-title .toggle:before, .widget_price_filter.closed .widget-title .toggle:before, .widget_layered_nav.closed .widget-title .toggle:before, .widget_layered_nav_filters.closed .widget-title .toggle:before {
    content: "\f0d7";
}

.widget_product_categories ul li, .widget_price_filter ul li {
    position: relative;
    border-width: 0;
    padding: 0;
}

.widget_product_categories ul li > a {
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
}

.widget_product_categories ul li .toggle {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 4px;
    margin: 0;
    width: 24px;
    height: 24px;
    font-family: "FontAwesome";
}

.widget_product_categories ul li .toggle:before, .widget_price_filter ul li .toggle:before, .widget_layered_nav ul li .toggle:before, .widget_layered_nav_filters ul li .toggle:before, .widget_product_categories ol li .toggle:before, .widget_price_filter ol li .toggle:before, .widget_layered_nav ol li .toggle:before, .widget_layered_nav_filters ol li .toggle:before {
    content: "\f0fe";
    font-size: 1.2em;
}

.widget_product_categories ul li.open > .toggle:before, .widget_price_filter ul li.open > .toggle:before, .widget_layered_nav ul li.open > .toggle:before, .widget_layered_nav_filters ul li.open > .toggle:before, .widget_product_categories ol li.open > .toggle:before, .widget_price_filter ol li.open > .toggle:before, .widget_layered_nav ol li.open > .toggle:before, .widget_layered_nav_filters ol li.open > .toggle:before, .widget_product_categories ul li.current > .toggle:before, .widget_price_filter ul li.current > .toggle:before, .widget_layered_nav ul li.current > .toggle:before, .widget_layered_nav_filters ul li.current > .toggle:before, .widget_product_categories ol li.current > .toggle:before, .widget_price_filter ol li.current > .toggle:before, .widget_layered_nav ol li.current > .toggle:before, .widget_layered_nav_filters ol li.current > .toggle:before {
    content: "\f146";
}

.widget_product_categories ul li.closed > .toggle:before, .widget_price_filter ul li.closed > .toggle:before, .widget_layered_nav ul li.closed > .toggle:before, .widget_layered_nav_filters ul li.closed > .toggle:before, .widget_product_categories ol li.closed > .toggle:before, .widget_price_filter ol li.closed > .toggle:before, .widget_layered_nav ol li.closed > .toggle:before, .widget_layered_nav_filters ol li.closed > .toggle:before {
    content: "\f0fe";
}





.widget_product_categories ul ul {
    padding-left: 1.0714em;
    margin: 0;
}

.widget_product_categories ul ul.children {
    margin: 0;
    display: none;
}

.widget_price_filter .price_slider_wrapper {
    margin-bottom: 0.3571em;
}

.widget_price_filter .price_slider {
    background: #eee;
    margin-top: 1.4286em;
    margin-bottom: 2.1428em;
    border-width: 0;
    border-radius: 0;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9286em;
    height: 1.2857em;
    cursor: pointer;
    outline: none;
    top: -0.40715em;
    border-radius: 3px;
    border-width: 0;
    background-image: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.9286em;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .38) inset;
    background-image: none;
}



.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_layered_nav_filters ul:before, .widget_layered_nav_filters ul:after {
    content: " ";
    display: table;
}

.widget_layered_nav_filters ul:after {
    clear: both;
}

.widget_layered_nav_filters ul li {
    float: left;
}

.widget_layered_nav_filters ul li a:before {
    font-family: "FontAwesome";
    content: "\f057";
    margin-right: 0.3571em;
}










ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
    border-width: 0 !important;
}

ul.product_list_widget li {
    border-width: 0;
    position: relative;
    padding: 0.5714em 0 0.5714em 108px;
    margin: 0;
    list-style: none;
    *zoom: 1;
}

ul.product_list_widget li:before, .widget ul.product_list_widget li:before, ul.product_list_widget li:after, .widget ul.product_list_widget li:after {
    content: " ";
    display: table;
}

ul.product_list_widget li:after, .widget ul.product_list_widget li:after {
    clear: both;
}

ul.product_list_widget li:first-child {
    padding-top: 0;
}

ul.product_list_widget li:last-child {
    padding-bottom: 0;
}

ul.product_list_widget li .product-image {
    float: left;
    width: 96px;
    padding: 2px;
    border-radius: 5px;
    margin-left: -108px;
}

ul.product_list_widget li .product-image img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}





ul.product_list_widget li .product-image:hover .img-effect img, .widget ul.product_list_widget li .product-image:hover .img-effect img {
    opacity: 0;
    filter: alpha(opacity=0);
}

ul.product_list_widget li .product-image:hover .img-effect .hover-image, .widget ul.product_list_widget li .product-image:hover .img-effect .hover-image {
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.product_list_widget li .product-details {
    position: relative;
    padding-top: 3px;
}

ul.product_list_widget li .product-details a {
    display: block;
    text-decoration: none;
}

ul.product_list_widget li .product-details .amount {
    color: #444;
    font-size: 1.0714em;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}













ul.product_list_widget li dl:before, .widget ul.product_list_widget li dl:before, ul.product_list_widget li dl:after, .widget ul.product_list_widget li dl:after {
    content: " ";
    display: table;
}

ul.product_list_widget li dl:after, .widget ul.product_list_widget li dl:after {
    clear: both;
}



ul.product_list_widget li dl dt, .widget ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 0.25em 0;
    margin: 0 4px 0 0;
    clear: left;
}

ul.product_list_widget li dl dd, .widget ul.product_list_widget li dl dd {
    padding: 0 0 0.25em 0;
}





ul.product_list_widget li .ajax-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url(/local/templates/itpanda.business.kupe/design/css/images/ajax-loader@2x.gif) no-repeat scroll center center / 16px 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

ul.cart_list li .quantity {
    vertical-align: baseline;
}

ul.cart_list li .quantity .amount {
    vertical-align: baseline;
}







.widget_recent_reviews .product_list_widget:before, .widget.widget_recent_reviews .product_list_widget:before, .widget_recent_reviews .product_list_widget:after, .widget.widget_recent_reviews .product_list_widget:after {
    content: " ";
    display: table;
}

.widget_recent_reviews .product_list_widget:after, .widget.widget_recent_reviews .product_list_widget:after {
    clear: both;
}















.widget_recent_reviews .product_list_widget li:nth-child(2n+1), .widget.widget_recent_reviews .product_list_widget li:nth-child(2n+1) {
    clear: both;
}

.widget_shopping_cart .total {
    padding: 0.7143em 0;
    margin: 0;
    text-align: center;
}

.widget_shopping_cart .total .amount {
    font-size: 1.4286em;
    font-weight: 600;
}



.widget_shopping_cart .buttons {
    margin-bottom: 0;
    *zoom: 1;
}

.widget_shopping_cart .buttons:before, .widget_shopping_cart .buttons:after {
    content: " ";
    display: table;
}

.widget_shopping_cart .buttons:after {
    clear: both;
}

.widget_shopping_cart .buttons .wc-forward {
    float: left;
    width: 49%;
}

.widget_shopping_cart .buttons .checkout {
    float: right;
    width: 49%;
}

@media (max-width: 767px) {
    .widget_shopping_cart .buttons .wc-forward {
        float: none;
        width: 100%;
    }

    .widget_shopping_cart .buttons .wc-forward + .wc-forward {
        margin-top: 8px;
    }
}

.widget_shopping_cart .product-details a {
    padding-right: 15px;
}

.widget_shopping_cart .product-details .remove-product {
    padding: 0;
    position: absolute;
    top: 3px;
    right: 0;
    text-align: right;
    width: 25px;
    height: 25px;
    text-decoration: none;
}

.widget_shopping_cart .product-details .remove-product:before {
    content: "\f00d";
    font-family: "FontAwesome";
}



.products-slider .product {
    display: none;
}

.products-slider.products li.product {
    clear: none;
}

.products-slider.products li.product .add-links {
    margin-bottom: 5px;
}

.products-slider.owl-carousel {
    margin: 0 !important;
}

.products-slider.owl-carousel .product {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.products-slider.owl-carousel .owl-stage-outer {
    padding-top: 10px;
    margin-top: -10px;
}

.products-slider.owl-carousel .owl-controls {
    margin-top: 0;
}

.products-slider.owl-carousel .owl-controls .owl-buttons {
      position: absolute;
    top: -2.68em;
    right: 0;
    font-size: 25px;
}

.products-slider.owl-carousel .owl-controls .owl-buttons div {
    margin: 0;
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
}

.products-slider.owl-carousel .owl-controls .owl-buttons .owl-prev {
    padding-right: 5px;
}

.products-slider.owl-carousel .owl-controls .owl-buttons .owl-next {
    padding-left: 5px;
}



.yith-woo-ajax-navigation.loading:after, .yith-wcan-list-price-filter.loading:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}

.yith-wcan-list-price-filter.loading form input[type="text"] {
    opacity: 0;
    filter: alpha(opacity=0);
}

.shop_table .product-thumbnail img {
    max-width: 90px;
    height: auto;
}



.shop_table.responsive.cart-total tbody tr:first-child th, .shop_table.responsive.cart-total tbody tr:first-child td {
    border-top-width: 0;
}

.shop_table.responsive.cart-total tbody tr:first-child th {
    border-radius: 6px 0 0 0;
}

.shop_table.responsive.cart-total tbody tr:last-child th {
    border-radius: 0 0 0 6px;
}

.shop_table.responsive.cart-total th {
    width: 25%;
}

@media (max-width: 767px) {
    .shop_table.responsive.cart-total th, .shop_table.responsive.cart-total td {
        width: 100%;
        text-align: left;
    }
}

.wc-proceed-to-checkout {
    margin-bottom: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.cart_totals h2 {
    margin-top: 0;
}

.cart_totals .order-total .amount {
    font-size: 1.2em;
}

@media (max-width: 767px) {
    .payment_methods .payment_method_paypal .input-radio {
        vertical-align: top;
    }

    .payment_methods .payment_method_paypal .about_paypal {
        display: block;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .payment_methods .payment_method_paypal img {
        width: 190px;
    }
}

@media (max-width: 319px) {
    .payment_methods .payment_method_paypal img {
        width: 150px;
    }
}



@media (max-width: 767px) {
    .shop_table.wishlist_table tr td {
        text-align: center;
    }
}





.shop_table.wishlist_table {
    font-size: 100%;
}









@media (max-width: 1189px) {
    .quickview-wrap {
        width: 720px;
    }
}

@media (max-width: 991px) {
    .quickview-wrap {
        width: 550px;
    }
}

@media (max-width: 767px) {
    .quickview-wrap {
        width: auto;
    }
}



@media (max-width: 991px) {
    .quickview-wrap .product .product-images {
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/skin_1.css?1618227834102660*/
.alternative-font {
    color: #08c
}

a {
    color: #08c
}

a:hover {
    color: #0099e6
}

a:active {
    color: #0077b3
}

ul.list.icons li a {
    color: #777
}

ul.list.icons li i, ul.list.icons li a:hover {
    color: #08c
}

.list.list-icons li .fa {
    color: #08c;
    border-color: #08c
}

.list.list-icons.list-icons-style-3 li .fa {
    background-color: #08c
}

.list.list-ordened li:before {
    color: #08c;
    border-color: #08c
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c
}

html .list-primary.list-icons li .fa {
    color: #08c;
    border-color: #08c
}

html .list-primary.list-icons.list-icons-style-3 li .fa {
    background-color: #08c;
    color: #fff
}

html .list-primary.list-ordened li:before {
    color: #08c
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-secondary.list-icons li .fa {
    color: #e36159;
    border-color: #e36159
}

html .list-secondary.list-icons.list-icons-style-3 li .fa {
    background-color: #e36159;
    color: #fff
}

html .list-secondary.list-ordened li:before {
    color: #e36159
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-tertiary.list-icons li .fa {
    color: #2baab1;
    border-color: #2baab1
}

html .list-tertiary.list-icons.list-icons-style-3 li .fa {
    background-color: #2baab1;
    color: #fff
}

html .list-tertiary.list-ordened li:before {
    color: #2baab1
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-quaternary.list-icons li .fa {
    color: #383f48;
    border-color: #383f48
}

html .list-quaternary.list-icons.list-icons-style-3 li .fa {
    background-color: #383f48;
    color: #fff
}

html .list-quaternary.list-ordened li:before {
    color: #383f48
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-dark.list-icons li .fa {
    color: #2e353e;
    border-color: #2e353e
}

html .list-dark.list-icons.list-icons-style-3 li .fa {
    background-color: #2e353e;
    color: #fff
}

html .list-dark.list-ordened li:before {
    color: #2e353e
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #fff
}

html .list-light.list-icons li .fa {
    color: #fff;
    border-color: #fff
}

html .list-light.list-icons.list-icons-style-3 li .fa {
    background-color: #fff;
    color: #777
}

html .list-light.list-ordened li:before {
    color: #fff
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
    background-color: #08c;
    color: #777
}

ul[class^="wsp-"] li:before {
    color: #08c
}

ul.nav-pills > li.active > a {
    background-color: #08c
}

ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
    background-color: #08c
}

html ul.nav-pills-primary a {
    color: #08c
}

html ul.nav-pills-primary a:hover {
    color: #0099e6
}

html ul.nav-pills-primary a:focus {
    color: #0099e6
}

html ul.nav-pills-primary a:active {
    color: #0077b3
}

html ul.nav-pills-primary > li.active > a {
    background-color: #08c
}

html ul.nav-pills-primary > li.active > a:hover, html ul.nav-pills-primary > li.active > a:focus {
    background-color: #08c
}

html ul.nav-pills-secondary a {
    color: #e36159
}

html ul.nav-pills-secondary a:hover {
    color: #e7766f
}

html ul.nav-pills-secondary a:focus {
    color: #e7766f
}

html ul.nav-pills-secondary a:active {
    color: #df4c43
}

html ul.nav-pills-secondary > li.active > a {
    background-color: #e36159
}

html ul.nav-pills-secondary > li.active > a:hover, html ul.nav-pills-secondary > li.active > a:focus {
    background-color: #e36159
}

html ul.nav-pills-tertiary a {
    color: #2baab1
}

html ul.nav-pills-tertiary a:hover {
    color: #30bec6
}

html ul.nav-pills-tertiary a:focus {
    color: #30bec6
}

html ul.nav-pills-tertiary a:active {
    color: #26969c
}

html ul.nav-pills-tertiary > li.active > a {
    background-color: #2baab1
}

html ul.nav-pills-tertiary > li.active > a:hover, html ul.nav-pills-tertiary > li.active > a:focus {
    background-color: #2baab1
}

html ul.nav-pills-quaternary a {
    color: #383f48
}

html ul.nav-pills-quaternary a:hover {
    color: #434c56
}

html ul.nav-pills-quaternary a:focus {
    color: #434c56
}

html ul.nav-pills-quaternary a:active {
    color: #2d323a
}

html ul.nav-pills-quaternary > li.active > a {
    background-color: #383f48
}

html ul.nav-pills-quaternary > li.active > a:hover, html ul.nav-pills-quaternary > li.active > a:focus {
    background-color: #383f48
}

html ul.nav-pills-dark a {
    color: #2e353e
}

html ul.nav-pills-dark a:hover {
    color: #39424d
}

html ul.nav-pills-dark a:focus {
    color: #39424d
}

html ul.nav-pills-dark a:active {
    color: #23282f
}

html ul.nav-pills-dark > li.active > a {
    background-color: #2e353e
}

html ul.nav-pills-dark > li.active > a:hover, html ul.nav-pills-dark > li.active > a:focus {
    background-color: #2e353e
}

html ul.nav-pills-light a {
    color: #fff
}

html ul.nav-pills-light a:hover {
    color: #fff
}

html ul.nav-pills-light a:focus {
    color: #fff
}

html ul.nav-pills-light a:active {
    color: #f2f2f2
}

html ul.nav-pills-light > li.active > a {
    background-color: #fff
}

html ul.nav-pills-light > li.active > a:hover, html ul.nav-pills-light > li.active > a:focus {
    background-color: #fff
}

.panel-group .panel-heading a {
    color: #08c
}

.panel-group.secondary .panel-heading {
    background-color: #08c !important
}

html .panel-group.panel-group-primary .panel-heading {
    background-color: #08c !important
}

html .panel-group.panel-group-primary .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-secondary .panel-heading {
    background-color: #e36159 !important
}

html .panel-group.panel-group-secondary .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-tertiary .panel-heading {
    background-color: #2baab1 !important
}

html .panel-group.panel-group-tertiary .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-quaternary .panel-heading {
    background-color: #383f48 !important
}

html .panel-group.panel-group-quaternary .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-dark .panel-heading {
    background-color: #2e353e !important
}

html .panel-group.panel-group-dark .panel-heading a {
    color: #fff
}

html .panel-group.panel-group-light .panel-heading {
    background-color: #fff !important
}

html .panel-group.panel-group-light .panel-heading a {
    color: #777
}

section.toggle label {
    color: #08c;
    border-left-color: #08c
}

section.toggle.active > label {
    background-color: #08c;
    border-color: #08c;
    color: #FFF
}

.toggle-simple section.toggle > label:after {
    background-color: #08c
}

html .toggle-primary .toggle label {
    color: #08c;
    border-left-color: #08c;
    border-right-color: #08c
}

html .toggle-primary .toggle.active > label {
    background-color: #08c;
    border-color: #08c;
    color: #fff
}

html .toggle-primary.toggle-simple .toggle.active > label {
    background: transparent;
    color: #08c
}

html .toggle-primary.toggle-simple .toggle > label:after {
    background-color: #08c
}

html .toggle-secondary .toggle label {
    color: #e36159;
    border-left-color: #e36159;
    border-right-color: #e36159
}

html .toggle-secondary .toggle.active > label {
    background-color: #e36159;
    border-color: #e36159;
    color: #fff
}

html .toggle-secondary.toggle-simple .toggle.active > label {
    background: transparent;
    color: #e36159
}

html .toggle-secondary.toggle-simple .toggle > label:after {
    background-color: #e36159
}

html .toggle-tertiary .toggle label {
    color: #2baab1;
    border-left-color: #2baab1;
    border-right-color: #2baab1
}

html .toggle-tertiary .toggle.active > label {
    background-color: #2baab1;
    border-color: #2baab1;
    color: #fff
}

html .toggle-tertiary.toggle-simple .toggle.active > label {
    background: transparent;
    color: #2baab1
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
    background-color: #2baab1
}

html .toggle-quaternary .toggle label {
    color: #383f48;
    border-left-color: #383f48;
    border-right-color: #383f48
}

html .toggle-quaternary .toggle.active > label {
    background-color: #383f48;
    border-color: #383f48;
    color: #fff
}

html .toggle-quaternary.toggle-simple .toggle.active > label {
    background: transparent;
    color: #383f48
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
    background-color: #383f48
}

html .toggle-dark .toggle label {
    color: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e
}

html .toggle-dark .toggle.active > label {
    background-color: #2e353e;
    border-color: #2e353e;
    color: #fff
}

html .toggle-dark.toggle-simple .toggle.active > label {
    background: transparent;
    color: #2e353e
}

html .toggle-dark.toggle-simple .toggle > label:after {
    background-color: #2e353e
}

html .toggle-light .toggle label {
    color: #fff;
    border-left-color: #fff;
    border-right-color: #fff
}

html .toggle-light .toggle.active > label {
    background-color: #fff;
    border-color: #fff;
    color: #777
}

html .toggle-light.toggle-simple .toggle.active > label {
    background: transparent;
    color: #fff
}

html .toggle-light.toggle-simple .toggle > label:after {
    background-color: #fff
}

html .blockquote-primary {
    border-color: #08c !important
}

html .blockquote-secondary {
    border-color: #e36159 !important
}

html .blockquote-tertiary {
    border-color: #2baab1 !important
}

html .blockquote-quaternary {
    border-color: #383f48 !important
}

html .blockquote-dark {
    border-color: #2e353e !important
}

html .blockquote-light {
    border-color: #fff !important
}

.thumbnail .zoom, .img-thumbnail .zoom, .thumbnail .link, .img-thumbnail .link {
    background-color: #08c
}

.thumbnail .zoom:hover, .img-thumbnail .zoom:hover, .thumbnail .link:hover, .img-thumbnail .link:hover {
    background-color: #0099e6
}

html .label-primary {
    background-color: #08c;
    border-color: #08c
}

html .label-secondary {
    background-color: #e36159;
    border-color: #e36159
}

html .label-tertiary {
    background-color: #2baab1;
    border-color: #2baab1
}

html .label-quaternary {
    background-color: #383f48;
    border-color: #383f48
}

html .label-dark {
    background-color: #2e353e;
    border-color: #2e353e
}

html .label-light {
    background-color: #fff;
    border-color: #fff
}

html .alert-primary {
    background-color: #08c;
    border-color: #007ebd;
    color: #fff
}

html .alert-primary .alert-link {
    color: #fff
}

html .alert-secondary {
    background-color: #e36159;
    border-color: #e1554c;
    color: #fff
}

html .alert-secondary .alert-link {
    color: #fff
}

html .alert-tertiary {
    background-color: #2baab1;
    border-color: #289ea5;
    color: #fff
}

html .alert-tertiary .alert-link {
    color: #fff
}

html .alert-quaternary {
    background-color: #383f48;
    border-color: #31373f;
    color: #fff
}

html .alert-quaternary .alert-link {
    color: #fff
}

html .alert-dark {
    background-color: #2e353e;
    border-color: #272d35;
    color: #fff
}

html .alert-dark .alert-link {
    color: #fff
}

html .alert-light {
    background-color: #fff;
    border-color: #f7f7f7;
    color: #777
}

html .alert-light .alert-link {
    color: #777
}
.fc-slideshow nav .fc-left i, .fc-slideshow nav .fc-right i {
    color: #08c
}

.circular-bar.only-icon .fa {
    color: #08c
}


.icon-featured {
    background-color: #08c
}

.featured-box .icon-featured {
    background-color: #08c
}

.featured-box .icon-featured:after {
    border-color: #08c
}

.featured-box .aio-icon-header h3.aio-icon-title {
    color: #08c
}

.featured-box .box-content {
    border-top-color: #08c
}

.featured-boxes-style-3 .featured-box .icon-featured {
    border-color: #08c;
    color: #08c
}

.featured-boxes-style-4 .featured-box .icon-featured {
    border-color: #08c;
    color: #08c
}

.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured, .featured-boxes-style-8 .featured-box .icon-featured {
    color: #08c
}

.featured-box-effect-2 .icon-featured:after {
    box-shadow: 0 0 0 3px #08c
}

.featured-box-effect-3 .icon-featured:after {
    box-shadow: 0 0 0 10px #08c
}

.featured-box-effect-3:hover .icon-featured {
    background: #08c
}

.feature-box .feature-box-icon {
    background-color: #08c
}

.feature-box.feature-box-style-2 .feature-box-icon i, .feature-box.feature-box-style-3 .feature-box-icon i, .feature-box.feature-box-style-4 .feature-box-icon i, .feature-box.feature-box-style-5 .feature-box-icon i, .feature-box.feature-box-style-6 .feature-box-icon i {
    color: #08c
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #08c
}

.featured-box-primary .icon-featured {
    background-color: #08c
}

.featured-box-primary .icon-featured:after {
    border-color: #08c
}

.featured-box-primary h4 {
    color: #08c
}

.featured-box-primary .box-content {
    border-top-color: #08c
}

html .featured-box-primary .icon-featured {
    background-color: #08c
}

html .featured-box-primary h4 {
    color: #08c
}

html .featured-box-primary .box-content {
    border-top-color: #08c
}

html .featured-box-secondary .icon-featured {
    background-color: #e36159
}

html .featured-box-secondary h4 {
    color: #e36159
}

html .featured-box-secondary .box-content {
    border-top-color: #e36159
}

html .featured-box-tertiary .icon-featured {
    background-color: #2baab1
}

html .featured-box-tertiary h4 {
    color: #2baab1
}

html .featured-box-tertiary .box-content {
    border-top-color: #2baab1
}

html .featured-box-quaternary .icon-featured {
    background-color: #383f48
}

html .featured-box-quaternary h4 {
    color: #383f48
}

html .featured-box-quaternary .box-content {
    border-top-color: #383f48
}

html .featured-box-dark .icon-featured {
    background-color: #2e353e
}

html .featured-box-dark h4 {
    color: #2e353e
}

html .featured-box-dark .box-content {
    border-top-color: #2e353e
}

html .featured-box-light .icon-featured {
    background-color: #fff
}

html .featured-box-light h4 {
    color: #fff
}

html .featured-box-light .box-content {
    border-top-color: #fff
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #08c;
    color: #08c
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #e36159;
    color: #e36159
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2baab1;
    color: #2baab1
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
    border-color: #fff;
    color: #fff
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: #08c;
    color: #08c
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #e36159;
    color: #e36159
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2baab1;
    color: #2baab1
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
    border-color: #fff;
    color: #fff
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: #08c
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #2baab1
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: #08c
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #2baab1
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #08c
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #2baab1
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #08c
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #e36159
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #2baab1
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #383f48
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 3px #2e353e
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 3px #fff
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px #08c
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #08c !important
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #e36159
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #e36159 !important
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #2baab1
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #2baab1 !important
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #383f48
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #383f48 !important
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 10px #2e353e
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #2e353e !important
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 10px #fff
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
    background: #fff !important
}

html .featured-box-effect-7.featured-box-primary .icon-featured:before {
    color: #08c
}

html .featured-box-effect-7.featured-box-secondary .icon-featured:before {
    color: #e36159
}

html .featured-box-effect-7.featured-box-tertiary .icon-featured:before {
    color: #2baab1
}

html .featured-box-effect-7.featured-box-quaternary .icon-featured:before {
    color: #383f48
}

html .featured-box-effect-7.featured-box-dark .icon-featured:before {
    color: #2e353e
}

html .featured-box-effect-7.featured-box-light .icon-featured:before {
    color: #fff
}

.owl-item.loading:before, .yith-wcan-loading:before, .master-slider .ms-loading-container .ms-loading:before, .master-slider .ms-slide .ms-slide-loading:before, #fancybox-loading:before, .blueimp-gallery > .slides > .slide-loading:before, .slick-slider .slick-loading .slick-list:before, .ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child:before, #infscr-loading .infinite-loading:before, .loading-overlay .loader:before {
    border-color: #08c
}

.owl-theme .owl-controls .owl-buttons div {
    color: #08c
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #0099e6
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
    background: #0074ad
}

.slick-slider .slick-dots li.slick-active i, .slick-slider .slick-dots li:hover i {
    color: #1789e1 !important
}

.master-slider {
    direction: ltr
}

.master-slider .ms-container .ms-nav-prev, .master-slider .ms-container .ms-nav-next, .master-slider .ms-container .ms-slide-vpbtn, .master-slider .ms-container .ms-video-btn {
    color: #08c
}

.master-slider .ms-container .ms-bullet {
    background: #08c
}

.master-slider .ms-slide .ms-slide-loading:before {
    border-color: #08c
}

.blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, body .blueimp-gallery > .play-pause, body .blueimp-gallery-playing > .play-pause, body:last-child .blueimp-gallery > .play-pause, body:last-child .blueimp-gallery-playing > .play-pause {
    color: #08c
}

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, body .blueimp-gallery > .play-pause:hover, body .blueimp-gallery-playing > .play-pause:hover, body:last-child .blueimp-gallery > .play-pause:hover, body:last-child .blueimp-gallery-playing > .play-pause:hover {
    color: #0af
}

.share-links a {
    background-color: #08c
}

.share-links a:hover {
    background-color: #0099e6
}

.widget.follow-us .share-links a {
    color: #525252;
    background-color: #fff
}

.btn-primary, .button, input.submit, input[type="submit"].btn-primary, input[type="submit"].button, input[type="submit"].submit {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #178ae3;
    border-color: #08c
}

.btn-primary:hover, .button:hover, input.submit:hover, input[type="submit"].btn-primary:hover, input[type="submit"].button:hover, input[type="submit"].submit:hover, .btn-primary:active, .button:active, input.submit:active, input[type="submit"].btn-primary:active, input[type="submit"].button:active, input[type="submit"].submit:active, .btn-primary:focus, .button:focus, input.submit:focus, input[type="submit"].btn-primary:focus, input[type="submit"].button:focus, input[type="submit"].submit:focus {
    border-color: #23b5ff;
    background-color: #23b5ff
}

.btn-primary.disabled, .button.disabled, input.submit.disabled, input[type="submit"].btn-primary.disabled, input[type="submit"].button.disabled, input[type="submit"].submit.disabled, .btn-primary[disabled], .button[disabled], input.submit[disabled], input[type="submit"].btn-primary[disabled], input[type="submit"].button[disabled], input[type="submit"].submit[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .button, fieldset[disabled] input.submit, fieldset[disabled] input[type="submit"].btn-primary, fieldset[disabled] input[type="submit"].button, fieldset[disabled] input[type="submit"].submit, .btn-primary.disabled:hover, .button.disabled:hover, input.submit.disabled:hover, input[type="submit"].btn-primary.disabled:hover, input[type="submit"].button.disabled:hover, input[type="submit"].submit.disabled:hover, .btn-primary[disabled]:hover, .button[disabled]:hover, input.submit[disabled]:hover, input[type="submit"].btn-primary[disabled]:hover, input[type="submit"].button[disabled]:hover, input[type="submit"].submit[disabled]:hover, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .button:hover, fieldset[disabled] input.submit:hover, fieldset[disabled] input[type="submit"].btn-primary:hover, fieldset[disabled] input[type="submit"].button:hover, fieldset[disabled] input[type="submit"].submit:hover, .btn-primary.disabled:focus, .button.disabled:focus, input.submit.disabled:focus, input[type="submit"].btn-primary.disabled:focus, input[type="submit"].button.disabled:focus, input[type="submit"].submit.disabled:focus, .btn-primary[disabled]:focus, .button[disabled]:focus, input.submit[disabled]:focus, input[type="submit"].btn-primary[disabled]:focus, input[type="submit"].button[disabled]:focus, input[type="submit"].submit[disabled]:focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .button:focus, fieldset[disabled] input.submit:focus, fieldset[disabled] input[type="submit"].btn-primary:focus, fieldset[disabled] input[type="submit"].button:focus, fieldset[disabled] input[type="submit"].submit:focus, .btn-primary.disabled.focus, .button.disabled.focus, input.submit.disabled.focus, input[type="submit"].btn-primary.disabled.focus, input[type="submit"].button.disabled.focus, input[type="submit"].submit.disabled.focus, .btn-primary[disabled].focus, .button[disabled].focus, input.submit[disabled].focus, input[type="submit"].btn-primary[disabled].focus, input[type="submit"].button[disabled].focus, input[type="submit"].submit[disabled].focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .button.focus, fieldset[disabled] input.submit.focus, fieldset[disabled] input[type="submit"].btn-primary.focus, fieldset[disabled] input[type="submit"].button.focus, fieldset[disabled] input[type="submit"].submit.focus, .btn-primary.disabled:active, .button.disabled:active, input.submit.disabled:active, input[type="submit"].btn-primary.disabled:active, input[type="submit"].button.disabled:active, input[type="submit"].submit.disabled:active, .btn-primary[disabled]:active, .button[disabled]:active, input.submit[disabled]:active, input[type="submit"].btn-primary[disabled]:active, input[type="submit"].button[disabled]:active, input[type="submit"].submit[disabled]:active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .button:active, fieldset[disabled] input.submit:active, fieldset[disabled] input[type="submit"].btn-primary:active, fieldset[disabled] input[type="submit"].button:active, fieldset[disabled] input[type="submit"].submit:active, .btn-primary.disabled.active, .button.disabled.active, input.submit.disabled.active, input[type="submit"].btn-primary.disabled.active, input[type="submit"].button.disabled.active, input[type="submit"].submit.disabled.active, .btn-primary[disabled].active, .button[disabled].active, input.submit[disabled].active, input[type="submit"].btn-primary[disabled].active, input[type="submit"].button[disabled].active, input[type="submit"].submit[disabled].active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .button.active, fieldset[disabled] input.submit.active, fieldset[disabled] input[type="submit"].btn-primary.active, fieldset[disabled] input[type="submit"].button.active, fieldset[disabled] input[type="submit"].submit.active {
    background-color: #08c;
    border-color: #08c
}

input[type="submit"], .geodir-search button[type="button"], .geodir-search input[type="button"], .geodir-search input[type="submit"], #geodir-wrapper button[type="button"], #geodir-wrapper input[type="button"], #geodir-wrapper input[type="submit"] {
    background: #178ae3;
    border-color: #08c
}

input[type="submit"]:hover, .geodir-search button[type="button"]:hover, .geodir-search input[type="button"]:hover, .geodir-search input[type="submit"]:hover, #geodir-wrapper button[type="button"]:hover, #geodir-wrapper input[type="button"]:hover, #geodir-wrapper input[type="submit"]:hover, input[type="submit"]:active, .geodir-search button[type="button"]:active, .geodir-search input[type="button"]:active, .geodir-search input[type="submit"]:active, #geodir-wrapper button[type="button"]:active, #geodir-wrapper input[type="button"]:active, #geodir-wrapper input[type="submit"]:active {
    background: #23b5ff;
    border-color: #23b5ff
}

input[type="submit"].disabled, .geodir-search button[type="button"].disabled, .geodir-search input[type="button"].disabled, .geodir-search input[type="submit"].disabled, #geodir-wrapper button[type="button"].disabled, #geodir-wrapper input[type="button"].disabled, #geodir-wrapper input[type="submit"].disabled, input[type="submit"][disabled], .geodir-search button[type="button"][disabled], .geodir-search input[type="button"][disabled], .geodir-search input[type="submit"][disabled], #geodir-wrapper button[type="button"][disabled], #geodir-wrapper input[type="button"][disabled], #geodir-wrapper input[type="submit"][disabled], fieldset[disabled] input[type="submit"], fieldset[disabled] .geodir-search button[type="button"], fieldset[disabled] .geodir-search input[type="button"], fieldset[disabled] .geodir-search input[type="submit"], fieldset[disabled] #geodir-wrapper button[type="button"], fieldset[disabled] #geodir-wrapper input[type="button"], fieldset[disabled] #geodir-wrapper input[type="submit"], input[type="submit"].disabled:hover, .geodir-search button[type="button"].disabled:hover, .geodir-search input[type="button"].disabled:hover, .geodir-search input[type="submit"].disabled:hover, #geodir-wrapper button[type="button"].disabled:hover, #geodir-wrapper input[type="button"].disabled:hover, #geodir-wrapper input[type="submit"].disabled:hover, input[type="submit"][disabled]:hover, .geodir-search button[type="button"][disabled]:hover, .geodir-search input[type="button"][disabled]:hover, .geodir-search input[type="submit"][disabled]:hover, #geodir-wrapper button[type="button"][disabled]:hover, #geodir-wrapper input[type="button"][disabled]:hover, #geodir-wrapper input[type="submit"][disabled]:hover, fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] .geodir-search button[type="button"]:hover, fieldset[disabled] .geodir-search input[type="button"]:hover, fieldset[disabled] .geodir-search input[type="submit"]:hover, fieldset[disabled] #geodir-wrapper button[type="button"]:hover, fieldset[disabled] #geodir-wrapper input[type="button"]:hover, fieldset[disabled] #geodir-wrapper input[type="submit"]:hover, input[type="submit"].disabled:focus, .geodir-search button[type="button"].disabled:focus, .geodir-search input[type="button"].disabled:focus, .geodir-search input[type="submit"].disabled:focus, #geodir-wrapper button[type="button"].disabled:focus, #geodir-wrapper input[type="button"].disabled:focus, #geodir-wrapper input[type="submit"].disabled:focus, input[type="submit"][disabled]:focus, .geodir-search button[type="button"][disabled]:focus, .geodir-search input[type="button"][disabled]:focus, .geodir-search input[type="submit"][disabled]:focus, #geodir-wrapper button[type="button"][disabled]:focus, #geodir-wrapper input[type="button"][disabled]:focus, #geodir-wrapper input[type="submit"][disabled]:focus, fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] .geodir-search button[type="button"]:focus, fieldset[disabled] .geodir-search input[type="button"]:focus, fieldset[disabled] .geodir-search input[type="submit"]:focus, fieldset[disabled] #geodir-wrapper button[type="button"]:focus, fieldset[disabled] #geodir-wrapper input[type="button"]:focus, fieldset[disabled] #geodir-wrapper input[type="submit"]:focus, input[type="submit"].disabled.focus, .geodir-search button[type="button"].disabled.focus, .geodir-search input[type="button"].disabled.focus, .geodir-search input[type="submit"].disabled.focus, #geodir-wrapper button[type="button"].disabled.focus, #geodir-wrapper input[type="button"].disabled.focus, #geodir-wrapper input[type="submit"].disabled.focus, input[type="submit"][disabled].focus, .geodir-search button[type="button"][disabled].focus, .geodir-search input[type="button"][disabled].focus, .geodir-search input[type="submit"][disabled].focus, #geodir-wrapper button[type="button"][disabled].focus, #geodir-wrapper input[type="button"][disabled].focus, #geodir-wrapper input[type="submit"][disabled].focus, fieldset[disabled] input[type="submit"].focus, fieldset[disabled] .geodir-search button[type="button"].focus, fieldset[disabled] .geodir-search input[type="button"].focus, fieldset[disabled] .geodir-search input[type="submit"].focus, fieldset[disabled] #geodir-wrapper button[type="button"].focus, fieldset[disabled] #geodir-wrapper input[type="button"].focus, fieldset[disabled] #geodir-wrapper input[type="submit"].focus, input[type="submit"].disabled:active, .geodir-search button[type="button"].disabled:active, .geodir-search input[type="button"].disabled:active, .geodir-search input[type="submit"].disabled:active, #geodir-wrapper button[type="button"].disabled:active, #geodir-wrapper input[type="button"].disabled:active, #geodir-wrapper input[type="submit"].disabled:active, input[type="submit"][disabled]:active, .geodir-search button[type="button"][disabled]:active, .geodir-search input[type="button"][disabled]:active, .geodir-search input[type="submit"][disabled]:active, #geodir-wrapper button[type="button"][disabled]:active, #geodir-wrapper input[type="button"][disabled]:active, #geodir-wrapper input[type="submit"][disabled]:active, fieldset[disabled] input[type="submit"]:active, fieldset[disabled] .geodir-search button[type="button"]:active, fieldset[disabled] .geodir-search input[type="button"]:active, fieldset[disabled] .geodir-search input[type="submit"]:active, fieldset[disabled] #geodir-wrapper button[type="button"]:active, fieldset[disabled] #geodir-wrapper input[type="button"]:active, fieldset[disabled] #geodir-wrapper input[type="submit"]:active, input[type="submit"].disabled.active, .geodir-search button[type="button"].disabled.active, .geodir-search input[type="button"].disabled.active, .geodir-search input[type="submit"].disabled.active, #geodir-wrapper button[type="button"].disabled.active, #geodir-wrapper input[type="button"].disabled.active, #geodir-wrapper input[type="submit"].disabled.active, input[type="submit"][disabled].active, .geodir-search button[type="button"][disabled].active, .geodir-search input[type="button"][disabled].active, .geodir-search input[type="submit"][disabled].active, #geodir-wrapper button[type="button"][disabled].active, #geodir-wrapper input[type="button"][disabled].active, #geodir-wrapper input[type="submit"][disabled].active, fieldset[disabled] input[type="submit"].active, fieldset[disabled] .geodir-search button[type="button"].active, fieldset[disabled] .geodir-search input[type="button"].active, fieldset[disabled] .geodir-search input[type="submit"].active, fieldset[disabled] #geodir-wrapper button[type="button"].active, fieldset[disabled] #geodir-wrapper input[type="button"].active, fieldset[disabled] #geodir-wrapper input[type="submit"].active {
    background-color: #08c;
    border-color: #08c
}

html .btn-primary {
    border-color: #08c #08c #069;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #08c;
    border-color: #08c
}

html .btn-primary:hover, html .btn-primary:active, html .btn-primary:focus {
    border-color: #0077b3;
    background-color: #0077b3
}

html .btn-primary:hover, html .btn-primary:focus, html .btn-primary:active {
    color: #fff;
    background-color: #0077b3;
    border-color: #08c #08c #005580
}

html .btn-primary-scale-2 {
    border-color: #069 #069 #046;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #069;
    border-color: #069
}

html .btn-primary-scale-2:hover, html .btn-primary-scale-2:active, html .btn-primary-scale-2:focus {
    border-color: #005580;
    background-color: #005580
}

html .btn-secondary {
    border-color: #e36159 #e36159 #dc372d;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e36159;
    border-color: #e36159
}

html .btn-secondary:hover, html .btn-secondary:active, html .btn-secondary:focus {
    border-color: #df4c43;
    background-color: #df4c43
}

html .btn-secondary:hover, html .btn-secondary:focus, html .btn-secondary:active {
    color: #fff;
    background-color: #df4c43;
    border-color: #e36159 #e36159 #cd2c23
}

html .btn-secondary-scale-2 {
    border-color: #dc372d #dc372d #b7281f;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #dc372d;
    border-color: #dc372d
}

html .btn-secondary-scale-2:hover, html .btn-secondary-scale-2:active, html .btn-secondary-scale-2:focus {
    border-color: #cd2c23;
    background-color: #cd2c23
}

html .btn-tertiary {
    border-color: #2baab1 #2baab1 #218388;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2baab1;
    border-color: #2baab1
}

html .btn-tertiary:hover, html .btn-tertiary:active, html .btn-tertiary:focus {
    border-color: #26969c;
    background-color: #26969c
}

html .btn-tertiary:hover, html .btn-tertiary:focus, html .btn-tertiary:active {
    color: #fff;
    background-color: #26969c;
    border-color: #2baab1 #2baab1 #1c6f73
}

html .btn-tertiary-scale-2 {
    border-color: #218388 #218388 #175b5f;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #218388;
    border-color: #218388
}

html .btn-tertiary-scale-2:hover, html .btn-tertiary-scale-2:active, html .btn-tertiary-scale-2:focus {
    border-color: #1c6f73;
    background-color: #1c6f73
}

html .btn-quaternary {
    border-color: #383f48 #383f48 #22262b;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #383f48;
    border-color: #383f48
}

html .btn-quaternary:hover, html .btn-quaternary:active, html .btn-quaternary:focus {
    border-color: #2d323a;
    background-color: #2d323a
}

html .btn-quaternary:hover, html .btn-quaternary:focus, html .btn-quaternary:active {
    color: #fff;
    background-color: #2d323a;
    border-color: #383f48 #383f48 #17191d
}

html .btn-quaternary-scale-2 {
    border-color: #22262b #22262b #0b0d0f;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #22262b;
    border-color: #22262b
}

html .btn-quaternary-scale-2:hover, html .btn-quaternary-scale-2:active, html .btn-quaternary-scale-2:focus {
    border-color: #17191d;
    background-color: #17191d
}

html .btn-dark {
    border-color: #2e353e #2e353e #181c21;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2e353e;
    border-color: #2e353e
}

html .btn-dark:hover, html .btn-dark:active, html .btn-dark:focus {
    border-color: #23282f;
    background-color: #23282f
}

html .btn-dark:hover, html .btn-dark:focus, html .btn-dark:active {
    color: #fff;
    background-color: #23282f;
    border-color: #2e353e #2e353e #0d0f12
}

html .btn-dark-scale-2 {
    border-color: #181c21 #181c21 #030303;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #181c21;
    border-color: #181c21
}

html .btn-dark-scale-2:hover, html .btn-dark-scale-2:active, html .btn-dark-scale-2:focus {
    border-color: #0d0f12;
    background-color: #0d0f12
}

html .btn-light {
    border-color: #fff #fff #e6e6e6;
    color: #777;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-color: #fff
}

html .btn-light:hover, html .btn-light:active, html .btn-light:focus {
    border-color: #f2f2f2;
    background-color: #f2f2f2
}

html .btn-light:hover, html .btn-light:focus, html .btn-light:active {
    color: #777;
    background-color: #f2f2f2;
    border-color: #fff #fff #d9d9d9
}

html .btn-light-scale-2 {
    border-color: #e6e6e6 #e6e6e6 #ccc;
    color: #777;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e6e6e6;
    border-color: #e6e6e6
}

html .btn-light-scale-2:hover, html .btn-light-scale-2:active, html .btn-light-scale-2:focus {
    border-color: #d9d9d9;
    background-color: #d9d9d9
}

html .btn-borders.btn-primary {
    background: transparent;
    border-color: #08c;
    color: #08c;
    text-shadow: none
}

html .btn-borders.btn-primary:hover, html .btn-borders.btn-primary:focus, html .btn-borders.btn-primary:active {
    background-color: #0077b3;
    border-color: #08c !important;
    color: #fff
}

html .btn-borders.btn-secondary {
    background: transparent;
    border-color: #e36159;
    color: #e36159;
    text-shadow: none
}

html .btn-borders.btn-secondary:hover, html .btn-borders.btn-secondary:focus, html .btn-borders.btn-secondary:active {
    background-color: #df4c43;
    border-color: #e36159 !important;
    color: #fff
}

html .btn-borders.btn-tertiary {
    background: transparent;
    border-color: #2baab1;
    color: #2baab1;
    text-shadow: none
}

html .btn-borders.btn-tertiary:hover, html .btn-borders.btn-tertiary:focus, html .btn-borders.btn-tertiary:active {
    background-color: #26969c;
    border-color: #2baab1 !important;
    color: #fff
}

html .btn-borders.btn-quaternary {
    background: transparent;
    border-color: #383f48;
    color: #383f48;
    text-shadow: none
}

html .btn-borders.btn-quaternary:hover, html .btn-borders.btn-quaternary:focus, html .btn-borders.btn-quaternary:active {
    background-color: #2d323a;
    border-color: #383f48 !important;
    color: #fff
}

html .btn-borders.btn-dark {
    background: transparent;
    border-color: #2e353e;
    color: #2e353e;
    text-shadow: none
}

html .btn-borders.btn-dark:hover, html .btn-borders.btn-dark:focus, html .btn-borders.btn-dark:active {
    background-color: #23282f;
    border-color: #2e353e !important;
    color: #fff
}

html .btn-borders.btn-light {
    background: transparent;
    border-color: #fff;
    color: #fff;
    text-shadow: none
}

html .btn-borders.btn-light:hover, html .btn-borders.btn-light:focus, html .btn-borders.btn-light:active {
    background-color: #f2f2f2;
    border-color: #fff !important;
    color: #777
}

.thumb-info .thumb-info-type {
    background-color: #08c
}

.thumb-info .thumb-info-action-icon {
    background-color: #08c
}

.thumb-info.thumb-info-preview .preview-tip {
    background-color: #08c;
    color: #fff;
    font-family: Shadows Into Light
}

.thumb-info.thumb-info-preview .preview-tip:before {
    border-right-color: #005580
}

html .thumb-info.thumb-info-preview .preview-tip-primary {
    background-color: #08c;
    color: #fff
}

html .thumb-info.thumb-info-preview .preview-tip-primary:before {
    border-right-color: #005580
}

html .thumb-info.thumb-info-preview .preview-tip-secondary {
    background-color: #e36159;
    color: #fff
}

html .thumb-info.thumb-info-preview .preview-tip-secondary:before {
    border-right-color: #cd2c23
}

html .thumb-info.thumb-info-preview .preview-tip-tertiary {
    background-color: #2baab1;
    color: #fff
}

html .thumb-info.thumb-info-preview .preview-tip-tertiary:before {
    border-right-color: #1c6f73
}

html .thumb-info.thumb-info-preview .preview-tip-quaternary {
    background-color: #383f48;
    color: #fff
}

html .thumb-info.thumb-info-preview .preview-tip-quaternary:before {
    border-right-color: #17191d
}

html .thumb-info.thumb-info-preview .preview-tip-dark {
    background-color: #2e353e;
    color: #fff
}

html .thumb-info.thumb-info-preview .preview-tip-dark:before {
    border-right-color: #0d0f12
}

html .thumb-info.thumb-info-preview .preview-tip-light {
    background-color: #fff;
    color: #777
}

html .thumb-info.thumb-info-preview .preview-tip-light:before {
    border-right-color: #d9d9d9
}

.resp-tabs-list li {
    color: #08c
}

.resp-tabs-list li:hover, .resp-tabs-list li:focus, .resp-tabs-list li.resp-tab-active {
    border-top-color: #08c
}

.resp-vtabs .resp-tabs-list li:hover, .resp-vtabs .resp-tabs-list li:focus, .resp-vtabs .resp-tabs-list li.resp-tab-active {
    border-left-color: #08c
}

h2.resp-accordion {
    color: #08c
}

.tabs ul.nav-tabs a, .tabs ul.nav-tabs a:hover {
    color: #08c
}

.tabs ul.nav-tabs a:hover, .tabs ul.nav-tabs a:focus {
    border-top-color: #08c
}

.tabs ul.nav-tabs li.active a, .tabs ul.nav-tabs li.active a:hover, .tabs ul.nav-tabs li.active a:focus {
    border-top-color: #08c;
    color: #08c
}

.tabs ul.nav-tabs.nav-justified a:hover, .tabs ul.nav-tabs.nav-justified a:focus {
    border-top-color: #08c
}

.tabs.tabs-bottom ul.nav-tabs li a:hover, .tabs.tabs-bottom ul.nav-tabs li.active a, .tabs.tabs-bottom ul.nav-tabs li.active a:hover, .tabs.tabs-bottom ul.nav-tabs li.active a:focus {
    border-bottom-color: #08c
}

.tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover, .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a, .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover, .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus {
    border-left-color: #08c
}

.tabs.tabs-vertical.tabs-right ul.nav-tabs li a:hover, .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a, .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:hover, .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:focus {
    border-right-color: #08c
}

.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus, .tabs.tabs-simple .nav-tabs > li.active a, .tabs.tabs-simple .nav-tabs > li.active a:hover, .tabs.tabs-simple .nav-tabs > li.active a:focus {
    color: #777
}

.tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus, .tabs.tabs-simple .nav-tabs > li.active a {
    border-bottom-color: #08c
}

html .tabs-primary .nav-tabs li a, html .tabs-primary .nav-tabs.nav-justified li a, html .tabs-primary .nav-tabs li a:hover, html .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #08c
}

html .tabs-primary .nav-tabs li a:hover, html .tabs-primary .nav-tabs.nav-justified li a:hover {
    border-top-color: #08c
}

html .tabs-primary .nav-tabs li.active a, html .tabs-primary .nav-tabs.nav-justified li.active a, html .tabs-primary .nav-tabs li.active a:hover, html .tabs-primary .nav-tabs.nav-justified li.active a:hover, html .tabs-primary .nav-tabs li.active a:focus, html .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #08c;
    color: #08c
}

html .tabs-primary.tabs-bottom .nav-tabs li a:hover, html .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #08c
}

html .tabs-primary.tabs-bottom .nav-tabs li.active a, html .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a, html .tabs-primary.tabs-bottom .nav-tabs li.active a:hover, html .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html .tabs-primary.tabs-bottom .nav-tabs li.active a:focus, html .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #08c
}

html .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #08c
}

html .tabs-primary.tabs-vertical.tabs-left li.active a, html .tabs-primary.tabs-vertical.tabs-left li.active a:hover, html .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #08c
}

html .tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #08c
}

html .tabs-primary.tabs-vertical.tabs-right li.active a, html .tabs-primary.tabs-vertical.tabs-right li.active a:hover, html .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #08c
}

html .tabs-secondary .nav-tabs li a, html .tabs-secondary .nav-tabs.nav-justified li a, html .tabs-secondary .nav-tabs li a:hover, html .tabs-secondary .nav-tabs.nav-justified li a:hover {
    color: #e36159
}

html .tabs-secondary .nav-tabs li a:hover, html .tabs-secondary .nav-tabs.nav-justified li a:hover {
    border-top-color: #e36159
}

html .tabs-secondary .nav-tabs li.active a, html .tabs-secondary .nav-tabs.nav-justified li.active a, html .tabs-secondary .nav-tabs li.active a:hover, html .tabs-secondary .nav-tabs.nav-justified li.active a:hover, html .tabs-secondary .nav-tabs li.active a:focus, html .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #e36159;
    color: #e36159
}

html .tabs-secondary.tabs-bottom .nav-tabs li a:hover, html .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #e36159
}

html .tabs-secondary.tabs-bottom .nav-tabs li.active a, html .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a, html .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover, html .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus, html .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #e36159
}

html .tabs-secondary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #e36159
}

html .tabs-secondary.tabs-vertical.tabs-left li.active a, html .tabs-secondary.tabs-vertical.tabs-left li.active a:hover, html .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #e36159
}

html .tabs-secondary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #e36159
}

html .tabs-secondary.tabs-vertical.tabs-right li.active a, html .tabs-secondary.tabs-vertical.tabs-right li.active a:hover, html .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #e36159
}

html .tabs-tertiary .nav-tabs li a, html .tabs-tertiary .nav-tabs.nav-justified li a, html .tabs-tertiary .nav-tabs li a:hover, html .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    color: #2baab1
}

html .tabs-tertiary .nav-tabs li a:hover, html .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    border-top-color: #2baab1
}

html .tabs-tertiary .nav-tabs li.active a, html .tabs-tertiary .nav-tabs.nav-justified li.active a, html .tabs-tertiary .nav-tabs li.active a:hover, html .tabs-tertiary .nav-tabs.nav-justified li.active a:hover, html .tabs-tertiary .nav-tabs li.active a:focus, html .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #2baab1;
    color: #2baab1
}

html .tabs-tertiary.tabs-bottom .nav-tabs li a:hover, html .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #2baab1
}

html .tabs-tertiary.tabs-bottom .nav-tabs li.active a, html .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a, html .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover, html .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus, html .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #2baab1
}

html .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #2baab1
}

html .tabs-tertiary.tabs-vertical.tabs-left li.active a, html .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover, html .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #2baab1
}

html .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #2baab1
}

html .tabs-tertiary.tabs-vertical.tabs-right li.active a, html .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover, html .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #2baab1
}

html .tabs-quaternary .nav-tabs li a, html .tabs-quaternary .nav-tabs.nav-justified li a, html .tabs-quaternary .nav-tabs li a:hover, html .tabs-quaternary .nav-tabs.nav-justified li a:hover {
    color: #383f48
}

html .tabs-quaternary .nav-tabs li a:hover, html .tabs-quaternary .nav-tabs.nav-justified li a:hover {
    border-top-color: #383f48
}

html .tabs-quaternary .nav-tabs li.active a, html .tabs-quaternary .nav-tabs.nav-justified li.active a, html .tabs-quaternary .nav-tabs li.active a:hover, html .tabs-quaternary .nav-tabs.nav-justified li.active a:hover, html .tabs-quaternary .nav-tabs li.active a:focus, html .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #383f48;
    color: #383f48
}

html .tabs-quaternary.tabs-bottom .nav-tabs li a:hover, html .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #383f48
}

html .tabs-quaternary.tabs-bottom .nav-tabs li.active a, html .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a, html .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover, html .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus, html .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #383f48
}

html .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #383f48
}

html .tabs-quaternary.tabs-vertical.tabs-left li.active a, html .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover, html .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #383f48
}

html .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #383f48
}

html .tabs-quaternary.tabs-vertical.tabs-right li.active a, html .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover, html .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #383f48
}

html .tabs-dark .nav-tabs li a, html .tabs-dark .nav-tabs.nav-justified li a, html .tabs-dark .nav-tabs li a:hover, html .tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #2e353e
}

html .tabs-dark .nav-tabs li a:hover, html .tabs-dark .nav-tabs.nav-justified li a:hover {
    border-top-color: #2e353e
}

html .tabs-dark .nav-tabs li.active a, html .tabs-dark .nav-tabs.nav-justified li.active a, html .tabs-dark .nav-tabs li.active a:hover, html .tabs-dark .nav-tabs.nav-justified li.active a:hover, html .tabs-dark .nav-tabs li.active a:focus, html .tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #2e353e;
    color: #2e353e
}

html .tabs-dark.tabs-bottom .nav-tabs li a:hover, html .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #2e353e
}

html .tabs-dark.tabs-bottom .nav-tabs li.active a, html .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a, html .tabs-dark.tabs-bottom .nav-tabs li.active a:hover, html .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html .tabs-dark.tabs-bottom .nav-tabs li.active a:focus, html .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #2e353e
}

html .tabs-dark.tabs-vertical.tabs-left li a:hover {
    border-left-color: #2e353e
}

html .tabs-dark.tabs-vertical.tabs-left li.active a, html .tabs-dark.tabs-vertical.tabs-left li.active a:hover, html .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #2e353e
}

html .tabs-dark.tabs-vertical.tabs-right li a:hover {
    border-right-color: #2e353e
}

html .tabs-dark.tabs-vertical.tabs-right li.active a, html .tabs-dark.tabs-vertical.tabs-right li.active a:hover, html .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #2e353e
}

html .tabs-light .nav-tabs li a, html .tabs-light .nav-tabs.nav-justified li a, html .tabs-light .nav-tabs li a:hover, html .tabs-light .nav-tabs.nav-justified li a:hover {
    color: #fff
}

html .tabs-light .nav-tabs li a:hover, html .tabs-light .nav-tabs.nav-justified li a:hover {
    border-top-color: #fff
}

html .tabs-light .nav-tabs li.active a, html .tabs-light .nav-tabs.nav-justified li.active a, html .tabs-light .nav-tabs li.active a:hover, html .tabs-light .nav-tabs.nav-justified li.active a:hover, html .tabs-light .nav-tabs li.active a:focus, html .tabs-light .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #fff;
    color: #fff
}

html .tabs-light.tabs-bottom .nav-tabs li a:hover, html .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #fff
}

html .tabs-light.tabs-bottom .nav-tabs li.active a, html .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a, html .tabs-light.tabs-bottom .nav-tabs li.active a:hover, html .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html .tabs-light.tabs-bottom .nav-tabs li.active a:focus, html .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #fff
}

html .tabs-light.tabs-vertical.tabs-left li a:hover {
    border-left-color: #fff
}

html .tabs-light.tabs-vertical.tabs-left li.active a, html .tabs-light.tabs-vertical.tabs-left li.active a:hover, html .tabs-light.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #fff
}

html .tabs-light.tabs-vertical.tabs-right li a:hover {
    border-right-color: #fff
}

html .tabs-light.tabs-vertical.tabs-right li.active a, html .tabs-light.tabs-vertical.tabs-right li.active a:hover, html .tabs-light.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #fff
}

html .stats-block.counter-primary .stats-number, html .stats-block.counter-primary div.counter_prefix, html .stats-block.counter-primary div.counter_suffix {
    color: #08c
}

html .stats-block.counter-secondary .stats-number, html .stats-block.counter-secondary div.counter_prefix, html .stats-block.counter-secondary div.counter_suffix {
    color: #e36159
}

html .stats-block.counter-tertiary .stats-number, html .stats-block.counter-tertiary div.counter_prefix, html .stats-block.counter-tertiary div.counter_suffix {
    color: #2baab1
}

html .stats-block.counter-quaternary .stats-number, html .stats-block.counter-quaternary div.counter_prefix, html .stats-block.counter-quaternary div.counter_suffix {
    color: #383f48
}

html .stats-block.counter-dark .stats-number, html .stats-block.counter-dark div.counter_prefix, html .stats-block.counter-dark div.counter_suffix {
    color: #2e353e
}

html .stats-block.counter-light .stats-number, html .stats-block.counter-light div.counter_prefix, html .stats-block.counter-light div.counter_suffix {
    color: #fff
}

.stats-block.counter-alternative .stats-number {
    font-family: Shadows Into Light
}

.widget .widgettitle a:hover, .widget .widget-title a:hover {
    color: #08c
}

.widget > div > ul li, .widget > ul li {
    color: #666
}

.widget > div > ul li > a, .widget > ul li > a {
    color: #666
}

.widget li > a:hover {
    color: #08c
}

.widget li.current-cat > a, .widget li.current-cat-parent > a {
    color: #08c
}

.widget .tagcloud a {
    color: #777
}

.widget .tagcloud a:hover {
    background-color: #08c;
    border-color: #08c
}

.widget .rss-date, .widget .post-date, .widget .comment-author-link {
    color: #888
}

.widget_sidebar_menu .widget-title {
    color: #777
}

.widget_sidebar_menu .widget-title .toggle:hover {
    background-color: #08c;
    border-color: #08c
}

.sidebar .widget.widget_wysija .box-content {
    border-top-color: #08c
}

.mega-menu > li.menu-item.active > a, .mega-menu > li.menu-item:hover > a, .mega-menu > li.menu-item.active > h5, .mega-menu > li.menu-item:hover > h5 {
    background: #08c
}

.mega-menu .narrow .popup ul.sub-menu {
    background: #08c
}

.mega-menu .narrow .popup li.menu-item:hover > a, .mega-menu .narrow .popup li.menu-item:hover > h5 {
    background: #0099e6
}

.mega-menu .wide .popup {
    border-top-color: #08c;
    color: #777
}

.mega-menu .wide .popup > .inner li.menu-item > a, .mega-menu .wide .popup > .inner li.menu-item > h5 {
    color: #777
}

.sidebar-menu > li.menu-item > a, .sidebar-menu > li.menu-item > h5 {
    color: #777
}

.sidebar-menu > li.menu-item.active > a, .sidebar-menu > li.menu-item.active > h5 {
    color: #08c
}

.sidebar-menu > li.menu-item:hover {
    background: #08c
}

.sidebar-menu > li.menu-item:hover > a, .sidebar-menu > li.menu-item:hover + li.menu-item > a, .sidebar-menu > li.menu-item:hover > h5, .sidebar-menu > li.menu-item:hover + li.menu-item > h5 {
    border-top-color: #08c
}

.sidebar-menu > li.menu-item > .arrow:before {
    border-left-color: #08c
}

.sidebar-menu .popup {
    color: #777
}

.sidebar-menu .wide .popup {
    border-left-color: #08c
}

.right-sidebar .sidebar-menu .wide .popup {
    border-right-color: #08c
}

.sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a, .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
    color: #777
}

.sidebar-menu .narrow .popup ul.sub-menu {
    background: #08c
}

.sidebar-menu .narrow .popup li.menu-item:hover > a, .sidebar-menu .narrow .popup li.menu-item:hover > h5 {
    background: #0099e6
}

.sidebar-menu .menu-custom-block a {
    color: #777
}

.sidebar-menu .menu-custom-block a:hover {
    background-color: #08c
}

.sidebar-menu .menu-custom-block a:hover, .sidebar-menu .menu-custom-block a:hover + a {
    border-top-color: #08c
}

.mega-menu .tip, .sidebar-menu .tip, .accordion-menu .tip, .menu-custom-block .tip {
    background: #0cc485
}

.mega-menu .tip .tip-arrow, .sidebar-menu .tip .tip-arrow, .accordion-menu .tip .tip-arrow, .menu-custom-block .tip .tip-arrow {
    color: #0cc485
}

article.post h2 {
    color: #08c
}

.post-block h3, .post-share h3, article.post .comment-respond h3, article.portfolio .comment-respond h3, .related-posts h3 {
    color: #08c
}

article.post .post-date .day, .post-item .post-date .day {
    color: #08c
}

article.post .post-date .month, .post-item .post-date .month, article.post .post-date .format, .post-item .post-date .format {
    background-color: #08c
}

.pagination a:hover, .page-links a:hover, .pagination a:focus, .page-links a:focus, .pagination span.current, .page-links span.current {
    background-color: #08c;
    border-color: #08c
}

section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
    background: #08c;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #08c
}

article.post .post-date .sticky, .post-item .post-date .sticky {
    background: #62b959;
    color: #fff
}

.portfolio-info ul li a:hover {
    color: #08c
}

article.portfolio .portfolio-desc {
    color: #08c
}

article.member .member-role {
    color: #08c
}

.testimonial blockquote {
    background: #0099e6
}

.testimonial .testimonial-arrow-down {
    border-top-color: #0099e6
}

html .testimonial-primary blockquote {
    background: #0099e6
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #0099e6
}

html .testimonial-secondary blockquote {
    background: #e7766f
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #e7766f
}

html .testimonial-tertiary blockquote {
    background: #30bec6
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #30bec6
}

html .testimonial-quaternary blockquote {
    background: #434c56
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #434c56
}

html .testimonial-dark blockquote {
    background: #39424d
}

html .testimonial-dark .testimonial-arrow-down {
    border-top-color: #39424d
}

html .testimonial-light blockquote {
    background: #fff
}

html .testimonial-light .testimonial-arrow-down {
    border-top-color: #fff
}

.testimonial.testimonial-with-quotes blockquote:before {
    color: #777
}

.testimonial.testimonial-style-2 blockquote p, .testimonial.testimonial-style-5 blockquote p, .testimonial.testimonial-style-6 blockquote p {
    color: #777
}


.testimonial.testimonial-style-3 blockquote:before, .testimonial.testimonial-style-4 blockquote:before, .testimonial.testimonial-style-3 blockquote:after, .testimonial.testimonial-style-4 blockquote:after, .testimonial.testimonial-style-3 blockquote p, .testimonial.testimonial-style-4 blockquote p {
    color: #777
}

.testimonial.testimonial-with-quotes blockquote:after, .testimonial.testimonial-with-quotes blockquote:before, .testimonial.testimonial-with-quotes blockquote p {
    color: #777
}

.quantity .qty, .quantity .minus:hover, .quantity .plus:hover {
    color: #08c
}

.yith-wcwl-add-to-wishlist a {
    border-color: #e36159;
    color: #e36159
}

.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist a:focus {
    background-color: #e36159;
    color: #fff
}

.yith-wcwl-add-to-wishlist span.ajax-loading {
    border-color: #e36159
}

.yith-wcwl-add-to-wishlist span.ajax-loading:hover {
    background-color: #e36159
}

.add-links .quickview {
    border-color: #2baab1;
    color: #2baab1
}

.add-links .quickview:hover, .add-links .quickview:focus {
    background-color: #2baab1;
    border-color: #2baab1;
    color: #fff
}

.summary-before .ms-lightbox-btn {
    background-color: #08c
}

.summary-before .ms-lightbox-btn:hover {
    background-color: #0099e6
}

.summary-before .ms-nav-next:before, .summary-before .ms-nav-prev:before, .summary-before .ms-thumblist-fwd:before, .summary-before .ms-thumblist-bwd:before {
    color: #08c
}

.product-summary-wrap .price {
    color: #08c
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a {
    color: inherit
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:before {
    border-color: #e36159;
    color: #e36159
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover {
    background: transparent;
    color: #e36159
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover:before {
    color: #fff;
    background-color: #e36159
}

.category-filter .filter-toggle {
    color: #777
}

.gridlist-toggle > a {
    color: #777
}

.gridlist-toggle > a:hover, .gridlist-toggle > a:focus, .gridlist-toggle > a.active {
    background-color: #08c;
    border-color: #08c
}

ul.products li.product .product-loop-title, ul.products li.product-category .product-loop-title {
    color: #777
}

ul.products li.product .product-loop-title:hover, ul.products li.product-category .product-loop-title:hover, ul.products li.product .product-loop-title:focus, ul.products li.product-category .product-loop-title:focus {
    color: #08c
}

ul.products li.product .product-loop-title:hover h3, ul.products li.product-category .product-loop-title:hover h3, ul.products li.product .product-loop-title:focus h3, ul.products li.product-category .product-loop-title:focus h3 {
    color: #08c
}

ul.products li.product h3, ul.products li.product-category h3 {
    color: #777
}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview, ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview {
    background-color: #2baab1;
    color: #fff
}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview:hover, ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview:hover {
    background-color: #30bec6
}

.product_title a:hover, .product_title a:focus {
    color: #08c
}

.add_to_cart_button:hover, .add_to_cart_read_more:hover, .add_to_cart_button:focus, .add_to_cart_read_more:focus, ul.products li.product:hover .add_to_cart_button, ul.products li.product:hover .add_to_cart_read_more, ul.list li.product .add_to_cart_button, ul.list li.product .add_to_cart_read_more {
    background-color: #08c;
    border-color: #08c
}

ul.products li.product .links-on-image .add-links .add_to_cart_button, ul.products li.product .links-on-image .add-links .add_to_cart_read_more {
    border-color: #08c;
    color: #08c
}

ul.products li.product .links-on-image .add-links .add_to_cart_button:hover, ul.products li.product .links-on-image .add-links .add_to_cart_read_more:hover {
    background-color: #08c
}

.stock {
    color: #08c
}

.product-image .labels .viewcart {
    color: #08c
}

.product-image .labels .viewcart:hover {
    background-color: #08c
}

#yith-wcwl-popup-message {
    color: #777;
    border-color: #08c
}

.sidebar #yith-ajaxsearchform .btn {
    background: #08c
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background-color: #0099e6
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #08c
}

.widget_product_categories .widget-title, .widget_price_filter .widget-title, .widget_layered_nav .widget-title, .widget_layered_nav_filters .widget-title {
    color: #777
}

.widget_product_categories .widget-title .toggle:hover, .widget_price_filter .widget-title .toggle:hover, .widget_layered_nav .widget-title .toggle:hover, .widget_layered_nav_filters .widget-title .toggle:hover {
    background-color: #08c;
    border-color: #08c
}

.widget_product_categories ul li > a, .widget_price_filter ul li > a, .widget_layered_nav ul li > a, .widget_layered_nav_filters ul li > a, .widget_product_categories ol li > a, .widget_price_filter ol li > a, .widget_layered_nav ol li > a, .widget_layered_nav_filters ol li > a {
    color: #777
}

.widget_product_categories ul li > a:hover, .widget_price_filter ul li > a:hover, .widget_layered_nav ul li > a:hover, .widget_layered_nav_filters ul li > a:hover, .widget_product_categories ol li > a:hover, .widget_price_filter ol li > a:hover, .widget_layered_nav ol li > a:hover, .widget_layered_nav_filters ol li > a:hover, .widget_product_categories ul li > a:focus, .widget_price_filter ul li > a:focus, .widget_layered_nav ul li > a:focus, .widget_layered_nav_filters ul li > a:focus, .widget_product_categories ol li > a:focus, .widget_price_filter ol li > a:focus, .widget_layered_nav ol li > a:focus, .widget_layered_nav_filters ol li > a:focus {
    color: #08c
}

.widget_product_categories ul li .toggle, .widget_price_filter ul li .toggle, .widget_layered_nav ul li .toggle, .widget_layered_nav_filters ul li .toggle, .widget_product_categories ol li .toggle, .widget_price_filter ol li .toggle, .widget_layered_nav ol li .toggle, .widget_layered_nav_filters ol li .toggle {
    color: #08c
}

.widget_product_categories ul li .toggle:hover, .widget_price_filter ul li .toggle:hover, .widget_layered_nav ul li .toggle:hover, .widget_layered_nav_filters ul li .toggle:hover, .widget_product_categories ol li .toggle:hover, .widget_price_filter ol li .toggle:hover, .widget_layered_nav ol li .toggle:hover, .widget_layered_nav_filters ol li .toggle:hover {
    color: #0099e6
}

.widget_product_categories ul li.current > a, .widget_price_filter ul li.current > a, .widget_layered_nav ul li.current > a, .widget_layered_nav_filters ul li.current > a, .widget_product_categories ol li.current > a, .widget_price_filter ol li.current > a, .widget_layered_nav ol li.current > a, .widget_layered_nav_filters ol li.current > a {
    color: #08c
}

.widget_layered_nav_filters ul li a:before {
    color: #08c
}

.widget_layered_nav_filters ul li a:hover:before {
    color: #0099e6
}

ul.product_list_widget li .product-details a, .widget ul.product_list_widget li .product-details a {
    color: #777
}

ul.cart_list li .product-details a:hover, ul.product_list_widget li .product-details a:hover {
    color: #08c
}

ul.cart_list li a:hover, ul.product_list_widget li a:hover {
    color: #08c
}

.widget_recent_reviews .product_list_widget li a, .widget.widget_recent_reviews .product_list_widget li a {
    color: #777
}

.widget_shopping_cart .total .amount {
    color: #08c
}

.widget_shopping_cart .product-details .remove-product {
    color: #777
}

.shipping_calculator h2, .cart_totals h2, .review-order.shop_table h2 {
    color: #08c
}

.shipping_calculator h2 a, .cart_totals h2 a, .review-order.shop_table h2 a {
    color: #08c
}

.shipping_calculator .order-total .amount, .cart_totals .order-total .amount, .review-order.shop_table .order-total .amount {
    color: #08c
}

.yith-wcan-loading:before {
    border-color: #08c
}

.shop_table dl.variation {
    color: #777
}

.shop_table td.product-name {
    color: #08c
}

.select2-container .select2-choice, .select2-drop, .select2-drop-active {
    color: #777
}

.form-row input[type="email"], .form-row input[type="number"], .form-row input[type="password"], .form-row input[type="search"], .form-row input[type="tel"], .form-row input[type="text"], .form-row input[type="url"], .form-row input[type="color"], .form-row input[type="date"], .form-row input[type="datetime"], .form-row input[type="datetime-local"], .form-row input[type="month"], .form-row input[type="time"], .form-row input[type="week"], .form-row select, .form-row textarea {
    color: #777
}

.product-image .labels .onhot, .summary-before .labels .onhot {
    background: #62b959;
    color: #fff
}

.product-image .labels .onsale, .summary-before .labels .onsale {
    background: #e27c7c;
    color: #fff
}

.tm-extra-product-options .tm-epo-field-label {
    color: #08c
}

.tm-extra-product-options-totals .amount.final {
    color: #08c
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    background-color: #fff
}

@media (max-width: 479px) {
    body {
        font-size: 13px;
        line-height: 20px
    }
}

h1 {
     
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #1d2127
}

@media (max-width: 479px) {
    h1 {
        font-size: 33.42857143px;
        line-height: 40px
    }
}

h2 {
   
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #1d2127
}

@media (max-width: 479px) {
    h2 {
        font-size: 27.85714286px;
        line-height: 36.36363636px
    }
}

h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #1d2127
}

@media (max-width: 479px) {
    h3 {
        font-size: 23.21428571px;
        line-height: 29.09090909px
    }
}

h4 {
   
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #1d2127
}

@media (max-width: 479px) {
    h4 {
        font-size: 18.57142857px;
        line-height: 24.54545455px
    }
}

h5 {
   
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1d2127
}

@media (max-width: 479px) {
    h5 {
        font-size: 13px;
        line-height: 16.36363636px
    }
}

h6 {
   
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1d2127
}

@media (max-width: 479px) {
    h6 {
        font-size: 13px;
        line-height: 16.36363636px
    }
}

html .heading-primary, html .lnk-primary, html .text-color-primary {
    color: #08c !important
}

html .heading.heading-primary h1, html .heading.heading-primary h2, html .heading.heading-primary h3, html .heading.heading-primary h4, html .heading.heading-primary h5, html .heading.heading-primary h6 {
    border-color: #08c
}

html .heading-secondary, html .lnk-secondary, html .text-color-secondary {
    color: #e36159 !important
}

html .heading.heading-secondary h1, html .heading.heading-secondary h2, html .heading.heading-secondary h3, html .heading.heading-secondary h4, html .heading.heading-secondary h5, html .heading.heading-secondary h6 {
    border-color: #e36159
}

html .heading-tertiary, html .lnk-tertiary, html .text-color-tertiary {
    color: #2baab1 !important
}

html .heading.heading-tertiary h1, html .heading.heading-tertiary h2, html .heading.heading-tertiary h3, html .heading.heading-tertiary h4, html .heading.heading-tertiary h5, html .heading.heading-tertiary h6 {
    border-color: #2baab1
}

html .heading-quaternary, html .lnk-quaternary, html .text-color-quaternary {
    color: #383f48 !important
}

html .heading.heading-quaternary h1, html .heading.heading-quaternary h2, html .heading.heading-quaternary h3, html .heading.heading-quaternary h4, html .heading.heading-quaternary h5, html .heading.heading-quaternary h6 {
    border-color: #383f48
}

html .heading-dark, html .lnk-dark, html .text-color-dark {
    color: #2e353e !important
}

html .heading.heading-dark h1, html .heading.heading-dark h2, html .heading.heading-dark h3, html .heading.heading-dark h4, html .heading.heading-dark h5, html .heading.heading-dark h6 {
    border-color: #2e353e
}

html .heading-light, html .lnk-light, html .text-color-light {
    color: #fff !important
}

html .heading.heading-light h1, html .heading.heading-light h2, html .heading.heading-light h3, html .heading.heading-light h4, html .heading.heading-light h5, html .heading.heading-light h6 {
    border-color: #fff
}

.inverted {
    background-color: #08c
}

html .inverted-primary {
    background-color: #08c
}

html .inverted-secondary {
    background-color: #e36159
}

html .inverted-tertiary {
    background-color: #2baab1
}

html .inverted-quaternary {
    background-color: #383f48
}

html .inverted-dark {
    background-color: #2e353e
}

html .inverted-light {
    background-color: #fff
}

.alternative-font {
    font-family: Shadows Into Light;
    font-weight: 400
}

@media (min-width: 768px) {
    #banner-wrapper.banner-wrapper-boxed {
        max-width: 760px
    }
}

@media (min-width: 992px) {
    #banner-wrapper.banner-wrapper-boxed {
        max-width: 980px
    }
}

@media (min-width: 1190px) {
    #banner-wrapper.banner-wrapper-boxed {
        max-width: 1190px
    }
}

@media (min-width: 768px) {
    #main.main-boxed {
        max-width: 760px
    }
}

@media (min-width: 992px) {
    #main.main-boxed {
        max-width: 980px
    }
}

@media (min-width: 1190px) {
    #main.main-boxed {
        max-width: 1190px
    }
}

#main {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    background-color: #fff
}

#main .content-bottom-wrapper {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 20px
}

body.boxed .page-wrapper {
    border-top-color: #08c
}

@media (min-width: 768px) {
    body.boxed .page-wrapper {
        max-width: 760px
    }
}

@media (min-width: 992px) {
    body.boxed .page-wrapper {
        max-width: 980px
    }
}

@media (min-width: 1190px) {
    body.boxed .page-wrapper {
        max-width: 1190px
    }
}

@media (min-width: 1190px) {
    body.boxed .ult-vc-hide-row, #main.main-boxed .ult-vc-hide-row {
        max-width: 1190px
    }
}

@media (min-width: 1190px) {
    body.boxed #header.sticky-header .header-main.sticky, body.boxed #header.sticky-header .main-menu-wrap {
        max-width: 1190px
    }
}

@media (min-width: 1466px) {
    body.boxed.body-side .page-wrapper.side-nav .page-top.fixed-pos {
        left: auto;
        right: auto;
        width: 100%;
        max-width: 1190px
    }
}

@media (min-width: 1190px) {
    body.boxed #header.sticky-header .header-main.sticky, #header-boxed #header.sticky-header .header-main.sticky, body.boxed #header.sticky-header .main-menu-wrap, #header-boxed #header.sticky-header .main-menu-wrap {
        max-width: 1190px
    }
}





@media (max-width: 991px) {
    .fixed-header #header .searchform {
        background-color: #fff;
        border-color: #ccc
    }
}

.fixed-header #header .searchform-popup .searchform {
    background-color: #fff;
    border-color: #ccc
}

.fixed-header #header .main-menu-wrap {
    box-shadow: none
}

.fixed-header #header #main-menu .mega-menu {
    box-shadow: none
}

.fixed-header #header.sticky-header .searchform {
    background: #fff;
    border-color: #ccc
}

.fixed-header #header.sticky-header .main-menu-wrap {
    background-color: #fff
}

.fixed-header #header.sticky-header #main-menu .mega-menu {
    background-color: transparent
}

#header.sticky-header .header-main, .fixed-header #header.sticky-header .header-main {
    background-color: #fff;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #f6f6f6, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#fff));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #fff);
    background-image: -o-linear-gradient(top, #f6f6f6, #fff);
    background-image: linear-gradient(to bottom, #f6f6f6, #fff);
    background-repeat: repeat-x
}



@media (min-width: 768px) {
    #header-boxed {
        max-width: 760px
    }
}

@media (min-width: 992px) {
    #header-boxed {
        max-width: 980px
    }
}

@media (min-width: 1190px) {
    #header-boxed {
        max-width: 1190px
    }
}


@media (max-width: 1189px) {
    .main-menu-wrap #main-menu .mega-menu > li.menu-item > a, .main-menu-wrap #main-menu .mega-menu > li.menu-item > h5 {
        padding: 9px 10px 7px 10px
    }
}

.main-menu-wrap #main-menu .mega-menu > li.menu-item > a .tip, .main-menu-wrap #main-menu .mega-menu > li.menu-item > h5 .tip {
    right: 13px;
    top: -4px
}

@media (max-width: 1189px) {
    .main-menu-wrap #main-menu .mega-menu > li.menu-item > a .tip, .main-menu-wrap #main-menu .mega-menu > li.menu-item > h5 .tip {
        right: 10px;
        top: -6px
    }
}

.main-menu-wrap #main-menu .mega-menu > li.menu-item.has-sub:hover > a, .main-menu-wrap #main-menu .mega-menu > li.menu-item.has-sub:hover > h5 {
    padding-bottom: 12px
}

@media (max-width: 1189px) {
    .main-menu-wrap #main-menu .mega-menu > li.menu-item.has-sub:hover > a, .main-menu-wrap #main-menu .mega-menu > li.menu-item.has-sub:hover > h5 {
        padding-bottom: 10px
    }
}

.main-menu-wrap #main-menu .mega-menu .menu-custom-block a, .main-menu-wrap #main-menu .mega-menu .menu-custom-block span {
    padding: 11px 13px 8px 13px
}

@media (max-width: 1189px) {
    .main-menu-wrap #main-menu .mega-menu .menu-custom-block a, .main-menu-wrap #main-menu .mega-menu .menu-custom-block span {
        padding: 9px 10px 6px 10px
    }
}

.main-menu-wrap #main-menu .mega-menu .menu-custom-block .tip {
    right: 13px;
    top: -4px
}

@media (max-width: 1189px) {
    .main-menu-wrap #main-menu .mega-menu .menu-custom-block .tip {
        right: 10px;
        top: -6px
    }
}

#main-menu .mega-menu {
    background-color: transparent
}

#main-menu .mega-menu > li.menu-item > a, #main-menu .mega-menu > li.menu-item > h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #191919;
}

@media (max-width: 1189px) {
    #main-menu .mega-menu > li.menu-item > a, #main-menu .mega-menu > li.menu-item > h5 {
        font-size: 12px;
        line-height: 20px
    }
}

/*#main-menu .mega-menu > li.menu-item.active > a, #main-menu .mega-menu > li.menu-item:hover > a, #main-menu .mega-menu > li.menu-item.active > h5, #main-menu .mega-menu > li.menu-item:hover > h5 {
    background: #08c;
    color: #fff
}*/

#main-menu .mega-menu .popup {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

#main-menu .mega-menu .wide .popup {
    border-top-color: #08c
}

#main-menu .mega-menu .wide .popup > .inner {
    background-color: #fff
}

#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a, #main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
    color: #333
}

#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a, #main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
    color: #777
}

#main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover, #main-menu .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
    color: #777;
    background-color: #f4f4f4
}

#main-menu .mega-menu .narrow .popup ul.sub-menu {
    background-color: #fff;
 
 
}

#main-menu .mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
    top: -10px
}

#main-menu .mega-menu .narrow .popup li.menu-item > a, #main-menu .mega-menu .narrow .popup li.menu-item > h5 {
    color: #777;
    border-bottom-color: #f2f2f2
}

#main-menu .mega-menu .narrow .popup li.menu-item > a:before, #main-menu .mega-menu .narrow .popup li.menu-item > h5:before {
    color: #08c
}

#main-menu .mega-menu .narrow .popup li.menu-item:hover > a, #main-menu .mega-menu .narrow .popup li.menu-item:hover > h5 {
    color: #777;
    background-color: #f4f4f4
}

#main-menu .menu-custom-block {
    color: #777
}

#main-menu .menu-custom-block span, #main-menu .menu-custom-block a {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px
}

#main-menu .menu-custom-block span {
    color: #777
}

#main-menu .menu-custom-block a {
    color: #08c
}

#main-menu .menu-custom-block a:hover {
    color: #006fa4
}

#header .currency-switcher > li.menu-item:before, #header .view-switcher > li.menu-item:before {
    color: #777
}

#header .currency-switcher > li.menu-item > a, #header .view-switcher > li.menu-item > a, #header .currency-switcher > li.menu-item > h5, #header .view-switcher > li.menu-item > h5 {
    color: #777;
    background: transparent
}

#header .currency-switcher > li.menu-item > a.active, #header .view-switcher > li.menu-item > a.active, #header .currency-switcher > li.menu-item > h5.active, #header .view-switcher > li.menu-item > h5.active {
    color: #777;
    background: #ededed
}

#header .currency-switcher > li.menu-item:hover > a, #header .view-switcher > li.menu-item:hover > a, #header .currency-switcher > li.menu-item:hover > h5, #header .view-switcher > li.menu-item:hover > h5 {
    color: #777;
    background: #ededed
}

#header .currency-switcher .narrow .popup ul.sub-menu, #header .view-switcher .narrow .popup ul.sub-menu {
    background: #ededed
}

#header .currency-switcher .narrow .popup li.menu-item > a, #header .view-switcher .narrow .popup li.menu-item > a, #header .currency-switcher .narrow .popup li.menu-item > h5, #header .view-switcher .narrow .popup li.menu-item > h5 {
    color: #777
}

#header .currency-switcher .narrow .popup li.menu-item > a.active, #header .view-switcher .narrow .popup li.menu-item > a.active, #header .currency-switcher .narrow .popup li.menu-item > h5.active, #header .view-switcher .narrow .popup li.menu-item > h5.active {
    color: #777;
    background: #fafafa
}

#header .currency-switcher .narrow .popup li.menu-item:hover > a, #header .view-switcher .narrow .popup li.menu-item:hover > a, #header .currency-switcher .narrow .popup li.menu-item:hover > h5, #header .view-switcher .narrow .popup li.menu-item:hover > h5 {
    color: #777;
    background: #fafafa
}

#header .searchform {
    background: #fff;
    border-color: #ccc
}

@media (max-width: 991px) {
    #header .searchform {
        border-color: #ccc
    }
}

/*#header .searchform input, #header .searchform select, #header .searchform button {
    color: #555
}*/

#header .searchform input, #header .searchform select {
    border-color: #ccc
}

#header .searchform button:hover {
    color: #333
}

#header .searchform select option, #header .searchform .autocomplete-suggestion, #header .searchform .autocomplete-suggestions {
    background: #fff;
    color: #555
}

#header .searchform .autocomplete-suggestions {
    border-color: #ccc
}

#header .searchform .autocomplete-suggestion .yith_wcas_result_content .title {
    color: #555
}

#header .searchform-popup .search-toggle {
    color: #999
}

#header .searchform-popup .search-toggle:hover {
    color: #999
}

#header .search-popup .searchform {
    border-color: #ccc
}

#mini-cart.minicart-box {
    border-color: transparent;
    background: transparent
}

#mini-cart.minicart-inline {
    background: transparent
}

#mini-cart.minicart-inline .cart-items {
    color: #898a85;
}

#mini-cart .minicart-icon {
    color: #08c
}

#mini-cart .cart-items {
    color: #08c
}

#mini-cart .cart-popup {
    color: #777;
    border-color: #08c
}

#mini-cart .cart-popup:before {
    border-color: #08c
}

@media (max-width: 480px) {
    #header #mini-cart {
        background: transparent
    }

    #header #mini-cart .cart-items {
        color: #08c
    }
}

#header .header-top .share-links > a {
    color: #08c
}

#header .header-top .share-links > a:hover {
    color: #0099e6
}

#header .mobile-toggle {
    color: #999
}

#header .mobile-toggle:hover {
    color: #999
}

@media (min-width: 992px) {
    #header.header-corporate .searchform button {
        color: #c3c3c3
    }
}

#header.header-corporate .share-links a {
    color: #525252;
    background-color: #fff
}

#header.header-11 #main-menu .mega-menu > li.menu-item.active > a, #header.header-12 #main-menu .mega-menu > li.menu-item.active > a, #header.header-11 #main-menu .mega-menu > li.menu-item.active > h5, #header.header-12 #main-menu .mega-menu > li.menu-item.active > h5 {
    background: transparent;
    color: #08c
}

#header.header-11 #main-menu .mega-menu > li.menu-item.active:hover > a, #header.header-12 #main-menu .mega-menu > li.menu-item.active:hover > a, #header.header-11 #main-menu .mega-menu > li.menu-item:hover > a, #header.header-12 #main-menu .mega-menu > li.menu-item:hover > a, #header.header-11 #main-menu .mega-menu > li.menu-item.active:hover > h5, #header.header-12 #main-menu .mega-menu > li.menu-item.active:hover > h5, #header.header-11 #main-menu .mega-menu > li.menu-item:hover > h5, #header.header-12 #main-menu .mega-menu > li.menu-item:hover > h5 {
    background: #08c;
    color: #fff
}

@media (min-width: 992px) {
    #header.header-11 .header-main #main-menu .mega-menu > li.menu-item {
        margin-top: -5px
    }

    #header.header-11 .header-main #main-menu .mega-menu > li.menu-item > a, #header.header-11 .header-main #main-menu .mega-menu > li.menu-item > h5 {
        border-top: 5px solid transparent
    }

    #header.header-11 .header-main #main-menu .mega-menu > li.menu-item.active > a, #header.header-11 .header-main #main-menu .mega-menu > li.menu-item.active > h5 {
        border-top: 5px solid #08c
    }

    #header.header-11 .header-main #main-menu .mega-menu > li.menu-item:hover > a, #header.header-11 .header-main #main-menu .mega-menu > li.menu-item:hover > h5 {
        border-top: 5px solid #08c
    }
}

.header-wrapper.header-side-nav #header .share-links a {
    color: #fff;
    background-color: #9e9e9e
}

.header-wrapper.header-side-nav #header .header-copyright {
    color: #777
}

@media (min-width: 992px) {
    .header-wrapper.header-side-nav #header .top-links li.menu-item > a, .header-wrapper.header-side-nav #header .top-links li.menu-item > h5 {
        border-top-color: #0099e6
    }

    .header-wrapper.header-side-nav #header .top-links li.menu-item > a, .header-wrapper.header-side-nav #header .top-links li.menu-item.active > a, .header-wrapper.header-side-nav #header .top-links li.menu-item > h5, .header-wrapper.header-side-nav #header .top-links li.menu-item.active > h5 {
        color: #08c
    }

    .header-wrapper.header-side-nav #header .top-links li.menu-item:hover, .header-wrapper.header-side-nav #header .top-links li.menu-item.active:hover {
        background: #08c
    }

    .header-wrapper.header-side-nav #header .top-links li.menu-item:hover > a, .header-wrapper.header-side-nav #header .top-links li.menu-item.active:hover > a, .header-wrapper.header-side-nav #header .top-links li.menu-item:hover > h5, .header-wrapper.header-side-nav #header .top-links li.menu-item.active:hover > h5 {
        color: #fff
    }
}

#header.header-9.sticky-header .main-menu-wrap, .fixed-header #header.header-9.sticky-header .main-menu-wrap {
    background-color: transparent
}

#main-toggle-menu .toggle-menu-wrap {
    background-color: transparent
}

.header-side-nav .sidebar-menu > li.menu-item > a, .toggle-menu-wrap .sidebar-menu > li.menu-item > a, .header-side-nav .sidebar-menu > li.menu-item > h5, .toggle-menu-wrap .sidebar-menu > li.menu-item > h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-top-color: #0099e6
}

.header-side-nav .sidebar-menu > li.menu-item > a, .toggle-menu-wrap .sidebar-menu > li.menu-item > a, .header-side-nav .sidebar-menu > li.menu-item.active > a, .toggle-menu-wrap .sidebar-menu > li.menu-item.active > a, .header-side-nav .sidebar-menu > li.menu-item > h5, .toggle-menu-wrap .sidebar-menu > li.menu-item > h5, .header-side-nav .sidebar-menu > li.menu-item.active > h5, .toggle-menu-wrap .sidebar-menu > li.menu-item.active > h5 {
    color: #08c
}

.header-side-nav .sidebar-menu > li.menu-item:hover, .toggle-menu-wrap .sidebar-menu > li.menu-item:hover, .header-side-nav .sidebar-menu > li.menu-item.active:hover, .toggle-menu-wrap .sidebar-menu > li.menu-item.active:hover {
    background: #08c
}

.header-side-nav .sidebar-menu > li.menu-item:hover > a, .toggle-menu-wrap .sidebar-menu > li.menu-item:hover > a, .header-side-nav .sidebar-menu > li.menu-item.active:hover > a, .toggle-menu-wrap .sidebar-menu > li.menu-item.active:hover > a, .header-side-nav .sidebar-menu > li.menu-item:hover > h5, .toggle-menu-wrap .sidebar-menu > li.menu-item:hover > h5, .header-side-nav .sidebar-menu > li.menu-item.active:hover > h5, .toggle-menu-wrap .sidebar-menu > li.menu-item.active:hover > h5 {
    color: #fff
}

.header-side-nav .sidebar-menu > li.menu-item > .arrow:before, .toggle-menu-wrap .sidebar-menu > li.menu-item > .arrow:before {
    border-left-color: #08c
}

.header-side-nav .sidebar-menu > li.menu-item:hover > a, .toggle-menu-wrap .sidebar-menu > li.menu-item:hover > a, .header-side-nav .sidebar-menu > li.menu-item:hover + li.menu-item > a, .toggle-menu-wrap .sidebar-menu > li.menu-item:hover + li.menu-item > a, .header-side-nav .sidebar-menu > li.menu-item:hover > h5, .toggle-menu-wrap .sidebar-menu > li.menu-item:hover > h5, .header-side-nav .sidebar-menu > li.menu-item:hover + li.menu-item > h5, .toggle-menu-wrap .sidebar-menu > li.menu-item:hover + li.menu-item > h5 {
    border-top-color: #0099e6
}

.header-side-nav .sidebar-menu > li.menu-item:hover > .arrow:before, .toggle-menu-wrap .sidebar-menu > li.menu-item:hover > .arrow:before {
    border-left-color: #fff
}

.header-side-nav .sidebar-menu .popup, .toggle-menu-wrap .sidebar-menu .popup {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.header-side-nav .sidebar-menu .wide .popup, .toggle-menu-wrap .sidebar-menu .wide .popup {
    border-left-color: #08c
}

.header-side-nav .sidebar-menu .wide .popup > .inner, .toggle-menu-wrap .sidebar-menu .wide .popup > .inner {
    background-color: #fff
}

.header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a, .toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a, .header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5, .toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
    color: #333
}

.header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a, .toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a, .header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5, .toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
    color: #777
}

.header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover, .toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover, .header-side-nav .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover, .toggle-menu-wrap .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
    background-color: #f4f4f4;
    color: #777
}

.header-side-nav .sidebar-menu .narrow .popup ul.sub-menu, .toggle-menu-wrap .sidebar-menu .narrow .popup ul.sub-menu {
    background: #08c
}

.header-side-nav .sidebar-menu .narrow .popup li.menu-item > a, .toggle-menu-wrap .sidebar-menu .narrow .popup li.menu-item > a, .header-side-nav .sidebar-menu .narrow .popup li.menu-item > h5, .toggle-menu-wrap .sidebar-menu .narrow .popup li.menu-item > h5 {
    color: #fff
}

.header-side-nav .sidebar-menu .narrow .popup li.menu-item:hover > a, .toggle-menu-wrap .sidebar-menu .narrow .popup li.menu-item:hover > a, .header-side-nav .sidebar-menu .narrow .popup li.menu-item:hover > h5, .toggle-menu-wrap .sidebar-menu .narrow .popup li.menu-item:hover > h5 {
    background: #0099e6
}

.header-side-nav .sidebar-menu .menu-custom-block span, .toggle-menu-wrap .sidebar-menu .menu-custom-block span, .header-side-nav .sidebar-menu .menu-custom-block a, .toggle-menu-wrap .sidebar-menu .menu-custom-block a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.header-side-nav .sidebar-menu .menu-custom-block a, .toggle-menu-wrap .sidebar-menu .menu-custom-block a {
    border-top-color: #0099e6;
    color: #08c
}

.header-side-nav .sidebar-menu .menu-custom-block a:hover, .toggle-menu-wrap .sidebar-menu .menu-custom-block a:hover {
    background-color: #08c;
    color: #fff
}

.header-side-nav .sidebar-menu .menu-custom-block a:hover, .toggle-menu-wrap .sidebar-menu .menu-custom-block a:hover, .header-side-nav .sidebar-menu .menu-custom-block a:hover + a, .toggle-menu-wrap .sidebar-menu .menu-custom-block a:hover + a {
    border-top-color: #0099e6
}

.toggle-menu-wrap .sidebar-menu > li.menu-item > a, .toggle-menu-wrap .sidebar-menu > li.menu-item > h5 {
    border-top-color: rgba(0, 0, 0, 0.125)
}

.page-top {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    
	margin-top:2px;
	
	
}

.page-top > .container {
    padding: 0px 10px 0px 10px
}

.page-top ul.breadcrumb > li {
    color: #312b2b
}

.page-top ul.breadcrumb > li a {
    color: #312b2b
}

.page-top .yoast-breadcrumbs, .page-top .breadcrumbs-wrap {
    color: #312b2b
}

.page-top .yoast-breadcrumbs a, .page-top .breadcrumbs-wrap a {
    color: #312b2b
}

.page-top .page-title {
    color: #312b2b;
    font-weight: 400;
    margin-top: 13px;
    font-size: 34px;
  }

.page-top.page-header-1 .page-title {
     margin-bottom: -11px;
    padding-bottom: 0;
	margin-top:0;
}

.page-top .product-nav .product-link {
    color: #fff
}

.page-top .product-nav .product-popup {
    color: #777
}

.page-top .product-nav .product-popup:before {
    border-bottom-color: #08c
}

@media (min-width: 768px) {
    #breadcrumbs-boxed {
        max-width: 760px
    }
}

@media (min-width: 992px) {
    #breadcrumbs-boxed {
        max-width: 980px
    }
}

@media (min-width: 1190px) {
    #breadcrumbs-boxed {
        max-width: 1190px
    }
}

#nav-panel {
    background-color: #1d2127;
    color: #fff
}

#nav-panel .welcome-msg {
    color: #fff
}

#nav-panel .accordion-menu {
    color: #fff
}

#nav-panel .accordion-menu li.menu-item > a, #nav-panel .accordion-menu li.menu-item > h5 {
    color: #fff
}

#nav-panel .accordion-menu li.menu-item.active > a, #nav-panel .accordion-menu li.menu-item:hover > a, #nav-panel .accordion-menu li.menu-item.active > h5, #nav-panel .accordion-menu li.menu-item:hover > h5 {
    background-color: #282d36;
    color: #fff
}

#nav-panel .accordion-menu .arrow:hover {
    color: #fff
}

#nav-panel .menu-custom-block {
    color: #fff
}

#nav-panel .menu-custom-block span {
    color: #fff
}

#nav-panel .menu-custom-block a {
    color: #fff
}

#nav-panel .menu-custom-block a:hover {
    background-color: #282d36;
    color: #fff
}

#nav-panel-close {
    background-color: #1d2127;
    color: #fff
}

#nav-panel-close:hover {
    color: #f2f2f2
}

.footer-top {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    background-color: #fff;
    padding_top: 0px;
    padding_bottom: 0px
}

#footer {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    color: #777;
    background-color: #0e0e0e
}

#footer p, #footer .widget > div > ul li, #footer .widget > ul li {
    color: #777
}

#footer a, #footer a:hover {
    color: #fff
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer .widgettitle, #footer .widget-title {
    color: #fff
}

#footer h1 a, #footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a, #footer .widgettitle a, #footer .widget-title a {
    color: #fff
}

#footer .footer-ribbon {
    background: #08c;
    font-family: Shadows Into Light;
    font-weight: 400;
    color: #fff
}

#footer .footer-ribbon a, #footer .footer-ribbon a:hover, #footer .footer-ribbon a:focus {
    color: #fff
}

#footer .footer-ribbon:before {
    border-right-color: #005580
}

#footer .widget .tagcloud a {
    border-color: rgba(119, 119, 119, 0.3)
}

#footer .widget .tagcloud a:hover {
    border-color: #08c;
    background-color: #08c
}

#footer .widget > div > ul, #footer .widget > ul {
    border-color: rgba(119, 119, 119, 0.3)
}

#footer .widget > div > ul li, #footer .widget > ul li {
    border-color: rgba(119, 119, 119, 0.3)
}

#footer .post-item-small {
    border-color: rgba(119, 119, 119, 0.3)
}

#footer .footer-bottom {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    color: #555;
    background-color: #060606
}

#footer .footer-bottom p, #footer .footer-bottom .widget > div > ul li, #footer .footer-bottom .widget > ul li {
    color: #555
}

#footer .footer-bottom a, #footer .footer-bottom a:hover {
    color: #fff
}

#footer .widget.follow-us .share-links a {
    background: #fff;
    color: #555
}

#footer .tooltip-icon {
    border-color: #fff;
    color: #fff
}

.footer-wrapper.fixed #footer .footer-bottom {
    background-color: rgba(6, 6, 6, 0.8)
}

@media (min-width: 768px) {
    #footer-boxed {
        max-width: 760px
    }
}

@media (min-width: 992px) {
    #footer-boxed {
        max-width: 980px
    }
}

@media (min-width: 1190px) {
    #footer-boxed {
        max-width: 1190px
    }
}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen.min.css?161822783411115*/
/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(/local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen-sprite.png) no-repeat 100% -20px;background:url(/local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(/local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(/local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen-sprite.png) no-repeat -30px -20px;background:url(/local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(/local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/scss_main.css?161822783422723*/
.text-bold {
	font-weight: 600;
}
/*
body * {
  font-weight: 100 !important;
}
*/
.footer-wrapper {
	margin-bottom: 35px;
}
body {
	width: 100%;
}
.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
}
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.nav-secondary {
	padding: 0;
}
.nav-secondary .nav li {
	border-right: 1px solid #dcdcdc;
	min-width: 126px;
}
#footer .footer-bottom {
	padding: 0;
}
.s-styles-margin__0 {
	margin: 0;
}
.s-styles-margin-bottom__20 {
	margin-bottom: 20px !important;
}
header {
	padding: 0;
}
.header-main__sticky-off .header-contact a {
	color: #999999;
}
.dropdown-menu.cart-popup.widget_shopping_cart {
	width: 380px !important;
}
#topcontrol {
	z-index: 99999 !important;
}
#min_price, #max_price, .min_price, .max_price {
	display: inline-block !important;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: 0.0714em;
}
.widget_price_filter .ui-slider {
	width: 94%;
}
.product-summary-wrap .price small {
	color: #ababab;
	font-size: 14px;
	display: block;
	margin-top: 10px;
	    font-weight: 400;
}
.yith-wcwl-compare-button span:first-child:before, .yith-wcwl-compare-button a:before {
	content: "\f080";
}
.yith-wcwl-compare-button a:before {
	color: #fff !important;
	background-color: #e36159;
}
.product-summary-wrap .entry-summary .stock {
	border-bottom: 1px dashed;
	display: inline-block;
	cursor: pointer;
}
.product-summary-wrap .entry-summary .stock i {
	vertical-align: top;
}
.product-summary-wrap .entry-summary .stock:hover {
	color: #555;
}
.chosen-container-single .chosen-single div {
	top: -4px;
}
.jQuery-plainOverlay-progress {
	border-top: 4px solid #00334e !important;
	border-right: 4px solid #0087cb !important;
	border-bottom: 4px solid #00334e !important;
	border-left: 4px solid #0087cb !important;
	margin: auto !important;
}
.smartfilter .bx-filter-container-modef {
	position: absolute;
	left: 100%;
	width: 140px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 7px;
	z-index: 9999;
}
.smartfilter .bx-filter-container-modef:empty {
	display: none;
}
.smartfilter .bx-filter-select-container, .smartfilter label {
	cursor: pointer;
}
.smartfilter .min_value, .smartfilter .max_value {
	width: 46%;
	margin: 0 3px;
}
.smartfilter .price_slider_wrapper .price_slider {
	margin-bottom: 1.1428em;
}
.smartfilter .s-bx-filter-param-btn-block__horizontal .bx-filter-param-btn {
	display: block;
	transition: all 0.3s;
}
.smartfilter .s-bx-filter-param-btn-block__horizontal .bx-filter-param-btn:hover {
	opacity: 0.7;
	transition: all 0.1s;
}
.smartfilter .s-bx-filter-param-btn-block__horizontal .bx-filter-btn-color-icon {
	display: block;
	height: 24px;
	width: 24px;
}
.smartfilter .s-bx-filter-param-btn-block__horizontal .bx-filter-param-label {
	padding: 3px;
	margin: 0 2px 0 0;
}
.smartfilter .s-bx-filter-param-btn-block__horizontal .bx-filter-param-label.bx-active {
	padding: 2px;
	border: 1px solid #00334e;
}
.smartfilter .s-bx-filter-param-btn-block__vertical .bx-filter-param-text {
	vertical-align: super;
}
.smartfilter .s-bx-filter-param-btn-block__vertical .bx-filter-param-btn, .smartfilter .s-bx-filter-param-btn-block__vertical .bx-filter-btn-color-icon {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.smartfilter .s-bx-filter-param-btn-block__vertical .bx-filter-param-label {
	width: 100%;
}
.smartfilter .s-bx-filter-param-btn-block__vertical .bx-filter-param-label.bx-active {
	font-weight: 600;
}
.smartfilter .bx-filter-select-block .bx-filter-select-text, .smartfilter .bx-filter-select-block .bx-filter-select-arrow {
	display: inline-block;
}
.smartfilter .bx-filter-select-block .bx-filter-select-text {
	border-bottom: 1px dashed #00334e;
}
.smartfilter .bx-filter-select-block .bx-filter-select-arrow {
	vertical-align: top;
	margin-left: 3px;
	display: inline-block;
	height: 24px;
}
.smartfilter .bx-filter-select-block .bx-filter-param-btn, .smartfilter .bx-filter-select-block .bx-filter-btn-color-icon {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.smartfilter .bx-filter-select-block .bx-filter-param-text {
	vertical-align: super;
}
.smartfilter .bx-filter-parameters-box-container-block {
	display: inline-block;
	padding: .7143em 3px;
}
.smartfilter .bx-filter-parameters-box-container-block input {
	width: 104px;
	text-align: center;
}
.smartfilter .bx-filter-parameters-box-container-block:first-of-type .calendar-icon {
	float: left !important;
}
.popup-window .bx-filter-select-popup ul {
	padding: 10px;
}
.popup-window .bx-filter-select-popup ul li {
	list-style: none;
}
.popup-window .bx-filter-select-popup .bx-filter-param-btn, .popup-window .bx-filter-select-popup .bx-filter-btn-color-icon {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.popup-window .bx-filter-select-popup .bx-filter-param-text {
	vertical-align: super;
}
.term-description.term-description__top {
	margin-bottom: 5px !important;
	color:#adadad;
}
.term-description.term-description__bottom {
	margin-top: 30px !important;
}
.b-bottom-attach-panel {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 35px;
    z-index: 99999;
    background: #0087cb;
    color: #fff;
}
.b-bottom-attach-panel .b-bottom-attach-panel-nav {
	padding: 6px 0;
	text-align: center;
	font-weight: 600;
}
.b-bottom-attach-panel .b-bottom-attach-panel-nav span {
	color: #fff;
	border-bottom: 1px dashed #21aef5;
	font-weight:400;

}
.j-bottom-attach-panel-nav-item {	cursor:pointer;}
.b-bottom-attach-panel .b-bottom-attach-panel-nav .container .row > div.s-bottom-attach-panel-nav__active, .b-bottom-attach-panel .b-bottom-attach-panel-nav .container .row > div:hover {
	text-decoration:none;

}
.b-bottom-attach-panel .b-bottom-attach-panel-nav .container .row > div.s-bottom-attach-panel-nav__active span, .b-bottom-attach-panel .b-bottom-attach-panel-nav .container .row > div:hover span {
	
	border-bottom: none;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks {
	background: #fafafa;
	color: #00334e;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-button__close {
	text-align: right;
	cursor: pointer;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__last-viewed, .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare, .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__cart {
	display: none;
	padding-bottom: 20px;
	padding-top: 10px;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__last-viewed .btn, .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .btn, .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__cart .btn {
	margin-left: 10px;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__last-viewed .table th:first-child, .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__last-viewed .table td:first-child {
	width: 60px;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__last-viewed .table th:last-child, .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__last-viewed .table td:last-child {
	width: 150px;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table th:first-child, .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table td:first-child {
	width: 1%;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table th:nth-child(2), .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table td:nth-child(2) {
	width: 60px;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table th:nth-child(3), .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table td:nth-child(3) {
	width: 70%;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table th:nth-child(4), .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table td:nth-child(4) {
	width: 150px;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table th:last-child, .b-bottom-attach-panel .b-bottom-attach-panel-blocks .b-bottom-attach-panel-blocks__compare .table td:last-child {
	width: 100px;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .input-group {
	width: 130px;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .input-group input {
	text-align: center;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .input-group .input-group-addon {
	font-size: 12px;
	cursor: pointer;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .input-group input, .b-bottom-attach-panel .b-bottom-attach-panel-blocks .input-group .input-group-addon {
	height: 24px;
	padding: 0 6px;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .input-group .s-bottom-attach-panel-product-unit {
	min-width: 32px;
	background: transparent;
	border-left: 0;
	cursor: inherit;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .input-group input {
	border-right: 0;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .table {
	height: 150px;
	display: -moz-groupbox;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .table tbody {
	overflow-y: scroll;
	height: 119px;
	width: 100%;
	position: absolute;
}
.b-bottom-attach-panel .b-bottom-attach-panel-blocks .table tr {
	width: 100%;
	display: inline-table;
	table-layout: fixed;
}
 @-moz-document url-prefix() {
 .b-bottom-attach-panel .b-bottom-attach-panel-blocks .table {
 margin-bottom: 52px;
}
}
.b-header-menu-small {
	display: block !important;
}
.b-header-menu-small .nav {
	display: inline-block;

}
.b-header-menu-small .nav li {
	line-height: 10px;
}
.b-header-main-menu-and-search {
	margin-top: 5px;
}
.b-header-main-menu-and-search .b-header-main-menu {
	display: block;
	width: 100%;
}
.b-header-main-menu-and-search .b-header-main-menu .popup > .inner > ul.sub-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.b-header-main-menu-and-search .b-header-main-menu > .menu-item:first-child > a {
	min-width: 254px;
	margin-right: 29px;
}
.b-header-main-menu-and-search .b-header-main-menu .menu-item a {
	color: #777;
}
.b-header-main-menu-and-search .b-header-main-menu .menu-item.general > a {
	background-color: #178ae3;
	color: #fff !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.b-header-main-menu-and-search .b-header-main-menu .menu-item .popup {
    display: block !important;
    top: 47px !important;
    width: 254px;
}
.b-header-main-menu-and-search .b-header-main-menu .s-header-menu-more {
	margin-left: 8px;
}
.b-header-main-menu-and-search .b-header-search {
	min-height: 40px;
	background: #fff;
}
.b-header-main-menu-and-search .b-header-search input {
	width: 120px !important;
}
/*
.b-header-main-menu-and-search .b-header-search.s-header-search__full-width form:not(.mobile) {
	position: absolute !important;
	top: -11px !important;
	width: 460px !important;
	    left: -237px !important;
}

*/




.b-header-descriptor h2, .b-header-descriptor .h2 {
	margin-top: 0;
}
.b-header-phone h2, .b-header-phone .h2 {
	margin-top: 0;
}


.b-our-benefits {
	padding: 0 17px;
}
.b-our-benefits, .b-our-benefits .media-left, .b-our-benefits .media-body {
	min-height: 65px;
}
.b-our-benefits .media-left {
	height: 65px;
	vertical-align: middle;
}
.b-our-benefits .media-object {
	max-width: 70px;
}
.b-our-benefits .media-body {
	vertical-align: middle;
}
.b-vertical-menu-title a {
	color: #000;
}
.b-vertical-menu {
	z-index: 9999;
}
.b-vertical-menu > ul > li:nth-child(n + 17) {
	display: none !important;
}
.b-vertical-menu > ul > li.b-vertical-menu-link__more {
	display: block !important;
	font-weight: 600;
}
.b-vertical-menu.s-vertical-menu__full {
	position: absolute;
	left: 10.5px;
}
.b-vertical-menu.s-vertical-menu__full > ul > li {
	display: block !important;
}
.b-vertical-menu.s-vertical-menu__full > ul {
	z-index: 9999;
	width: 271.5px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #fbfbfb;
}
.b-vertical-menu.s-vertical-menu__full > ul .b-vertical-menu-title {
	border-radius: 0 !important;
}
.b-vertical-menu.s-vertical-menu__full .b-vertical-menu-link__more {
	display: none !important;
}
.b-attention-area .sidebar {
	width: 355px;
	padding: 1px 30px 12px 33px;
}

.b-images-with-links {
	margin-top: 40px;
}
.b-store-categories-list .b-store-categories-list-item {
	border: 0;
}
.b-store-categories-list .b-store-categories-list-item .b-store-categories-list-title {
	color: #2b2b2b;
}
.b-store-categories-list .b-store-categories-list-item .b-store-categories-list-sub-categories {
	list-style: none;
	padding-left: 20px;
}
.b-store-categories-list .b-store-categories-list-item .b-store-categories-list-sub-categories .b-store-categories-list-sub-categories__item a {
	color: #8b8b8b;
}
.b-product-card-add-to-cart {
	margin-bottom: 20px;
}
.b-product-card-add-to-cart .cart .quantity {
	width: 7.1429em;
}
.b-product-card-add-to-cart .cart .quantity .qty {
	width: 5.5em;
}
.b-product-card-add-to-cart .cart .quantity .minus, .b-product-card-add-to-cart .cart .quantity .plus {
	left: 5.8571em;
}
.b-product-card-add-to-cart .cart .single_add_to_cart_button {
	padding: 6px 24px;
}
.b-product-card-add-to-cart .cart .single_one_click_button {
	margin-top: 10px;
}
.b-product-card-characteristics .item_info_section ul {
	padding-left: 0;
}
.b-product-card-characteristics .item_info_section ul li {
	list-style: none;
	display: inline-block;
}
.b-product-card-characteristics .item_info_section .bx_images_scroller_container .cnt {
	display: inline-block;
	border: 1px solid #ddd;
}
.b-product-card-characteristics .item_info_section .bx_images_scroller_container .bx_active .cnt {
	border: 1px solid #00334e;
}
.b-product-card-characteristics .item_info_section .bx_images_scroller_container .cnt_item {
	display: block;
	width: 24px;
	height: 24px;
}
.b-product-card-characteristics .item_info_section .bx_boxes_scroller_container .cnt {
	display: inline-block;
	border: 1px solid #ddd;
	width: 26px;
	height: 26px;
	text-align: center;
}
.b-product-card-characteristics .item_info_section .bx_selects_scroller_container li {
	display: block;
	width: 80%;
}
.b-product-card-characteristics .item_info_section .bx_selects_scroller_container .cnt {
	display: block;
	border: 1px solid #ddd;
	height: 26px;
	padding: 0 6px;
}
.b-product-card-social-actions {
	margin-top: 20px;
}
.b-product-card-tabs-sliders .resp-tab-item {
	background: transparent;
	border: 0;
	margin-bottom: 0 !important;
}
.b-product-card-tabs-sliders .resp-tab-item.resp-tab-active, .b-product-card-tabs-sliders .resp-tab-item:hover, .b-product-card-tabs-sliders .resp-tab-item:focus {
	background: transparent;
	border: 0;
	border-bottom: 3px solid #08c;
}
.b-product-card-tabs-sliders .resp-tab-item.resp-tab-active {
	padding-bottom: 10px !important;
}
.b-cart-product-list .old_price, .b-cart-product-list-delayed .old_price, .b-cart-product-list-not-available .old_price, .b-cart-product-list-subscribed .old_price {
	color: #a7a7a7;
	text-decoration: line-through;
	font-size: 85%;
}
.b-cart-product-list .remove-product, .b-cart-product-list-delayed .remove-product, .b-cart-product-list-not-available .remove-product, .b-cart-product-list-subscribed .remove-product {
	font-size: 30px;
}
.b-cart-product-list .wishlist-product, .b-cart-product-list-delayed .wishlist-product, .b-cart-product-list-not-available .wishlist-product, .b-cart-product-list-subscribed .wishlist-product {
	font-size: 24px;
}
.b-cart-product-list .add-product, .b-cart-product-list-delayed .add-product, .b-cart-product-list-not-available .add-product, .b-cart-product-list-subscribed .add-product {
	font-size: 24px;
}
.b-cart-product-list-main-tabs a {
	display: inline-block;
	margin: 5px;
	font-size: 16px;
}
.b-cart-product-list-main-tabs a.current {
	border-bottom: 3px solid #08c;
	text-decoration: none;
}
.featured-box .shop_table .b-cart-product-list-product-item-count {
	width: 10.1429em;
	display: inline-block;
	position: relative;
	margin-right: .8571em;
}
.featured-box .shop_table .b-cart-product-list-product-item-count .qty {
	padding: 0 6px !important;
	width: 78px !important;
}
.featured-box .shop_table .b-cart-product-list-product-item-count .s-cart-product-list-product-item-unit {
	display: inline-block;
	padding-left: 24px;
}
.featured-box .shop_table .b-cart-product-list-product-item-count .plus, .featured-box .shop_table .b-cart-product-list-product-item-count .minus {
	left: 5.8571em;
	background: 0 0;
	position: absolute;
	width: 1.1428em;
	height: 1.1428em;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0;
	outline: 0;
}
.featured-box .shop_table .b-cart-product-list-product-item-count .plus {
	bottom: 0;
}
.featured-box .shop_table .b-cart-product-list-product-item-count .minus {
	top: 19px;
}
.b-cart-product-list-coupon {
	margin-top: 10px;
}
.b-cart-product-list-coupon input {
	display: none;
}
.b-cart-product-list-coupon .b-cart-coupons-button {
	position: absolute;
	top: -4px;
	right: 2px;
	cursor: pointer;
	background: none !important;
	width: auto !important;
}
.b-cart-product-list-coupon .b-cart-coupons-button.bad {
	color: #a94442;
}
.b-cart-product-list-coupon .b-cart-coupons-button:hover.bad {
	color: red;
}
.b-footer-contacts h2, .b-footer-contacts .h2 {
    margin: 22px 0 2px 0;
}
.b-footer-contacts p {
	margin: 0 0 10px 0;
}
.b-footer-menu.s-footer-menu__list h2, .b-footer-menu.s-footer-menu__list .h2 {
	margin: 0 0 20px 0;
}
.b-footer-menu.s-footer-menu__list .b-footer-menu-list {
	padding-left: 0;
}
.b-footer-menu.s-footer-menu__list .b-footer-menu-list li {
    list-style: none;
    /* border-bottom: 1px dashed #727272; */
    padding: 3px 0;
    font-size: 15px;
}

.b-footer-social-links {margin-top:9px;}
#footer .b-footer-social-links a {     width: 38px;
    font-size: 17px;
    height: 38px;     line-height: 38px;}

.b-footer-social-links a.s-footer-social-links__vk:hover {
	background: #4b6e92;
}
.b-footer-social-links a.s-footer-social-links__vk:hover i {
	color: #fdfdfe !important;
}
.b-footer-social-links a.s-footer-social-links__facebook:hover {
	background: #3a5794;
}
.b-footer-social-links a.s-footer-social-links__facebook:hover i {
	color: #fdfdfe !important;
}
.b-footer-social-links a.s-footer-social-links__twitter:hover {
	background: #1da0f1;
}
.b-footer-social-links a.s-footer-social-links__twitter:hover i {
	color: #fdfdfe !important;
}
.b-footer-social-links a.s-footer-social-links__linkedin:hover {
	background: #0077b4;
}
.b-footer-social-links a.s-footer-social-links__linkedin:hover i {
	color: #fdfdfe !important;
}
.b-header-subscribe-form {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #5ca2e7;
}
.b-header-subscribe-form label {
	color: #fff;
	margin-bottom: 0;
}
.b-header-subscribe-form form {
	display: inline-block;
	min-width: 400px;
}
.b-header-subscribe-form input[type="text"] {
	    margin: 2px 5px 0 5px;
	color: #000;
	width: 445px;
	
	margin-left: 10px;
	border-radius: 5px;
	font-size: 12px;
}
input.wysija-submit {
	border-radius: 5px;
}
.b-header-subscribe-form input.wysija-submit {
    margin-left: 22px;
    line-height: 17px;
    margin-top: 3px;
    width: 158px;
}
.itp-disabled-button {
	opacity: 0.5;
	background: #ccc !important;
	border-color: #aaa !important;;
	color: #eee !important;;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links {
    display: inline-block;
    margin-left: 27px;
    vertical-align: middle;
    font-size: 20px;
    margin-top: -1px;
}
.b-header-subscribe-form-social-links a, .b-footer-social-links a{
	display: inline-block;
	width: 34px;
	text-align: center;
	height: 35px;
	line-height: 34px;
	border-radius: 100%;
	margin-right: 3px;
	background-color: #000;
	color: #fff;
}
a.s-subscribe-form-social-links__vk {
	background-color: #6a96c7;
}
a.s-subscribe-form-social-links__facebook {
	background-color: #486293;
}
a.s-subscribe-form-social-links__twitter {
	background-color: #28c2ff;
}
a.s-subscribe-form-social-links__odnoklassniki {
	background-color: #ff9c44;
}
.b-footer-social-links a,  .b-header-subscribe-form-social-links a {transition:0.3s;}
.b-header-subscribe-form .b-header-subscribe-form-social-links a:hover, .b-footer-social-links a:hover{
	opacity: 0.8;
	transition:0.3s;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links .fa-linkedin-square {
	color: #0077b4;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links .s-header-subscribe-form-social-links__vk:hover {
	background: #4b6e92;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links .s-header-subscribe-form-social-links__vk:hover i {
	color: #fdfdfe !important;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links .s-header-subscribe-form-social-links__facebook:hover {
	background: #3a5794;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links .s-header-subscribe-form-social-links__facebook:hover i {
	color: #fdfdfe !important;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links .s-header-subscribe-form-social-links__twitter:hover {
	background: #1da0f1;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links .s-header-subscribe-form-social-links__twitter:hover i {
	color: #fdfdfe !important;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links .s-header-subscribe-form-social-links__linkedin:hover {
	background: #0077b4;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links .s-header-subscribe-form-social-links__linkedin:hover i {
	color: #fdfdfe !important;
}
.b-header-subscribe-form .b-header-subscribe-form-button__close {
	text-align: right;
}
.b-header-subscribe-form .b-header-subscribe-form-button__close a {
	margin-top: 2px;
	display: inline-block;
	font-size: 33px;
	color: #fff;
}
.b-header-subscribe-form .b-header-subscribe-form-button__close a:hover {
	opacity: 0.8;
}
.b-header-subscribe-form .b-subscribe-form-button__close {
	text-align: right;
}
.b-header-subscribe-form .b-subscribe-form-button__close a {
	display: inline-block;
	font-size: 22px;
	margin-top: 4px;
}
.b-header-subscribe-form a, .b-header-subscribe-form a:hover {
	transition: 0.3s;
}




/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/teh_styles.css?16182278349997*/
/**Settings**/
html {
	min-width: 320px !important;
}
.wrapper_content {
	max-width: 1150px;
	min-width: 320px;
	margin: auto;
	padding: 0 10px;
	padding-bottom: 20px;
}
body:not(.home_page) .wrapper_content {
	padding: 0 20px;
}

.left-sidebar {
	padding-left:0;
	
}
.news-list.panda_block .preview_text {font-size: 1.1em;}
.inner_page .wrapper_content {
	padding-top: 15px;
}
.main-content, .left-sidebar {
	padding-top: 0;
}
.wrapper_content_inner {
	padding: 20px 0;
}
.wrapper_content p {
	font-size: 1.1em;
}
/*Header*/
.home_page #main-menu > ul >li > .popup > .inner > .sub-menu {    min-height: 567px;
    border-radius: 0; }
	body .ads-container {     border-radius: 0;
    margin-top: 0;     border: 0;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;}
.header-main__sticky-off {
	padding-top: 12px;
	background-color: #f1f8fe;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1dfea;
}
.b-header-main-menu-and-search {/*margin-top:0;*/
}
.header-main__sticky-off > div {
	padding: 0;
}
.b-header-logo {
	margin-top: 14px;
	position: relative;
}
.b-desc-logo {
	position: absolute;
	bottom: -2px;
	left: 80px;
	font-size: 12px;
	color: #8a8987;
}
.b-header-phone {
	margin-top: 37px;
	font-size: 1.72em;
	font-weight: bold;
	color: #383639;
}
.b-header-phone .fa {
	color: #dedede;
	margin-right: 5px;
}
.b-header-btn {
	margin-top: 32px;
}
.recall_btn {
	display: block;
	text-align: center;
	line-height: 29px;
	border-radius: 6px;
	width: 100%;
	margin-left: 7px !important;
	;
}
.btn.yellow {
	background-color: #ffd33c;
	color: #4a4a4c;
}
.btn.yellow:hover {
	background-color: #fdc917;
}
.header-main__sticky-off .header_basket {
	float: right;
}
#main-menu .mega-menu > li.menu-item.general > a {
	line-height: 32px;
	font-size: 17px;
	text-transform: none;
}
#main-menu .mega-menu > li.menu-item.general {
	z-index: 2;
}
.b-header-main-menu .menu-item:not(.general) a {
	padding: 6px 11px;
	margin-top: 7px;
	margin-right: 11px;
	letter-spacing: -0.4px;
}
.s-header-search__full-width .text {
	width: 420px !important;
}
.b-header-main-menu .menu-item.general a {
	margin-top: 0;
}
.ads-container strong {
	font-size: 15px;
}
.ads-container .media-heading span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #898989;
}
.ads-container .media-heading {
	line-height: 18px;
	margin-left: 11px;
}
.selectize-input.items.not-full.has-options input[type="text"] {
	max-width: 90% !important;
}
/*SEARCH_AND_MENU*/
#header .header-contact .nav-top a {
	line-height: 15px;
}
.mega-menu > li.menu-item > a {
	padding: 4px 11px 4px;
}
.b-header-main-menu-and-search .b-header-main-menu .menu-item.general > a {
	background: none;
}

#main-menu .mega-menu > li.menu-item.general > a {
	margin-right: 0;
}
.b-header-main-menu-and-search .b-header-search {
	min-height: 40px;
	background: #0087cb;
}
#header.header-10 .searchform {
	border-radius: 0;
	margin: 0;
	width: 100%;
}
#header .searchform-popup {
	width: 100%;
}
.b-header-search .text {
	width: 92% !important;
}
#header.header-corporate .searchform input {
	width: 100% !important;
}
#header.header-corporate .searchform input, #header.header-corporate .searchform button {
	height: 38px;
	line-height: 38px;
}
.b-header-main-menu-and-search .b-header-main-menu .menu-item .popup {
	display: block !important;
	top: 38px !important;
	width: 224px;
}
#main-menu {
	margin-left: 10px;
}
#main-menu .mega-menu {
	background: #0087cb;
	border-radius: 0;
}
.b-header-main-menu-and-search .b-header-main-menu > .menu-item:first-child > a {
	min-width: 0;
}
#header.header-corporate .searchform {
	box-shadow: none;
	border: 1px solid #d1dfea;
}
.slider_wrpa {
	float: right;
	padding-right: 0;
	width: 100%;
}
/*Section*/
.product-image img {
	width: auto !important;
	max-height: 214px;
}
/**Search**/
.content_search .woocommerce-ordering, .content_search .woocommerce-viewing {
	display: none;
}
.modal_pop {
	display: none;
}
/*FORMS*/
.h1_pop {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 9px;
}
.pop_desc {
	font-size: 13px;
	display: inline-block;
	line-height: 15px;
}
.someform input[type="text"], .someform input[type="password"], .someform textarea, .someform select {
	width: 100%;
}
.someform .line.buttons .btn {
	width: 100%;
	padding: 6px 14px;
	transition: 0.3s;
}
.noned {
	display: none;
}
.someform .line, .someform textarea {
	margin-bottom: 10px;
}
.fancybox-close {
	font-family: FontAwesome;
	font-size: 25px;
	font-weight: 400;
	opacity: 0.7;
	color: #08c;
	top: 8px;
	background: none;
	right: 0px;
	text-decoration: none;
}
.fancybox-close:hover {
	text-decoration: none;
}
.fancybox-close:before {
	content: "\f00d";
}
.modal_pop p {
	line-height: 15px;
}
.modal_pop input.btn[type="submit"] {
	color: #fff;
}
.fancybox-inner {
	height: auto !important;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, textarea:focus, select:focus {
	border: 1px solid #66cbff;
}
/*form_contact*/
.sidebar .widget.widget_wysija .box-content {
	border: 0;
}
.b-attention-area .sidebar {
	width: 100%;
	padding: 0;
}

#wysija-3 h3 {
	font-size: 34px;
	color: #393939;
}
#wysija-3 input[type="submit"] {
	line-height: 22px;
	width: 20%;
	position: relative;
	top: 1px;
	font-size: 15px;
	border-radius: 6px;
}
#wysija-3 .widget_wysija_cont {
	margin-top: 26px;
	margin-bottom: 10px;
}
.sub_title_form {
	font-size: 18px;
	margin-top: 3px;
	color: #393939;
}
/*slider*/
body .slick-slide img {
	width: 100%;
	float: right;
}
.slider_wrpa.col-lg-10 {
	width: 80.03333%;
}
.wrap_slider_text {
	position: absolute;
	top: 41%;
	width: 57%;
	text-align: left;
	right: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	color: #131313;
	padding: 10px 12px 26px 21px;
}
.wrap_slider_text .title_slid {
	font-size: 32px;
	font-weight: bold;
	margin-top: 5px;
}
.wrap_slider_text .text_slid {
	margin-top: 15px;
	font-size: 13px;
	line-height: 19px;
}
.wrap_slider_text .btn_slid {
	display: block;
	margin-top: 16px;
	width: 35%;
	line-height: 30px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	background-color: #178ae3;
	transition: 0.3s;
}
.wrap_slider_text .btn_slid:hover {
	background-color: #0077b3;
	text-decoration: none;
	transition: 0.3s;
}
.brand_slider .owl-carousel .owl-wrapper, .small-slider .owl-carousel .owl-wrapper {
	display: flex !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
}
.small-slider {
	margin-bottom: 0 !important;
}
.small-slider .type-product > div {
	text-align: center;
}
.small-slider  .owl-controls {
	margin-top: 0;
	position: absolute;
	width: 100%;
	top: 50%;
}
.small-slider  .owl-controls .owl-buttons {
	position: relative;
}
.small-slider  .owl-controls .owl-buttons div {
	padding: 0;
	margin: 0;
	top: -12px;
}
/*bower_components*/
.chosen-container-single .chosen-single {
	background: #fcfcfc;
	border: 1px solid #d3d4d4;
	box-shadow: none;
	color: #888;
	width: 174px;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #5ca2e8;
	background: #5ca2e8;
}
/**/
/*product_list*/

.product-image .inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	min-height: 215px;
	justify-content: center;
}
/*INNER_PAGE*/
/*list*/
.inner_page .mega-menu .narrow .popup ul.sub-menu {
	border: 0;
}
.inner_page .mega-menu:hover .narrow .popup ul.sub-menu {
	border-top: 0 solid #ccc;
	z-index: 10;
	border: 1px solid #d5d5d5;
}
/*element*/
.product-summary-wrap .entry-summary .stock .fa {
	display: none;
}
/*FOOTER*/
.b-footer-contacts span {
	display: block;
	/* margin-bottom: -6px; */
	line-height: 15px;
	font-size: 10px;
	color: #898989;
}
.b-footer-contacts span.footer_text {
	font-size: 12px;
	color: #fff;
}
.b-footer-contacts span.phone, .b-footer-contacts span.email {
	font-size: 15px;
}
#footer .b-footer-contacts span.email > a {
	color: #178ae3;
	text-decoration: underline;
}
#footer .b-footer-contacts span.email > a:hover {
	text-decoration: none;
}
#footer .s-footer-menu__list .text-bold {
	margin-bottom: 10px;
	font-weight: 400;
}
#footer .b-footer-menu-list a {
	color: #838383;
}
#footer .b-footer-menu-list a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .b-footer-menu-list a:focus {
	text-decoration: none;
}
#footer .s-footer-menu-list-item__active a {
	color: #158ae7;
}
#wysija-4 {
	margin-top: 48px;
}
.title_subs_form {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-bottom: 12px;
}
#wysija-4 input[type="text"] {
	height: 30px;
	width: 98%;
	font-size: 12px;
}
#wysija-4 .wysija-submit {
	width: 160px;
	margin-top: 5px;
	font-size: 14px;
}
#footer .footer-bottom .footer-left:first-child {
	color: #898989;
	font-size: 10px;
}
.footer-right #itpanda {
	display: block;
	width: 112px;
	float: right;
	height: 18px;
}
.footer-right #itpanda:hover {
	background-position: 0 100%;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*ELEMENT*/
.product-summary-wrap .yith-wcwl-add-to-wishlist a, .product-summary-wrap .yith-wcwl-add-to-wishlist span {padding-right:10px;}
#basket_pop{
	text-align: center;
	max-width: 300px;
}
#basket_pop .pop_body img{
	display: block;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
	max-height: 400px;
}
#basket_pop .pop_body {
	font-size: 20px;
}
#basket_pop .pop_desc .button {
	width: 100%;
	margin-top: 5px;
}
#basket_pop .quick_buy{
	display: inline-block;
	border-top: 1px solid #d1dfea;
	margin-top: 10px;
}
#basket_pop .quick_buy h3{
	margin-bottom: 2px;
}
#basket_pop .quick_buy form{
	margin-top: 5px;
}
.fancybox-wrap {
	padding-bottom: 50px;
}
/* End */


/* Start:/local/templates/itpanda.business.kupe/design/css/media.css?16182278346065*/
.b-desc-logo {
	line-height: 12px;
}
.b-header-search {
	text-align: right;
}
.s-header-search__full-width {
	text-align: left !important;
}
/*.b-header-main-menu-and-search .b-header-search.s-header-search__full-width form {
	left: -237px !important;
}*/
.b-header-main-menu-and-search .col-xs-2 {
	padding-right: 0 !important;
}
.b-header-cart .h2 {
	display: inline;
}
.wrapper_content {

}
.mobile-plus {
	display: none;
}
.clearfix.j-header-main-menu-height__sub-menu .col-lg-9.col-sm-12 {
	padding: 0;
}
.searchform.mobile {
	left: -263px !important;
}
.searchform.mobile fieldset > span.text {
	width: 241px !important;
}
.searchform.mobile fieldset > span.text input {
	width: 100% !important;
}
.b-header-main-menu-and-search .b-header-search.s-header-search__full-width.mobile form {
	left: -263px !important;
}
.b-header-search.mobile.s-header-search__full-width {
	text-align: right !important;
}
.wrap_slider_text .title_slid {
	line-height: 25px;
}
#mini-cart.minicart-inline .cart-popup {
	z-index: 1100;
}
.cart_list.product_list_widget.scrollbar-inner ul.product_list_widget li {
	width: 95%;
}
#main-menu .mega-menu > li.menu-item.general > a .fa {display:none;}

@media (max-width: 1191px) {
.b-desc-logo {
	bottom: -6px;
}
.b-header-subscribe-form .b-header-subscribe-form-social-links {
	margin-left: 0;
}
#main-menu .mega-menu .popup-close {
	display: none !important;
}
body .slick-slide img {
	width: 100%;
}
body .ads-container {
	margin-left: 0;
}
.container {
	width: 100% !important;
}
.b-header-subscribe-form input[type="text"] {
	width: 340px;
}
#header.header-10 .searchform {
	margin-right: 14px;
}
.b-header-main-menu-and-search .b-header-search.s-header-search__full-width form {
	left: -270px !important;
}
.b-header-menu-small .nav {
	margin-left: 0;
}
.slider_wrpa.col-lg-10 {width:100%;}
	body .ads-container { border-left: 1px solid #d5d5d5; }
}

@media (max-width: 991px) {

.dropdown-toggle.cart-head {
	position: absolute !important;
	top: -38px;
	margin-left: -11px;
	width: 100%;
}
.b-header-cart .cart-head span {
	display: none !important;
}
	#header .searchform-popup .search-toggle {color:#fff !important;}
	#main-menu {
    margin-left: 0;
}
.slider_wrpa {padding-left:0; margin-top:5px;}
}

@media (max-width: 930px) {
.b-header-phone {
	font-size: 1.3em;
}
.btn.recall_btn {
	font-size: 0.8em;
}
}

@media (max-width: 820px) {
.b-header-cabinet-auth a:first-child {
	margin-right: 5px;
}
.b-header-cabinet-auth a {
	font-size: 12px;
}
}

@media (min-width: 768px){
.line_header_serch_menu .col-sm-2 {
    width: 20.6%;
    padding-right: 0;
}

.line_header_serch_menu .col-sm-10 {
     width: 79.33333%;
}
}
@media (max-width: 768px) {
	.mobile-plus {
		display: block;
		position: absolute;
		top: 0;
		width: 39px;
		font-size: 20px;
		line-height: 39px;
		right: 0;
		text-align: center;
		cursor: pointer;
		z-index: 2;
	}
	#main-menu .mega-menu .popup-open {
		display: block !important;
		width: 100vw;
	}
	#main-menu .mega-menu .popup-open ul.sub-menu {
		border: none !important;
		min-height: 0 !important;
	}
	#main-menu .mega-menu .popup-open li.menu-item-has-children > a::before {
		display: none;
	}
	#main-menu .mega-menu .popup-open li.menu-item:hover > a
	{
		background-color: transparent !important;
	}
	#main-menu .mega-menu .popup-open li.menu-item:hover > ul.sub-menu {
		display: none;
		top: 0 !important;
	}
	#main-menu .mega-menu .popup-open ul.sub-menu ul.sub-menu {
		position: inherit;
		left: 0;
		padding: 5px 0 5px 5px !important;
	}
	#main-menu .mega-menu > li.menu-item.general > a {    font-size: 20px;}
	#main-menu .mega-menu > li.menu-item.general > a .fa {display:inline;     margin-left: 10px; 
	}
	.b-header-menu-small .nav-top {
		display: none;
		position: absolute;
		width: 300px;
		background: white;
		z-index: 1;
		left: 0;
		border-radius: 0 5px 5px 0;
	}
	.b-header-menu-small .nav-top li {
		display: block;
		position: relative;
		float: none;
	}
	.b-header-menu-small .nav-top li a{
		color: #777;
		text-decoration: none;
		font-weight: 400;
		padding: 6px 8px !important;
		font-size: 1em !important;
		line-height: 24px !important;
		border-bottom: 1px solid #f2f2f2;
		white-space: nowrap;
	}
	.b-header-menu-small .nav-top li a .fa-angle-right{
		display: none !important;
	}
	.service-menu-button {
		cursor: pointer;
		display: block;
	}
	/*#main-menu .mega-menu > li.menu-item.general > a span {display:none;}*/
	.mega-menu.show-arrow > li.has-sub > a:after {display:none;}
	#header.header-10 .searchform {    width: 300px; margin-left: 20px;}
.b-desc-logo {
	bottom: 8px;
}
.b-header-phone {
	margin-top: 13px;
	font-size: 2em;
}
.b-header-btn {
	margin-top: 13px;
	font-size: 1em;
}
.recall_btn {
	margin-left: 0 !important;
}
.b-header-cabinet-auth a:first-child {
	margin-right: 25px;
}
.menu-item.general {
	width: 90%;
}
.order_notify {
	display: none !important;
}
.wrap_slider_text .title_slid {
	font-size: 16px;
}
.wrap_slider_text .text_slid {
	margin-top: 0;
}
.wrap_slider_text .text_slid {
	font-size: 11px;
}
.wrap_slider_text .btn_slid {
	margin-top: 5px;
	line-height: 24px;
}
#wysija-3 .wysija-paragraph {
	width: 100%;
}
#wysija-3 input[type="submit"] {
	width: 100%;
}
.btn.recall_btn {
	font-size: 1em;
}
}



@media (max-width: 480px) {
	#main-menu {margin-left:0;}
	.b-header-main-menu-and-search {margin-top:0;}
	.b-header-main-menu-and-search {padding-left:0;}

.b-desc-logo {
	left: 40%;
}
.b-header-logo {
	margin: 32px 0;
}
.b-header-main-menu .menu-item:not(.general) a {
	padding: 4px 11px;
	margin-right: 0;
}
.wrap_slider_text .text_slid {
	display: none;
}
.wrap_slider_text .btn_slid {
	width: 100%;
}
#wysija-3 h3 {
	line-height: 38px;
}
#footer .footer-bottom .container .footer-right {
	padding-bottom: 28px;
}
.dropdown-menu.cart-popup.widget_shopping_cart {max-width:300px;}
.slider-title {font-size:22px;}
.products-slider.owl-carousel .owl-controls .owl-buttons {top:-47px;}
}

@media (max-width: 405px) {
.b-desc-logo {
	left: 38%;
}
}

@media (max-width: 385px) {
.b-desc-logo {
	left: 33%;
	bottom: -4px;
}
}

/* End */


/* Start:/local/templates/itpanda.business.kupe/colors.css?162080440211492*/
/*GENERAL_COLORS*/
a {
	color: #559d80;
}
a:hover {color: #559d80; text-decoration: underline;}
.b-header-subscribe-form, #main-menu .mega-menu {
	background-color: #5ca2e7;
}
.b-bottom-attach-panel {
	background: #0087cb;
}
/*
.b-bottom-attach-panel * {
	color: #fff !important;
}*/
.b-bottom-attach-panel .b-bottom-attach-panel-nav span {
	border-bottom: 1px dashed #fff;
}
.grayline_odd {
	margin-bottom: 20px;
}
.grayline_odd:nth-child(odd) {
	padding: 25px 0;
	background: #f9f9f9 !important;
}
#footer {
	background-color: #1b6e50;
}
.widget_shopping_cart .total .amount {color: #268a65;}
.featured-box .box-content {
	border-top-color: #008940;
}
#mini-cart .cart-popup, #mini-cart .cart-popup:before {    border-color: #008940;}
ul.cart_list li .product-details a:hover, ul.product_list_widget li .product-details a:hover {color:#008940;}
/*BUTTONS*/
input[type="submit"], .geodir-search button[type="button"], .geodir-search input[type="button"], .geodir-search input[type="submit"], #geodir-wrapper button[type="button"], #geodir-wrapper input[type="button"], #geodir-wrapper input[type="submit"], .btn-primary, .button, input.submit, input[type="submit"].btn-primary, input[type="submit"].button, input[type="submit"].submit, .wrap_slider_text .btn_slid, .itpb-pagination a:focus, .itpb-pagination a:hover, .itpb-pagination span.current, .gridlist-toggle > a:hover, .gridlist-toggle > a:focus, .gridlist-toggle > a.active, body .btn-success, .btn-success, input[type="submit"].btn-success, html .btn-primary {
	background: #278b66;
	border-color: #278b66;
	transition: 0.3s;
	border-radius: 2px !important;
}
input[type="submit"]:hover, .geodir-search button[type="button"]:hover, .geodir-search input[type="button"]:hover, .geodir-search input[type="submit"]:hover, #geodir-wrapper button[type="button"]:hover, #geodir-wrapper input[type="button"]:hover, #geodir-wrapper input[type="submit"]:hover, input[type="submit"]:active, .geodir-search button[type="button"]:active, .geodir-search input[type="button"]:active, .geodir-search input[type="submit"]:active, #geodir-wrapper button[type="button"]:active, #geodir-wrapper input[type="button"]:active, #geodir-wrapper input[type="submit"]:active, .wrap_slider_text .btn_slid:hover, .btn-primary:hover, .button:hover, input.submit:hover, input[type="submit"].btn-primary:hover, input[type="submit"].button:hover, input[type="submit"].submit:hover, .btn-primary:active, .button:active, input.submit:active, input[type="submit"].btn-primary:active, input[type="submit"].button:active, input[type="submit"].submit:active, .btn-primary:focus, .button:focus, input.submit:focus, input[type="submit"].btn-primary:focus, input[type="submit"].button:focus, input[type="submit"].submit:focus, .btn-primary:hover, .button:hover, input.submit:hover, input[type="submit"].btn-primary:hover, input[type="submit"].button:hover, input[type="submit"].submit:hover, .btn-primary:active, .button:active, input.submit:active, input[type="submit"].btn-primary:active, input[type="submit"].button:active, input[type="submit"].submit:active, .btn-primary:focus, .button:focus, input.submit:focus, input[type="submit"].btn-primary:focus, input[type="submit"].button:focus, input[type="submit"].submit:focus, body .btn-success:hover, .btn-success:hover, input[type="submit"].btn-success:hover, body .btn-success:active, body .btn-success:focus, html .btn-primary:hover, html .btn-primary:focus, html .btn-primary:active {
	background: #fff126;
	border-color: #fff126;
	transition: 0.3s;
	color: #268966;
}
/*HEADER*/
.header-main__sticky-off {
	border-bottom: 1px solid #d1dfea;
	background-color: #f1f8fe;
}
/*HEADER_ICONS*/

/*social_links*/
a.s-subscribe-form-social-links__vk {
	background-color: #6a96c7;
}
a.s-subscribe-form-social-links__facebook {
	background-color: #486293;
}
a.s-subscribe-form-social-links__twitter {
	background-color: #28c2ff;
}
a.s-subscribe-form-social-links__odnoklassniki {
	background-color: #ff9c44;
}
/*close*/
.b-header-subscribe-form .b-header-subscribe-form-button__close a {
	color: #fff;
}
/*phone*/
.b-header-phone .fa {
	color: #dedede;
}
/*cabinet*/
.b-header-cabinet-auth .fa-user, .b-header-cabinet-auth .fa-sign-in {
	color: #55bd68;
}
.b-header-cabinet-auth .fa-sign-out, .b-header-cabinet-auth .fa-user-plus {
	color: #008bc9;
}
.b-header-cart .h2 .fa {
	color: #188ae3;
}
/*HEADER_BUTTONS*/
/*btn_recall*/
.btn.yellow {
	background-color: #ffd33c;
}
.btn.yellow:hover {
	background-color: #fdc917;
}
/*MENU*/
#main-menu .mega-menu {
/*	background: #0087cb;*/
}
#main-menu .mega-menu .narrow .popup li.menu-item:hover > a, #main-menu .mega-menu .narrow .popup li.menu-item:hover > h5 {
	color: #777;
	background-color: #f4f4f4;
}
#main-menu .mega-menu .narrow .popup li.menu-item > a, #main-menu .mega-menu .narrow .popup li.menu-item > h5 {
	color: #777;
	border-bottom-color: #f2f2f2;
}
/*OWL*/
/*owl_controls*/
.owl-theme .owl-controls .owl-buttons div {
	color: #268b66;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	color: #0099e6;
}
/*owl_dots*/
.slick-slider .slick-dots li i {
	color: #fff !important;
}
.slick-slider .slick-dots li.slick-active i, .slick-slider .slick-dots li:hover i {
	color: #1789e1 !important;
}
.dots-inner .slick-slider ul.slick-dots {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.61);
}
/*owl_text*/
.wrap_slider_text {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	color: #131313;
}
/*SECTIONS*/
/*stikers_sections*/
.product-image .labels .onhot, .summary-before .labels .onhot {
	background: #62b959;
	color: #fff;
}
.product-image .labels .onsale, .summary-before .labels .onsale {
	background: #e27c7c;
	color: #fff;
}
/*ico_sections*/
.yith-wcwl-add-to-wishlist a, .yith-wcwl-add-to-wishlist span {
	border: 1px solid #ed4949;
	color: #ed4949;
}
.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist span:hover, .yith-wcwl-add-to-wishlist a:focus, .yith-wcwl-add-to-wishlist span:focus {
	background-color: #ed4949;
}
.add-links .quickview {
	border-color: #2baab1;
	color: #2baab1;
}
.add-links .quickview:hover, .add-links .quickview:focus {
	background-color: #2baab1;
	border-color: #2baab1;
	color: #fff;
}
/*FILTER*/
.widget_product_categories, .widget_price_filter {
	background: #fbfbfb;
	border: 1px solid #ddd;
}
.widget_product_categories .widget-title, .widget_price_filter .widget-title {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.widget_product_categories .widget-title, .widget_price_filter .widget-title, .widget_layered_nav .widget-title, .widget_layered_nav_filters .widget-title {
	color: #777;
}
/*ELEMENT*/
/*tabs*/
.resp-tabs-list li {
	color: #08c;
}
.resp-tabs-list li, .resp-tabs-list li:hover {
	background: #f4f4f4;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 3px solid #eee;
}
.resp-tabs-list li.resp-tab-active {
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 3px solid #ccc;
}
.resp-tabs-list li:hover, .resp-tabs-list li:focus, .resp-tabs-list li.resp-tab-active {
	border-top-color: #008940;
}
/*reviews*/
.commentlist li .comment-text {
	background: #f5f7f7;
}
#reviews .commentlist li .comment-text:before {
	border-right: 15px solid #f5f7f7;
}
/*pop_up*/
.fancybox-close {
	color: #008940;
}
#yith-wcwl-popup-message {
	color: #777;
	border-color: #008940;
}
/*ico*/
.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist span:hover, .yith-wcwl-add-to-wishlist a:focus, .yith-wcwl-add-to-wishlist span:focus {
	background-color: #ed4949;
}
.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover, .product-summary-wrap .yith-wcwl-add-to-wishlist span:hover {
	color: #fff;
	background-color: #e36159;
}
/*egg*/
.aio-icon-component .aio-icon {
	color: #000 !important;
	border-color: #ccc !important;
}
/*CART*/
.b-cart-product-list-main-tabs a.current {
	border-bottom: 3px solid #008940;
}
.shop_table .bx_item_detail_size_small_noadaptive ul li:active a, .shop_table .bx_item_detail_size_small_noadaptive ul li.bx_active a {
	border: 2px solid #006cc0;
}

.add_to_cart_button:hover, .add_to_cart_read_more:hover, .add_to_cart_button:focus, .add_to_cart_read_more:focus, ul.products li.product:hover .add_to_cart_button, ul.products li.product:hover .add_to_cart_read_more, ul.list li.product .add_to_cart_button, ul.list li.product .add_to_cart_read_more {    background: #278b66;
    border-color: #278b66;}

.shipping_calculator h2, .cart_totals h2, .review-order.shop_table h2 {color: #278b66;}
.shop_table .bx_item_detail_scu_small_noadaptive .bx_scu ul li:active a, .shop_table .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {padding: 3px;
    border: 2px solid #278b66;}
.shop_table .bx_item_detail_scu_small_noadaptive .bx_scu ul li a span {background-size: cover !important;}

.quantity .qty, .quantity .minus:hover, .quantity .plus:hover { color:  #278b66;}

ul.products li.product .product-loop-title:hover, ul.products li.product-category .product-loop-title:hover, ul.products li.product .product-loop-title:focus, ul.products li.product-category .product-loop-title:focus, ul.products li.product .product-loop-title:hover h3, ul.products li.product-category .product-loop-title:hover h3, ul.products li.product .product-loop-title:focus h3, ul.products li.product-category .product-loop-title:focus h3 {color:  #278b66 !important;}


.bx_element input[type=radio]:checked + label .bx_logotype, .bx_element label.selected .bx_logotype {color:  #278b66 !important; border: 2px solid #278b66 !important;}

.shop_table td.product-name  {color:  #278b66;}


.bx_order_make .bx_logotype.active, .bx_order_make .bx_logotype:hover {    box-shadow: 0 0 3px 0 rgb(30, 108, 2);
    border: 1px solid rgba(100, 153, 0, 0.8);}


input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, textarea:focus, select:focus {border:  1px solid #278b66 !important;}
.summary-before .ms-lightbox-btn:hover {    background-color: #e8dd08;}

.shipping_calculator .order-total .amount, .cart_totals .order-total .amount, .review-order.shop_table .order-total .amount {    color: #278b66;}

.widget_product_categories ul li > a:hover, .widget_price_filter ul li > a:hover, .widget_layered_nav ul li > a:hover, .widget_layered_nav_filters ul li > a:hover, .widget_product_categories ol li > a:hover, .widget_price_filter ol li > a:hover, .widget_layered_nav ol li > a:hover, .widget_layered_nav_filters ol li > a:hover, .widget_product_categories ul li > a:focus, .widget_price_filter ul li > a:focus, .widget_layered_nav ul li > a:focus, .widget_layered_nav_filters ul li > a:focus, .widget_product_categories ol li > a:focus, .widget_price_filter ol li > a:focus, .widget_layered_nav ol li > a:focus, .widget_layered_nav_filters ol li > a:focus { color: #268a65;}
.btn-link:hover, .btn-link:focus {    color: #000;
}


.section_kukhni .product-image img { max-width: 100% !important;}
/* End */


/* Start:/local/templates/itpanda.business.kupe/custom.css?175342093560258*/
/*SETTINGS*/
/*#main {
  content-visibility: auto;
  contain-intrinsic-size: 1000px; /* Дает понимание про следующую зону */
/*}
*/ body {
  color: #000;
  font-size: 15px;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner_content {
  max-width: 1178px;
  margin: auto;
  padding: 0 15px;
}
.inner_content > .container {
  margin: 0;
  padding: 0;
}
.bx-newsdetail-block {
  padding: 0;
}
.inner_content .row {
  margin: 0 !important;
}
.other_inner_padding {
  padding: 0 25px;
}
.column2 ul.pcols-lg-4, ul.pcols-lg-4 {
  margin: 0 !important;
}
.product_hidden input {
  background-color: #e4e4e4;
  pointer-events: none;
}
/*HIDEN*/
.yith-wcwl-add-to-wishlist {
  display: none;
}
/*BTN*/
.btn-link {
  color: #268a64;
}
/*OWL*/
.owl-controls .owl-nav div {
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 25px;
  font-size: 57px;
  margin-top: -28.5px;
  position: absolute;
  top: 38%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  color: #cecece;
}
.owl-controls .owl-nav div:hover {
  color: #008940;
  transition: 0.3s;
}
.owl-nav .owl-prev {
  left: -50px;
}
.owl-nav .owl-next {
  right: -50px;
}
.owl-dots {
  text-align: center;
}
.owl-dot {
  width: 12px;
  cursor: pointer;
  transition: 0.3s;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  background-color: #d7d7d7;
  margin: 0 4px;
}
.owl-dot.active {
  background-color: #008940;
}
.owl-dot:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/*TEXT*/
body:not(.section_personal) .inner_content table {
  width: 100% !important;
}
body:not(.section_personal) .inner_content td {
  padding: 15px;
  border: 1px solid #ccc;
}
body:not(.section_personal) .inner_content table tbody tr:nth-child(2n+1) td {
  background-color: #fafafa;
}
.j-product-card-characteristics__colorize td {
  background: none !important;
}
body:not(.homa_page) .slider-title .line {
  background-color: #ddd;
}
h1.slider-title {
  font-size: 26px !important;
  font-weight: normal;
}
.slider-title {
  clear: both;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
.slider-title .inline-title {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 0 15px;
}
.grayline_odd:nth-child(odd) .slider-title .inline-title {
  background-color: #f9f9f9;
}
.grayline_odd {
  margin-bottom: 0;
}
.slider-title .line {
  background-color: #000;
  z-index: 1;
  height: 1px;
  width: 100% !important;
  left: 0 !important;
}
.about_block ul {
  padding-left: 0;
  list-style: none;
}
.about_block ul li {
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.about_block ul li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: '.';
  font-size: 37px;
  line-height: 0;
  color: #008840;
}
.about_block {
  font-size: 15px;
}
/*MARGIN*/
.grayline_odd {
  padding: 25px 0;
}
/*BLOCKS*/
.products-slider.owl-carousel .owl-controls .owl-buttons {
  top: -61px;
  background-color: #fff;
  z-index: 2;
}
.grayline_odd:nth-child(odd) .owl-controls .owl-buttons {
  background-color: #f9f9f9;
}
/*HEADER*/
.num_phone a {
  color: #000;
  text-decoration: none !important;
}
#header {
  padding-top: 32px;
  padding-bottom: 23px;
  justify-content: space-between;
}
#header .img_logo {
  margin-right: 25px;
}
#header .description {
  font-size: 15px;
  line-height: 20px;
}
#header .phone_header > * {
  display: block;
}
#header .b-header-cabinet-auth a {
  font-size: 15px;
  display: block;
}
#header .num_phone, #header .num_phone2 {
  font-size: 18px;
  font-family: sans-serif;
}
#header .num_phone .fa, #header .num_phone2 .fa {
  font-size: 16px;
  color: #dcddde;
}
.phone2_desc {
  display: block;
  padding-left: 24px;
}
#header .pop_up_btn {
  padding-left: 24px;
  font-size: 15px;
  text-decoration: underline;
}
#header .pop_up_btn:hover {
  text-decoration: none;
}
#header .fa {
  color: #c1c1c1;
  margin-right: 6px;
}
#mini-cart.minicart-inline .cart-items {
  font-size: 1.4em;
}
#mini-cart.minicart-inline {
  margin-left: 0;
}
/*TOP_MENU*/
.wrapper_top_menu {
  background-color: #f6f6f6;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.b-header-menu-small .nav li {
  line-height: inherit;
}
.top_menu a {
  text-transform: uppercase;
  color: #000;
  padding: 7px 0 !important;
}
.top_menu > ul > li {
  padding: 0 4.9px;
}
.top_menu > ul li:first-child {
  padding-left: 0;
}
.top_menu a:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0ba252;
  position: absolute;
  top: -1px;
  left: 0;
  display: none;
}
.top_menu a:hover:before, .top_menu a.selected:before {
  display: block;
}
.top_menu a:hover {
  color: #268a65;
}
.top_menu a.selected {
  color: #268a65;
  font-weight: bold;
}
/*TOP_SEARCH*/
.header_search {
  margin-top: 16px;
  margin-bottom: 12px;
}
.header_search .searchform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header_search .j-header-search {
  width: 96.3%;
  border-radius: 0;
  padding: 8px 10px;
  border: 2px solid #268a65 !important;
}
.header_search .j-header-search:focus {
  border: 2px solid #000 !important;
  border-right: 2px solid #268a65 !important;
}
.header_search .btn-special {
  border-radius: 0;
  border: 2px solid #268a65;
  background: #268a65;
  color: #fff;
}
/*SLIDER*/
.ult-carousel.not_slider .ult-item-wrap:before {
  display: none !important;
  content: none !important;
}
.ult-carousel.not_slider img, .ult-carousel.not_slider .wrap_slider_text {
  visibility: visible !important;
}
.inner_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.wrap_slider_text {
  left: 15px;
  right: auto;
  top: auto;
  bottom: 10%;
  padding: 24px 37px
}
.wrap_slider_text .title_slid {
  text-transform: uppercase;
  font-size: 41px;
}
.wrap_slider_text {
  background-color: #307658;
  background-color: rgba(48, 118, 88, 0.95);
  color: #fff126;
}
.wrap_slider_text .text_slid {
  margin-top: 15px;
  font-size: 15px;
  line-height: 21px;
  display: block !important;
}
.wrap_slider_text .btn_slid {
  margin-top: 12px;
  width: 105px;
  background: none;
  color: #fff126;
  border: 2px solid #fff126 !important;
  border-radius: 2px;
}
.wrap_slider_text .btn_slid:hover {
  color: #fff;
  background: #000;
}
/*EGSS*/
.egg_wrapper {
  padding: 40px 0;
  justify-content: space-between;
}
.egg_wrapper .egg_item {
  align-items: center;
}
.egg-heading {
  margin-left: 16px;
  font-weight: 500;
  line-height: 20px;
}
/*REVIEWS*/
.author_date_review {
  margin-top: -2px;
  margin-bottom: 7px;
  color: #919191;
  font-size: 14px;
}
.reviews_wrapper {
  justify-content: space-between;
}
.item_reviews {
  background-color: #fff;
  padding: 6px 17px;
  width: 32.7%;
  padding-bottom: 15px;
}
.item_reviews h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 500;
  line-height: 20px;
}
.item_reviews .newslist-content {
  font-style: italic;
}
.reviews_wrapper .item_reviews:nth-child(3n + 2):last-child {
  margin-right: 32%;
}
.owl-carousel.reviews_wrapper {
  width: 90%;
  margin: auto;
  clear: both;
}
.owl-carousel.reviews_wrapper .owl-stage-outer {
  padding: 0 10px;
}
.owl-carousel.reviews_wrapper .item_reviews {
  width: 97%;
}
.reviews_wrapper .button {
  margin-top: 7px;
  width: 109px;
  background-color: #fff;
  border: 2px solid #008940;
  color: #008940;
  line-height: 16px;
  border-radius: 2px !important;
}
.reviews_wrapper .button:hover {
  color: #fff;
  background-color: #008940;
}
.all_btn {
  text-align: center;
  margin-top: 22px;
}
.reviews_product .item_reviews {
  width: 49%;
  margin: 0 !important;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.reviews_product {
  justify-content: space-between;
}
.reviews_wrapper.reviews_product:not(.owl-carousel) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*about_block*/
.about_block {
  margin-bottom: 20px;
}
/*wrapper_director*/
.wrapper_director {
  border-top: 1px solid #dddddd;
  padding-top: 21px;
  padding-bottom: 15px;
  margin-top: 18px;
}
.wrapper_director .text, .wrapper_director .cont {
  padding-top: 15px;
}
.home_page .wrapper_content {
  padding-bottom: 0;
}
.inner_content > .proizvodstvo, .page-wrapper > .proizvodstvo {
  margin-bottom: 0;
  padding-bottom: 0;
  background: #fff !important;
}
.inner_content > .proizvodstvo .inline-title, .page-wrapper > .proizvodstvo .inline-title {
  background-color: #fff !important;
}
.wrapper_director .title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 6px;
}
.wrapper_director .image {
  margin-right: 25px;
}
.wrapper_director .cont {
  margin-left: 40px;
}
.wrapper_director .email {
  font-size: 16px;
  margin-bottom: 5px;
}
.wrapper_director .phone {
  font-size: 18px;
  font-weight: 500;
}
.wrapper_director .preview {
  line-height: 18px;
  font-size: 15px;
}
.wrapper_director .fa {
  font-size: 14px;
  color: #ccc;
  width: 23px;
  text-align: center;
}
.wrapper_director .inner_content {
  justify-content: center;
}
/*FOOTER*/
#footer p, #footer .widget > div > ul li, #footer .widget > ul li {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 16px;
}
#footer {
  color: #fff;
  font-size: 15px;
}
.b-footer-contacts span {
  color: #fff;
  font-size: 15px;
}
#footer .img-responsive {
  margin-bottom: 16px;
  display: block;
  padding-top: 10px;
}
.b-footer-contacts span.footer_text {
  line-height: 20px;
  font-size: 15px;
}
#footer .b-footer-contacts span.email > a {
  color: #fff;
}
#footer h2 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  color: #a8bfb5;
}
#footer .b-footer-menu-list a {
  color: #fff;
}
#footer > .container {
  padding-top: 19px;
}
#footer .b-footer-menu-list a:hover {
  color: #fff126;
}
#footer .s-footer-menu-list-item__active a {
  color: #fff126;
  text-decoration: underline;
}
.footer-wrapper {
  margin-bottom: 0;
}
/*INNER_PAGE*/
.page-top {
  padding-top: 0;
  margin-top: 0;
}
.page-top ul.breadcrumb > li {
  font-size: 15px;
}
.page-top .breadcrumbs-wrap {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}
.page-top ul.breadcrumb > li a {
  color: #3a7e69;
  text-decoration: underline;
}
.page-top ul.breadcrumb > li a:hover {
  text-decoration: none;
}
.page-top ul.breadcrumb .delimiter {
  color: #3a7e69;
}
.page-top.page-header-1 .page-title {
  margin-bottom: -7px;
  padding-top: 10px;
  font-size: 22px;
  text-transform: uppercase
}
/*FILTER*/
.smartfilter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.smartfilter > * {
  width: 100%;
}
.btnlast {
  order: 3000;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #0c9d40;
}
.widget_product_categories .widget-title .toggle, .widget_price_filter .widget-title .toggle {
  border: 1px solid #0c9c40;
  color: #0c9c40;
}
.widget_product_categories .widget-title .toggle:hover, .widget_price_filter .widget-title .toggle:hover, .widget_layered_nav .widget-title .toggle:hover, .widget_layered_nav_filters .widget-title .toggle:hover {
  background-color: #0c9d40;
}
.widget_product_categories, .widget_price_filter {
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.widget_product_categories .widget-title, .widget_price_filter .widget-title, .widget_layered_nav .widget-title, .widget_layered_nav_filters .widget-title {
  color: #000;
}
.widget_product_categories .widget-title, .widget_price_filter .widget-title {
  font-weight: 500;
}
.widget_product_categories .widget-title, .widget_price_filter .widget-title {
  background: #fff;
}
.bx-filter-parameters-box.closed .widget-title {
  border-bottom: 0;
}
.smartfilter .btnlast {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.smartfilter .s-bx-filter-param-btn-block__horizontal .bx-filter-btn-color-icon {
  height: 49px;
  width: 89px;
}
.colo_icon_name {
  width: 120px;
  margin-left: 10px;
  margin-right: 9px;
  font-size: 15px;
  position: relative;
  top: -4px;
}
.input_customize {
  width: 14px;
  height: 14px;
  border: 1px solid #cbcbcb;
  background-color: #e9e9e9;
  position: relative;
}
.bx-active .input_customize:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 2px;
  display: block;
  background-color: #278b66;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
}
.icon_label_filter:hover .input_customize {
  border: 1px solid #278b66;
}
.icon_label_filter:hover .colo_icon_name {
  color: #278b66;
}
.icon_label_filter:hover .bx-color-sl {
  opacity: 0.7;
}
.bx-filter-parameters-box label {
  font-size: 15px;
}
.icon_label_filter {
  margin-top: 10px;
}
/*CHECKBOX*/
.bx-filter-parameters-box input[type="checkbox"] {
  overflow: hidden;
}
.bx-filter-parameters-box input[type="checkbox"] + span {
  position: relative;
}
.bx-filter-parameters-box input[type="checkbox"] + span:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #cbcbcb;
  background-color: #e9e9e9;
  position: absolute;
  left: -23px;
  top: 0;
}
.bx-filter-parameters-box input[type="checkbox"] + span:hover:before {
  border: 1px solid #278b66;
}
.bx-filter-parameters-box input[type="checkbox"]:checked + span:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 2px;
  display: block;
  background-color: #278b66;
  position: absolute;
  left: -19px;
  top: 4px;
}
.bx-filter-parameters-box input[style="display: none"] + span {
  display: none !important;
}
/*LIST*/
ul.products li.product h3, ul.products li.product-category h3 {
  color: #000;
  font-weight: bold;
  text-align: left;
}
.product-image .item_offer_img {
  display: none;
}
.product-image .default_img_offer {
  display: inline-block;
}
.item_color img {
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  cursor: pointer;
}
.item_color img:hover {
  border: 2px solid #0c9d40;
}
.wrap_colors_list.owl-carousel {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}
.wrap_colors_list .owl-dots {
  display: none !important;
}
.wrap_colors_list .owl-controls .owl-nav div {
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 25px;
  font-size: 24px;
  margin-top: -12.5px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  color: #cecece;
}
.wrap_colors_list .owl-controls .owl-nav div:hover {
  color: #0c9d40;
}
.wrap_colors_list .owl-nav .owl-prev {
  left: -15px;
}
.wrap_colors_list .owl-nav .owl-next {
  right: -15px;
}
.wrap_colors_list:not(.owl-carousel) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: flex;
  margin-bottom: 16px;
}
.wrap_colors_list:not(.owl-carousel) .item_color {
  margin: 0 10px;
}
.item_offers_prop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 0;
}
.item_offers_prop .name {
  font-weight: 500;
  margin-right: 5px;
}
.characteristics_offers .item_info_section {
  margin-bottom: 12px;
}
.wrap_colors_list + .item_offers_prop {
  border-top: 1px solid #f1f1f1;
}
.wrap_val_props .separate:last-child {
  display: none;
}
.wrap_val_props .separate {
  padding: 0 0 0 6px;
  color: #afafaf;
}
.wrap_val_props span {
  display: inline-block;
  cursor: pointer;
}
.product-image .inner.dop_photo_inner:hover .item_offer_img {
  display: none !important;
}
.product-image .inner.dop_photo_inner:hover .dop_img_offer {
  display: inline-block !important;
}
ul.products li.product {
  text-align: left;
}
ul.products li.product .price {
  font-weight: normal;
}
.price ins {
  font-weight: bold;
  display: block;
  font-size: 19px;
  margin-top: 5px;
}
.product .price .name_price {
  text-transform: uppercase;
  font-size: 16px;
}
.product del {
  text-decoration: none;
  color: #000;
}
.product del .amount {
  text-decoration: line-through;
}
.product .price .onsale {
  color: #f73d31;
  font-weight: 500;
}
.product .price .name_price + ins {
  display: inline-block;
}
.on_magazine {
  color: #288c68;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
}
.labels_inner {
  position: absolute;
  top: 20px;
  right: 4px;
  z-index: 10;
  text-align: right;
}
.label_item {
  padding: 3px 9px;
  border-radius: 3px;
  line-height: 26px;
  margin-left: 0 !important;
}
.list_label {
  color: #03852f;
  background-color: #f6ef1b;
  text-transform: none;
}
.HIT_LABEL {
  color: #03852f;
  background-color: #f6ef1b;
  margin-left: 8px;
}
.NEW_LABEL {
  color: #fff;
  background-color: #f00003;
}
.SALE_LABEL {
  color: #f6ef1b;
  background-color: #03852f;
}
.labels_element {
  position: absolute;
  z-index: 10;
  right: 18px;
  top: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
ul.products li.product .product-image {
  border-radius: 0;
}
.product-image {
  border: 0;
}
.products.grid {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.products.grid:before, .products.grid:after {
  display: none;
}
.products.grid .product {
  width: 31% !important;
  position: relative;
  background-color: #fff;
}
/*
.products.grid .product:nth-child(3n + 2):last-child {
  margin-right: 34.6%;
}*/
.products.grid .product:hover {
  z-index: 100;
}
/*characteristics_offers swit*/
.characteristics_offers {
  height: 0;
  overflow: hidden;
}
.product.hover_products:hover .characteristics_offers {
  height: auto;
}
.product.hover_products:hover .bootom_list_flow {
  border-bottom: 1px solid #ddd;
}
.bootom_list_flow .add-links-wrap {
  position: absolute;
  left: 12px;
  bottom: 0;
}
.product.hover_products:hover .bootom_list_flow .add-links-wrap {
  position: static;
}
.product.hover_products:hover {
  box-shadow: -1px -1px 6px 0px #ebebeb, 1px -1px 6px 0px #ebebeb;
}
.product.hover_products:hover .bootom_list_flow {
  box-shadow: -1px 5px 6px 0px #ebebeb, 1px 5px 6px 0px #ebebeb;
}
.bootom_list_flow {
  position: absolute;
  width: 100.8%;
  top: 239px;
  padding: 0 12px;
  left: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
}
.list .bootom_list_flow {
  display: block;
  position: static;
  border: 0 !important;
  box-shadow: none !important;
}
.list .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.list .characteristics_offers {
  height: auto;
}
ul.list {
  display: block !important;
}
ul.list li.product, .column2 ul.list li.product {
  padding: 15px !important;
  display: block !important;
}
.product {
  border: 1px solid #dddddd;
}
.slider_products.owl-carousel .product {
  width: 100% !important;
}
.home_page .products.grid .product, .element_full_width .products.grid .product {
  width: 23% !important;
}
.home_page .products.grid .product:nth-child(4n + 2):last-child, .element_full_width .product:nth-child(4n + 2):last-child {
  margin-right: 51% !important;
}
.home_page .products.grid .product:nth-child(4n + 3):last-child, .element_full_width .product:nth-child(4n + 3):last-child {
  margin-right: 24.6%;
}
ul.products li.product {
  margin-bottom: 27px;
}
.mb45 {
  margin-bottom: 7px;
}
/*ELEMENT*/
.summary-before {
  width: 100% !important;
  padding-left: 0;
  margin-left: 0;
}
.zoomContainer {
  width: 100% !important;
}
.product-images .owl-stage-outer {
  border: 0 !important;
}
.product-image-slider {
  border: 1px solid #d0d0d0;
}
.product-images .owl-controls {
  display: none;
}
.ms-slide {
  width: 60% !important;
  height: auto !important;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.product-images .owl-stage-outer {
  margin: 0 !important;
}
.product-images .owl-thumbs {
  margin-top: 20px;
  width: 100%;
}
.product-images .owl-thumbs .owl-thumb-item {
  margin: 0;
  margin-right: 25px;
  width: 18%;
  max-height: 120px;
  border-radius: 0;
  margin-bottom: 15px;
}
.product-images .owl-thumbs .owl-thumb-item img {
  max-height: 90px !important;
}
.product-images .owl-thumbs .owl-thumb-item.active, .product-images .owl-thumbs .owl-thumb-item:focus {
  border-radius: 0 !important;
  outline: 2px solid #308765;
}
.summary-before .ms-lightbox-btn {
  background-color: #308765;
}
.left-sidebar, .right-sidebar {
  padding-top: 0;
}
.item_info_section {
  padding-right: 0 !important;
}
.right-sidebar {
  padding-left: 18px;
}
.right_title {
  font-size: 18px;
  margin-bottom: 11px;
}
.color_element .cnt_item {
  width: 47px !important;
  height: 47px !important;
}
.color_element li {
  margin-right: 24px;
  cursor: pointer;
  position: relative;
}
.color_element .bx_active .cnt {
  border: 0 !important;
  outline: 3px solid #308765;
}
.color_element .desc_color {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  min-width: 190px;
  padding: 9px 10px;
  background-color: #fff;
  font-size: 15px;
  border: 2px solid #339471;
  margin-right: 14px;
}
.color_element li:hover .desc_color {
  display: block;
  z-index: 3;
}
.color_element .desc_color:before, .color_element .desc_color:after {
  content: '';
  position: absolute;
  right: -22px;
  bottom: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #339471;
}
.color_element .desc_color:after {
  border-left: 10px solid white;
  bottom: 10px;
  right: -19px;
}
.element_full_width {
  width: 100%;
  clear: both;
}
.line_chars_offers {
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 8px;
}
.bx_item_detail_scu.full {
  margin-bottom: 25px;
}
.b-product-card-characteristics .item_info_section .bx_size_scroller_container .bx_active .cnt {
  border: 2px solid #278b66;
}
.b-product-card-characteristics .item_info_section .bx_size_scroller_container .cnt {
  cursor: pointer;
}
.line_chars_offers .bx_item_section_name_gray {
  display: block;
  margin-bottom: 4px;
  margin-right: 20px;
}
.line_chars_offers.ankors {
  padding-bottom: 8px;
}
.line_chars_offers.ankors a, .napolnenie_btn {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  text-decoration: underline;
}
.napolnenie_btn {
  margin-bottom: 13px;
}
.line_chars_offers.ankors a:hover, .napolnenie_btn:hover {
  text-decoration: none;
}
.right_title.lettle_title {
  font-size: 15px;
  margin-bottom: 5px;
}
.info_reviews a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none !important;
}
.info_reviews .reviews_link {
  text-decoration: underline !important;
}
.info_reviews .reviews_link:hover {
  text-decoration: none !important;
}
.summary .price {
  font-size: 20px;
  margin-top: 10px;
  font-weight: normal;
}
.summary .price del {
  display: inline-block;
}
.summary .price ins {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.b-product-card-add-to-cart .cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.b-product-card-add-to-cart .cart .single_add_to_cart_button {
  padding: 9px 21px;
  font-size: 16px;
  background: #fff;
  color: #559d80;
  border: 2px solid #288c68;
}
.b-product-card-add-to-cart .cart .single_add_to_cart_button:hover {
  color: #fff;
  background-color: #288c68;
  transition: 0.3s;
}
.buy1click {
  margin-left: 17px !important;
  font-size: 16px !important;
  padding: 7px 15px !important;
  border: 2px solid #288c68;
  border-radius: 3px !important;
  transition: 0.3s;
}
.cart a.buy1click:first-child {
  margin-left: 0 !important;
  margin-right: 17px;
  background: #278b66;
  border-color: #278b66;
  color: #fff;
}
.cart a.buy1click:first-child:hover {
  background: #fff126;
  border-color: #fff126;
  transition: 0.3s;
  color: #268966;
}
.buy1click:hover {
  color: #fff;
  background-color: #288c68;
  transition: 0.3s;
}
.b-product-card-add-to-cart .cart .quantity {
  margin-left: 17px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: auto !important;
}
.b-product-card-add-to-cart .cart .quantity .qty {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  width: 40px;
  color: #000;
  font-size: 16px;
}
div.quantity .minus, div.quantity .plus {
  position: static;
  width: 36px;
  height: 40px;
  border-radius: 0;
}
div.quantity .qty {
  height: 40px;
}
.desc_share {
  margin-left: 31px;
  color: #938f90;
  font-size: 15px;
  font-style: italic;
}
.b-product-card-add-to-cart {
  margin-bottom: 15px !important;
}
.b-product-card-share-links {
  align-items: center;
  padding-top: 14px;
}
.itpb-tabs {
  clear: both;
}
.main-content {
  padding-bottom: 0;
}
.element_content_catalog .main-content {
  padding-left: 0;
}
.j-product-card-characteristics__colorize {
  margin-top: 0 !important;
}
.j-product-card-characteristics__colorize th, .j-product-card-characteristics__colorize td {
  border: 0 !important;
  padding-bottom: 0 !important;
  font-weight: normal;
}
.j-product-card-characteristics__colorize th {
  border-bottom: 1px dashed #d8d8d8 !important;
  padding-left: 0 !important;
}
.j-product-card-characteristics__colorize tbody {
  border: 0 !important;
}
.j-product-card-characteristics__colorize th span, .j-product-card-characteristics__colorize td span {
  background-color: #fff;
  position: relative;
  top: 3px;
  padding-bottom: 5px;
}
.resp-tabs-list li {
  border-radius: 0;
  color: #008940;
  background-color: #fff !important;
  font-size: 15px;
}
/*basket*/
#order_form_div .dropdown-block {
  height: 35px;
}
.dop_tr, .dop_tr td {
  width: 100%;
}
.shop_table td, .shop_table tbody th {
  border-top: 0;
}
.title_dop {
  margin-top: 0;
}
.dop_serv {
  margin-bottom: 30px;
}
.delivery_extra_services .price {
  font-size: 15px;
  font-weight: normal;
  width: 48%;
  position: relative;
  top: 3px;
}
/*bx_item_detail_size full*/
.bx_item_detail_size.full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.right_title + .line_chars_offers {
  border-top: 1px solid #f1f1f1;
  padding-top: 11px;
}
.desc_map {
  margin-bottom: 25px;
}
.master-slider img {
  max-height: 400px;
}
.sidebar .widget.widget_wysija .box-content {
  background-size: cover;
}
.b-store-categories-list-title {
  display: block;
  text-align: center;
}
.footer-right #itpanda {
  width: auto;
  color: #898989 !important;
  font-size: 10px;
}
.footer-bottom .inner_content {
  justify-content: space-between;
}
#footer .footer-bottom {
  padding: 10px 0;
}
.bx-ui-sls-container > input.bx-ui-sls-fake {
  border: 0 !important;
  outline: 0 !important;
}
.bx-composite-btn-fixed {
  top: -35px;
}
.instruct_list .item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.instruct_list {
  border: 1px solid #ccc;
  border-bottom: 0;
}
#product-tab .slider-title {
  padding-bottom: 0;
}
.instruct_list .item:nth-child(2n+2) {
  background-color: #fafafa;
}
.about_price {
  position: absolute;
  cursor: pointer;
  right: -24px;
  top: -11px;
}
.about_price .about_text {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 185px;
  line-height: 19px;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #278b66;
  padding: 9px;
  font-size: 14px !important;
  text-align: left;
}
.about_price .about_vopros {
  color: #278b66;
  border: 1px solid #278b66;
  border-radius: 100%;
  /* width: 20px; */
  /* height: 20px; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  height: 22px;
  width: 22px;
  justify-content: center;
  align-items: center;
}
.about_price:hover .about_text {
  display: block;
}
.summary .price ins {
  position: relative;
}
.about_price .about_vopros:hover {
  color: #fff;
  background-color: #278b66;
  border: 1px solid #278b66;
}
.botto_right_dop {
  margin-bottom: 22px;
}
.botto_right_dop a {
  color: #559d80;
  text-decoration: underline;
}
.botto_right_dop a:hover {
  text-decoration: none;
}
.left_bottom_sidebar {
  border: 1px solid #e0e0e0;
  padding: 15px 10px;
  padding-bottom: 5px;
}
.left_bottom_sidebar img {
  margin: auto;
  display: block;
  margin-bottom: 13px;
}
.term-description.term-description__bottom {
  margin: 0px 0 20px !important;
}
h2 {
  margin: 15px 0;
  font-weight: 400 !important;
  font-size: 26px !important;
}
.term-description__bottom h3 {
  margin: 15px 0;
  font-size: 23px !important;
}
.seo-img, .seo-img-left {
  margin: 6px 10px 10px 0;
}
.seo-img-right {
  margin: 6px 0 10px 10px;
}
.seo-table {
  margin: 15px 0;
}
.seo-table td {
  vertical-align: top !important;
  border: 0 !important;
  padding: 0 !important;
  padding: 0 0 0 10px !important;
  width: 50%;
}
.seo-table td:first-child {
  padding: 0 10px 0 0 !important;
}
.attention {
  background: #eee;
  padding: 12px 15px;
  margin: 15px 0;
}
@media (max-width:767px) {
  .seo-table td, .seo-table td:first-child {
    display: block;
    padding: 0 0 10px 0 !important;
    width: 100%;
  }
}
.autho.item_header {
  display: none;
}
.razmer_btn_form {
  text-decoration: underline;
  display: block;
  margin-top: 4px;
  margin-bottom: 15px;
}
.razmer_btn_form:hover {
  text-decoration: none;
}
.products.list .product {
  min-height: 0 !important;
}
.products.list .bootom_list_flow .add-links-wrap {
  position: static !important;
}
.one_pict_desc + .term-description__top > img {
  display: none;
}
a.jakor {
  text-decoration: underline;
}
a.jakor:hover {
  text-decoration: none;
}
/*STARS*/
.stars_block.change_stars + select {
  display: none;
}
.stars_block .fa-star {
  display: none;
}
.stars_block .item {
  color: #f7c310;
  font-size: 17px;
  margin-right: 3px;
  cursor: pointer;
}
.change_stars .item:hover {
  opacity: 0.7;
}
.stars_block .item.select .fa-star {
  display: inline;
}
.stars_block .item.select .fa-star-o {
  display: none;
}
.stars_block .count_rev {
  margin-left: 10px;
}
.product .stars_block_wrapper {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 2px 0;
}
.reviews_list_element .title {
  align-items: center;
  margin-bottom: 12px;
}
.reviews_list_element .title .stars_block_wrapper {
  margin-left: 10px;
}
.top_text_filter {
  margin-bottom: 10px;
}
.cat_item_rasprodazha {
  display: none;
}
.flmp_product {
  align-items: center;
  margin-left: 10px;
  margin-top: 10px;
}
.flmp_product .ico_flamp {
  margin-right: 10px;
}
.text_flam {
  font-size: 13px;
}
.wrapper_prod_add {
  border-top: 1px solid #e1e1e0;
}
/*contacts*/
.promo_form {
  background: url(/local/templates/itpanda.business.kupe/img/contact/form.jpg) no-repeat top center transparent;
  color: #fff;
  padding: 25px 71px;
  margin-top: -3px;
  background-size: cover !important;
  align-items: center;
}
.promo_form .title_left {
  font-size: 21px;
  font-weight: 500;
  /* text-align: center; */
  width: 50%; /* padding-left: 63px; */
}
.promo_form .right {
  font-size: 16px;
  width: 50%;
  /* padding-left: 6px; */
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
.num_kupon {
  margin-left: 12px;
  padding: 6px 13px;
  background-color: #176649;
  border-radius: 3px;
}
.contacts_photo {
  flex-wrap: wrap;
  margin-top: 33px;
  margin-bottom: 33px;
}
.contacts_photo .item {
  margin-right: 35px;
}
.contacts_photo .item:last-child {
  margin-right: 0;
}
.cont_map {
  margin-top: 10px;
}
.roistat-promo-wrap {
  display: none;
}
.page_form .title {
  text-align: center;
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f8ee10;
  padding-top: 17px;
  padding-bottom: 27px;
}
.page_form {
  background-color: #1b6e50;
  padding: 15px;
}
.page_form .inner_form {
  justify-content: center;
  flex-wrap: wrap;
}
.page_form input[type="text"] {
  margin-right: 24px;
  width: 26%;
  border-radius: 0;
  border: 1px solid #dedede;
  padding: 8px 13px;
  margin-bottom: 15px;
}
.page_form input[type="submit"] {
  font-weight: 500;
  margin-bottom: 15px;
  border: 0;
  background: #f8ee10;
  border-radius: 0;
  color: #1c6146;
  padding: 8px 20px;
}
.page_form input[type="submit"]:hover {
  background: #cbc200;
}
.page_form .checkbox_field {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px
}
.page_form .checkbox_field input {
  position: relative;
  top: 2px;
  margin-right: 0;
}
.page_form .checkbox_field a {
  color: #fff;
  border-bottom: 1px solid #9eb8ad;
  text-decoration: none !important;
}
.page_form .checkbox_field * {
  cursor: pointer;
}
.page_form .checkbox_field a:hover {
  border-bottom: 1px solid transparent;
}
.page_form .desc_form {
  text-align: center;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 15px;
}
.page_form_sidebar {
  margin-bottom: 15px;
}
.page_form_sidebar .page_form .title {
  padding-top: 17px;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 20px;
}
.modal_pop_text .h1_pop {
  font-size: 17px;
  text-align: center;
  font-weight: 500;
}
.modal_pop_text a {
  text-align: center;
  display: block;
  font-size: 19px;
  font-weight: bold;
  text-decoration: underline;
}
.modal_pop_text a:hover {
  text-decoration: none;
}
/*DOKA*/
.doka_wrapper {
  border: 2px solid #52576e;
  /* color: #fff; */
  padding: 13px;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}
.doka_kontakts .item {
  margin-bottom: 5px;
  font-size: 15px;
}
.doka_kontakts .item .fa {
  color: #dcdde2;
}
.doka_wrapper h4 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #4f566c;
  text-transform: uppercase;
  position: relative;
}
.doka_wrapper h4:after, .doka_add .title:after {
  content: '';
  display: block;
  width: 87px;
  height: 5px;
  background: #fdc61e;
  margin-top: 9px;
}
.doka_add .title {
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #4f566c;
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
}
.doka_add {
  margin-top: 20px;
  justify-content: space-between;
}
.doka_add .item {
  width: 49%;
}
@media (max-width:670px) {
  .doka_add {
    flex-wrap: wrap;
  }
  .doka_add .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.b-footer-additional-images h2 {
  margin-top: 0px;
}
.online_pay a {
  color: #fff126 !important;
  text-decoration: underline;
}
.online_pay a:hover {
  text-decoration: none !important;
}
.online_pay {
  margin-top: 5px;
}
.flamp_header {
  align-items: center;
}
.flamp_img {
  margin-right: 10px;
}
.flamp_star .fa {
  color: #ffda0f !important;
  font-size: 14px;
  margin-right: 3px !important;
}
.flamp_inner_text {
  font-weight: 500;
}
.wrapper_half_search {
  justify-content: space-between;
  align-items: center;
}
.half_search_header {
  width: 80%;
}
@media (max-width:900px) {
  .flamp_half_geader {
    width: 25%;
  }
  .half_search_header {
    width: 75%;
  }
}
@media (max-width:762px) {
  .flamp_half_geader {
    width: 40%;
  }
  .half_search_header {
    width: 60%;
  }
}
@media (max-width:500px) {
  .wrapper_half_search {
    flex-wrap: wrap;
  }
  .flamp_half_geader {
    width: 100%;
    justify-content: center;
    order: 10;
    margin-bottom: 20px;
  }
  .half_search_header {
    width: 100%;
  }
}
.chelyabinsk a[href="/proekt-doka-shkaf/"], .chelyabinsk a[href="#doka_pop"] {
  display: none !important;
}
.slick-slider .slick-dots li.slick-active i, .slick-slider .slick-dots li:hover i {
  color: #268a65 !important;
}
.flamp_img img {
  width: 40px !important;
  float: none !important;
}
.flamp_inner_text img {
  width: 110px;
}
.wrapper_half_search_new {
  flex-wrap: wrap;
}
.wrapper_half_search_new .half_search_header {
  width: 27%;
}
.wrapper_half_search_new .flamp_half_geader {
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
.text_why a {
  text-decoration: underline;
  font-weight: 500;
}
.text_why a:hover {
  text-decoration: none;
}
@media (max-width:1115px) {
  .wrapper_half_search_new .flamp_half_geader {
    width: 100%;
    justify-content: flex-start;
  }
  .wrapper_half_search_new .flamp_half_geader > div {
    margin-right: 10px;
  }
  .wrapper_half_search_new .half_search_header {
    width: 100%;
  }
}
@media (max-width:530px) {
  .wrapper_half_search_new .flamp_half_geader {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrapper_half_search_new .ico_rev_item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 15px !important;
    justify-content: center;
  }
}
.slide_reval .wrap_slider_text {
  background-color: #fff;
  background: #fff;
  color: #000;
}
.slide_reval .wrap_slider_text .title_slid {
  color: #268b66;
  margin-bottom: 15px;
}
.wrapper_slid_reval {
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper_slid_reval .ico_rev_item {
  margin-right: 15px;
}
.text_slid_reval {
  line-height: 18px;
}
.flamp_half_geader_element {
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1e1e0;
  padding-top: 10px;
  width: 100% !important;
  flex-wrap: wrap;
}
.flamp_half_geader_element > div {
  margin-bottom: 10px;
}
@media (max-width:460px) {
  .flamp_half_geader_element {
    justify-content: center;
  }
  .flamp_half_geader_element > div {
    padding: 5px;
  }
}
.smartfilter aside:first-child {
  display: none;
}
.form_aktsia a {
  display: block;
  margin-bottom: 5px;
  color: red;
  text-decoration: underline;
}
.form_aktsia a:hover {
  text-decoration: none;
}
/*NEW_PAGE*/
.warning_block_np {
  text-transform: uppercase;
  color: #fff;
  background-color: #268a64;
  text-align: center;
  padding: 9px;
  font-size: 16px;
}
.text_block_np {
  margin: 15px 0;
}
.egg_np {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.egg_np .item {
  padding: 10px 33px;
}
.egg_np span {
  margin-left: 10px;
  font-weight: 500;
}
.block_image_np {
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_image_np .item {
  width: 48%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 68px;
}
.block_image_np .item .left {
  width: 38.4%;
  padding-right: 15px;
}
.block_image_np .item .right {
  width: 62%;
}
.block_image_np .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 18px;
  margin-top: -3px;
  margin-bottom: 12px;
}
.decor_np {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 32px;
  font-size: 28px !important;
  position: relative;
  text-transform: uppercase;
}
.decor_np span {
  padding: 10px 15px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.decor_np:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bcbcbc;
  left: 0;
  top: 56%;
  margin-top: -0.5px;
  z-index: 1;
}
.our_assort_np > .item {
  margin-bottom: 28px;
}
.list_g > div {
  position: relative;
  padding-left: 18px;
  margin-bottom: 2px;
}
.list_g > div:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #268a64;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.form_np .page_form {
  background: url(/local/templates/itpanda.business.kupe/img/new_page/delivery/form.jpg) no-repeat top center #1b6e50;
  background-size: cover !important;
}
@media (max-width:1160px) {
  .egg_np .item {
    padding: 10px 17px;
  }
}
@media (max-width:998px) {
  .egg_np {
    flex-wrap: wrap;
  }
  .egg_np .item {
    width: 100%;
    text-align: center;
  }
  .egg_np span {
    display: block;
    margin: 0;
    margin-top: 9px;
  }
}
@media (max-width:768px) {
  .block_image_np .item {
    width: 100%;
  }
}
@media (max-width:460px) {
  .block_image_np .item {
    flex-wrap: wrap;
  }
  .block_image_np .item .left {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }
  .block_image_np .item > div {
    width: 100% !important;
  }
  .block_image_np .title {
    text-align: center;
  }
}
.flex_np_text {
  justify-content: space-between;
}
.flex_np_text .left {
  width: 70%;
}
.flex_np_text .right {
  width: 28%;
}
.flex_np_text .text {
  margin-bottom: 14px;
}
.nw_list_style {
  padding-left: 0;
  list-style: none;
}
.nw_list_style > li > span {
  position: relative;
  padding-left: 25px;
  margin-bottom: 2px;
  display: block;
}
.nw_list_style > li > span:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #268a64;
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 12px;
}
.nw_list_style > li > ul {
  list-style: none;
  padding-left: 0;
}
.nw_list_style > li > ul > li:before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: "";
  background-color: #268a64;
  position: absolute;
  left: 38px;
  top: 10px;
  font-size: 12px;
}
.nw_list_style > li > ul > li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 2px;
}
.steps_np {
  justify-content: space-between;
}
.steps_np .item {
  width: 31%;
  text-align: center;
}
.steps_np .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.steps_np .title span {
  display: block;
  width: 76px;
  height: 76px;
  background-color: #268a64;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.steps_np {
  margin-bottom: 35px;
}
.flex_np_text_left {
  justify-content: space-between;
}
.flex_np_text_left .left {
  width: 30%;
}
.flex_np_text_left .right {
  width: 67.4%;
}
.flex_np_text_left .right strong:first-child {
  font-size: 18px;
  display: block;
  margin-top: -3px;
  margin-bottom: 6px;
}
.np_num_l span:first-child {
  font-weight: bold;
  margin-right: 4px;
}
.np_num_l {
  margin-bottom: 8px;
}
@media (max-width:600px) {
  .flex_np_text, .steps_np, .flex_np_text_left {
    flex-wrap: wrap;
  }
  .flex_np_text .right, .flex_np_text_left .left {
    order: -1;
    margin-bottom: 15px;
    text-align: center;
  }
  .flex_np_text .right, .flex_np_text .left, .steps_np .item, .flex_np_text_left > div {
    width: 100% !important;
  }
  .steps_np .item {
    margin-bottom: 15px;
  }
  .top_line_header {
    display: none !important;
  }
  .top_menu ul li:last-child {
    display: block !important;
  }
  .color_table .item {
    width: 42% !important;
  }
}
.ico_rev_item {
    color: #000;
    max-width: 210px;
    align-items: center;
}
.garant_img_big_text img {min-width: 40px;}
.ico_rev_item .garant_text {
  margin-left: 8px;
}
.detail_price_flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.detail_price_flex .razmer_btn_form {
  margin: 0;
  position: relative;
  top: 3px;
  padding-left: 25px;
}
.top_line_header {
  background-color: #f7f7f7;
}
.top_line_menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.top_line_menu ul > li > a {
  color: #000;
  padding: 10px;
  display: block;
}
.top_line_menu ul > li {
  position: relative;
}
.top_line_menu ul > li ul {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: 5;
  border: 1px solid #d9d9d9;
  min-width: 260px;
  text-align: left;
  list-style: none;
  padding: 0;
  display: none;
}
.top_line_menu ul > li:hover ul {
  display: block;
}
.top_line_menu ul > li > ul a {
  padding: 5px 10px;
}
.table_delivery_np .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 15px;
}
.table_delivery_np table tbody tr:nth-child(2n+2) td {
  background-color: #f5f5f5 !important;
}
.table_delivery_np table tbody tr:nth-child(2n+1) td {
  background-color: #fff !important;
}
.table_delivery_np table tbody tr:first-child td {
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2 !important;
}
.title_table {
  text-align: center;
  font-weight: bold;
}
.table_delivery_np table td {
  text-align: center;
}
.mobile_container {
  max-width: 100%;
  overflow: auto;
}
.color_table {
  flex-wrap: wrap;
}
.color_table .item {
  margin-right: 18px;
  text-align: center;
  margin-bottom: 10px;
  width: 12%;
}
.color_table .name {
  font-size: 14px;
  margin-top: 5px;
  line-height: 16px;
}
.block_image_np_bottom {
  margin-top: 40px;
}
.block_image_np_bottom .item {
  margin-bottom: 20px;
}
.block_image_np_bottom .title {
  margin: 0 !important;
  margin-bottom: 4px !important;
}
.block_image_np_bottom .item > div > .title:first-child {
  text-transform: uppercase;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
.block_image_np_bottom .strong {
  font-weight: bold !important;
}
.block_image_np_bottom .sub_item {
  margin-bottom: 12px;
}
.block_image_np_bottom .summ_item {
  font-weight: bold;
  font-size: 16px;
}
.block_image_np_bottom .right {
  order: -1;
  padding-top: 33px;
}
.block_image_np_bottom .left {
  text-align: right;
}
.block_image_np_bottom .left img {
  width: 95%;
  padding-right: 0;
  padding-left: 15px;
}
.slid_from_t {
  border-bottom: 1px dashed;
  display: inline-block;
  margin-bottom: 9px !important;
  cursor: pointer;
}
.slid_from_t:hover {
  border-bottom: 1px solid transparent;
}
.slid_from {
  display: none;
}
.wrap_doka_bg {
  justify-content: center;
  flex-wrap: wrap;
  background: url(/proekt-doka-shkaf/bg-doka.jpg) no-repeat top center transparent;
  min-height: 79px;
  background-size: cover !important;
  align-items: center;
  padding: 15px;
}
.wrap_doka_bg .title {
  text-align: center;
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f8ee10;
}
.wrap_doka_bg .btn {
  font-weight: 500;
  border: 0;
  background: #f8ee10;
  border-radius: 0;
  color: #1c6146;
  padding: 8px 20px;
  margin-left: 25px;
  transition: 0.3s;
}
.wrap_doka_bg .btn:hover {
  background: #cbc200;
  transition: 0.3s;
}
.inst_widget_mobile {
  display: none;
}
@media (max-width: 700px) {
  .wrap_doka_bg .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .wrap_doka_bg .title {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .wrap_doka_bg .title {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .header_search, /*.term-description__top,*/ .flamp_half_geader .ico_rev_item:nth-child(2) {
    display: none !important;
  }
  .inst_widget {
    display: none;
  }
  .inst_widget_mobile {
    display: block;
    margin-bottom: 20px;
  }
  .flamp_half_geader {
    order: 0;
  }
}
/*dop_desc_element*/
.dop_desc_element {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.dop_desc_element .item {
  width: 45%;
  margin-bottom: 60px;
}
.dop_desc_element .item.full_item {
  width: 100%;
}
.dop_desc_element .image_d {
  padding-right: 25px;
}
.dop_desc_element .list_dop_chars_item {
  justify-content: space-between;
  margin-bottom: 5px;
}
.dop_desc_element .desc_d {
  flex-grow: 1;
  max-width: 370px;
}
.dop_desc_element .title {
  font-weight: bold;
  /* font-size: 14px; */
  margin-bottom: 3px;
}
.list_dop_chars_item {
  position: relative;
}
.list_dop_chars_item span {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.list_dop_chars_item .name {
  padding-right: 2px;
}
.list_dop_chars_item .value {
  padding-left: 2px;
}
.list_dop_chars_item:after {
  content: '';
  width: 100%;
  border-bottom: 1px dashed #747474;
  bottom: 5px;
  left: 0;
  position: absolute;
}
.dop_desc_element .list_dop_chars span {
  font-size: 14px;
}
.dop_desc_element .name_full {
  margin-bottom: 5px;
  display: block;
}
.dop_desc_element .bottom_text {
  display: block;
  font-size: 14px;
  margin-top: 12px;
}
.title_dop_element {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.text_dop_element {
  margin-bottom: 22px;
}
.dop_desc_element .image_d img {
  max-width: none !important;
}
@media (max-width: 1100px) {
  .dop_desc_element {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .dop_desc_element .item {
    width: 49%;
  }
  .dop_desc_element .item.full_item {
    width: 100%;
  }
}
@media (max-width: 950px) {
  .dop_desc_element .item {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .dop_desc_element .item {
    flex-wrap: wrap;
  }
  .dop_desc_element .image_d {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .dop_desc_element .list_dop_chars span, .dop_desc_element .bottom_text {
    font-size: 12px;
  }
}
a[href="#searchsize_form"] + a[href="#searchsize_form"] {
  display: none !important;
}
.page_form .subtitle {
  color: #fff;
  text-align: center;
  font-size: 17px;
  margin-top: -25px;
  margin-bottom: 21px;
}
.page_form_40 {
  margin-top: 20px;
}
.page_form_40.page_form {
  background-color: #1f7d5b;
  background: url(/local/templates/itpanda.business.kupe/img/bg_form40.jpg) no-repeat top center transparent;
  background-size: cover;
}
.h2_style {
  margin: 15px 0;
  font-weight: 400 !important;
  font-size: 26px !important;
  line-height: 28px;
}
.top_block_video_text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.top_block_video_text .text_item {
  padding-left: 20px;
  font-size: 14px;
}
.top_block_video_page .video_item {
  min-width: 533px;
}
@media (max-width: 768px) {
  .top_block_video_text {
    flex-wrap: wrap;
  }
  .top_block_video_text .item {
    width: 100%;
    min-width: 0 !important;
  }
  .top_block_video_text .text_item {
    padding-left: 0;
    padding-top: 20px;
  }
  .top_block_video_text .video-js {
    width: 100% !important;
  }
}
.wrapper_photos {
  display: none;
}
.wrapper_photos.owl-carousel {
  display: block;
}
.wrapper_photos {
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}
.h2_margin {
  margin-top: 35px;
  margin-bottom: 30px;
}
.wrapper_photos .owl-nav {
  z-index: 2;
  top: 70%;
}
.wrapper_photos .owl-nav .owl-prev {
  left: -30px;
}
.wrapper_photos .owl-nav .owl-next {
  right: -30px;
}
.wrapper_photos .item_photo {
  transition: 0.3s;
}
.wrapper_photos .item_photo:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.full_img_offer {
  display: none;
  width: 190px;
  position: absolute;
  right: 100%;
  bottom: 46px;
  border: 2px solid #339471;
  margin-right: 14px;
  height: 190px;
    background-color: #fff;
}
.full_img_offer img {
  width: 100%;
  height: 100%;
}
.color_element li:hover .full_img_offer {
  display: block;
}
a.widget-title-link {
  color: #000;
}
li.item_left_active a, a.widget-title-link.item_left_active {
  color: #0c9d40 !important;
}
.photos_skaf_inter {
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}
.photos_skaf_inter .item_photo {
  color: #000 !important;
  text-decoration: none !important;
}
.photos_skaf_inter .item_photo span {
  display: block;
  margin-top: 12px;
}
.photos_skaf_inter .item_photo img {
  transition: 0.3s;
}
.photos_skaf_inter .item_photo:hover img {
  opacity: 0.6;
  transition: 0.3s;
}
.b-product-card-characteristics .item_info_section .bx_images_scroller_container .cnt_item {
  background-size: cover !important;
}
.egg_wrapper_inner_egg {
  padding: 10px 0;
  padding-bottom: 25px;
}
.egg_wrapper_inner_egg .egg-heading {
  margin-left: 10px;
}
.index_setion_line {
  justify-content: space-between;
}
.index_setion_line .item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.index_setion_line .item span {
  color: #fff;
  position: absolute;
  left: 25px;
  bottom: 30px;
  font-size: 20px;
}
.index_setion_line .big_img {
  width: 33%;
}
.index_setion_line .sm_img {
  width: 66%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_setion_line .sm_img .item {
  width: 49%;
  margin-bottom: 17px;
}
.index_setion_line .item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.3s;
}
.index_setion_line .item img {
  transition: 0.3s;
}
.indes_section_wrap.mobile_sect {
  display: none;
}
@media (max-width: 768px) {
  .indes_section_wrap {
    display: none;
  }
  .indes_section_wrap.mobile_sect {
    display: block;
  }
  .index_setion_line .sm_img .item {
    width: 100%;
    margin-bottom: 12px;
  }
  .index_setion_line.flex > div {
    width: 49% !important;
  }
  .index_setion_line .item span {
    left: 12px;
    bottom: 12px;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
  }
  .index_setion_line .md_img {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index_setion_line .md_img .item {
    width: 49%;
    margin-bottom: 12px;
  }
  .slider-title.mob_sm .inline-title {
    font-size: 20px;
    display: block;
  }
}
@media (max-width: 490px) {
  .index_setion_line .sm_img .item, .index_setion_line .md_img .item {
    margin-bottom: 6px;
  }
}
.title_pay_qr {
  color: #a8bfb5;
  font-size: 15px;
  margin-bottom: 11px;
}
.column2 ul.list.pcols-lg-3 li.product .product-image {
  width: 27%;
  margin-right: 20px;
}
.rigt_text_kuhni {
  font-size: 16px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  padding: 14px;
}
.kuhn_manager_project {
  font-size: 16px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.modal_pop .label {
  color: #000;
  font-size: 14px;
  padding: 0;
  display: block;
  text-align: left;
  margin-bottom: 6px;
}
/*
#jivo-iframe-container, #jivo-iframe-container jdiv, #jvlabelWrap {
  display: none !important;
}
*/
.projects_blocks_catalog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.projects_blocks_catalog .item_bi {
  width: 24%;
  position: relative;
  margin-bottom: 11px;
}
.projects_blocks_catalog .float_block_in {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px;
  left: 0;
  background: rgb(0 0 0 / 35%);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.projects_blocks_catalog .float_block_in span {
  display: block;
  width: 100%;
}
.projects_blocks_catalog .float_block_in .n_link {
  color: #fff126;
}
.projects_blocks_catalog .item_bi:hover .float_block_in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.projects_blocks_catalog .item_bi:nth-child(4n + 2):last-child {
  margin-right: 50.6%;
}
.projects_blocks_catalog .item_bi:nth-child(4n + 3):last-child {
  margin-right: 25.2%;
}
@media (max-width: 768px) {
  .projects_blocks_catalog .item_bi {
    width: 49%;
    margin-right: 0 !important;
    text-align: center;
  }
  .projects_blocks_catalog .float_block_in {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 460px) {
  .projects_blocks_catalog .item_bi {
    margin-bottom: 7px;
  }
    .marquiz__container > .marquiz__button  {display: none !important;}
}

.marquiz__container > .marquiz__button {    position: fixed !important;
    right: 0;
    top: 20%;
    color: #fff !important;
    writing-mode: vertical-rl;
    z-index: 2; font-size:18px;}

.product.type-product .buy1click  {    padding: 3px 13px !important; margin-left: 0 !important; margin-right: 5px !important;}
.price_rasrochka small {font-size: 17px;}
.price_rasrochka  .price_ras_value {font-weight: bold;}

.wrapper_dostavka_table {overflow-x: scroll;}

.bx_scu_scroller_container_fixed_chars input {display: none;}

.b-product-card-characteristics .item_info_section .bx_scu_scroller_container_fixed_chars_text  .cnt {border:2px solid transparent;}

.dop_desc_element_rasp_skaf .image_d img {max-width: 150px !important;}
a[href="/catalog/shkafy_kupe_new/"] {display: none !important;}

.chars_top_catalog .item {	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; margin-bottom: 8px;
}
.chars_top_catalog .item .name {margin-right: 10px;}
.chars_top_catalog {
font-size: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 8px;}
.chars_top_catalog a {    text-decoration: underline;
    display: block; margin-bottom: 12px;}
.chars_top_catalog a:hover {text-decoration: none;}
aside.vid-shkafa.widget {display: none !important;}

.button_green_b {color: #fff !important; text-decoration: none !important; white-space: normal; padding: 16px 10px !important;}
.button_green_b:hover {color: #000 !important;}



html.filter-opened .lb_res_wspr {
  left: auto !important;
  right: 18px !important;
}
.element_content_catalog .b-product-card-add-to-cart .cart{
  gap: 10px;
}
.element_content_catalog .b-product-card-add-to-cart  .cart > *{
  margin: 0 !important;
  flex: auto 1;
}
.element_content_catalog .b-product-card-add-to-cart  .cart span a{
  width: 100%;
}

/* End */


/* Start:/local/templates/itpanda.business.kupe/custom_media.css?16191668797776*/
.wrap_slider_text {
	width: 41%;
	border-radius: 15px;
}
.delivery_extra_services {
	display: block !important;
	width: auto !important;
}
.service-menu-button {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	padding: 11px;
	font-size: 20px;
	background-color: #268a65;
	color: #fff;
	z-index: 20;
	cursor: pointer;
}
.service-menu-button.active {
	background-color: #16815a;
}
.category-filter {
	z-index: 20;
}
.wrap_slider_text .title_slid {
	line-height: 40px;
}
.b-product-card-add-to-cart .cart {
	flex-wrap: wrap;
}
h2.resp-accordion {
	color: #268a65;
}
.product-images .owl-thumbs {
	margin-bottom: 20px;
}
#footer .footer-bottom {
	background-color: #15684a;
}

.wrapper_prod_add  + .product-summary-wrap.b-product-card-social-actions {display: none !important;}


@media (min-width: 711px) {
.phone_header {
	text-align: right;
}

}

@media (max-width: 1080px) {
#header .description {
	display: none;
}
.wrapper_director .inner_content {
	width: 100%;
}
.promo_form {
	padding: 25px 15px;
}
}

@media (max-width: 991px) {
.egg_item .egg-left {
	width: 30%;
}
.egg_item .egg-body {
	width: 70%;
}
.dropdown-toggle.cart-head {
	right: auto !important;
	left: -39px !important;
	top: -21px
}
.b-header-cart .cart-head .mobile-hide {
	display: none !important;
}
}

@media (max-width: 960px) {
.promo_form {
	flex-wrap: wrap;
	justify-content: center;
}
.promo_form > div {
	width: 100% !important;
	justify-content: center !important;
	text-align: center !important;
}
.promo_form .right {
	margin-top: 20px;
	flex-wrap: wrap;
}
}

@media (max-width: 950px) {
.wrapper_director .inner_content {
	flex-wrap: wrap;
}
.wrapper_director .cont {
	width: 100%;
	margin-left: 0;
	text-align: center;
	padding-bottom: 15px;
}
body .page-wrapper .products.grid > .product {
	width: 31% !important;
	z-index: 10 !important;
}
.home_page .products.grid .product:nth-child(4n + 2):last-child, .element_full_width .product:nth-child(4n + 2):last-child {
	margin: 0 !important;
	margin-bottom: 15px !important;
}
}

@media (max-width: 550px) {
.promo_form > div {
	line-height: 25px;
}
}
@media (max-width: 790px and max-width: 460px) {
 .products.list .labels_inner {
left: 0;
right: auto;
}
 .products.list .labels_inner span {
display: block;
margin-left: 0 !important;
margin-bottom: 10px;
}
}

@media (max-width: 774px) {
.contacts_photo .item {
	margin-right: 0;
	margin-bottom: 15px;
}
.contacts_photo {
	justify-content: center;
}
}

@media (max-width: 768px) {
	.b-product-card-add-to-cart + .flamp_half_geader  {display: none;}
.bootom_list_flow .add-links-wrap {
	position: static !important;
}
.egg_wrapper {
	display: none;
}
body {
	padding-top: 30px;
}
#header {
	padding-bottom: 0;
}
.wrapper_top_menu {
	position: fixed;
	display: none;
	top: 43px;
	z-index: 21;
	left: 0;
	width: 100%;
	padding: 15px 0;
}
.top_menu > ul > li {
	padding: 0;
	width: 100%;
}
body .page-wrapper .products.grid > .product {
	width: 48% !important;
	z-index: 10 !important;
}
.home_page .products.grid .product:nth-child(4n + 2):last-child, .element_full_width .product:nth-child(4n + 2):last-child {
	margin: 0 !important;
	margin-bottom: 15px !important;
}
.bootom_list_flow {
	position: static;
	border: 0;
	box-shadow: none !important;
	border: 0 !important;
	background: none;
}
.characteristics_offers {
	height: auto;
}
.products.grid .product {
	padding-bottom: 20px !important;
}
.reviews_wrapper {
	flex-wrap: wrap;
}
.item_reviews {
	width: 48%;
	margin: 0 !important;
	margin-bottom: 20px !important;
}
.audioplayer {
	width: 100% !important;
}
.resp-accordion .stars_block_wrapper .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.wrap_slider_text {
	width: 92%;
}
	.full_img_offer {display: none !important;}
}

@media (max-width: 710px) {
.we_acept_list {
	flex-wrap: wrap;
}
.we_acept_list .image {
	text-align: center;
}
.we_acept_list .item_acept {
	width: 47%;
	margin: 0;
	margin-bottom: 20px;
}
.basket_header {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
	background-color: #fff;
	padding: 3px 14px;
	width: auto !important;
	z-index: 21;
}
	
}

@media (max-width: 710px) {
#header {
	flex-wrap: wrap;
}
#header .item_header {
	width: 100%;
	text-align: center;
	margin-bottom: 17px;
	justify-content: center;
}
#header .img_logo {
	display: block;
	margin: 0;
	text-align: center;
	width: 100%;
}
}

@media (max-width: 668px) {
.delivery_extra_services {
	padding-left: 0 !important;
}
}

@media (max-width: 610px) {
.map_catalog {
	pointer-events: none;
}
.slider_one {
	display: none !important;
}
.wrapper_director .inner_content {
	flex-wrap: wrap;
}
.wrapper_director .inner_content > div {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.icons_wrap .img {
	display: none;
}
.icons_wrap .icon_item, .icon_item .right_icon {
	width: 100%;
}
.icons_wrap:not(.element_icons) {
	display: none;
}
.color_element .desc_color {
	right: 0;
	top: -50px;
}
.bx_scu {
	position: relative;
}
.color_element li {
	position: static;
}
.color_element .desc_color:before, .color_element .desc_color:after {
	display: none;
}
}

@media (max-width: 600px) {
.wrapper_prod_add {
	flex-wrap: wrap;
}
.flmp_product {
	margin-left: 0;
	width: 100%;
	margin-top: 20px;
}
}

@media (max-width: 560px) {
.page_form input[type="text"] {
	width: 100%;
	margin-right: 0;
}
.page_form input[type="submit"] {
	width: 100%;
}
}

@media (max-width: 540px) {
.b-product-card-add-to-cart .cart > * {
	width: 100%;
	margin: 0 !important;
	margin-bottom: 15px !important;
	height: 40px;
}
.b-product-card-add-to-cart .cart .single_add_to_cart_button {
	display: block;
}
.b-product-card-share-links {
	flex-wrap: wrap;
}
.desc_share {
	margin-top: 12px;
	margin-left: 0;
	width: 100%;
}
.form_add .line_form {
	flex-wrap: wrap;
}
.form_add .line_form > * {
	width: 100%;
}
.form_add .name {
	margin-bottom: 13px;
}
.add_form {
	overflow: hidden;
}
.dop_inner {
	flex-wrap: wrap;
}
.dop_inner > div {
	width: 100%;
	text-align: center;
}
}

@media (max-width: 460px) {
.page_form .title {
	font-size: 18px;
	line-height: 23px;
}
.products.list li.product .product-image {
	width: 100% !important;
}
.products.list li.product .bootom_list_flow {
	padding-left: 0 !important;
}
.about_price .about_text {
	right: -100%;
	bottom: 11px;
	left: auto;
}
body .page-wrapper .products.grid > .product, .we_acept_list .item_acept, .item_reviews {
	width: 100% !important;
}
.owl-carousel.reviews_wrapper .item_reviews {
	width: 96% !important;
}
.rc-anchor-normal-footer {
	display: none;
}
.reviews_list_element .title {
	flex-wrap: wrap;
}
.reviews_list_element .title .stars_block_wrapper {
	width: 100%;
	margin: 10px 0;
}
.num_kupon {
	margin-left: 0;
	margin-top: 10px;
}

.wrap_slider_text .title_slid {
	font-size: 25px;
}
#header .num_phone {
	margin-bottom: 12px;
}
}

@media (max-width: 767px) {
.slider_full .align_center {
	height: 140px !important;
	width: 100% !important;
	background-size: cover !important;
}
.slider_full .ult-carousel-wrapper > .ult-carousel .ult-item-wrap:before {
	display: none !important;
	visibility: hidden;
}
}

.mobkuhfree {display: none;}
@media (max-width: 460px){
	.section_kukhni .term-description__top {display: block !important;}
	.mobkuhfree  {display: block;}
	.mobkuhfree + img {display: none !important;}
}

/* End */


/* Start:/local/templates/itpanda.business.kupe/js/audioplayer.css?16182278345129*/
/*
			PLAYER
		*/

.audioplayer {
	height: 31px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #d9d9d9;
	position: relative;
	z-index: 1;
	width: 35%;
}
/* mini mode (fallback) */

.audioplayer-mini {
	width: 2.5em; /* 40 */
	margin: 0 auto;
}
/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */

.audioplayer > div {
	position: absolute;
}
/* play/pause button */

.audioplayer-playpause {
	width: 2em; /* 40 */
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
	border-right: 1px solid #d9d9d9;
}
.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}
.audioplayer-playpause:hover, .audioplayer-playpause:focus {
	background-color: #222;
}
.audioplayer-playpause a {
	display: block;
}
.audioplayer-stopped .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: 0.4em solid transparent;
    border-right: none;
    border-left-color: #3c9675;
    content: '';
    position: absolute;
    top: 56%;
    left: 57%;
    margin: -0.5em 0 0 -0.25em;
}
.audioplayer-playing .audioplayer-playpause a {
	width: 0.75em; /* 12 */
	height: 0.75em; /* 12 */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.375em 0 0 -0.375em; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
	width: 40%;
	height: 100%;
	background-color: #008940;
	content: '';
	position: absolute;
	top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}
/* timers */

.audioplayer-time {
	width: 4.375em; /* 70 */
	height: 100%;
	line-height: 2em;
	text-align: center;
	z-index: 2;
	top: 0;
}
.audioplayer-time-current {
	left: 1.7em;
	color: #000;
	text-shadow: none;
}
.audioplayer-time-duration {
	display: none;
	right: 2.5em; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0;
}
/* progress bar of loaded/played */

.audioplayer-bar {
	height: 1.065em;
	background-color: #222;
	cursor: pointer;
	z-index: 1;
	top: 46%;
	right: 3.5em;
	left: 5.875em;
	margin-top: -0.438em;
}
.audioplayer-novolume .audioplayer-bar {
	right: 4.375em; /* 70 */
}
.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.audioplayer-bar-loaded {
	background-color: #ededed;
	z-index: 1;
	border: 1px solid #dddddd;
}
.audioplayer-bar-played {
	background: #008940;
	z-index: 2;
}
/* volume button */

.audioplayer-volume {
	width: 2.5em; /* 40 */
	height: 100%;
	border-left: 1px solid #d9d9d9;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
}
.audioplayer-volume:hover, .audioplayer-volume:focus {
	background-color: #222;
}
.audioplayer-volume-button {
	width: 100%;
	height: 100%;
}
.audioplayer-volume-button a {
	width: 0.313em; /* 5 */
	height: 0.375em; /* 6 */
	background-color: #008940;
	display: block;
	position: relative;
	z-index: 1;
	top: 40%;
	left: 35%;
}
.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
	content: '';
	position: absolute;
}
.audioplayer-volume-button a:before {
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-left: none;
	border-right-color: #008940;
	z-index: 2;
	top: 50%;
	right: -0.25em;
	margin-top: -0.5em; /* 8 */
}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
	/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
	width: 0.313em; /* 5 */
	height: 0.313em; /* 5 */
	border: 0.25em double #008940; /* 4 */
	border-width: 0.25em 0.25em 0 0; /* 4 */
	left: 0.563em; /* 9 */
	top: -0.063em; /* 1 */
	-webkit-border-radius: 0 0.938em 0 0; /* 15 */
	-moz-border-radius: 0 0.938em 0 0; /* 15 */
	border-radius: 0 0.938em 0 0; /* 15 */
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
/* volume dropdown */

.audioplayer-volume-adjust {
	height: 6.25em; /* 100 */
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	border: 1px solid #ccc;
    background: #ffff;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
	opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: auto;
	bottom: 100%;
}
.audioplayer-volume-adjust > div {
	width: 40%;
	height: 80%;
	background-color: #ededed;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}
.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #008940;
}
.audioplayer-novolume .audioplayer-volume {
	display: none;
}
.audio_review {
	margin-top: 10px;
	margin-bottom: 10px;
}





/* End */


/* Start:/local/templates/itpanda.business.kupe/components/itpanda/citieslist/template/style.css?16182278345215*/
#itp-city-popup {
    position: relative;
}
.itp-cities-select-dialog {
    line-height: normal;
    text-align: left;
    margin: 320px auto 50px auto;
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 10px 20px 10px;
    height: auto;
}
.itp-thiscity {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    z-index: 10;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    top: 40px;
    white-space: nowrap;
}
.itp-thiscity a {
    margin: 10px 10px 0 10px;
    font-size: 14px;
}
#itp-citysearch {
    margin: 20px 0;
    padding: 10px;
    float: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    border: 1px solid #c4c4c4;
}
.itp-cities-select {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.itp-cities-select-dialog h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000;
}

.itp-cities-select.active {
    display: block;
}
.itp-cities-select .fa-home {
    font-size: 20px;
}
.itp-cities-select .itp-cities-header {
    font-size: 16px;
}
.itp-cities-select .itp-cities-header .itp-cities-close {
    background: url('/local/templates/itpanda.business.kupe/components/itpanda/citieslist/template/images/close.png') no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 255;
    font-size: 0;
    display: block;
    cursor: pointer;
}

.itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.itp-cities-select .itp-cities-list ul li{
    float: left;
    width: 30%;
    margin: 5px 1.5%;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.itp-cities-select .itp-cities-list ul li span{
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.itp-cities-select .itp-cities-list ul li span{
    text-decoration: underline;
}

.itp-clear {
    clear: both;
}

.itp-modal-open {
    overflow: hidden;
}

.itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
    overflow-x: hidden;
    overflow-y: auto;
}
.itp-cities-select .itp-regions-list {
    margin-right: 20px;
}
.itp-cities-select .itp-regions-list  ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
    margin: 5px 10px;
    white-space: nowrap;
}
.itp-cities-select .itp-regions-list  ul li:hover, .itp-cities-select .itp-cities-list  ul li:hover span {
    text-decoration: none;
}
.itp-cities-select .itp-regions-list  ul li.active, .itp-cities-select .itp-cities-list  ul li.active span {
    font-weight: 600;
    text-decoration: none;
}

.itp-thiscity .itp-corner::after {
    left: 1px;
    top: 1px;
    border-width: 0 14px 13px 14px;
    border-color: #fff rgba(255,255,255,0);
}
.itp-thiscity .itp-corner::after, .itp-thiscity .itp-corner::before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    height: 0;
    width: 0;
}
.itp-thiscity .itp-corner::before {
    left: 0;
    top: 0;
    border-width: 0 15px 14px 15px;
    border-color: #bbb rgba(255,255,255,0);
}
.itp-thiscity .itp-corner {
    position: absolute;
    top: -14px;
    left: 0;
    width: 30px;
    height: 14px;
    margin: 0 20px;
}

@media (max-width: 767px) {
    .itp-cities-select-dialog {
        width: 100%;
    }
    .itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
        height: 100%;
    }
    .itp-cities-select .itp-regions-list ul li{
        float: left;
        width: 47%;
        margin: 5px 1.5%;
    }
    .itp-cities-select .itp-cities-list ul li{
        float: left;
        width: 47%;
        margin: 5px 1.5%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .itp-cities-select-dialog {
        width: 700px;
    }
    .itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
        height: 100%;
    }
    .itp-cities-select .itp-regions-list {
        float: left;
        width: 150px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .itp-cities-select-dialog {
        width: 500px;
    }
    .itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
        height: auto;
    }
    .itp-cities-select .itp-regions-list {
        float: left;
        width: 200px;
    }
}
@media (min-width: 1200px) {
    .itp-cities-select-dialog {
        width: 500px;
    }
    .itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
        height: auto;
    }
    .itp-cities-select .itp-regions-list {
        float: left;
        width: 200px;
    }
}
/* End */


/* Start:/local/components/itpanda/citieslist_custom/templates/.default/style.css?16182278685216*/
#itp-city-popup {
    position: relative;
}
.itp-cities-select-dialog {
    line-height: normal;
    text-align: left;
    margin: 30px auto 50px auto;
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 10px 20px 10px;
    height: auto;
}
.itp-thiscity {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    z-index: 10;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    top: 40px;
    white-space: nowrap;
}
.itp-thiscity a {
    margin: 10px 10px 0 10px;
    font-size: 14px;
}
#itp-citysearch {
    margin: 20px 0;
    padding: 10px;
    float: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    border: 1px solid #c4c4c4;
}
.itp-cities-select {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.itp-cities-select-dialog h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000;
}

.itp-cities-select.active {
    display: block;
}
.itp-cities-select .fa-home {
    font-size: 20px;
}
.itp-cities-select .itp-cities-header {
    font-size: 16px;
}
.itp-cities-select .itp-cities-header .itp-cities-close {
    background: url('/local/components/itpanda/citieslist_custom/templates/.default/images/close.png') no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 255;
    font-size: 0;
    display: block;
    cursor: pointer;
}

.itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.itp-cities-select .itp-cities-list ul li{
    float: left;
    width: 30%;
    margin: 5px 1.5%;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.itp-cities-select .itp-cities-list ul li span{
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.itp-cities-select .itp-cities-list ul li span{
    text-decoration: underline;
}

.itp-clear {
    clear: both;
}

.itp-modal-open {
    overflow: hidden;
}

.itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
    overflow-x: hidden;
    overflow-y: auto;
}
.itp-cities-select .itp-regions-list {
    margin-right: 20px;
}
.itp-cities-select .itp-regions-list  ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
    margin: 5px 10px;
    white-space: nowrap;
}
.itp-cities-select .itp-regions-list  ul li:hover, .itp-cities-select .itp-cities-list  ul li:hover span {
    text-decoration: none;
}
.itp-cities-select .itp-regions-list  ul li.active, .itp-cities-select .itp-cities-list  ul li.active span {
    font-weight: 600;
    text-decoration: none;
}

.itp-thiscity .itp-corner::after {
    left: 1px;
    top: 1px;
    border-width: 0 14px 13px 14px;
    border-color: #fff rgba(255,255,255,0);
}
.itp-thiscity .itp-corner::after, .itp-thiscity .itp-corner::before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    height: 0;
    width: 0;
}
.itp-thiscity .itp-corner::before {
    left: 0;
    top: 0;
    border-width: 0 15px 14px 15px;
    border-color: #bbb rgba(255,255,255,0);
}
.itp-thiscity .itp-corner {
    position: absolute;
    top: -14px;
    left: 0;
    width: 30px;
    height: 14px;
    margin: 0 20px;
}

@media (max-width: 767px) {
    .itp-cities-select-dialog {
        width: 100%;
    }
    .itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
        height: 100%;
    }
    .itp-cities-select .itp-regions-list ul li{
        float: left;
        width: 47%;
        margin: 5px 1.5%;
    }
    .itp-cities-select .itp-cities-list ul li{
        float: left;
        width: 47%;
        margin: 5px 1.5%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .itp-cities-select-dialog {
        width: 700px;
    }
    .itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
        height: 100%;
    }
    .itp-cities-select .itp-regions-list {
        float: left;
        width: 150px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .itp-cities-select-dialog {
        width: 900px;
    }
    .itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
        height: 500px;
    }
    .itp-cities-select .itp-regions-list {
        float: left;
        width: 200px;
    }
}
@media (min-width: 1200px) {
    .itp-cities-select-dialog {
        width: 900px;
    }
    .itp-cities-select .itp-cities-list ul, .itp-cities-select .itp-regions-list ul{
        height: 500px;
    }
    .itp-cities-select .itp-regions-list {
        float: left;
        width: 200px;
    }
}
/* End */


/* Start:/local/templates/itpanda.business.kupe/components/bitrix/system.auth.form/.default/style.min.css?1618227834424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/itpanda.business.kupe/components/bitrix/system.auth.form/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/itpanda.business.kupe/components/bitrix/system.auth.form/.default/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/itpanda.business.kupe/components/bitrix/search.title/itpanda/style.min.css?16182278343445*/
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;background-image:url('/local/templates/itpanda.business.kupe/components/bitrix/search.title/itpanda/images/fader.png');background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


/* Start:/local/templates/itpanda.business.kupe/components/bitrix/menu/footer_menu/style.min.css?1618227834490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/itpanda.business.kupe/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/itpanda.business.kupe/template_styles.css?1700133427217*/
.wrap_colors_list + a[href="#searchsize_form"] {display: none !important;}
.chars_top_catalog_change .value { margin-left: 10px; margin-bottom: 0 !important;}
.chars_top_catalog_change .item .name {margin-right: 0;}
/* End */
/* /local/templates/itpanda.business.kupe/design/css/selectize.bootstrap3.css?161822783410766 */
/* /local/templates/itpanda.business.kupe/design/css/yith_wcwl_style.css?1618227834738 */
/* /local/templates/itpanda.business.kupe/design/css/js_composer.min.css?16182278345673 */
/* /local/templates/itpanda.business.kupe/design/css/masterslider.main.css?16182278349824 */
/* /local/templates/itpanda.business.kupe/design/css/Defaults.css?161822783428855 */
/* /local/templates/itpanda.business.kupe/design/css/ultimate.min.css?1618227834190209 */
/* /local/templates/itpanda.business.kupe/design/css/icons.css?16182278341524 */
/* /local/templates/itpanda.business.kupe/design/css/bootstrap.css?1618227834168165 */
/* /local/templates/itpanda.business.kupe/design/css/plugins.css?1618227834123479 */
/* /local/templates/itpanda.business.kupe/design/css/theme_elements_1.css?161822783467796 */
/* /local/templates/itpanda.business.kupe/design/css/theme_1.css?161822783491290 */
/* /local/templates/itpanda.business.kupe/design/css/theme_shop_1.css?161822783479283 */
/* /local/templates/itpanda.business.kupe/design/css/skin_1.css?1618227834102660 */
/* /local/templates/itpanda.business.kupe/design/bower_components/chosen/chosen.min.css?161822783411115 */
/* /local/templates/itpanda.business.kupe/design/css/scss_main.css?161822783422723 */
/* /local/templates/itpanda.business.kupe/design/css/teh_styles.css?16182278349997 */
/* /local/templates/itpanda.business.kupe/design/css/media.css?16182278346065 */
/* /local/templates/itpanda.business.kupe/colors.css?162080440211492 */
/* /local/templates/itpanda.business.kupe/custom.css?175342093560258 */
/* /local/templates/itpanda.business.kupe/custom_media.css?16191668797776 */
/* /local/templates/itpanda.business.kupe/js/audioplayer.css?16182278345129 */
/* /local/templates/itpanda.business.kupe/components/itpanda/citieslist/template/style.css?16182278345215 */
/* /local/components/itpanda/citieslist_custom/templates/.default/style.css?16182278685216 */
/* /local/templates/itpanda.business.kupe/components/bitrix/system.auth.form/.default/style.min.css?1618227834424 */
/* /local/templates/itpanda.business.kupe/components/bitrix/search.title/itpanda/style.min.css?16182278343445 */
/* /local/templates/itpanda.business.kupe/components/bitrix/menu/footer_menu/style.min.css?1618227834490 */
/* /local/templates/itpanda.business.kupe/template_styles.css?1700133427217 */
