/*==============================
1. Fonts and Import
===============================*/

@charset "UTF-8";
@import 'new-style.css?10';

@font-face {
  font-family: 'AvantGardeGothicC';
  src: url('fonts/AvantGardeGothicC-Bold.eot');
  src: url('fonts/AvantGardeGothicC-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/AvantGardeGothicC-Bold.woff2') format('woff2'),
  url('fonts/AvantGardeGothicC-Bold.woff') format('woff'),
  url('fonts/AvantGardeGothicC-Bold.ttf') format('truetype'),
  url('fonts/AvantGardeGothicC-Bold.svg#AvantGardeGothicC-Bold') format('svg');
  font-weight: bold;
}
.errortext {
  color:red;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.dumb_only {
  position: fixed;
  top: -200px;
  left: -200px;
}
.show {
  content: "";
  display: block;
}
.absolut {
  position: absolute;
  top: 0;
  left: 0;
}
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #56a5b8;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.container-fluid .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.container-fluid .owl-carousel .owl-animated-in {
  z-index: 0;
}
.container-fluid .owl-carousel .owl-animated-out {
  z-index: 1;
}
.container-fluid .owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.container-fluid .owl-height {
  -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;
}
/*
 *  Core Owl Carousel CSS File
 */
.container-fluid .owl-carousel {
  display: none;
  width: 100%;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  z-index: 1;
}
.container-fluid .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.container-fluid .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.container-fluid .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.container-fluid .owl-carousel .owl-controls .owl-nav .owl-prev,
.container-fluid .owl-carousel .owl-controls .owl-nav .owl-next,
.container-fluid .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-fluid .owl-carousel.owl-loaded {
  display: block;
}
.container-fluid .owl-carousel.owl-loading {
  opacity: 1;
  display: block;
}
.container-fluid .owl-carousel.owl-hidden {
  opacity: 0;
}
.container-fluid .owl-carousel .owl-refresh .cloned {
  display: none;
}
.container-fluid .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-fluid .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.container-fluid .owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.container-fluid .owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.container-fluid .owl-carousel.owl-rtl {
  direction: rtl;
}
.container-fluid .owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.container-fluid .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.container-fluid .owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.container-fluid .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.container-fluid .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.container-fluid .owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.container-fluid .owl-carousel .owl-video-playing .owl-video-tn,
.container-fluid .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.container-fluid .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.container-fluid .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.zoomPad {
  position: relative;
  z-index: 99;
  cursor: crosshair;
}
.zoomPreload {
  opacity: 0.8;
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../img/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  opacity: 0.6;
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}
.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.zoomWindow {
  position: absolute;
  left: 110% !important;
  top: -1px !important;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 110;
}
.zoomWrapper {
  position: relative;
  border: 1px solid #d5d5d5;
  z-index: 110;
}
.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  opacity: 0.6;
}
.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.zoomIframe {
  z-index: -1;
  opacity: 0.80;
  position: absolute;
  display: block;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
 * Bootstrap v3.3.4 (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 {
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/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-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  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;
}
.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;
  padding: 0;
  margin: -1px;
  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;
  }
  .content #main_banner_row #main_banner {
    height: auto !important;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  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;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    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%;
  text-transform: uppercase;
}
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.42857143;
  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;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.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.42857143;
}
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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-right: 15px;
  padding-left: 15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
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.42857143;
  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;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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 {
  min-height: .01%;
  overflow-x: auto;
}
@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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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 {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control: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;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.content .button.disabled {
  opacity: 0.75;
  cursor: text;
}
.content .button.disabled:hover {
  color: #545454;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0);
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  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: #23527c;
  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.3333333;
  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 .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  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%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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);
}
.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.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.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 {
    right: auto;
    left: 0;
  }
}
.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 + .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 .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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-center {
  text-align: center;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.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-top-left-radius: 0;
  border-bottom-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 {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.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;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.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.42857143;
  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;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-right: 0;
    padding-left: 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: -15px;
  margin-left: -15px;
}
@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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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 -15px;
}
.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;
    -webkit-box-shadow: none;
    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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .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 {
  color: #555;
  background-color: #e7e7e7;
}
@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: #080808;
}
.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: #080808;
}
.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 {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .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: #080808;
  }
  .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 {
  display: block;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "|";
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.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;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  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;
}
.jumbotron {
  padding: 30px 15px;
  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: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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 {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 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: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  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: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.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: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.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, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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-left-radius: 3px;
  border-top-right-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-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-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-right-radius: 3px;
  border-bottom-left-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 {
  margin-bottom: 0;
  border: 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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 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;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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, 0.5);
    box-shadow: 0 5px 15px rgba(0, 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-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 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 {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  .content #cart .sign-in-form #top_auth ul{
    border-bottom: none;
    text-align: center;
    display: none;
  }
  .content #cart .sign-in-form #top_auth ul li a{
    /*font-size: 11px;*/
  }
  #cart .sign-in-form #top_auth ul li {
    float: none !important;
    display: inline-block;
  }
  #cart .sign-in-form #top_auth {
    margin-top: 0;
  }
  .container #cart .tab-box-section {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .content #cart .sign-in-form #top_auth ul li a{
    /*font-size: 10px;*/
    /*width: 95px;*/
  }
  .content #cart .sign-in-form #top_auth ul li a.btn-sign{
    /*width: 160px;*/
  }
}
@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: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}
/* Clearfix */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: block;
}
/*===================================
2.1. Defaults,  h1, h2, h3, h4, h5, a
===================================*/
h1,
.h1-title {
  font-size: 15px;
  line-height: 20px;
  /*color: #92290e;*/
  color: #2b2b2b;
  text-decoration: none;
  padding: 0 0 10px;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
h2,
.h2-title {
  font-size: 22px;
  line-height: 24px;
  color: #2b2b2b;
  text-decoration: none;
  padding: 0 0 20px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
h3,
.h3-title {
  font-size: 18px;
  line-height: 20px;
  color: #2b2b2b;
  padding: 0 0 10px;
  font-weight: 600;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}
h4,
h5,
h6,
.h4-title,
.h5-title,
.h6-title {
  font-size: 14px;
  line-height: 28px;
  color: #464749;
  font-weight: normal;
  font-family: 'clear_sansbold';
}
a,
a:link,
a:visited {
  color: #4e4e6b;
}
a {
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
input {
  outline: none;
}
em {
  font-style: italic;
}
ul,
ol {
  padding: 0px;
  margin: 0px 0px 15px 20px;
}
p {
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
div,
span,
p,
li {
  color: #545454;
}
b,
strong,
.bold {
  font-weight: 700;
}
header ul,
footer ul,
aside ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.bg-none {
  background: none !important;
}
.italic,
u,
i {
  font-style: italic;
}
.overflow-none {
  overflow: inherit !important;
}
.align-left {
  text-align: left;
  display: block;
}
.align-center {
  text-align: center;
  display: block;
}
.align-right {
  text-align: right;
  display: block;
}
.center-box {
  margin: 0 auto;
  width: 1170px;
}
.row-justify {
  display: block;
  width: 100%;
  text-align: justify;
  font-size: 1px !important;
  line-height: 0px !important;
}
.row-justify:after {
  display: inline-block;
  content: "";
  width: 100%;
}
.pix-box,
.pix-box span {
  font-size: 0px;
  line-height: 0px;
}
.pix-box img {
  max-width: 100%;
  max-height: 100%;
}
.margin-none {
  margin: 0px;
}
#wrapper {
  position: relative;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -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: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -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: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.time-1 {
  animation-delay: 0s;
}
.time-2 {
  animation-delay: 0.5s;
}
.time-3 {
  animation-delay: 1s;
}
.animated {
  visibility: hidden;
}
.other-event {
  overflow: hidden;
}
.other-event img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.other-event:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*==============================
Header styles
===============================*/
/*top_menu*/
#top_menu_row {
  height: 47px;
}
#top_menu {
  padding: 0px 0px 0px 13px;
}
#top_auth {
  position: relative;
}
#top_menu_row #top_menu ul,
#top_menu_row #top_auth ul {
  margin-top: 18px;
  margin-left: 3px;
  padding-left: 0px;
}
#top_menu_row #top_menu ul li,
#top_menu_row #top_auth ul li {
  float: left;
  height: 11px;
  list-style: none;
}
#top_menu_row #top_menu ul li.last_child a,
#top_menu_row #top_auth ul li.last_child a {
  padding-right: 0px;
  border: none;
}
#top_menu_row #top_menu ul li a,
#top_menu_row #top_auth ul li a {
  display: block;
  padding: 0px 13px;
  height: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  border-right: 1px solid #fff;
}
#top_menu_row #top_auth ul li a {
  text-transform: none;
}
#top_menu_row #top_search .search_string {
  height: 30px;
  width: 272px;
  background: url('images/search_bg.jpg') left top no-repeat;
  margin-left: 48px;
  margin-top: 8px;
}
#top_menu_row #top_search .search_string #title-search-input {
  border: none;
  background: none;
  font-size: 13px;
  width: 228px;
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
}
#top_menu_row #top_search .search_string #search_submit {
  border: none;
  background: none;
  font-size: 0px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
/*header*/
#header {
  padding: 14px 0 12px;
}
#header .header_logo {
  width: 268px;
  float: left;
  padding-left: 0px;
  margin-left: 13px;
  padding-top: 7px;
  margin-right: 15px;
}
#header .header_icon {
  width: 92px;
  margin-right: 15px;
  float: left;
}
#header .header_contacts {
  padding-top: 1px;
  width: 384px;
  float: left;
  /*background: url('images/phone_bg.png') 38px 13px no-repeat;*/
  padding-left: 30px;
  background: none;
}
#header .header_contacts_block {
  width: 260px;
  float: left;
  margin-left: 32px;
}
#header .header_contacts_block.last_child {
  margin-right: 0px;
}
#header .header_contacts_block .header_contacts_block_metro {
  font-size: 11px;
  color: #777777;
}
#header .header_contacts_block .header_contacts_block_metro .header_contacts_block_m {
  display: inline-block;
  width: 13px;
  height: 9px;
  background: url('images/m_ico.png') left top no-repeat;
}
#header .header_contacts_block .header_contacts_block_phones {
  font-size: 17px;
  line-height: 18px;
  color: #2095ac;
  font-family: 'white_rabbitregular';
}
#header .header_callback {
  width: 141px;
  float: left;
  margin-right: 60px;
  padding-top: 19px;
  padding-left: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #92290e;
  cursor: pointer;
}
#header .header_cart {
  width: 200px;
  background: url('images/cart_bg.png') left top no-repeat;
  float: right;
}
#header .header_cart a {
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 80px;
  padding-top: 10px;
  font-size: 12px;
  color: #545454;
  line-height: 16px;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
}
#header .header_cart a span {
  text-transform: initial;
}
#header .header_cart span {
  font-size: 12px;
  color: #545454;
  text-transform: uppercase;
}
#header .header_cart .count {
  position: absolute;
  left: 40px;
  top: 12px;
  width: 25px;
  font-size: 14px;
  color: #92290e;
  text-align: center;
}
/*main_menu*/
#main_menu_row {
  height: 44px;
  background: url('images/main_menu_bg.gif') 0px 0px repeat-x;
  position: relative;
}
#main_menu_row .btn-mobile {
  display: none;
}
#main_menu_row > .row {
  margin: 0px;
}
.main_menu {
  position: initial;
}
.main_menu:first-child {
  padding-left: 0px;
}
.main_menu:last-child {
  padding-right: 0px;
}
#main_menu_row .main_menu > ul {
  height: 43px;
  padding: 0px;
  margin: 0px;
  display: table;
  width: 100%;
}
#main_menu_row .main_menu > ul > li {
  display: table-cell;
  text-align: center;
  height: 43px;
  list-style: none;
  border-right: 1px solid #0f788e;
  background: url('images/main_menu_list_bg.gif') 0px 0px repeat-x;
}
#main_menu_row .main_menu > ul > li:first-child a {
  margin-left: 0px;
}
#main_menu_row .main_menu > ul > li:last-child {
  border-right: none;
}
#main_menu_row .main_menu > ul > li:last-child a {
  border-right: none;
  margin-right: 0px;
}
#main_menu_row .main_menu > ul > li > a {
  display: block;
  padding: 0px 13px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  border-right: 1px solid #2095ac;
  line-height: 43px;
  background: url('images/main_menu_bg.gif') 0px 0px repeat-x;
  margin: 0px 1px;
  z-index: 1;
  position: relative;
}
#main_menu_row .main_menu > ul > li:hover > a {
  color: #a2edfa;
  left: -1px;
  top: -1px;
  background: #17b5d0;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
  width: 100%;
}
#main_menu_row .main_menu > ul > li a.hover {
  display: none !important;
}
/*main_banner*/
#main_banner_row {
  margin-top: 10px;
  padding-bottom: 0px;
}
#main_banner_row ul {
  margin: 0px;
  padding: 0px;
}
#main_banner_row #main_banner .bxslider,
#main_banner_row #main_banner .bxslider li {
  padding: 0px;
  margin: 0px;
  width: 670px;
}
#main_banner_row #adresses {
  padding: 0px 15px 0px 0px;
}
#adresses .adress_block {
  padding: 3px 0 9px 15px;
  background: #f7f7f7;
}
#adresses .adress_block:first-child {
  padding-top: 4px;
}
#adresses .adress_block .adress_block_title {
  font-size: 13px;
  /*	text-transform:uppercase;*/
  color: #92290e;
  margin-bottom: 2px;
  padding-left: 17px;
  font-weight: 600;
  font-family: "Open Sans";
}
#adresses .adress_block .adress_block_img {
  width: 155px;
  float: left;
  margin-right: 8px;
}
#adresses .adress_block .adress_block_img img {
  width: 100%;
}
#adresses .adress_block .adress_block_detail {
  width: 295px;
  float: left;
}
#adresses .adress_block .adress_block_detail .adress_block_detail_position {
  padding-left: 24px;
  background: url('images/map_dot_ico.jpg') 0px 0px no-repeat;
  font-size: 13px;
  line-height: 14px;
  color: #545454;
  margin-bottom: 7px;
}
#adresses .adress_block .adress_block_detail .adress_block_detail_phones {
  padding-left: 24px;
  background: url('images/phone_small_ico.jpg') 0px 2px no-repeat;
  font-size: 15px;
  line-height: 17px;
  color: #2095ac;
  margin-bottom: 7px;
}
#adresses .adress_block .adress_block_detail .adress_block_detail_worktime {
  padding-left: 24px;
  background: url('images/clock_ico.jpg') 0px 0px no-repeat;
  font-size: 13px;
  color: #545454;
}

/* new worktime markup */
#adresses .adress_worktime {
  padding-left: 24px;
  background: url('images/clock_ico.jpg') 0px 0px no-repeat;
}
#adresses .adress_worktime__in {
  display: table;
  color: #f00;
  font-size: 13px;
  line-height: 14px;
}
.adress_worktime__in dl,
.adress_worktime__in dt,
.adress_worktime__in dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: inherit;
}
.adress_worktime__in dl {
  display: table-row;
}
.adress_worktime__in dt {
  display: table-cell;
  padding-right: 5px;
  white-space: nowrap;
  text-align: right;
}
.adress_worktime__in dd {
  display: table-cell;
}
/* / new worktime markup */



/*main_icons*/
#main_icons {
  margin: 10px auto;
  height: 55px;
}
#main_icons #main_icon_1 {
  background: url('images/man_1.png') center right no-repeat;
  height: 45px;
}
#main_icons #main_icon_2 {
  background: url('images/dinamic_1.png') center right no-repeat;
  height: 45px;
}
#main_icons #main_icon_3 {
  background: url('images/20_1.png') center right no-repeat;
  height: 45px;
}
#main_icons #main_icon_1_text {
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  height: 55px;
  padding-top: 7px;
}
#main_icons #main_icon_2_text,
#main_icons #main_icon_3_text {
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  height: 55px;
  padding-top: 7px;
}
/* new styles */
.header-main {
  position: relative;
  z-index: 20 !important;
}
.header-main #main_menu_row {
  position: relative;
}
.header-main #main_menu_row li:hover .submenu {
  display: block;
}
.header-main #main_menu_row li .submenu {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 15px 0;
  left: 0px;
  top: 43px;
  width: 100%;
  background-color: #fff;
  /*border: 1px solid #1ca4bb;
  border-top: none;*/
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  z-index:999;
}
.header-main #main_menu_row li .submenu .col-sm-4 {
  border-right: 1px solid #d7d7d7;
}
.header-main #main_menu_row li .submenu .col-sm-4:last-child {
  border-right: none;
}
.header-main #main_menu_row li .submenu ul {
  text-align: left;
  display: inline-block;
}
.header-main #main_menu_row li .submenu li {
  display: block;
  margin-bottom: 3px;
}
.header-main #main_menu_row li .submenu li a {
  font-size: 13px;
  line-height: 18px;
  color: #545454;
}
.header-main #main_menu_row li .submenu li a span {
  color: #92290e;
}
.header-main #main_menu_row li .submenu li a:hover {
  color: #2095ac;
}
.header-main #main_menu_row li .submenu li a:hover span {
  color: #2095ac;
}
/* ================ BEGIN MEDIA QUERIES FOR > 1199 px =================== */
@media (max-width: 1199px) {
  #top_menu_row .col-md-12 .row {
    margin: 0px;
  }
  .header-main #top_menu {
    padding-left: 0px;
  }
  .header-main #top_menu_row #top_search .search_string {
    margin-left: 0px;
    width: 160px;
    background-position: right 0;
  }
  .header-main #top_menu_row #top_search .search_string #title-search-input {
    width: 120px;
  }
  .header-main #top_menu_row #top_search .search_string #search_submit {
    float: right;
    cursor: pointer;
  }
  .header-main #top_auth {
    text-align: right;
    padding: 0px;
  }
  .header-main #top_auth ul {
    margin-top: 13px !important;
  }
  .header-main #top_auth li {
    display: inline-block;
    float: none !important;
  }
  .header-main #header .header_logo {
    width: 250px;
  }
  .header-main #header .header_icon {
    display: none;
  }
  .header-main #header .header_cart {
    float: right;
  }
  .header-main #header .header_callback {
    padding: 0px;
    margin: 15px 10px;
  }
  .header-main #main_menu_row #main_menu > ul > li > a {
    padding: 0 10px;
    font-size: 12px;
  }
  #main_banner_row #adresses .adress_block .adress_block_title {
    padding-left: 0px;
  }
  #main_banner_row #adresses .adress_block .adress_block_img {
    width: 100px;
  }
  #main_banner_row #adresses .adress_block .adress_block_detail {
    width: 260px;
  }
}
/* ================ END MEDIA QUERIES FOR > 1199 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR > 992 px =================== */
@media (max-width: 992px) {
  .header-main #top_menu_row #top_menu ul li a,
  .header-main #top_menu_row #top_auth ul li a {
    font-size: 11px;
    padding: 0 8px;
  }
  .header-main #header .header_contacts_block {
    width: 134px;
  }
  .header-main #header .header_contacts {
    width: 330px;
  }
  .header-main #top_search {
    position: relative;
    z-index: 5;
  }
  .header-main #top_menu_row #top_search .search_string {
    width: 145px;
  }
  .header-main #top_menu_row #top_search .search_string #title-search-input {
    padding-left: 8px;
    width: 110px;
  }
  .header-main #header .header_contacts_block .header_contacts_block_phones {
    font-size: 14px;
  }
  .header-main #header .header_callback {
    float: right;
    margin: 5px 182px 5px 0;
    padding: 0;
  }
  .header-main #main_menu_row #main_menu > ul > li > a {
    padding: 0 4px;
    font-size: 11px;
  }
  #main_banner {
    /*padding-bottom: 20px;*/
  }
  #main_banner .bx-wrapper li {
    background-color: #ccc;
    text-align: center;
  }
  #main_banner .bx-wrapper li img {
    display: inline-block;
  }
  #main_banner_row #adresses {
    padding: 0px 15px;
  }
  #main_banner_row #adresses .adress_block .adress_block_img {
    width: 140px;
  }
  #main_banner_row #adresses .adress_block .adress_block_detail {
    width: auto;
    float: none;
    margin: 0 0 0 160px;
  }
  #main_icons,
  #main_icons #main_icon_1_text,
  #main_icons #main_icon_2_text,
  #main_icons #main_icon_3_text {
    height: auto;
    margin-bottom: 10px;
  }
}
/* ================ END MEDIA QUERIES FOR > 992 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR > 767 px =================== */
@media (max-width: 767px) {
  .container > .row {
    padding: 0 15px;
  }
}
/*==============================
Container styles
===============================*/
.container-fluid {
  padding: 0px;
}
.container-fluid .wrapper-row {
  margin: 0px;
  width: 100%;
  overflow: hidden;
}
.container-fluid .row {
  zoom: 1;
  display: inline-block;
  display: block;
}
.container-fluid .row:before,
.container-fluid .row:after {
  content: "";
  display: table;
}
.container-fluid .row:after {
  clear: both;
}
.container-fluid div,
.container-fluid li,
.container-fluid span,
.container-fluid a,
.container-fluid p {
  font-size: 13px;
  line-height: 18px;
}
.container-fluid .btn {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 1px 1px #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 1px;
  color: #fff;
  height: 30px;
  border: none;
  width: 128px;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
}
.container-fluid .btn:hover {
  background: #158399;
  background: -moz-linear-gradient(top, #158399 0%, #2aa7bd 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #158399), color-stop(100%, #2aa7bd));
  background: -webkit-linear-gradient(top, #158399 0%, #2aa7bd 100%);
  background: -o-linear-gradient(top, #158399 0%, #2aa7bd 100%);
  background: -ms-linear-gradient(top, #158399 0%, #2aa7bd 100%);
  background: linear-gradient(to bottom, #158399 0%, #2aa7bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#158399', endColorstr='#2aa7bd', GradientType=0);
}
.container-fluid .btn-default {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0);
  border: 1px solid #eeefef;
  border-bottom-color: #bbb;
  box-shadow: initial;
  color: #545454;
}
.container-fluid .btn-default:hover {
  background: #fff;
}
.container-fluid .button,
.popup-login .button {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0);
  border: 1px solid #eeefef;
  border-bottom-color: #bbb;
  box-shadow: initial;
  text-decoration: none;
  color: #545454;
}
.container-fluid .button:hover,
.popup-login .button:hover {
  text-decoration: none;
  color: #fff;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
}
.container-fluid .btn-primary,
.popup-login .btn-primary {
  color: #fff;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
}
.container-fluid .btn-primary:hover {
  background: #158399;
}
.container-fluid .btn-small {
  font-size: 12px;
  padding: 0px 20px;
  width: auto;
}
.container-fluid a.btn-small {
  line-height: 26px;
}
.container-fluid button.btn-small {
  height: 26px;
}
.container-fluid .btn-middle,
.popup-login .btn-middle {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0 24px;
}
.container-fluid a.btn-middle {
  line-height: 38px;
}
.container-fluid button.btn-middle,
.container-fluid input.btn-middle,
.popup-login button.btn-middle {
  height: 38px;
}
.container-fluid .icon-print {
  padding: 0 0 0 24px;
  background: url('images/icon-print.png') no-repeat 0 0;
}
.container-fluid .social-links {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.container-fluid .social-links li {
  display: inline-block;

  vertical-align: top;
  margin: 0 2px 0 0;
}
.container-fluid .social-links li a {
  display: block;
  width: 29px;
  height: 29px;
  background: url('images/icon-social.png') no-repeat 0 0;
}
.container-fluid .social-links li .icon-fb {
  background-position: 0 0;
}
.container-fluid .social-links li .icon-vk {
  background-position: -33px 0;
}
.container-fluid .social-links li .icon-twitter {
  background-position: -66px 0;
}
.container-fluid .social-links li .icon-twitter {
  background-position: -99px 0;
}
.container-fluid .input-wrap {
  display: inline-block;
  position: relative;
}
.container-fluid .input-wrap input[type="text"] {
  background-color: #fff;
  border: 1px solid #e6e9e9;
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 31px;
  line-height: 16px;
  padding: 0 25px 0 5px;
  text-align: center;
  width: 84px;
}
.container-fluid .input-wrap .up {
  background: rgba(0, 0, 0, 0) url(images/up-down-arrow.png) no-repeat scroll center 5px;
  display: block;
  height: 13px;
  left: 59px;
  position: absolute;
  top: 2px;
  width: 23px;
}
.container-fluid .input-wrap .down {
  background: rgba(0, 0, 0, 0) url(images/up-down-arrow.png) no-repeat scroll center -24px;
  display: block;
  height: 13px;
  left: 59px;
  position: absolute;
  top: 15px;
  width: 23px;
}
.container {
  padding: 0px;
  /* begin custom elements form styles */
  /* end custom elements form styles */
}
.container > .row {
  margin: 0px -15px;
}
.container .checker,
.trck-overlay .checker{
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.container .checker span,
.trck-overlay .checker span {
  display: block;
  background: url('images/bg-checkbox.png') no-repeat 0 bottom;
  position: relative;
  width: 16px;
  height: 16px;
}
.container .popup-login .checker span,
.trck-overlay .checker span {
  background: url('images/bg-checkbox-new.png') no-repeat 0 bottom;
}

.container .checker span.checked,
.trck-overlay .checker span.checked {
  background-position: 0 0;
}



.container .checker span input,
.trck-overlay .checker span input {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 16px;
  height: 16px;
  background: transparent;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.container .inp-text {
  border: 1px solid #c7c7c7;
  padding: 5px 18px;
  width: 100%;
}
.container .textarea {
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  padding: 5px 16px;
  width: 100%;
  height: 120px;
  resize: none;
}
.container .select2-container .select2-selection--single {
  height: 30px;
}
.container .select2-container--default .select2-selection--single {
  border-radius: 0px;
}
.container .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 30px;
  color: rgb(84, 84, 84);
}
.select2-container.select2-container--open .select2-results__option {
  padding: 4px 2px 4px 15px;
}

.container .datepicker {
  background: url('images/icon-date.png') no-repeat 98% center;
}
.container-fluid .content .carousel-product-row .index_new_products_element_name {
  line-height: 12px;
}
.container-fluid .content .carousel-product-row .index_new_products_element_name a {
  line-height: 12px;
}
.container-fluid .content .carousel-product-row .index_new_products_element_name a:hover {
  text-decoration: none;
}
.container-fluid .content .carousel-product-row .products_element .index_new_products_element_oldprice {
  font-weight: 600;
}
.container-fluid .content .carousel-product-row .products_element .index_new_products_element_price {
  font-weight: 600;
}
.container-fluid .space {
  padding: 0px;
  margin: 0px;
  height: 28px;
  width: 100%;
}
.select2-search {
  display: none;
}
.select2-results__option {
  padding: 4px 10px;
  font-size: 13px;
}
* {
  outline: none;
}

.news-box p {
  line-height: 28px;
}

blockquote {
  font-style: italic;
  font-size: 30px;
  padding-left: 42px;
  line-height: 38px;
  position: relative;
}
blockquote p {
  font-style: italic;
  font-size: 16px !important;
  line-height: 28px !important;
  padding: 0 0 0 40px;
}

blockquote:before {
  content: "\201c";
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 30px;
}
blockquote:after {
  content:'';
  display:block;
  clear: both;
}

.box-imgs {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
}
.box-imgs_img-big img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.box-imgs_img-small {
  font-size: 0 !important;
}
.box-imgs_img-small img {
  width:33.3333%;
}
/*==============================
Content styles
===============================*/
#main_brands_row .carousel-brands {
  position: relative;
  overflow: visible;
}
.content {
  position: relative;
  z-index: 10;
  /* begin content-main */
  /* end content-main */
  /* begin filter-box */
  /* end filter-box */
  /* begin catalog */
  /* end catalog */
  /* begin news-section */
  /* end news-section */
  /* begin table-cart */
  /* end table-cart */
}
.content .breadcrumb {
  background-color: transparent;
  padding: 8px 0px;
  margin: 0px;
}
.content .breadcrumb li a {
  color: #545454;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.content .breadcrumb li a:hover {
  text-decoration: none;
}
.content .content-main {
  overflow: hidden;
  margin: 0 0 25px 300px;
}
.content .content-main .diff-box span {
  color: #92290e;
  display: inline-block;
  margin-right: 10px;
}
.content .filter-box {
  margin: 0 0 20px;
}
.content .filter-box > div {
  padding: 5px 15px;
  line-height: 24px;
  background-color: #f9f9f9;
}
.content .filter-box > div.sort-box div,
.content .filter-box > div.diff-box div,
.content .filter-box > div.view-box div {
  line-height: 24px;
}
.content .filter-box > div span {
  line-height: 24px;
}
.content .filter-box .sort-box .select {
  margin: 0 0 0 10px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
}
.content .filter-box .view-box {
  text-align: right;
}
.content .filter-box .view-box a {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
}
.content .filter-box .view-box a span {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('images/view-icons.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.content .filter-box .view-box a.active {
  border: 1px solid #e6e9e9;
  background-color: #fff;
}
.content .filter-box .view-box .view-table span {
  background-position: 0 0;
}
.content .filter-box .view-box .view-table:hover span {
  background-position: 0 -15px;
}
.content .filter-box .view-box .view-table.active span {
  background-position: 0 -30px;
}
.content .filter-box .view-box .view-list span {
  background-position: -27px 0;
}
.content .filter-box .view-box .view-list:hover span {
  background-position: -27px -15px;
}
.content .filter-box .view-box .view-list.active span {
  background-position: -27px -30px;
}
.content .filter-box .btn-small {
  line-height: 22px;
}
.content .filter-box .select2-container {
  width: 150px !important;
  display: inline-block;
  margin: 0 10px;
}
.content .filter-box .select2-container .select2-selection--single {
  height: 24px;
}
.content .filter-box .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 9px;
  line-height: 24px;
  font-size: 11px;
}
.content .filter-box .select2-container .select2-selection--single .select2-selection__arrow {
  height: 23px;
}
.content .catalog-row.catalog-table .col-md-3 {
  margin-bottom: 30px;
  position: relative;
  border-right: 1px solid #c7c7c7;
}
.content .catalog-row.catalog-table .col-md-3:nth-child(4n) {
  border-right: none;
}
.content .catalog-row.catalog-table .col-md-3:nth-child(4n+1) {
  clear: left;
}
.content .catalog-row.catalog-table .compare-product {
  display: block;
  padding-bottom: 0;
  text-align: center;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}
.content .catalog-row.catalog-table .compare-product .checkbox {
  display: inline-block;
  margin: 2px 10px 0 0;
  vertical-align: top;
}
.content .catalog-row.catalog-table .products_element {
  border-right: 1px solid #c7c7c7;
  list-style: none;
  position: relative;
  margin: 0 auto;
}
.content .catalog-row.catalog-table .products_element:last-child {
  border: none;
}
.content .catalog-row.catalog-table .products_element .icon {
  width: 74px;
  height: 20px;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.content .catalog-row.catalog-table .products_element .icon.new {
  background-image: url('images/new_ico.png');
}
.content .catalog-row.catalog-table .products_element .icon.sale {
  background-image: url('images/sale_ico.png');
}
.content .catalog-row.catalog-table .products_element .icon.best_buy {
  background-image: url('images/best_buy_ico.png');
}
.content .catalog-row.catalog-table .products_element .icon.action {
  background-image: url('images/action_ico.png');
}
.content .catalog-row.catalog-table .products_element .index_new_products_element_img {
  height: 143px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  z-index: 4;
}
.content .catalog-row.catalog-table .products_element .pix-box {
  height: 150px;
  width: 100%;
}
.content .catalog-row.catalog-table .products_element .pix-box img {
  max-width: 100%;
  max-height: 150px;
}
.content .catalog-row.catalog-table .products_element .index_new_products_element_name {
  margin-bottom: 10px;
  line-height: 12px;
}
.content .catalog-row.catalog-table .products_element .index_new_products_element_name a {
  font-size: 13px;
  line-height: 12px;
  color: #545454;
  text-decoration: none;
}

.index_new_products_element_path {
  text-align: center;
  margin-bottom: 0.5em;
}
.products_element .index_new_products_element_path {
  line-height: 12px;
}


.content .catalog-row.catalog-table .products_element .index_new_products_element_oldprice {
  font-size: 13px;
  color: #999999;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: 13px;
  text-align: center;
  text-decoration: line-through;
  padding-left: 41px;
}
.content .catalog-row.catalog-table .products_element .index_new_products_element_price {
  font-size: 13px;
  color: #92290e;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: 13px;
  text-align: center;
  margin-bottom: 10px;
}
.content .catalog-row.catalog-table .products_element .index_new_products_element_more {
  text-align: center;
}
.content .catalog-row.catalog-table .products_element .index_new_products_element_name a:hover,
.content .carousel-product .owl-item .products_element .index_new_products_element_name a:hover {
  color: #51a5b8;
}
.content .catalog-row.catalog-list .col-md-3 {
  zoom: 1;
  display: inline-block;
  display: block;
  float: none;
  width: auto;
  border: 1px solid #d7d7d7;
  margin: 0 15px 15px;
  padding: 10px 15px;
}
.content .catalog-row.catalog-list .col-md-3:before,
.content .catalog-row.catalog-list .col-md-3:after {
  content: "";
  display: table;
}
.content .catalog-row.catalog-list .col-md-3:after {
  clear: both;
}
.content .catalog-row.catalog-list .col-md-3 .compare-product {
  float: left;
  width: 50px;
  font-size: 0px;
  line-height: 0px;
  margin-top: 6px;
}
.content .catalog-row.catalog-list .col-md-3 .compare-product .checker {
  margin: 28px 12px;
}
.content .catalog-row.catalog-list .col-md-3 .products_element {
  margin: 0 0 0 55px;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .pix-box {
  width: 75px;
  height: 75px;
  margin: 0 22px 0 0;
  float: left;
  border: 1px solid #d7d7d7;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .pix-box a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 74px;
  height: 74px;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .pix-box a img {
  max-height: 72px;
  max-width: 72px;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .index_new_products_element_name {
  float: left;
  /*height: 75px;*/
  max-width: 230px;
  line-height: 12px;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .index_new_products_element_name a {
  display: table-cell;
  width: 230px;
  height: 75px;
  vertical-align: middle;
  line-height: 12px;
  text-decoration: none;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .price-box {
  float: right;
  width: 200px;
  border-left: 1px solid #d7d7d7;
  padding: 0 30px 6px;
  text-align: right;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .price-box .index_new_products_element_oldprice {
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
  font-size: 13px;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .price-box .index_new_products_element_price {
  font-size: 13px;
  line-height: 18px;
  color: #92290e;
  font-weight: 600;
  padding-bottom: 3px;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .icon {
  width: 74px;
  height: 20px;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 385px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.content .catalog-row.catalog-list .col-md-3 .products_element .icon.new {
  background-image: url('images/new_ico.png');
}
.content .catalog-row.catalog-list .col-md-3 .products_element .icon.sale {
  background-image: url('images/sale_ico.png');
}
.content .catalog-row.catalog-list .col-md-3 .products_element .icon.best_buy {
  background-image: url('images/best_buy_ico.png');
}
.content .pagination {
  width: 100%;
  margin: 0px;
  text-align: center;
}
.content .pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #c7c7c7;
  margin: 0 7px;
  vertical-align: top;
  line-height: 28px;
  text-decoration: none;
}
.content .pagination .active {
  border: 2px solid #2095ac;
  line-height: 26px;
}
.content .pagination .prev-page,
.content .pagination .next-page {
  border: none;
}
.content .pagination .prev-page {
  width: 30px;
  height: 0px;
  overflow: hidden;
  padding-top: 30px;
  background: url('images/arrow_left.png') center center no-repeat;
  background-size: 10px auto;
  z-index: 99;
}
.content .pagination .prev-page:hover {
  background: url('images/arrow_left_active.png') center center no-repeat;
  background-size: 10px auto;
}
.content .pagination .next-page {
  width: 30px;
  height: 0px;
  overflow: hidden;
  padding-top: 30px;
  background: url('images/arrow_right.png') center center no-repeat;
  background-size: 10px auto;
  z-index: 99;
}
.content .pagination .next-page:hover {
  background: url('images/arrow_right_active.png') center center no-repeat;
  background-size: 10px auto;
}
.content .news-section {
  margin: 0 0 20px;
  padding: 20px 20px 0;
  /*background: url("images/bg-sitka.png") repeat 0 0;*/
}
.content .news-section .h2-title {
  /*color: #92290e;*/
  color: #2b2b2b;
  padding: 0 0 30px;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}
.content .news-section .h2-title a {
  color: #56a5b8;
  font-size: 13px;
  line-height: 16px;
  text-transform: initial;
  text-decoration: none;
}
.content .news-section .h2-title a:hover {
  color: #2b2b2b;
  /*text-decoration: underline;*/
}
.content .news-section .news-box {
  padding-bottom: 10px;
  zoom: 1;
  display: inline-block;
  display: block;
}
.content .news-section .news-box:before,
.content .news-section .news-box:after {
  content: "";
  display: table;
}
.content .news-section .news-box:after {
  clear: both;
}
.content .news-section .news-box .pix-box {
  width: 116px;
  height: 76px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  float: left;
}
.content .news-section .news-box .pix-box a {
  display: table-cell;
  width: 114px;
  height: 74px;
  vertical-align: middle;
  text-align: center;
}
.content .news-section .news-box .pix-box a img {
  max-height: 74px;
  max-width: 114px;
}
.content .news-section .news-box .desc-box {
  margin: 0 0 0 130px;
}
.content .news-section .news-box .desc-box .date {
  display: block;
  color: #999;
  line-height: 16px;
  padding: 0px;
}
.content .news-section .news-box .desc-box .h3-title {
  padding-bottom: 3px;
}
.content .news-section .news-box .desc-box .h3-title a {
  color: #2b2b2b;
  text-decoration: none;
}
.content .news-section .news-box .desc-box .h3-title a:hover {
  text-decoration: underline;
  color: #56a5b8;
}
.content .news-section .news-box .desc-box p {
  padding: 0px;
}
.content .news-section .news-box .view-amount {
  padding: 5px 0;
}
.content .table-cart {
  margin-bottom: 20px;
  width: 100%;
}
.content .table-cart thead {
  background: url("images/bg-sitka.png") repeat 0 0;
}
.content .table-cart thead td {
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
}
.content .table-cart thead td.product-name {
  width: 40%;
}
.content .table-cart thead td span {
  text-transform: initial;
}
.content .table-cart tbody td {
  background-color: transparent !important;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  padding: 20px 10px;
}
.content .table-cart tbody td.pix-colum {
  width: 65px;
}
.content .table-cart tbody td.pix-colum img {
  max-width: 65px;
}
.content .table-cart tbody td.product-name {
  width: 40%;
  text-align: left;
  padding: 0 0 0 50px;
  line-height: 12px;
}
.content .table-cart tbody td.product-name a {
  color: #4e4e6b;
  line-height: 12px;
  text-decoration: none;
}
.content .table-cart tbody td.amount {
  width: 200px;
}
.content .table-cart tbody td .price {
  color: #92290e;
  padding: 0px;
}
.content .table-cart tbody td .remove {
  color: #555;
  display: inline-block;
  padding: 0;
  background: url(images/icon-remove.png) no-repeat center;
  width: 40px;
  height: 30px;
  text-decoration: none;
}
.content .table-cart tbody td .input-wrap {
  display: inline-block;
  position: relative;
}
.content .table-cart tbody td .input-wrap input[type="text"] {
  background-color: #fff;
  border: 1px solid #e6e9e9;
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 31px;
  line-height: 16px;
  padding: 0 25px 0 5px;
  text-align: center;
  width: 84px;
}
.content .table-cart tbody td .input-wrap .up {
  background: rgba(0, 0, 0, 0) url("images/up-down-arrow.png") no-repeat scroll 0 0;
  display: block;
  height: 6px;
  left: 64px;
  position: absolute;
  top: 8px;
  width: 10px;
}
.content .table-cart tbody td .input-wrap .down {
  background: rgba(0, 0, 0, 0) url("images/up-down-arrow.png") no-repeat scroll 0 bottom;
  display: block;
  height: 6px;
  left: 64px;
  position: absolute;
  top: 20px;
  width: 10px;
}
.content .table-cart tfoot .kupon-row td {
  padding: 4px 0 6px;
  background-color: #f9f9f9;
}
.content .table-cart tfoot .kupon-row td:first-child {
  text-align: left;
}
.content .table-cart tfoot .kupon-row td:nth-child(2) {
  text-align: left;
  padding: 4px 50px 6px;
  text-transform: uppercase;
}
.content .table-cart tfoot .kupon-row td:nth-child(3) {
  text-align: right;
}
.content .table-cart tfoot .kupon-row td label {
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.content .table-cart tfoot .kupon-row td .inp-block {
  margin-bottom: 0px;
}
.content .table-cart tfoot .kupon-row td .inp-block input[type=text] {
  border: 1px solid #d7d7d7;
  padding: 3px 5px;
}
.content .table-cart tfoot td {
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
}
.content .table-cart tfoot td .price {
  color: #92290e;
  padding: 0px;
  font-size: 15px;
}
.content .table-cart tfoot .table-footer {
  /*background: url("images/bg-sitka.png") repeat 0 0;*/
  background: none;
}
.content .table-cart tfoot .table-footer td {
  border-color: transparent;
  padding: 20px 0;
}
.content .table-cart tfoot .table-footer td:nth-child(2) {
  text-transform: uppercase;
  text-align: right;
}
.content .button-row {
  padding-bottom: 30px;
}
.content .button-row .button {
  display: inline-block;
  vertical-align: middle;
}
.content .button-row .col-md-8 {
  text-align: right;
}
.content .button-row .col-md-8 .button {
  margin-left: 20px;
}
.content .button-row .inp-block {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding-top: 10px;
}
#adresses.row {
  margin-bottom: 20px !important;
}
/*==============================
Sidebar styles
===============================*/
.sidebar {
  width: 270px;
  float: left;
}
#wrapper .sidebar .filter-left .filter-main label,
#wrapper .sidebar .filter-left .filter-main-catalog label {

  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  font-weight: normal;
}

body #wrapper .sidebar .filter-left label {
  padding-top: 3px;
  position:relative;
}
body #wrapper .sidebar .filter-left label sup{
  top: -0.7em;
}

#wrapper .sidebar .filter-left .filter-main label span,
#wrapper .sidebar .filter-left .filter-main-catalog label span,

body #wrapper .sidebar .filter-left label span span span,
body #wrapper .sidebar .filter-left label sup,
h1 sup{
  color: #1ca4bb!important;
  font-weight: normal;
}
h1 sup{
  padding-left: 3px;
}

.sidebar .widget-filter {
  margin-bottom: 15px;
  border: 1px solid #d7d7d7;
}
.sidebar .widget-filter .title-box {
  padding: 12px 0 12px 15px;
  background: url("images/bg-filter-title.png") no-repeat 95% center, url("images/bg-sitka.png") repeat 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
.sidebar .widget-filter .filter-main {
  padding: 15px 0 6px 16px;
  max-height:500px;
  overflow:auto !important;
}
.sidebar .widget-filter .filter-main-catalog {
  padding: 15px 0 6px 15px;
  max-height:500px;

}
.sidebar .widget-filter .filter-main label,
.sidebar .widget-filter .filter-main-catalog label{
  cursor:pointer;
}
.sidebar .widget-filter .filter-main label a:hover,
.sidebar .widget-filter .filter-main-catalog label a:hover{
  text-decoration:underline;
  cursor:pointer;
}
.sidebar .widget-filter .pix-box {
  padding: 20px;
  text-align: center;
}
.sidebar .widget-filter .pix-box img {
  max-width: 220px;
  max-height: 100px;
}
.sidebar .button-group {
  text-align: center;
  margin-bottom: 20px;
}
.sidebar .banner-box {
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
.sidebar .banner-box a {
  display: inline-block;
}
.sidebar .banner-box a img {
  max-width: 270px;
}
.sidebar .slider-range {
  width: 240px;
  margin: 0 0 25px 0px;
}
.sidebar .slider-range .ui-slider-handle {
  width: 7px !important;
  height: 9px !important;
  border: none !important;
  margin-left: 0px !important;
  background: url('images/bg-handle.png') no-repeat 0 0 !important;
  border-radius: 0px !important;
}
.sidebar .slider-range .ui-slider-range {
  background: #2095ac;
  height: 3px;
}
.sidebar .slider-range .ui-slider-horizontal {
  height: 3px;
  border: none;
  border-radius: none;
  background: #d6d6d6;
}
.sidebar .slider-range p span {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  margin: 0 10px 0 0;
}
.sidebar .slider-range p input {
  width: 71px;
  height: 27px;
  padding: 0 5px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e6e9e9;
  font-family: 'Open Sans', sans-serif;
  color: #a4a5a5;
  font-size: 14px;
  line-height: 18px;
  margin: 0 8px 0 0;
}
/*==============================
Footer styles
===============================*/
/*footer*/
footer {
  padding-top: 20px;
  /*background: #ebebea url('images/footer_bg.gif') bottom left repeat-x;*/
  background: #0d0d0d;
  color: #f1f1f1;
}
footer .container {
  height: 358px;
  padding: 25px 0;
}
footer .footer_block.block_4 .footer_block_title {
  padding-left: 32px;
}
footer .footer_block .footer_block_title {
  font-size: 13px;
  text-transform: uppercase;
  /*color: #545454;*/
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans";
  margin-bottom: 10px;
}
footer .footer_block .footer_block_menu ul {
  padding: 0px;
}
footer .footer_block .footer_block_menu ul li {
  list-style: none;
  font-size: 13px;
  color: #545454;
}
footer .footer_block .footer_block_menu ul li a {
  font-size: 13px;
  line-height: 24px;
  /*color: #545454;*/
  color: #fff;
  font-weight: 500;
  font-family: "Open Sans";
  text-decoration: none;
}
footer .footer_block .footer_block_menu ul li a:hover {
  text-decoration: underline;
}
footer .footer_contacts {
  background: url(images/phone_bg.png) 0px 11px no-repeat;
  padding-left: 27px;
  margin-top: 16px;
  padding-bottom: 5px;
  margin-bottom: 4px;
  background-size: 20px;
}
footer .footer_contacts_block {
  width: 160px;
  float: left;
  margin-right: 12px;
}
footer .footer_contacts_block.last_child {
  margin-right: 0px;
}
footer .footer_contacts_block .footer_contacts_block_metro {
  font-size: 11px;
  color: #777777;
  margin-bottom: 2px;
}
footer .footer_contacts_block .footer_contacts_block_metro .footer_contacts_block_m {
  display: inline-block;
  width: 13px;
  height: 9px;
  background: url('images/m_ico.png') left top no-repeat;
}
footer .footer_contacts_block .footer_contacts_block_phones {
  font-size: 17px;
  color: #2095ac;
  font-family: 'white_rabbitregular';
  line-height: 26px;
}
footer .footer_contacts_email {
  background: url(/bitrix/templates/main/new/images/post.png) 3px 3px no-repeat;
  background-size: 18px;
}
footer .footer_contacts_email a {
  /*color: #92290e;*/
  color: #fff;
  font-size: 13px;
}
footer .footer_soc {
  width: 200px;
  float: left;
  margin-top: 30px;
  padding-left: 28px;
}
footer .footer_soc img {
  margin-left: 8px;
}
footer .footer_pay {
  width: 135px;
  float: left;
  margin-top: 30px;
}
footer .footer_block.block_4 .footer_pay .footer_block_title,
footer .footer_block.block_4 .footer_soc .footer_block_title {
  padding-left: 8px;
  margin-bottom: 10px;
}
footer .footer_block.block_4 .footer_pay .footer_block_title {
  padding-left: 0px;
}
footer #footer_bottom .copy {
  width: 471px;
  float: left;
  font-size: 13px;
  /*color: #545454;*/
  color: #ffffff;
  padding-top: 12px;
}
footer #footer_bottom .counters {
  width: 499px;
  float: left;
}
footer #footer_bottom .creater {
  width: 200px;
  float: left;
  font-size: 13px;
  /*color: #545454;*/
  color: #ffffff;
  text-align: right;
}
footer #footer_bottom .creater p {
  color: #ffffff;
}

footer #footer_bottom .creater a {
  /*color: #92290e;*/
  color: #2095ac;
  font-size: 13px;
}
.footer-main .container {
  height: auto;
}
.footer-main .footer-top {
  padding-bottom: 20px;
}
.footer-main #footer_bottom {
  padding: 0px;
}
.footer-main #footer_bottom .counters {
  width: 370px;
  text-align: center;
}
.footer-main #footer_bottom .creater {
  width: auto;
  float: right;
  padding-right: 10px;
  padding-top: 11px;
}
.footer-main #footer_bottom .creater p {
  padding: 0 65px 0 0;
  background: url('images/logo-dev-new.png') no-repeat right 0 !important;
}
/* ================ BEGIN MEDIA QUERIES FOR > 1199 px =================== */
@media (max-width: 1199px) {
  .footer-main .footer_block.block_4 {
    padding-left: 0px;
  }
  .footer-main #footer_bottom .copy {
    width: 361px;
  }
}
/* ================ END MEDIA QUERIES FOR > 1199 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR > 992 px =================== */
@media (max-width: 992px) {
  .footer-main .footer_block.block_3 {
    /*padding-left: 20px;*/
  }
  .footer-main .footer_block.block_4 {
    padding-left: 10px;
  }
  .footer-main .footer_contacts {
    width: auto;
  }
  .footer-main #footer_bottom .counters {
    width: 320px;
    margin-top: 0;
    text-align: center;
    padding-left: 16px;
  }
  .footer-main #footer_bottom .counters > div {
    float: unset;
    display: inline-block;
  }
  .footer-main .footer_soc {
    padding-left: 0px;
    margin-left: -120px;
  }
}
.background_block {
  /*background: url('images/block_bg.gif');*/
  font-size: 11px;
  margin-bottom: 20px;
}
/*main_news*/
#main_news {
  padding-top: 17px;
}
#main_news .main_news_title {
  font-weight: 700;
  font-family: "Open Sans";
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 12px;
  color: #2b2b2b;
  font-weight: bold;
  text-transform: uppercase;
}
#main_news .main_news_title a {
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 12px;

  color: #56a5b8;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
#main_news .main_news_title a:hover {
  text-decoration: none;
  color: #2b2b2b;
}
#main_news .main_news_list .main_news_list_element {
  margin-bottom: 18px;
}
#main_news .main_news_list .main_news_list_element .main_news_list_element_img {
  width: 117px;
  float: left;
  margin-right: 14px;
}
#main_news .main_news_list .main_news_list_element .main_news_list_element_img img {
  border: 1px solid #c7c7c7;
}
#main_news .main_news_list .main_news_list_element .main_news_list_element_preiew {
  width: 420px;
  float: left;
}
#main_news .main_news_list .main_news_list_element .main_news_list_element_preiew .main_news_list_element_date {
  font-size: 13px;
  line-height: 22px;
  color: #999999;
}
#main_news .main_news_list .main_news_list_element .main_news_list_element_preiew .main_news_list_element_title a {
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  color: #4e4e6b;
}
#main_news .main_news_list .main_news_list_element .main_news_list_element_preiew .main_news_list_element_title a:hover {
  text-decoration: underline;
}
#main_news .main_news_list .main_news_list_element .main_news_list_element_preiew .main_news_list_element_text {
  font-size: 13px;
  line-height: 18px;
}
#main_news.block_articles {
  border-top: 2px solid #92290e;
}
#main_news.block_articles .main_news_list .main_news_list_element .main_news_list_element_preiew .main_news_list_element_title a {
  color: #92290e;
}
/*main_tabs_row*/
#main_tabs_row {
  margin-bottom: 20px;
}
.tabs-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #d6d6d6;
  zoom: 1;
  display: inline-block;
  display: block;
}
.tabs-links:before,
.tabs-links:after {
  content: "";
  display: table;
}
.tabs-links:after {
  clear: both;
}
.tabs-links li {
  float: left;
  margin-right: 2px;
}
.tabs-links li a {
  border: 1px solid #c7c7c7;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  width: 180px;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 0;
  color: #545454;
  text-transform: uppercase;
  font-weight: 600;
  background: #d7d7d7;
  background: -moz-linear-gradient(top, #d7d7d7 0%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #d7d7d7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #d7d7d7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #d7d7d7 0%, #ededed 100%);
  background: linear-gradient(to bottom, #d7d7d7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ededed', GradientType=0);
  text-decoration: none;
}
.tabs-links li a:hover {
  text-decoration: none;
}
.tabs-links li .active {
  color: #92290e;
  background: #fff;
  text-decoration: none;
}
.panes {
  border: 1px solid #c7c7c7;
  border-top: none;
}
.panes .tab-box {
  height: 0px;
  overflow: hidden;
}
.panes .tab-box.active {
  height: auto;
  overflow: visible;
}
/*index_new_products*/
.carousel-product-row {
  position: relative;
  padding: 24px 0 10px;
  width: auto;
  max-height: 250px;
  overflow: hidden;
  margin: 0 0px;
}
.carousel-product-row .products_element {
  width: 212px;
  padding: 0px 9px 7px;
  border-right: 1px solid #d6d6d6;
  list-style: none;
  margin: 0 auto;
}
.carousel-product-row .products_element:last-child {
  border: none;
}
.carousel-product-row .products_element .index_new_products_element_img {
  height: 143px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.carousel-product-row .products_element .index_new_products_element_img .icon {
  width: 74px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-product-row .products_element .index_new_products_element_img .icon.new {
  background-image: url('images/new_ico.png');
}
.carousel-product-row .products_element .index_new_products_element_img .icon.sale {
  background-image: url('images/sale_ico.png');
}
.carousel-product-row .products_element .index_new_products_element_img .icon.best_buy {
  background-image: url('images/best_buy_ico.png');
}


.carousel-product-row .products_element .index_new_products_element_img .icon.new,
.carousel-product-row .products_element .index_new_products_element_img .icon.sale,
.carousel-product-row .products_element .index_new_products_element_img .icon.best_buy
{
  background: none;
}

.carousel-product-row .products_element .index_new_products_element_img .icon.new:before,
.carousel-product-row .products_element .index_new_products_element_img .icon.sale:before,
.carousel-product-row .products_element .index_new_products_element_img .icon.best_buy:before
{
  background-color: #588c9c;
  font-weight: 700;
  color: #fff;
  padding: 0 4px 1px;
  width: 36px;
}

.carousel-product-row .products_element .index_new_products_element_img .icon.new:before
{
  content: 'NEW';
}

.carousel-product-row .products_element .index_new_products_element_img .icon.sale:before
{
  content: 'SALE';
}

.carousel-product-row .products_element .index_new_products_element_img .icon.best_buy:before
{
  content: 'BEST BUY';
}

.carousel-product-row .products_element .index_new_products_element_name {
  margin-bottom: 10px;
}
.carousel-product-row .products_element .index_new_products_element_name a {
  font-size: 13px;
  line-height: 16px;
  color: #545454;
  text-decoration: none;
}
.carousel-product-row .products_element .index_new_products_element_name a:hover {
  text-decoration: underline;
}
.carousel-product-row .products_element .index_new_products_element_oldprice {
  font-size: 13px;
  color: #999999;
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 13px;
  text-align: center;
  text-decoration: line-through;
  padding-left: 41px;
}
.carousel-product-row .products_element .index_new_products_element_price {
  font-size: 13px;
  color: #92290e;
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 13px;
  text-align: center;
  margin-bottom: 10px;
}
.carousel-product-row .products_element .index_new_products_element_more {
  text-align: center;
}
.carousel-product-row .products_element:hover .index_new_products_element_name a {
  color: #51a5b8;
}
.carousel-product-row .products_element .index_new_products_element_more .btn-primary:hover {
  /*opacity: 0.5;*/
}
.carousel-product-row .index_new_products_show_all {
  text-align: right;
  text-decoration: none;
  padding-right: 0px;
  margin-top: 5px;
  margin-right: 10px;
}
.carousel-product-row .index_new_products_show_all a {
  font-weight: 600;
  font-size: 13px;
  color: #56a5b8;
  text-decoration: none;
}
.carousel-product-row .index_new_products_show_all a:hover {
  text-decoration: none;
  color: #2b2b2b;
}
.carousel-product-row .owl-item {
  border-right: 1px solid #c7c7c7;
}
.carousel-product-row .owl-prev {
  display: block;
  width: 32px;
  height: 0px;
  overflow: hidden;
  padding-top: 32px;
  background: url('images/arrow_left.png') 0px 0px no-repeat;
  position: absolute;
  left: -25px;
  top: 50%;
  z-index: 99;
}
.carousel-product-row .owl-prev:hover {
  background: url('images/arrow_left_active.png') 0px 0px no-repeat;
}
.carousel-product-row .owl-next {
  display: block;
  width: 32px;
  height: 0px;
  overflow: hidden;
  padding-top: 32px;
  background: url('images/arrow_right.png') 0px 0px no-repeat;
  position: absolute;
  right: -40px;
  top: 50%;
  z-index: 99;
}
.carousel-product-row .owl-next:hover {
  background: url('images/arrow_right_active.png') 0px 0px no-repeat;
}
/*index_brands*/
.brands-row {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #c7c7c7;
  padding: 20px 200px 20px 60px;
}

.container-fluid .owl-carousel.ownd-actions-carousel
{
  position: relative;
  width: 1170px;
  overflow: visible;
}

.container-fluid .owl-carousel.ownd-actions-carousel .owl-wrapper-outer
{
  overflow-x: hidden;
}

.brands-row .all_brands {
  position: absolute;
  right: 60px;
  top: 28px;
}
.brands-row .owl-prev,
.ownd-actions-carousel .owl-prev {
  display: block;
  width: 32px;
  height: 0px;
  overflow: hidden;
  padding-top: 32px;
  background: url('images/arrow_left.png') 0px 0px no-repeat;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -16px;
  z-index: 99;
}
.brands-row .owl-prev:hover,
.ownd-actions-carousel .owl-prev {
  background: url('images/arrow_left_active.png') 0px 0px no-repeat;
}
.ownd-actions-carousel .owl-next,
.brands-row .owl-next {
  display: block;
  width: 32px;
  height: 0px;
  overflow: hidden;
  padding-top: 32px;
  background: url('images/arrow_right.png') 0px 0px no-repeat;
  position: absolute;
  right: -200px;
  top: 50%;
  margin-top: -16px;
  z-index: 99;
}
.brands-row .owl-next:hover{
  background: url('images/arrow_right_active.png') 0px 0px no-repeat;
}

.ownd-actions-carousel .owl-next
{
  background: url('images/arrow_right_active.png') 0px 0px no-repeat;
  right: -55px;
}
/*bottom_banners_row*/
#bottom_banners_row {
  margin: 0px -15px 20px;
}
#bottom_banners_row .bottom_banners_element {
  width: 226px;
  height: 265px;
  float: left;
  margin-right: 10px;
}
#bottom_banners_row .bottom_banners_SOC {
  width: 226px;
  height: 265px;
  float: left;
  border: 1px solid #d6d6d6;
}
#main_tabs_row .carousel-product-row {
  overflow: visible !important;
}
.carousel-product-row .index_new_products_element_img img {
  display: inline-block !important;
  width: auto !important;
}
/* ================ BEGIN MEDIA QUERIES FOR > 1199 px =================== */
@media (max-width: 1199px) {
  #bottom_banners_row .bottom_banners_element {
    height: auto;
    width: 19%;
  }
  #bottom_banners_row .bottom_banners_element img {
    width: 100%;
  }
  #bottom_banners_row .bottom_banners_SOC {
    width: 19%;
  }
}
/* ================ END MEDIA QUERIES FOR > 1199 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR > 1199 px =================== */
@media (max-width: 992px) {
  #bottom_banners_row {
    display: none;
  }
}
/*==============================
popups styles
===============================*/
.overlay {
  display: none;
  background-color: rgba(51, 51, 51, 0.85);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
}
.popup {
  display: none;
  background-color: #fff;
  border: 1px solid #1d95ad;
  top: 50%;
  left: 50%;
  z-index: 10000;
  padding: 25px;
  position: fixed;
}
.popup .close {
  display: block;
  background: url('images/close.png') no-repeat center center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.5;
}

.popup.ownd-soon-popup .close {
  background: url('images/close_soon.png?1') no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  opacity: 1;
}

.popup a {
  color: #92290e;
}
.popup .title, .pb-sdk-pos-credit__cont .title {
  text-align: center;
  color: #92290e;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 15px;
  padding: 0 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
}
.popup .description {
  text-align: center;
  padding: 0 0 20px;
}
.popup .inp-block {
  margin-bottom: 10px;
}
.popup .inp-text {
  border: 1px solid #d7d7d7;
  padding: 5px 18px;
  width: 100%;
}
.popup .textarea {
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 5px 16px;
  width: 100%;
  height: 120px;
  resize: none;
}
.popup .btn-primary, .pb-sdk-pos-credit__cont .btn-primary {

  border: none;
  color: #fff;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
}
.popup .btn-primary:hover, .pb-sdk-pos-credit__cont .btn-primary:hover {
  background: #158399;
}
.popup .btn-middle {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0 24px;
  height: 38px;
}
.popup a.btn-middle {
  line-height: 38px;
}
.popup button.btn-middle {
  height: 38px;
}
.popup.popup-feedback {
  width: 470px;
  height: 400px;
  margin: -200px 0 0 -235px;
}
.popup.popup-registered-club,.popup.popup-not-registered-club,.popup-takeprice-club,.popup-register-club,.popup-authorize-club{
  width: 470px;
  height: 400px;
  margin: -200px 0 0 -235px;
}
.popup.popup-instruction {
  width: 750px;
  height: 400px;
  margin: -200px 0 0 -375px;
}
.popup.popup-zakaz {
  width: 400px;
  height: auto;
  min-height: 220px;
  margin: -180px 0 0 -200px;
}
.popup.popup-delivery {
  width: 800px;
  top: 5% !important;
  height: 90%;
  margin: 0 0 0 -400px;
  position: absolute;
}
.popup.popup-delivery .popup-main {
  overflow: auto;
  height: 100%;
}
.popup-login {
  display: none;
  position: absolute;
  text-align: left;
  top: 46px;
  right: 15px;
  z-index: 30;
  width: 470px;
  background-color: #fff;
  border: 1px solid #1d95ad;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 24px 28px 0px;
}
.popup-login:after,
.popup-login:before {
  bottom: 100%;
  right: 27%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popup-login:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.popup-login:before {
  border-color: rgba(29, 149, 173, 0);
  border-bottom-color: #1d95ad;
  border-width: 11px;
  margin-left: -11px;
}

.popup-login .close {
  display: block;
  background: url(/bitrix/templates/main/images/fancybox_sprite.png) no-repeat;
  width: 36px;
  height: 36px;
  top: -18px;
  right: -18px;
  opacity: 1;
  position: absolute;
}

.popup-login .close:hover {
  opacity: 1;
}
.popup-login p {
  padding-bottom: 10px;
}
.popup-login .title {
  text-transform: uppercase;
}
.popup-login .social-sign {
  margin-bottom: 10px;
}
.popup-login .social-sign a {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 116px auto;
  margin: 0 3px 0 0;
  width: 116px;
  height: 29px;
}
.popup-login .social-sign .btn-facebook {
  background-image: url('images/btn-facebook.png');
}
.popup-login .social-sign .btn-vk {
  background-image: url('images/btn-vk.png');
}
.popup-login .social-sign .btn-twitter {
  background-image: url('images/btn-twitter.png');
}
.popup-login .inp-block {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
}
.popup-login .inp-block .inp-text {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #d7d7d7;
}
.popup-login .inp-block input[type=password] {
  position: relative;
  z-index: 1;
}
.popup-login .inp-block .forget-password {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 2;
  text-decoration: underline;
  color: inherit;
}
.popup-login .inp-block .forget-password:hover {
  text-decoration: none;
}
.popup-login .inp-block .checkbox {
  float: left;
  margin: 2px 8px 0 0;
}
.popup-login .inp-block label {
  color: #636363;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
}
.popup-login .inp-block p {
  padding-left: 26px !important;
}
.popup-login .inp-block .reg-link {
  margin-left: 8px;
  color: #92290e;
}


.popup-city {
  display: none;
  position: absolute;
  text-align: left;
  top: 65px;
  right: 172px;
  z-index: 30;
  width: 370px;
  background-color: #fff;
  border: 1px solid #1d95ad;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 24px 28px 20px;
}
.popup-city:after,
.popup-city:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popup-city:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.popup-city:before {
  border-color: rgba(29, 149, 173, 0);
  border-bottom-color: #1d95ad;
  border-width: 11px;
  margin-left: -11px;
}
.popup-city .close {
  display: block;
  background: url(images/fancybox_sprite@2x.png);
  width: 36px;
  height: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
  background-size: 44px 152px;
  opacity: 1;
}
.popup-city .close:hover {
  opacity: 1;
}
.popup-city p {
  padding-bottom: 10px;
}
.popup-city .title {
  text-transform: uppercase;
}
.popup-city .inp-block {
  height: 40px;
}

.popup-city .inp-block .button {
  float: left;
  padding: 0 30px;
}
.popup-city .inp-block p {
  float: right;
  text-align: left;
  width: 225px;
  padding: 8px 0;
}

@media (max-width: 1200px) {
  .popup-city {
    top: 66px;
    right: 148px;
    width: 370px;

  }
}

@media (max-width: 991px) {
  .popup-city {
    top: 102px;
    right: 395px;
    width: 370px;
  }
  .popup-city:after, .popup-city:before {
    left: 14%;
  }
}

.popup_off {
  display: none;
  background-color: #fff;
  border: 1px solid #1d95ad;
  top: 50%;
  left: 50%;
  z-index: 1000;
  padding: 25px;
  position: fixed;
}
.popup_off .close {
  display: block;
  background: url('images/close.png') no-repeat center center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.5;
}
.popup_off .close:hover {
  opacity: 1;
}
.popup_off a {
  color: #92290e;
}
.popup_off .title {
  text-align: center;
  color: #92290e;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 15px;
  padding: 0 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #92290e;
}
.popup_off .description {
  text-align: center;
  padding: 0 0 20px;
}
.popup_off .inp-block {
  margin-bottom: 10px;
}
.popup_off .inp-text {
  border: 1px solid #d7d7d7;
  padding: 5px 18px;
  width: 100%;
}
.popup_off .textarea {
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 5px 16px;
  width: 100%;
  height: 120px;
  resize: none;
}
.popup_off .btn-primary {

  border: none;
  color: #fff;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
}
.popup_off .btn-primary:hover {
  background: #158399;
}
.popup_off .btn-middle {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0 24px;
}
.popup_off a.btn-middle {
  line-height: 38px;
}
.popup_off button.btn-middle {
  height: 38px;
}
/*==============================
cart-page styles
===============================*/
.container .kod {
  margin-top: -5px;
}
.container .detail-box {
  zoom: 1;
  display: inline-block;
  display: block;
}
.container .detail-box:before,
.container .detail-box:after {
  content: "";
  display: table;
}
.container .detail-box:after {
  clear: both;
}
.container .detail-box .preview-box {
  float: left;
  width: 340px;
}
.container .detail-box .brands img {
  margin: 0 20px 20px 0;
  max-height: 85px;
}
.container .detail-box .global-image-box {
  margin-bottom: 30px;
}
.container .detail-box .jqzoom .preview-pix {
  max-width: 340px;
  max-height: 320px;
}
.container .detail-box #thumblist {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.container .detail-box #thumblist li {
  float: left;
  width: 90px;
  margin: 0 20px 20px 0;
}
.container .detail-box #thumblist li:nth-child(3n) {
  margin-right: 0px;
}
.container .detail-box #thumblist li a {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  border: 1px solid #dadada;
}
.container .detail-box #thumblist li img {
  max-width: 90px;
  max-height: 110px;
}
.container .detail-box .desc-box {
  margin-top: -54px;
  float: right;
  width: 670px;
}
.container .detail-box .desc-box .top-box {
  zoom: 1;
  display: inline-block;
  display: block;
  margin: 0 0 30px;
}
.container .detail-box .desc-box .top-box:before,
.container .detail-box .desc-box .top-box:after {
  content: "";
  display: table;
}
.container .detail-box .desc-box .top-box:after {
  clear: both;
}
.container .detail-box .desc-box .top-box .title {
  text-transform: inherit;
  float: left;
  padding-top: 45px;
  padding-left: 34px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.container .detail-box .desc-box .top-box .title span{
  font-weight: normal;
}
.container .detail-box .desc-box .top-box .logo-brand {
  float: right;
}
.container .detail-box .desc-box .top-box .logo-brand img {
  max-width: 200px;
  max-height: 100px;
}
.container .detail-box .desc-box .info-box {
  display: flex;
  justify-content: space-between;
}
.container .detail-box .desc-box .info-box .list-step {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.container .detail-box .desc-box .info-box .list-step:first-child {
  width: 65%;
}
.container .detail-box .desc-box .list-step li {
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0 0 20px 35px;
}
.container .detail-box .desc-box .list-step li.icon-car {
  background-image: url('images/icon-car.png');
  background-size: 24px 15px;
}
.container .detail-box .desc-box .list-step li.icon-payment {
  background-image: url('images/icon-payment.png');
  background-size: 23px 23px;
}
.container .detail-box .desc-box .list-step li.icon-instruction {
  background-image: url('images/icon-instruction.png');
  background-size: 25px 20px;
}
.container .detail-box .desc-box .list-step li.icon-oficial {
  background-image: url('images/icon-oficial2.png');
  background-size: 21px 20px;
}


.container .detail-box .desc-box .list-step li .title {
  clear: left;
  float: left;
  /*width: 280px;*/
  text-transform: inherit;
  margin-bottom: 5px;
}
.container .detail-box .desc-box .list-step li a {
  color: #4e4e6b;
  text-decoration: underline;
}
.container .detail-box .desc-box .list-step li a:hover {
  text-decoration: none;
}
.container .detail-box .desc-box .bottom-box label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px 0 0;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.container .detail-box .desc-box .bottom-box label:hover {
  text-decoration: none;
}
.container .detail-box .desc-box .bottom-box > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px 0 0;
  color: #4e4e6b;
  text-decoration: underline;
}
.container .detail-box .desc-box .bottom-box > a:hover {
  text-decoration: none;
}
.container .detail-box .desc-box .bottom-box .social-links {
  vertical-align: middle;
}
.container .detail-box .price-box {
  display: table;
  width: 100%;
  border: 1px solid #c7c7c7;
  padding: 25px 0 25px 0px;
  margin-bottom: 30px;
  text-align: center;
}
.container .detail-box .price-box > div {
  text-align: left;
  vertical-align: top;
  display: table-cell;
  padding: 0 20px;
}
.container .detail-box .price-box > div p {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 0px;
}
.container .detail-box .price-box > div .title {
  padding-bottom: 5px;
  margin-bottom: 0px;
  text-transform: inherit;
}
.container .detail-box .price-box > div .price {
  color: #92290e;
  font-size: 20px;
}
.container .detail-box .price-box > div .button {
  display: block;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 3px;
}
.container .detail-box .price-box > div:last-child {
  text-align: center;
}
.container .detail-box .price-box .add_btn_cnt {
  padding-top: 10px;
}
.container .detail-box .price-box .add_btn_cnt .ownd-detail-grey-button {
  padding: 0 12px 2px;
  font-size: 16px;
  line-height: 38px;
}
.container .product-desc {
  padding: 20px;
  background: url("images/bg-sitka.png") repeat 0 0;
  margin-bottom: 20px;
}
.container .tab-box-section .cart-tab li a {
  width: 165px;
}
.container .tab-box-section .cart-tab li:last-child {
  margin-right: 0px;
}
.container .tab-box-section .cart-tab li:last-child a {
  width: 168px;
}
.container .tab-box-section .panes .tab-box {
  position: relative;
}
.container .tab-box-section .panes .tab-box .carousel-product-row {
  padding: 25px 0;
  overflow: visible !important;
}
.container .tab-box-section .panes .tab-box .carousel-product-row .owl-prev,
.container .tab-box-section .panes .tab-box .carousel-product-row .owl-next {
  top: 45%;
}
.container .tab-box-section .panes #tab-1.active {
  padding: 20px;
}
.container .tab-box-section .panes #tab-2.active {
  padding: 25px 0 15px;
}
.container .tab-box-section .panes .title-box {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 5px 20px 10px;
  font-weight: 600;
}
.container .tab-box-section .panes .news-section {
  background: none;
}
.container .tab-box-section .panes .news-section .news-box {
  margin-bottom: 15px;
}
.container .tab-box-section .panes .form-box {
  margin: 0 auto;
  width: 570px;
  padding: 15px 0;
}
.container .tab-box-section .panes .form-box .inp-block {
  position: relative;
  margin-bottom: 12px;
}
.container .tab-box-section .panes .form-box .inp-block .inp-text,
.container .tab-box-section .panes .form-box .inp-block textarea {
  /*color: #000;*/
  color: #464143;
}
.container .tab-box-section .panes .form-box .title-box {
  color: #2b2b2b;
  padding: 0 0 5px;
}
.container .tab-box-section .panes .form-box .inp-text {
  border: 1px solid #d7d7d7;
  padding: 5px 18px;
  width: 100%;
}
.container .tab-box-section .panes .form-box .datepicker {
  width: 70%;
  background: url('images/icon-date.png') no-repeat 98% center;
}
.container .tab-box-section .panes .form-box .textarea {
  border: 1px solid #d7d7d7;
  padding: 5px 18px;
  width: 100%;
  height: 150px;
  text-align: left;
}
.container .tab-box-section .panes .form-box .select {
  width: 70%;
}
.container .tab-box-section {
  margin-bottom: 20px;
}
.container .carousel-product-section {
  margin: 0 0 20px;
  border: 1px solid #c7c7c7;
}
.container .carousel-product-section .title-box {
  padding: 15px 20px 0px;
  text-transform: uppercase;
  color: #92290e;
  font-weight: 600;
}
.container .carousel-product-section .carousel-product-row {
  overflow: visible !important;
}
.container .carousel-product-section .carousel-product-row .owl-prev,
.container .carousel-product-section .carousel-product-row .owl-next {
  top: 25%;
}
.container #adresses.row {
  min-height: 50px;
  margin: 0px;
  background: #f7f7f7 none repeat scroll 0 0;
}
.container #adresses.row .adress_block .adress_block_title {
  padding-left: 0px;
}
.container #adresses.row ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.container #adresses.row ul li {
  margin-bottom: 10px;
}
.container #adresses.row ul li a {
  padding: 1px 0 1px 22px;
  color: #545454;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.container #adresses.row ul li .icon-email {
  background-image: url("images/icon-email.png");
}
.container #adresses.row ul li .icon-skype {
  background-image: url("images/icon-skype.png");
}
.container #adresses.row ul li .icon-icq {
  background-image: url("images/icon-icq.png");
}
.container .table tr:nth-child(2n) td {
  background-color: transparent !important;
}
.container .table tr:nth-child(2n+1) td {
  background-color: #f7f7f7;
}
.container .table td {
  border-top: none;
  padding: 4px 20px;
}
.container .table td:first-child {
  width: 25%;
}
/*==============================
order-page styles
===============================*/
.container .forms-row {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}
.container .form-contact-info {
  padding-left: 0px;
  border-right: 1px solid #d6d6d6;
}
.container .form-contact-info .panes {
  border: none;
}
.container .form-contact-info form {
  width: 100%;
  max-width: 470px;
}
.container .form-contact-info #tab-2.active,
.container .form-contact-info #tab-1.active {
  padding: 15px 0 0 !important;
}
.container .form-contact-info .select {
  width: 250px;
}
.container .form-contact-info .inp-block {
  margin-bottom: 12px;
}
.container .sign-in-form {
  padding-right: 0px;
  margin-left: -1px;
  text-align: right;
  border-left: 1px solid #d6d6d6;
}
.container .sign-in-form form {
  display: inline-block;
  max-width: 470px;
  text-align: left;
  width: 100%;
}
.container .sign-in-form .button {
  float: right;
}
.container .sign-in-form .inp-block {
  margin-bottom: 14px;
}
.container .sign-in-form .inp-block p {
  padding: 0 0 15px 26px;
}
.container .sign-in-form .social-links {
  margin-bottom: 11px;
}
.container .sign-in-form p {
  padding-bottom: 17px;
}
.container .title {
  display: block;
  padding: 0px;
  text-transform: uppercase;
  margin: 0px 0 10px;
}
.container .social-sign {
  margin-bottom: 10px;
}
.container .social-sign a {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 116px auto;
  margin: 0 3px 0 0;
  width: 116px;
  height: 29px;
}
.container .social-sign .btn-facebook {
  background-image: url('images/btn-facebook.png');
}
.container .social-sign .btn-vk {
  background-image: url('images/btn-vk.png');
}
.container .social-sign .btn-twitter {
  background-image: url('images/btn-twitter.png');
}
.container .inp-block {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
}
.container .inp-block .inp-text {
  width: 100%;
  padding: 5px 15px;
}
.container .inp-block input[type=password] {
  position: relative;
  z-index: 1;
}
.container .inp-block .forget-password {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 2;
  text-decoration: underline;
}
.container .inp-block .forget-password:hover {
  text-decoration: none;
}
.container .inp-block .checkbox {
  float: left;
  margin: 2px 8px 0 0;
}
.container .inp-block label {
  color: #636363;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
}
.container .inp-block p {
  padding-left: 21px;
}
.container .inp-block .reg-link {
  margin-left: 8px;
  color: #92290e;
}
.container .inp-block .btn-submit {
  float: right;
  margin-top: 2px;
  box-shadow: 0 1px 1px #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 1px;
  color: #fff;
  height: 34px;
  border: none;
  width: 128px;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
}
.container .inp-block .btn-submit:hover {
  background: #158399;
  background: -moz-linear-gradient(top, #158399 0%, #2aa7bd 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #158399), color-stop(100%, #2aa7bd));
  background: -webkit-linear-gradient(top, #158399 0%, #2aa7bd 100%);
  background: -o-linear-gradient(top, #158399 0%, #2aa7bd 100%);
  background: -ms-linear-gradient(top, #158399 0%, #2aa7bd 100%);
  background: linear-gradient(to bottom, #158399 0%, #2aa7bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#158399', endColorstr='#2aa7bd', GradientType=0);
}
.container .forms-row,
.container .delivery-row,
.container .payments-method-row,
.container .comments-box {
  margin: 0px 0px 30px;
}
.container .delivery-row .col-md-12 {
  padding: 0px;
}
.container .delivery-row .tabs-links {
  display: table;
  width: 100%;
}
.container .delivery-row .tabs-links li {
  float: none;
  display: table-cell;
  margin: 0px;
  padding-right: 2px;
}
.container .delivery-row .tabs-links li:last-child {
  padding-right: 0px;
}
.container .delivery-row .tabs-links a {
  text-align: left;
  padding: 20px;
  padding-left: 32px;
  display: block;
  width: auto !important;
}
.container .delivery-row .tabs-links a span {
  display: block;
  text-transform: initial;
}
.container .delivery-row .tabs-links a .radio {
  display: block;
  background: url('images/bg-radio.png') no-repeat 0 0;
  width: 17px;
  height: 17px;
  margin: 0px 8px 25px 0;
  float: left;
}
.container .delivery-row .tabs-links a.active .radio {
  background-position: 0 bottom;
}
.container .delivery-row .view-link {
  padding: 10px 0px;
}
.container .delivery-row .view-link a {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.container .delivery-row .view-link .active {
  text-decoration: none;
}
.container .delivery-row .thead-title {
  zoom: 1;
  display: inline-block;
  display: block;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background: url("images/bg-sitka.png") repeat 0 0;
  padding: 8px 0;
}
.container .delivery-row .thead-title:before,
.container .delivery-row .thead-title:after {
  content: "";
  display: table;
}
.container .delivery-row .thead-title:after {
  clear: both;
}
.container .delivery-row .thead-title span {
  float: left;
  text-transform: uppercase;
}
.container .delivery-row .thead-title span:first-child {
  width: 805px;
  padding-left: 155px;
}
.container .delivery-row .thead-title span:nth-child(2) {
  width: 245px;
}
.container .delivery-row .magazin-top {
  zoom: 1;
  display: inline-block;
  display: block;
  cursor: pointer;
  padding: 15px 15px 10px;
}
.container .delivery-row .magazin-top:before,
.container .delivery-row .magazin-top:after {
  content: "";
  display: table;
}
.container .delivery-row .magazin-top:after {
  clear: both;
}
.container .delivery-row .magazin-top .local {
  float: left;
  width: 790px;
}
.container .delivery-row .magazin-top .metro {
  float: left;
  width: 210px;
}
.container .delivery-row .magazin-top .time {
  float: left;
  width: 130px;
  background: #f7f7f7;
  padding: 5px 10px;
  text-align: center;
  margin-top: -5px;
}
.container .delivery-row .magazin-top .radio {
  display: block;
  background: url('images/bg-radio.png') no-repeat 0 0;
  width: 17px;
  height: 17px;
  margin: 0px 5px 0 0;
  float: left;
}
.container .delivery-row .magazin-top .icon-local {
  float: left;
  background: url('images/icon-local.png') no-repeat 0 0;
  width: 11px;
  height: 14px;
  margin: 2px 5px 0 0;
}
.container .delivery-row .magazin-top.active .radio {
  background-position: 0 bottom;
}
.container .delivery-row .magazin-main {
  zoom: 1;
  display: inline-block;
  display: block;
  display: none;
  padding: 5px 0 10px;
}
.container .delivery-row .magazin-main:before,
.container .delivery-row .magazin-main:after {
  content: "";
  display: table;
}
.container .delivery-row .magazin-main:after {
  clear: both;
}
.container .delivery-row .magazin-main .time-box {
  float: left;
  width: 805px;
  padding-left: 35px;
}
.container .delivery-row .magazin-main .time-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.container .delivery-row .magazin-main .time-box ul li {
  padding: 0 0 14px 18px;
  background-position: 2px 3px;
  background-repeat: no-repeat;
}
.container .delivery-row .magazin-main .time-box ul li.icon-clock {
  background-image: url('images/icon-time.png');
}
.container .delivery-row .magazin-main .time-box ul li.icon-calendar {
  background-image: url('images/icon-calendar.png');
}
.container .delivery-row .magazin-main .time-box ul li .inp-block {
  margin-bottom: 0px;
  padding-top: 5px;
  max-width: 355px;
}
.container .delivery-row .magazin-main .time-box ul li .inp-block .datepicker {
  background-image: none;
}
.container .delivery-row .magazin-main .map-box {
  float: left;
  width: 340px;
}
.container .delivery-row .magazin-box {
  border-bottom: 1px solid #d7d7d7;
}
.container .delivery-row .magazin-box:last-child {
  border-bottom: none;
}
.container .delivery-row .magazin-box.active {
  background-color: #f7f7f7;
}
.container .delivery-row .magazin-box.active .magazin-main {
  display: block;
}
.container .delivery-row .magazin-box.active .radio {
  background-position: 0 bottom;
}
.container .delivery-row .magazin-box.active .time {
  background-color: #fff;
}
.container .delivery-row.mod-payments-method .tabs-links {
  border-bottom: none;
}
.container .delivery-row.mod-payments-method .panes {
  display: none;
}

.container .comments-box {
  zoom: 1;
  display: inline-block;
  display: block;
  background: url("images/bg-sitka.png") repeat 0 0;
  padding: 30px 15px;
}
.container .comments-box:before,
.container .comments-box:after {
  content: "";
  display: table;
}
.container .comments-box:after {
  clear: both;
}
.container .comments-box label {
  width: 125px;
  float: left;
  font-weight: normal;
  padding-top: 15px;
}
.container .comments-box .inp-block {
  width: auto;
  margin: 0 0 10px 150px;
}
.container .comments-box .inp-block .textarea {
  background-color: #fff;
  width: 100%;
  height: 146px;
  border: 1px solid #d6d6d6;
  resize: none;
  padding: 10px;
}
/*==============================
order-page styles
===============================*/
.container {
  /* begin actios page */
  /* end actios page */
  /* begin manufacturers page */
  /* end manufacturers page */
  /* begin contacts page */
  /* end contacts page */
  /* begin news page */
  /* end news page */
  /* begin otziv page */
  /* end otziv page */
  /* begin portfolio page */
  /* end portfolio page */
  /* begin statti page */
  /* end statti page */
  /* begin service page */
  /* end service page */
  /* begin salon page */
}
.container .description {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.container .sidebar .banners-left {
  background-color: #f7f7f7;
  padding: 20px 5px 1px;
}
.container .sidebar .banners-left .banner-box {
  margin-bottom: 20px;
}
.container .content-main .action-section {
  background: #fff;
  padding-top: 10px;
}
.container .manufacturers-main {
  margin: 0 0 20px;
}
.container .manufacturers-row {
  border-top: 1px solid #d6d6d6;
  margin: 0px;
  padding: 20px 0 15px;
}
.container .manufacturers-row:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.container .manufacturers-row .letter {
  font-size: 50px;
  line-height: 42px;
  color: #92290e;
  padding-left: 34px;
}
.container .manufacturers-row ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.container .manufacturers-row ul li {
  margin: 0 0 5px;
}
.container .manufacturers-row ul li a {
  text-decoration: none;
}
.container .contact-page .panes {
  border: none;
}
.container .contact-page .panes #tab-1.active,
.container .contact-page .panes #tab-2.active {
  padding: 20px 0;
}
.container .contact-page .contact-box {
  border: 1px solid #c7c7c7;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.container .contact-page .contact-box .h2-title {
  color: #92290e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  padding: 0 0 10px;
  text-decoration: none;
}
.container .contact-page .contact-box .adress_block_detail_position {
  padding-left: 24px;
  background: url('images/map_dot_ico.jpg') 0px 0px no-repeat;
  font-size: 13px;
  line-height: 18px;
  color: #545454;
  margin-bottom: 12px;
}
.container .contact-page .contact-box .adress_block_detail_phones {
  padding-left: 24px;
  background: url('images/phone_small_ico.jpg') 0px 2px no-repeat;
  font-size: 15px;
  line-height: 17px;
  color: #2095ac;
  margin-bottom: 12px;
}
.container .contact-page .contact-box .adress_block_detail_worktime {
  margin-bottom: 20px;
  padding-left: 24px;
  background: url('images/clock_ico.jpg') 0px 0px no-repeat;
  font-size: 13px;
  color: #545454;
}
.container .contact-page .contact-box .attention {
  padding: 0;
  margin: 0;
  font-weight: 600;
  width: auto;
  clear: left;
  float: none;
  white-space: nowrap;
}
.container .contact-page .contact-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.container .contact-page .contact-box ul li {
  margin-bottom: 10px;
}
.container .contact-page .contact-box ul li a,
.container .contact-page .contact-box ul li span {
  padding: 1px 0 1px 22px;
  color: #545454;
  background-position: 0 center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.container .contact-page .contact-box ul li a {
  color: #92290e;
}
.container .contact-page .contact-box ul li a:hover {
  text-decoration: underline;
}
.container .contact-page .contact-box ul li .icon-email {
  background-image: url("images/icon-email.png");
}
.container .contact-page .contact-box ul li .icon-skype {
  background-image: url("images/icon-skype.png");
}
.container .contact-page .contact-box ul li .icon-icq {
  background-image: url("images/icon-icq.png");
  padding-left:0px;
}
.container .contact-page .contact-box ul li .icon-icq img{
  margin-right:3px;
}
.container .contact-page .map-box {
  position: relative;
  padding: 0px 15px 0 0;
  text-align: right;
}
.container .contact-page .map-box img {
  width: 100%;
  height: 190px;
  margin: -30px 0 0;
}
.container .top-content {
  zoom: 1;
  display: inline-block;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.container .top-content:before,
.container .top-content:after {
  content: "";
  display: table;
}
.container .top-content:after {
  clear: both;
}
.container .top-content span {
  color: #999;
}
.container .top-content .date {
  float: left;
}
.container .top-content .view {
  float: right;
}
.container table {
  margin-bottom: 20px;
  width: 100%;
}
.container table thead {
  background: rgba(0, 0, 0, 0) url("images/bg-sitka.png") repeat scroll 0 0;
}
.container table thead td {
  padding: 7px 10px;
  text-align: center;
  text-transform: uppercase;
}
.container table tbody tr:nth-child(2n) td {
  background-color: #f7f7f7;
}
.container table tbody td {
  padding: 8px 10px;
  text-align: left;
}
.container table tbody td .price {
  color: #92290e;
}
.container .news-box img {
  max-width: 100%;
  height: auto;
}
.container .news-box td:first-child {
  width: 60%;
}
.container .news-box td:last-child {
  text-align: center;
}
.container .social-box {
  line-height: 28px;
  border-top: 1px solid #d7d7d7;
  padding: 10px 0 20px;
}
.container .social-box .social-links {
  margin-left: 10px;
}
.container img.floatLeft {
  margin: 0 20px 25px 0;
}
.container img.floatRight {
  margin: 0 0 25px 20px;
}
.container .otziv-page {
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
  zoom: 1;
  display: inline-block;
  display: block;
}
.container .otziv-page:before,
.container .otziv-page:after {
  content: "";
  display: table;
}
.container .otziv-page:after {
  clear: both;
}
.container .otziv-page .otziv-btn {
  width: 270px;
  float: right;
}
.container .otziv-page .otziv-btn .button {
  display: block;
  text-align: center;
}
.container .otziv-page .otziv-main {
  margin: 0;
}
.container .otziv-page .otziv-main .otziv-box {
  padding: 0 0 15px 35px;
  margin: 0 0 20px;
  background: url('images/icon-kavichki.png') no-repeat 0 5px;
  border-bottom: 1px solid #d6d6d6;
}
.container .otziv-page .otziv-main .otziv-box a {
  text-decoration: none;
}
.container .otziv-page .otziv-main .otziv-box a:hover {
  text-decoration: underline;
}
.container .otziv-page .otziv-main .otziv-box p {
  padding: 0px 0 4px;
}
.container .otziv-page .otziv-main .otziv-box .date {
  color: #999;
}
.container .otziv-page .otziv-form {
  zoom: 1;
  display: inline-block;
  display: block;
  margin-bottom: 40px;
  padding: 20px;
  background: rgba(0, 0, 0, 0) url("images/bg-sitka.png") repeat scroll 0 0;
}
.container .otziv-page .otziv-form:before,
.container .otziv-page .otziv-form:after {
  content: "";
  display: table;
}
.container .otziv-page .otziv-form:after {
  clear: both;
}
.container .otziv-page .otziv-form .form-text {
  width: 248px;
  float: right;
  padding-top: 30px;
}
.container .otziv-page .otziv-form .form-box {
  margin: 0 280px 0 0;
}
.container .otziv-page .otziv-form .title-box {
  color: #92290e;
  text-transform: uppercase;
}
.container .otziv-page .otziv-form .button {
  width: 240px;
  text-align: center;
}
.container .portfolio-row {
  padding-top: 20px;
  margin: 0px;
  border-top: 1px solid #d6d6d6;
  zoom: 1;
  display: inline-block;
  display: block;
}
.container .portfolio-row:before,
.container .portfolio-row:after {
  content: "";
  display: table;
}
.container .portfolio-row:after {
  clear: both;
}
.container .portfolio-row .portfolio-box {
  margin-bottom: 32px;
  zoom: 1;
  display: inline-block;
  display: block;
}
.container .portfolio-row .portfolio-box:before,
.container .portfolio-row .portfolio-box:after {
  content: "";
  display: table;
}
.container .portfolio-row .portfolio-box:after {
  clear: both;
}
.container .portfolio-row .portfolio-box:nth-child(2n+1) {
  padding-left: 0px;
  clear: left;
}
.container .portfolio-row .portfolio-box:nth-child(2n) {
  padding-right: 0px;
}
.container .portfolio-row .portfolio-box .pix-box {
  width: 49%;
  float: left;
  margin: 4px 0 0 0;
}
.container .portfolio-row .portfolio-box .desc-box {
  float: right;
  width: 49%;
}
.container .portfolio-row .portfolio-box .desc-box .date {
  padding: 0px;
}
.container .portfolio-row .portfolio-box .desc-box .h2-title {
  padding: 0 0 12px;
}
.container .portfolio-row .portfolio-box .desc-box .h2-title a {
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #92290e;
}
.container .portfolio-row .portfolio-box .desc-box .h2-title a:hover {
  text-decoration: underline;
}
.container .service-box {
  margin-bottom: 25px;
  zoom: 1;
  display: inline-block;
  display: block;
}
.container .service-box:before,
.container .service-box:after {
  content: "";
  display: table;
}
.container .service-box:after {
  clear: both;
}
.container .service-box .pix-box {
  float: left;
  width: 185px;
  margin: 3px 0 0 0;
}
.container .service-box .desc-box {
  margin: 0 0 0 200px;
}
.container .service-box .desc-box p {
  padding: 0 0 12px;
  margin: 0px;
}
.container .service-box .desc-box .h2-title {
  margin: 0px;
  padding: 0 0 13px;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
}
.container .service-box .desc-box .h2-title a {
  text-decoration: none;
  color: #92290e;
}
.container .service-box .desc-box .h2-title a:hover {
  text-decoration: underline;
}
.container .service-box .desc-box .date {
  color: #999;
}
.container .salon-panes {
  border: none;
  margin-bottom: 20px;
}
.container .tab-box-section .panes #tab-1.active,
.container .tab-box-section .panes #tab-2.active {
  padding: 0px;
}
.container .top-address {
  margin: 0 0 15px 13px;
  padding: 12px 0px;
  border-bottom: 1px solid #c7c7c7;
  text-align: center;
}
.container .top-address p {
  padding: 0px;
  text-align:center
}
.container .top-address .title {
  font-size: 30px;
  line-height: 32px;
  color: #92290e;
  font-weight: 600;
  margin: 0px;
}
.container #adresses {
  min-height: 252px;
  background-color: #f7f7f7;
}
.container .widget-content {
  margin: 0 0 35px;
}
.container .widget-content .content-main {
  margin: 0 0 0 400px;
}
.container .widget-content .content-main.salon-text {
  padding-top:20px;
  margin: 0;
}
.container .widget-content .content-main .h2-title {
  font-size: 15px;
  line-height: 18px;
  color: #92290e;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 0 10px;
  margin: 0px;
}
.container .mini-tab-box {
  float: left;
  width: 370px;
}
.container .mini-tab-box .tabs-links li:first-child a {
  width: 208px;
}
.container .mini-tab-box .tabs-links li:last-child {
  margin-right: 0px;
}
.container .mini-tab-box .tabs-links li a {
  width: 160px;
}
.container .mini-tab-box .list-product {
  margin: 0px 0 0 15px;
  padding: 20px 0 0 0;
  list-style: none;
}
.container .mini-tab-box .list-product li {
  display: table;
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
}
.container .mini-tab-box .list-product li a {
  width: 90%;
  text-align: left;
  display: table-cell;
  text-decoration: none;
  text-transform: uppercase;
}
.container .mini-tab-box .list-product li a:hover {
  text-decoration: underline;
}
.container .mini-tab-box .list-product li .icon-pix {
  display: table-cell;
  margin: 0 8px 0 0;
  width: 52px;
}
.container .team-section {
  margin: 0 0 40px;
}
.container .team-section .text-box {
  float: left;
  width: 33%;
}
.container .team-section .team-box {
  float: right;
  width: 64%;
}
.container .team-section .team-box .team-box-main {
  zoom: 1;
  display: inline-block;
  display: block;
  padding-bottom: 30px;
}
.container .team-section .team-box .team-box-main:before,
.container .team-section .team-box .team-box-main:after {
  content: "";
  display: table;
}
.container .team-section .team-box .team-box-main:after {
  clear: both;
}
.container .team-section .team-box .jspHorizontalBar {
  height: 10px;
}
.container .team-section .team-box .jspHorizontalBar .jspTrack {
  background: url('images/bg-scroll.png') repeat-x 0 0;
}
.container .team-section .team-box .jspHorizontalBar .jspTrack .jspDrag {
  background: url('images/bg-scroll-active.png') repeat-x 0 0;
}
.container .team-section .h2-title {
  font-size: 15px;
  line-height: 18px;
  color: #92290e;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 0 10px;
  margin: 0px;
}
.container .team-section .member-team {
  float: left;
  width: 100px;
  margin: 0 40px;
  text-align: center;
}
.container .team-section .member-team .pix-box {
  width: 100px;
  height: 100px;
  margin: 0 0 12px;
}
.container .team-section .member-team .pix-box img {
  border-radius: 50%;
}
.container .team-section .member-team .title {
  padding: 0 0 5px;
  margin: 0px;
}
.carousel-design {
  margin: 0 0 25px;
  overflow: hidden;
  height: 300px;
}
.poster-section {
  /*background: url("images/bg-sitka.png") repeat 0 0;*/
  padding: 20px 0 30px;
  margin: 0 0 35px;
}
.poster-section .h2-title {
  font-size: 15px;
  line-height: 18px;
  color: #2b2b2b;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 0 10px;
  margin: 0 0 10px 0;
}
.poster-section .poster-box {
  margin-bottom: 27px;
}
.poster-section .poster-box a {
  text-decoration: none;
}
.poster-section .poster-box .desc-box {
  padding: 13px;
  background-color: #f7f7f7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.poster-section .poster-box:nth-child(3n+1) {
  clear: left;
}
.poster-section .h3-title {
  font-size: 13px;
  line-height: 16px;
  color: #92290e;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 0 5px;
  margin: 0px;
}
.poster-section p {
  margin: 0px;
  padding: 0px;
}
.poster-section .video-section {
  display: table;
  width: 100%;
}
.poster-section .video-section .desc-box {
  display: table-cell;
  width: 33.3333%;
  vertical-align: top;
  text-align: center;
  background-color: #f7f7f7;
  padding: 28px 0px;
}
.poster-section .video-section .desc-box > div {
  display: inline-block;
  width: 300px;
  text-align: left;
}
.poster-section .video-section .desc-box .pix-box {
  margin: 0 0 10px;
}
.poster-section .video-section .video-box {
  display: table-cell;
  width: 66.6667%;
  padding: 15px;
  background-color: #0b5565;
}
.poster-section .video-section .video-box iframe {
  width: 100%;
}
.map-section {
  width: 100%;
  background: url('pic/map-pix-3.jpg') no-repeat center 0;
  height: 280px;
}
/* end salon page */
/* begin compare page */
.container .compare-section {
  margin: 0 0 35px;
  height: 100%;
}
.container .table-compare {
  width: 100%;
  height: 100%;
}
.container .table-compare thead {
  background: transparent;
}
.container .table-compare thead td {
  border-right: 1px solid #d7d7d7;
  vertical-align: top;
}
.container .table-compare thead td:first-child {
  width: 270px;
}
.container .table-compare thead .products_element {
  padding: 0 10px 10px;
}
.container .table-compare thead .products_element .index_new_products_element_name {
  padding-bottom: 10px;
  text-align: left;
}
.container .table-compare thead .products_element .index_new_products_element_name a {
  text-decoration: none;
}
.container .table-compare thead .products_element .index_new_products_element_price {
  padding: 0 0 10px;
  color: #92290e;
}
.container .table-compare .detail-compare {
  width: 265px;
  text-align: left;
}
.container .table-compare .detail-compare p {
  padding-bottom: 10px;
  color: #999999;
}
.container .table-compare .detail-compare p a {
  color: #92290e;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-transform: initial;
}
.container .table-compare .detail-compare .button-row {
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
}
.container .table-compare .detail-compare .button-row .button {
  border-radius: 0px;
  float: left;
  width: 48%;
  font-size: 12px;
  padding: 0 5px;
  font-weight: normal;
  text-align: center;
}
.container .table-compare .detail-compare .button-row .button:first-child {
  margin-right: 2px;
}
.container .table-compare .detail-compare .button-row .button.active {
  text-decoration: none;
  color: #fff;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
}
.container .table-compare tr:first-child td {
  padding-top: 10px;
}
.container .table-compare tr td {
  text-align: center;
  position: relative;
  width: 220px;
}
.container .table-compare tr td:first-child {
  padding-left: 5px;
  text-align: left;
  font-weight: bold;
}
.container .table-compare tr td .title {
  color: #92290e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 10px 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.container .scroll-pane .jspHorizontalBar {
  height: 10px;
}
.container .scroll-pane .jspHorizontalBar .jspTrack {
  background: url('images/bg-scroll.png') repeat-x 0 0;
}
.container .scroll-pane .jspHorizontalBar .jspTrack .jspDrag {
  background: url('images/bg-scroll-active.png') repeat-x 0 0;
}
.container .scroll-pane .jspVerticalBar {
  display: none;
}
/* ================ BEGIN MEDIA QUERIES FOR < 768 px =================== */
@media (min-width: 768px) {
  #top_menu ul {
    display: block !important;
  }
  #main_menu_row .main_menu > ul {
    display: table !important;
  }
  .container-fluid .space {

    height: 45px;

  }
}
/* ================ END MEDIA QUERIES FOR < 768 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR > 1199 px =================== */
@media (max-width: 1199px) {
  .content .content-main .filter-box .diff-box {
    padding: 5px 0px;
  }
  .content .content-main .filter-box div {
    font-size: 11px;
  }
  .content .content-main .filter-box div .btn-small {
    padding: 0 10px;
  }
  .content .content-main .catalog-table .col-md-3 {
    border-right: 1px solid #d6d6d6;
    clear: none !important;
    width: 33%;
    float: left;
  }
  .content .content-main .catalog-table .col-md-3:nth-child(4n) {
    border-right: 1px solid #d6d6d6;
  }
  .content .content-main .catalog-table .col-md-3:nth-child(3n) {
    border-right: none;
  }
  .content .content-main .catalog-table .col-md-3:nth-child(3n+1) {
    clear: left !important;
  }
  .content .detail-box .desc-box {
    width: 600px;
  }
  .content .detail-box .desc-box .price-box > div .price {
    font-size: 16px;
  }
  .content .tab-box-section .cart-tab li a {
    width: 135px;
    font-size: 12px;
  }
  .content .tab-box-section .cart-tab li:last-child a {
    width: 148px;
  }
  .content .table-cart tfoot .kupon-row td:nth-child(2) {
    padding: 4px 0px 6px;
  }
  .content .delivery-row .tab-box-section .cart-tab a {
    padding: 20px 10px 20px 12px;
  }
  .content .delivery-row .thead-title span:first-child {
    width: 605px;
  }
  .content .delivery-row .magazin-top .local {
    float: left;
    padding-right: 30px;
    width: 590px;
  }
  .content .delivery-row .magazin-main .time-box {
    width: 605px;
  }
  .content .payments-method-row .payment-box {
    padding: 15px 5px;
  }
  .content .payments-method-row .payment-box .radio {
    left: 7px;
  }
  .content .salon-panes #adresses {
    min-height: 209px;
  }
  .content .salon-panes #adresses .title {
    font-size: 20px;
    line-height: 22px;
  }
  .content .team-section .team-box {
    width: 64% !important;
  }
  #adresses .adress_block .adress_block_detail {
    float: left;
    width: 225px;
  }
  .container-fluid .btn-middle, .popup-login .btn-middle,
  .container .detail-box .price-box .add_btn_cnt .ownd-detail-grey-button {
    font-size: 15px;
  }
  .container .detail-box .price-box > div:nth-child(4) {
    width: 30%;
  }
  #main_news .main_news_list .main_news_list_element .main_news_list_element_preiew {
    width: 300px;
  }
  .header-main #header .header_callback {
    margin: 21px 0 0;
    padding: 0;
  }
}
/* ================ END MEDIA QUERIES FOR > 1199 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR > 991 px =================== */
@media (max-width: 991px) {
  .header-main #header .header_logo {
    width: 241px;
    padding-top: 6px;
  }
  .header-main #header .header_logo img {
    width: 210px;
  }
  .header-main #header .header_callback {
    float: right;
    margin: 3px 200px 3px 0;
  }
  #main_menu_row .col-md-12 {
    padding: 0px;
  }
  #main_menu_row .col-md-12 .row {
    display: table;
    width: 100%;
    margin: 0px;
  }
  #main_menu_row .col-md-12 .main_menu {
    float: none;
    display: table-cell;
    width: auto;
    padding: 0px;
  }
  #main_menu_row .main_menu > ul > li:last-child {
    border-right: 1px solid #0f788e;
  }
  #main_menu_row .main_menu > ul > li:first-child a {
    margin-left: 1px;
  }
  #main_menu_row .main_menu > ul > li:last-child a {
    border-right: 1px solid #2095ac;
  }
  #main_menu_row .main_menu > ul > li > a {
    font-size: 11px;
    padding: 0 5px;
  }
  #main_menu_row .col-md-4 ul li:first-child {
    background: rgba(0, 0, 0, 0) url("images/main_menu_list_bg.gif") no-repeat scroll 0 0;
  }
  #main_menu_row .main_menu ul,
  #main_menu_row .main_menu ul li {
    height: auto;
    vertical-align: top;
  }
  #main_menu_row .col-md-4 ul li {
    background-image: none;
    border-right: none;
    vertical-align: top;
  }
  #main_menu_row .col-md-4 ul li > a {
    display: block;
    border-right: none;
    font-size: 0px;
    line-height: 0px;
    padding: 21px 15px 22px;
  }
  #main_menu_row .col-md-4 ul li > a.icon-brand {
    background: url('images/icon-brand.png') no-repeat center center;
  }
  #main_menu_row .col-md-4 ul li > a.icon-brand:hover {
    background: url('images/icon-brand.png') no-repeat center center, #17b5d0 none repeat scroll 0 0;
  }
  #main_menu_row .col-md-4 ul li > a.icon-action {
    background: url('images/icon-action.png') no-repeat center center;
  }
  #main_menu_row .col-md-4 ul li > a.icon-action:hover {
    background: url('images/icon-action.png') no-repeat center center, #17b5d0 none repeat scroll 0 0;
  }
  #main_menu_row .col-md-4 ul li > a.icon-sale {
    background: url('images/icon-sale.png') no-repeat center center;
  }
  #main_menu_row .col-md-4 ul li > a.icon-sale:hover {
    background: url('images/icon-sale.png') no-repeat center center, #17b5d0 none repeat scroll 0 0;
  }
  .sidebar {
    float: none;
    width: 100%;
  }
  .sidebar .banners-left,
  .sidebar .banner-box {
    display: none;
  }
  .content .content-main {
    margin: 0 0 25px;
  }
  .content .content-main .catalog-table .col-md-3 {
    clear: none !important;
    width: 33%;
    float: left;
  }
  .content .content-main .catalog-table .col-md-3:nth-child(3n+1) {
    clear: left !important;
  }
  .content .detail-box .zoomPup {
    display: none !important;
  }
  .content .detail-box .zoomWindow {
    display: none !important;
  }
  .content .detail-box .zoomPad {
    cursor: initial;
  }
  .content .detail-box .desc-box {
    width: 380px;
  }
  .content .detail-box .desc-box .top-box .title {
    float: none;
    padding: 0 0 20px;
    text-align: center;
    display: block;
  }
  .content .detail-box .desc-box .top-box .logo-brand {
    display: block;
    text-align: center;
    float: none;
  }
  .content .detail-box .desc-box .list-step li .title {
    float: none;
  }
  .content .detail-box .desc-box .icon-car span {
    display: block;
  }
  .content .detail-box .desc-box .price-box > div {
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
  .content .detail-box .desc-box .bottom-box .icon-print {
    margin-right: 0px;
  }
  .content .detail-box .desc-box .bottom-box .social-links {
    padding: 10px 0;
  }
  .content .tab-box-section .cart-tab li a {
    font-size: 10px;
    width: 103px;
  }
  .content .tab-box-section .cart-tab li:last-child a {
    width: 120px;
  }
  .content #adresses.row .col-md-5 {
    float: left;
    width: 50%;
  }
  .content #adresses.row .col-md-2 {
    clear: left;
    width: 100%;
  }
  .content #adresses.row .col-md-2 ul {
    overflow: hidden;
  }
  .content #adresses.row .col-md-2 ul li {
    float: left;
    width: 33%;
  }
  .content .contact-page .contact-box .attention {
    white-space: initial;
    padding-bottom: 10px;
  }
  .content .manufacturers-row {
    text-align: center;
  }
  .content .manufacturers-row .letter {
    padding-left: 0px;
  }
  .content .portfolio-row .portfolio-box {
    padding: 0px;
  }
  .content .portfolio-row .portfolio-box .pix-box {
    width: 268px;
  }
  .content .portfolio-row .portfolio-box .desc-box {
    margin: 0 0 0 288px;
    float: none;
    width: auto;
  }
  .content .forms-row .col-md-6 {
    width: 50%;
    float: left;
  }
  .content .forms-row .col-md-6 .cart-tab li {
    width: 45%;
  }
  .content .forms-row .col-md-6 .cart-tab li a {
    width: 100%;
  }
  .content .forms-row .col-md-6 .social-sign a {
    width: 115px;
  }
  .content .forms-row .col-md-6 .social-sign a:last-child {
    margin-right: 0px;
  }
  .content .delivery-row .thead-title span:first-child {
    padding-left: 18px;
    width: 455px;
  }
  .content .delivery-row .thead-title span:nth-child(2) {
    width: 175px;
  }
  .content .delivery-row .magazin-box .magazin-top .local {
    width: 440px;
  }
  .content .delivery-row .magazin-box .magazin-top .metro {
    width: 145px;
  }
  .content .delivery-row .magazin-box .magazin-main .time-box {
    width: 380px;
  }
  .content .delivery-row .magazin-box .magazin-main .map-box {
    margin-right: 20px;
    float: right;
  }
  .content .delivery-row .magazin-box .magazin-main .map-box img {
    max-width: 100%;
  }
  .content .payments-method-row .col-md-4 {
    padding: 0px;
    margin-bottom: 20px;
  }
  .content .tab-box-section .cart-tab.salon-tabs li {
    width: 33%;
  }
  .content .tab-box-section .cart-tab.salon-tabs li a {
    width: 100%;
    font-size: 14px;
  }
  .content .salon-panes #main_banner_row #adresses {
    padding: 0px 15px 0 0;
    margin: 0 15px;
  }
  .content .poster-section .poster-box {
    width: 50%;
    float: left;
  }
  .content .poster-section .poster-box:nth-child(3n+1) {
    clear: none;
  }
  .content .poster-section .poster-box:nth-child(2n+1) {
    clear: left;
  }
  .content .video-section {
    display: block;
  }
  .content .video-section .desc-box,
  .content .video-section .video-box {
    display: block;
    width: 100%;
  }
  .content .video-section .desc-box > div {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .content .video-section .desc-box > div .pix-box {
    display: block;
    width: 280px;
    margin: 0 auto 15px;
  }
  .content .team-section .text-box {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .content .team-section .team-box {
    float: none;
    width: 100% !important;
  }
  .container-fluid .btn-small {
    padding: 0 10px;
  }
  .container-fluid .btn-middle, .popup-login .btn-middle,
  .container .detail-box .price-box .add_btn_cnt .ownd-detail-grey-button {
    font-size: 13px;
    padding: 0 15px;
  }
  .content .table-cart tfoot td .price {
    white-space: nowrap;
    text-align: left;
    padding-left: 5px;
  }
  .button-row .col-md-4 {
    float: left;
  }
  .button-row .col-md-8 {
    float: right;
  }
  #main_banner_row #adresses {
    margin: 0 15px;
    padding: 0;
  }
  .footer-main .footer_block.block_4 {
    margin-left: -40px;
    padding-left: 10px;
    width: 250px;
  }
}
/* ================ END MEDIA QUERIES FOR > 991 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR > 767 px =================== */
@media (max-width: 767px) {
  .header-main #top_menu_row {
    position: relative;
    z-index: 20;
  }
  .header-main #top_menu_row .row {
    margin: 0px;
  }
  .header-main #header {
    position: relative;
    z-index: 10;
  }
  .header-main #top_menu {
    position: relative;
    float: left;
    width: 50px;
    height: 46px;
  }
  .header-main #top_menu .btn-top-menu {
    display: block;
    background: url('images/btn-mobile.png') no-repeat 0 center;
    width: 50px;
    height: 46px;
    cursor: pointer;
  }
  .header-main #top_menu ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 200px;
    margin: 0px !important;
    background-color: #fff;
    border: 1px solid #1ca4bb;
  }
  .header-main #top_menu ul li {
    display: block;
    float: none !important;
    height: auto !important;
    border-right: none !important;
    padding: 0 5px;
    border-bottom: 1px solid #1ca4bb;
  }
  .header-main #top_menu ul li a {
    display: block;
    padding: 5px 0 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    color: #545454 !important;
    height: auto !important;
    border-right: none !important;
  }
  .header-main #top_menu ul li:last-child {
    border-bottom: none;
  }
  .header-main #top_search {
    width: 205px;
    float: left;
    margin-left: 20px;
    padding: 0px;
  }
  .header-main #top_search .search_string {
    width: 100% !important;
  }
  .header-main #top_auth {
    float: right;
  }
  .header-main #header {
    position: relative;
  }
  .header-main #header .header_logo {
    margin-left: 0px;
  }
  .header-main #header .header_contacts {
    clear: left;
  }
  .header-main #header .header_cart {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .header-main #header .header_callback {
    margin: 20px 0 0 0px;
    float: right;
    padding: 0px;
    font-weight: 600;
  }
  .header-main #main_menu_row {
    margin: 0 15px;
  }
  .header-main #main_menu_row .row {
    padding: 0px;
  }
  .header-main #main_menu_row .col-md-12 .row {
    display: block;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 {
    position: relative;
    float: left;
    display: block;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 .btn-mobile {
    display: block;
    background: url('images/btn-mobile-arrow.png') no-repeat right center;
    padding: 12px 20px 12px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8:hover > ul {
    display: block;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 120px;
    background: rgba(0, 0, 0, 0) url("images/main_menu_bg.gif") repeat-x scroll 0 0;
    background-size: 100% 100%;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #0f788e !important;
    float: none;
    display: block;
    position: relative;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li:hover .submenu,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li:hover .submenu,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li:hover .submenu{
    display: block;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li .submenu,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li .submenu,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li .submenu{
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 250px;
    max-height: 250px;
    overflow: auto;
    padding: 0px;
    border: 1px solid #0f788e;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li .submenu .col-sm-4,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li .submenu .col-sm-4,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li .submenu .col-sm-4{
    padding: 0px;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li .submenu .col-sm-4 ul,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li .submenu .col-sm-4 ul,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li .submenu .col-sm-4 ul{
    display: block;
    width: 100%;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li .submenu .col-sm-4 a,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li .submenu .col-sm-4 a,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li .submenu .col-sm-4 a{
    display: block;
    padding: 5px 10px;
    border-bottom: 1px dashed #0f788e !important;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li .submenu .col-sm-4:last-child li:last-child a,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li .submenu .col-sm-4:last-child li:last-child a,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li .submenu .col-sm-4:last-child li:last-child a{
    border-bottom: none !important;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li a,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li a,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li a{
    background: none !important;
    border: none !important;
    margin: 0px;
    line-height: 30px;
  }
  .header-main #main_menu_row .col-md-12 .col-md-4 {
    float: right;
    display: block;
  }
  .header-main #main_menu_row .col-md-12 .col-md-4 ul li a {
    padding: 21px 20px 22px;
  }
  .header-main #main_menu_row .col-md-12 .col-md-4 ul li:first-child {
    border-left: 1px solid #0f788e;
  }
  .header-main #main_menu_row .col-md-12 .col-md-4 ul li:first-child a {
    margin-left: 1px;
    background: rgba(0, 0, 0, 0) url("images/main_menu_bg.gif") no-repeate scroll 0 0;
    border-left: 1px solid #2095ac;
  }
  .header-main #main_menu_row .col-md-12 .col-md-4 ul li:last-child a {
    border-right: none;
  }
  .content .content-main .filter-box {
    background-color: #f9f9f9;
  }
  .content .content-main .filter-box > div {
    float: left;
  }
  .content .content-main .filter-box > div:last-child {
    float: right;
  }
  .content .content-main .catalog-table .col-md-3 {
    width: 33%;
  }
  .content .content-main .catalog-table .col-md-3:nth-child(4n+1) {
    clear: none !important;
  }
  .content .content-main .catalog-table .col-md-3:nth-child(3n+1) {
    clear: left !important;
  }
  .content .table-cart thead {
    display: none;
  }
  .content .table-cart tr {
    display: block;
  }
  .content .table-cart tbody td {
    display: block;
    padding: 10px 0 !important;
    text-align: center !important;
    width: 100% !important;
    border-bottom: none !important;
  }
  .content .table-cart td:last-child {
    border-bottom: 1px solid #d7d7d7 !important;
    padding-bottom: 20px;
  }
  .content .table-cart td .price {
    text-align: center !important;
    padding: 0 !important;
  }
  .content .button-row .col-md-4,
  .content .button-row .col-md-8 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .content .news-box img.floatLeft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .content .forms-row .col-md-6 {
    border: none;
    float: none;
    width: 100%;
    padding: 0px;
  }
  .content .forms-row .col-md-6 form {
    max-width: 100%;
  }
  .content .delivery-row .tab-box-section .cart-tab {
    display: block;
  }
  .content .delivery-row .tab-box-section .cart-tab li {
    float: left;
    padding-right: 0px;
    display: block;
    width: 50%;
  }
  .content .delivery-row .tab-box-section .cart-tab li:nth-child(2n) {
    padding-left: 2px;
  }
  .content .delivery-row .tab-box-section .cart-tab li a {
    width: 100%;
  }
  .content .delivery-row .thead-title {
    display: none;
  }
  .content .delivery-row .magazin-box .magazin-top .local {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .content .delivery-row .magazin-box .magazin-top .metro,
  .content .delivery-row .magazin-box .magazin-top .time {
    display: none;
  }
  .content .delivery-row .magazin-box .magazin-main .time-box {
    float: none;
    width: 100%;
  }
  .content .delivery-row .magazin-box .magazin-main .map-box {
    width: 100%;
    float: none;
    text-align: center;
  }
  .content .salon-panes #main_banner_row #main_banner {
    padding: 0px;
  }
  .content .salon-panes #main_banner_row #adresses {
    margin: 0px;
  }
  .content .widget-content {
    padding: 0 15px;
  }
  .content .widget-content .mini-tab-box {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .content .widget-content .content-main {
    margin: 0px;
    width: 100%;
  }
  .content .poster-section .h2-title {
    padding: 0 15px 15px;
  }
  .content .team-section {
    padding: 0 15px 15px;
  }
  .footer-main {
    overflow: hidden;
  }
  .footer-main .footer-top .col-sm-3,
  .footer-main .footer-top .col-sm-2,
  .footer-main .footer-top .col-sm-4 {
    width: 50%;
    float: left;
    margin-bottom: 25px;
  }
  .footer-main .footer-top .col-sm-3 {
    clear: left;
  }
  .footer-main .footer-top .footer_soc {
    margin-left: -160px;
  }
  .footer-main .footer-top .footer_block.block_3 {
    padding-left: 0px;
  }
  .footer-main #footer_bottom {
    overflow: hidden;
  }
  .footer-main #footer_bottom .copy {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer-main #footer_bottom .creater {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto !important;
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer-main #footer_bottom .creater p {
    display: inline-block;
  }
  .footer-main #footer_bottom .creater a {
    display: block;
  }
  #adresses .adress_block .adress_block_img {
    margin-bottom: 15px;
  }
  .container .detail-box .desc-box {
    margin: 0px;
    float: none;
    width: 100%;
  }
  .container .detail-box .preview-box {
    float: none;
    width: 340px;
    margin: 0 auto 20px;
  }
  .content .detail-box .desc-box .bottom-box .social-links {
    display: block;
  }
  .content .tab-box-section .cart-tab li {
    width: 32%;
  }
  .content .tab-box-section .cart-tab li a {
    width: 100% !important;
    font-size: 11px;
  }
  #main_icons #main_icon_1,
  #main_icons #main_icon_2,
  #main_icons #main_icon_3 {
    background-position: center top;
  }
  #main_icons,
  #main_icons #main_icon_1_text,
  #main_icons #main_icon_2_text,
  #main_icons #main_icon_3_text {
    text-align: center;
  }
  #main_tabs_row li {
    margin-right: 0px;
    width: 50%;
  }
  #main_tabs_row li a {
    width: 100%;
  }
  #main_tabs_row li:nth-child(2n) {
    padding-left: 2px;
  }
  #main_brands_row {
    display: none;
  }
}
/* ================ END MEDIA QUERIES FOR > 767 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR > 640 px =================== */
@media (max-width: 640px) {
  .content .content-main .filter-box .diff-box {
    clear: left;
    padding-left: 15px;
  }
  .content .content-main .filter-box .view-box {
    margin-top: -18px;
  }
  .content .content-main .catalog-table .col-md-3 {
    width: 50%;
  }
  .content .content-main .catalog-table .col-md-3:nth-child(3n+1) {
    clear: none !important;
  }
  .content .content-main .catalog-table .col-md-3:nth-child(2n+1) {
    clear: left !important;
  }
  .content .button-row .col-md-8 .inp-block {
    display: block;
    text-align: center;
  }
  .content .otziv-page .otziv-form .form-text {
    display: none;
  }
  .content .otziv-page .otziv-form .form-box {
    margin: 0px;
  }
  .content .otziv-page .otziv-form .button {
    width: 100%;
  }
  .content .portfolio-row .portfolio-box {
    padding: 0px;
  }
  .content .portfolio-row .portfolio-box .pix-box {
    float: none;
    margin: 0 auto 20px;
  }
  .content .portfolio-row .portfolio-box .desc-box {
    margin: 0;
  }
  .content .tab-box-section .cart-tab.salon-tabs li {
    width: 48%;
  }
  .content .tab-box-section .cart-tab.salon-tabs li a {
    font-size: 12px;
  }
  .content .salon-panes #main_banner_row #adresses .adress_block .adress_block_detail {
    margin: 0px;
  }
}
/* ================ END MEDIA QUERIES FOR > 640 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR > 479 px =================== */
@media (max-width: 479px) {
  .header-main .container > .row {
    padding: 0 10px;
  }
  .header-main .container > .row .col-md-12 {
    padding: 0px;
  }
  .header-main #top_search {
    display: none;
  }
  .header-main #header {
    padding: 10px 10px;
  }
  .header-main #header .row {
    margin: 0px;
    padding: 0px;
  }
  .header-main #header .header_logo {
    padding: 0px;
    width: 200px;
  }
  .header-main #header .header_logo img {
    width: 200px;
  }
  .header-main #header .header_contacts {
    width: 290px;
    padding: 0px;
    background: no-repeat;
  }
  .header-main #header .header_callback {
    margin: 0px 3px 0 0;
  }
  .header-main #header .header_cart {
    width: 80px;
  }
  .header-main #header .header_cart a {
    width: 0px;
    overflow: hidden;
  }
  .header-main #main_menu_row {
    margin: 0 10px;
  }
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li .submenu,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li .submenu,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li .submenu{
    width: 180px;
  }
  .content .col-md-12 {
    padding: 0 10px;
  }
  .content .news-section {
    padding: 10px 10px 0;
  }
  .content .news-section .news-box {
    margin-bottom: 20px;
  }
  .content .news-section .news-box .pix-box {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
  .content .news-section .news-box .desc-box {
    margin: 0px;
  }
  .content .mini-tab-box .tabs-links li a {
    font-size: 11px;
    width: 110px;
  }
  .content .mini-tab-box .tabs-links li:first-child a {
    width: 170px;
  }
  .content .poster-section .poster-box {
    float: none;
    width: 100%;
  }
  .content .content-main .filter-box > div {
    float: none !important;
    margin: 0 0 5px;
    width: 100%;
    text-align: left;
  }
  .content .content-main .filter-box .view-box {
    margin-top: 0px;
    clear: left;
  }
  .content .content-main .catalog-table .col-md-3 {
    width: 100%;
    float: none;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
  }
  .content .service-row .service-box .pix-box {
    float: none;
    margin: 0 auto 15px;
  }
  .content .service-row .service-box .desc-box {
    margin: 0px;
  }
  .content .delivery-row .tab-box-section .cart-tab {
    display: block;
  }
  .content .delivery-row .tab-box-section .cart-tab li {
    float: left;
    padding-right: 0px;
    display: block;
    width: 100%;
  }
  .content .delivery-row .tab-box-section .cart-tab li:nth-child(2n) {
    padding-left: 0px;
  }
  .content .delivery-row .tab-box-section .cart-tab li a {
    width: 100%;
  }
  .content .comments-box label {
    padding-top: 0px;
    float: none;
    width: 100%;
  }
  .content .comments-box .inp-block {
    margin: 0px;
  }
  .footer-main .container {
    padding-bottom: 15px;
  }
  .footer-main .footer-top {
    padding-bottom: 0px;
  }
  .footer-main .footer-top .footer_soc,
  .footer-main .footer-top .footer_pay {
    margin-left: -110px;
  }
  .footer-main .footer-top .footer_pay {
    margin-left: -105px;
  }
  .footer-main .footer_block.block_4 {
    width: 250px;
  }
  .content .tab-box-section .cart-tab li {
    width: 49%;
  }
  .content #adresses.row .col-md-5 {
    width: 100%;
  }
  #adresses .adress_block .adress_block_img {
    margin: 0 auto 15px;
    float: none;
  }
  #adresses .adress_block .adress_block_detail {
    width: 100%;
  }
  .content #adresses.row .col-md-2 ul li {
    float: none;
    width: 100%;
  }
  .container-fluid .btn-small {
    padding: 0 8px;
  }
  .container-fluid .btn-middle,
  .popup-login .btn-middle {
    font-size: 13px;
    padding: 0 10px;
  }
  #main_banner_row #adresses .adress_block .adress_block_detail {
    margin: 0px;
  }
  #main_brands_row {
    display: none;
  }
  .content #cart .sign-in-form #top_auth ul li a{
    width: 90px;
  }
  /*.content #cart .sign-in-form #top_auth ul li a.btn-sign{*/
  /*width: 170px;*/
  /*}*/
  #cart{
    padding: 0px;
  }
}
@font-face {
  font-family: 'white_rabbitregular';
  src: url('fonts/whitrabt-webfont.eot');
  src: url('fonts/whitrabt-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/whitrabt-webfont.woff') format('woff'), url('fonts/whitrabt-webfont.ttf') format('truetype'), url('fonts/whitrabt-webfont.svg#white_rabbitregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "Open Sans", sans-serif;
}
body {
  /*background: url('images/body_bg.gif') left top repeat-x;*/
}
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  position: relative;
  /*z-index: 10;*/
}
.footer-main {
  position: relative;
  z-index: 19;
  clear: both;
}
.well {
  background: #EEE;
  padding: 30px 0;
  text-align: center;
}
.clearfloat {
  clear: both;
  float: none;
}
.loading{
  text-align:center;
  margin:20px 0px
}
.loading img{
  width:50px;
}

@media print {
  header,footer,#breadcrumbs,#bottom_banners_row,.bottom-box{
    display:none
  }
}
/*#ask_question #PROPERTY_8158_0{*/
/*font-weight:bold;*/
/*}*/

#cart .sign-in-form #top_auth{
  width: 100%;
  padding: 0px;
}

#cart .sign-in-form #top_auth ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #d6d6d6;
  zoom: 1;
  display: block;
  overflow: hidden;
}

#cart .sign-in-form #top_auth ul:after {
  clear: both;
}

#cart .sign-in-form #top_auth ul li {
  float: left;
  margin-right: 2px;
}
#cart .sign-in-form #top_auth ul li:first-child {
  min-height: 37px;
}
#cart .sign-in-form #top_auth ul li a {
  border: 1px solid #d6d6d6;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  width: 140px;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 0;
  color: #545454;
  /*text-transform: uppercase;*/
  font-weight: 600;
  background: #d7d7d7;
  background: -moz-linear-gradient(top, #d7d7d7 0%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #d7d7d7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #d7d7d7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #d7d7d7 0%, #ededed 100%);
  background: linear-gradient(to bottom, #d7d7d7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ededed', GradientType=0);
  text-decoration: none;
  display: none;
}
#cart .sign-in-form #top_auth ul li a.btn-sign.btn-primary{
  color: #fff;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
}

#cart .sign-in-form #top_auth ul li a.btn-sign{
  width: 195px;
}

#cart .sign-in-form #top_auth ul li a.active {
  color: #92290e;
  background: #fff;
  text-decoration: none;
}

#wrapper #top_menu_row #top_auth.logged {
  text-align: right;
}

.forms-row #top_auth{
  margin-top: 28px;
}

.container .payments-method-row .payment-box {
  min-height: 120px;
  padding: 15px 15px 5px;
}

#header .header_cart .count{
  font-weight: bold;
  /*color: #2095ac;*/
  color: #2c2c2c;
}

#header .header_cart a,
#header .header_cart a span{
  font-weight: bold;
  color: #2AA7BD;
}

.content #main_banner{
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.zoomPreload{
  display: none !important;
}

.phone-box-mobile{
  display: none;
}

.phone-box-mobile {
  bottom: 10px;
  position: fixed;
  right: 10px;
  z-index: 9999;
}

.phone-box-mobile .phone-btn {
  background-color: #0f788e;
  background-image: url("images/icon-phone-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border-radius: 50%;
  bottom: 10px;
  display: block;
  height: 50px;
  position: fixed;
  right: 10px;
  width: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.phone-box-mobile .phone-links {
  background-color: #0f788e;
  border-radius: 5px;
  bottom: 80px;
  padding: 0 5px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 200px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.phone-links > a {
  border-bottom: 1px dashed #fff;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 0;
  text-decoration: none;
}

.phone-links > a:last-child{
  border-bottom: none;
}

.container .inp-block .inp-text.inp_error{
  border-color: red;
}

.content .inp-block .error-message{
  color: red;
  padding: 0 0 4px;
  margin: 0px;
}

.comment #order_error{
  /*display: none;*/
}

.sidebar, .content-main{
  opacity: 1;
}

#main_banner_row #adresses{
  padding: 2px 10px 2px 0;
}

#adresses .adress_block .adress_block_detail{
  width: 295px !important;
}

.phone-box-mobile .phone-links .close-phone{
  display: block;
  width: 44px;
  height: 44px;
  background: url('images/icon-close.png') no-repeat center center #0f788e;
  background-size: 28px auto;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -50px;
  margin: 0 0 0 -22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#wrapper #cart .kupon-row{
  display: none !important;
}

#main_banner .bxslider img{
  max-width: 653px;
}

@media (max-width: 767px) {

  #wrapper #cart .table-cart tbody tr, #wrapper #cart_order .table-cart tbody tr{
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7 !important;
  }

  #wrapper #cart .table-cart .table-footer,  #wrapper #cart_order .table-cart .table-footer{
    display: block;
    text-align: right !important;
    padding: 0 10px;
  }

  #wrapper #cart .table-cart .table-footer td:nth-child(1),
  #wrapper #cart .table-cart .table-footer td:nth-child(2),
  #wrapper #cart .table-cart .table-footer td:nth-child(5),
  #wrapper #cart_order .table-cart .table-footer td:nth-child(1),
  #wrapper #cart_order .table-cart .table-footer td:nth-child(2),
  #wrapper #cart_order .table-cart .table-footer td:nth-child(5){
    display: none;
  }

  #wrapper #cart .table-cart .table-footer td:nth-child(3),
  #wrapper #cart .table-cart .table-footer td:nth-child(4),
  #wrapper #cart_order .table-cart .table-footer td:nth-child(3),
  #wrapper #cart_order .table-cart .table-footer td:nth-child(4){
    display: inline-block;
  }

}

@media (max-width: 640px) {

  .phone-box-mobile{
    display: block;
  }
  .content #main_banner{
    opacity: 1;
  }

  .container-fluid .input-wrap .up,
  .content .table-cart tbody td .input-wrap .up{
    background-position: 8px 7px;
    height: 18px;
    left: 56px;
    top: 0px;
    width: 30px;
  }
  .container-fluid .input-wrap .down,
  .content .table-cart tbody td .input-wrap .down{
    background-position: 8px -25px;
    width: 30px;
    height: 18px;
    top: 18px;
    left: 56px;
  }

}

@media (max-width: 479px) {

  #cart > .row, #cart_order > .row{
    margin: 0px;
  }

  #cart .col-md-12 {
    padding: 0 15px;
  }

  #cart_order .col-md-12 {
    padding: 0;
  }

}

.test-project #top_menu_row #top_menu ul{
  float: left;
}

.test-project #top_menu_row #top_menu ul li{
  position: relative;
}

.test-project #top_menu_row #top_menu ul li .submenu{
  position: absolute;
  left: 0px;
  top: 100%;
}

.test-project #top_menu_row #top_menu ul li a{
  font-size: 12px;
  padding: 0 7px;
}

.test-project #top_menu_row #top_menu ul:last-child li:last-child{
  border-right: none;
}

.test-project body{
  padding-top: 50px !important;
}

.content .col-md-12 > .icon.new{
  background-image: url("images/new_ico.png");
  width: 40px;
}

.content .col-md-12 > .icon.action{
  background: url("images/action_ico.png") no-repeat 0 0;
  width: 65px;
  display: block;
  height: 20px;
  position: relative;
  bottom: -20px;
  z-index: 15;
}

.content .col-md-12 > .icon.new,
.content .col-md-12 > .icon.action,
.content .col-md-12 > .icon.best_buy,
.content .col-md-12 > .icon.sale
{
  background: none;
  position: static;
}

.content .col-md-12 > .icon.new:before,
.content .col-md-12 > .icon.action:before,
.content .col-md-12 > .icon.best_buy:before,
.content .col-md-12 > .icon.sale:before
{
  background-color: #588c9c;
  font-weight: 700;
  color: #fff;
  padding: 0 4px 1px;
  width: 36px;
}

.content .col-md-12 > .icon.best_buy:before
{
  width: 70px;
}

.content .col-md-12 > .icon.new:before
{
  content: 'NEW';
}

.content .col-md-12 > .icon.action:before
{
  content: 'ACTION';
}

.content .col-md-12 > .icon.best_buy:before
{
  content: 'BEST BUY';
}

.content .col-md-12 > .icon.sale:before
{
  content: 'SALE';
}

.tab-box #main_banner{
  opacity: 1;
}

#wrapper > ymaps{
  display: none !important;
}

.otziv-main .product-review-item{
  padding: 0 0 20px 35px !important;
  margin: 0 0 20px !important;
  background: url('images/icon-kavichki.png') no-repeat 0 5px !important;
  border-bottom: 1px solid #d6d6d6 !important;
}

.otziv-main .product-review-item__answers{
  border-bottom-color: transparent !important;
}

.product-review-item__footer .layout__col{
  color: #ccc;
}

.error_box{
  color: red;
}

.content{
  min-height: 350px;
}

#wrapper .container .table-compare .detail-compare{
  border: none;
}

#bx-admin-prefix.bx-core-window{
  z-index: 10000 !important;
}

.bx-composite-btn{
  z-index: 20;
}

.bx-composite-btn-fixed{
  top: -31px !important;
}

#bxdynamic_CxqOHg{
  display: inline-block;
  vertical-align: top;
}

/* new menu */

#top_menu_row{
  position: relative;
  z-index: 10;
  background: #0d0d0d
}

#top_menu_row #top_menu > ul > li{
  position: relative;
  height: 30px;
}

#top_menu_row #top_menu ul li a{
  font-size: 12px;
  padding: 0 7px;
  cursor: pointer;
  height: auto;
}

#top_menu_row #top_menu ul li.last_child a{
  border-right: 1px solid #fff;
  padding: 0 7px;
}

#top_menu_row #top_menu ul:last-child li:last-child a{
  border-right: none;
  position: relative;

}

#top_menu_row #top_menu ul:last-child li:last-child a:after {
  top: 47%;
  left: 120%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}

#top_menu_row #top_menu .submenu{
  display: none !important;
  position: absolute;
  left: 0px;
  top: 10px;
  background-color: #fff;
  /*border: 1px solid #1ca4bb;*/
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  padding: 5px 15px;
  width: 190px;
}

#top_menu_row #top_menu li:hover .submenu{
  display: block !important;
}

#top_menu_row #top_menu .submenu li{
  display: block;
  float: none;
  border-bottom: 1px solid #1ca4bb;
  height: auto;
}
#top_menu_row #top_menu .submenu li:last-child{
  border-bottom: none;
}

#top_menu_row #top_menu .submenu li a{
  display: block;;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0;
  color: #545454;
  height: auto;
  text-transform: initial;
}
#top_menu_row #top_menu .submenu li:last-child a,#top_menu_row #top_menu .submenu li:nth-child(11) a{
  color:#2095ac;
  font-weight:bold
}

#top_menu_row #top_menu .submenu li a:hover{
  text-decoration: underline;
}

.content #main_banner{
  opacity: 1;
}

#adresses .adress_block .adress_block_detail .adress_block_detail_phones a,
#wrapper .container .contact-page .contact-box .adress_block_detail_phones a,
#adresses .adress_block .adress_block_detail .adress_block_detail_phones{
  font-family: "white_rabbitregular";
}

#compare_count{
  margin-right: 0px;
}

/* ================ BEGIN MEDIA QUERIES FOR > 991 px =================== */
@media (max-width: 991px) {

  .header-main #top_menu_row #top_menu ul li a {
    font-size: 10px;
    padding: 0 3px;
  }

}
/* ================ END MEDIA QUERIES FOR > 991 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR > 767 px =================== */
@media (max-width: 767px) {
  #top_menu_row #top_menu ul:last-child li:last-child a:after{
    display: none;
  }
  #top_menu_row #top_menu ul{
    overflow: visible !important;
  }
  #top_menu_row #top_menu .submenu{
    top: 0px;
    left: 100%;
  }
}
/* ================ END MEDIA QUERIES FOR > 767 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR > 479 px =================== */
@media (max-width: 479px) {
  #top_menu_row #top_menu > ul{
    width: 140px;
  }
  #top_menu_row #top_menu .submenu{
    width: 140px;
  }
}
/* ================ END MEDIA QUERIES FOR > 479 px =================== */

#main_banner_row #main_banner{
  opacity: 0;
}

#tab-2 #main_banner{
  opacity: 1 !important;
}

#main_banner .bxslider{
  width: auto;
}

.sidebar > ul{
  margin-bottom: 15px;

  padding: 16px 0 6px 16px;
  position: relative;
}

.sidebar.sidebar-menu{
  padding-top: 42px;
  position: relative;
  border: 1px solid #d7d7d7;
}

.sidebar.sidebar-menu:before{
  content: "Меню";
  position: absolute;
  padding: 12px 0 12px 15px;
  background: url("images/bg-filter-title.png") no-repeat 95% center, url("images/bg-sitka.png") repeat 0 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 15;
}

.sidebar-menu .btn-left-menu{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 46px;
}

.sidebar > ul li{
  display: block;
  margin-bottom: 10px;
}

.sidebar > ul li a{
  font-size: 13px;
  line-height: 18px;
  color: #4e4e6b;
  text-transform: uppercase;
  text-decoration: none;
}
.sidebar > ul li.last_child a,.sidebar > ul li:nth-child(11) a{
  color: #2095ac;
  font-weight: bold;
}
.sidebar > ul li a:hover{
  text-decoration: underline;
}

/* ================ BEGIN MEDIA QUERIES FOR > 991 px =================== */
@media (max-width: 767px) {

  .sidebar > ul{
    padding: 16px 3px 6px 10px;
    position: relative;
  }

  .sidebar > ul li a{
    font-size: 12px;
  }

  .content-main img{
    max-width: 100%;
    height: auto !important;
    margin-bottom: 10px;
  }

  .content .service-row .service-box .pix-box {
    float: none;
    margin: 0 auto 15px;
  }

  .content .service-row .service-box .desc-box {
    margin: 0px;
  }

}
/* ================ END MEDIA QUERIES FOR > 991 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR > 767 px =================== */
@media (max-width: 767px) {

  #top_menu > ul{
    border-bottom: none !important;
  }

  #top_menu > ul > li:last-child{
    padding: 0px !important;
  }

  #top_menu > ul > li:last-child > a{
    font-size: 0px !important;
    line-height: 0px !important;
    display: none !important;
  }
  #top_menu_row #top_menu > ul > li .submenu{
    display: block !important;
    left: -1px !important;
    top: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    box-sizing: initial;
    position: relative !important;
    overflow: visible !important;
  }

}
/* ================ END MEDIA QUERIES FOR > 767 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 480 px =================== */
@media (min-width: 480px) {

  .sidebar .left-menu{
    display: block !important;
    opacity: 1 !important;
  }

}
/* ================ END MEDIA QUERIES FOR < 480 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR > 479 px =================== */
@media (max-width: 479px) {

  .content .sidebar-menu{
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .sidebar .left-menu{
    display: none;
  }

  .content .container .content-main{
    margin: 0px;
  }

  .sidebar-menu .btn-left-menu{
    z-index: 20;
  }

}
/* ================ END MEDIA QUERIES FOR > 479 px =================== */

#main_tabs_row .tab-box > div{
  min-height: 322px;
  font-size: 0px;
  background: url('images/loading.gif') no-repeat center center;
  background-size: auto 150px;
}

#main_tabs_row .tab-box > div.popups-box{
  min-height: unset;
  font-size: 0px;
  background: none;
}

#main_tabs_row .tab-box .carousel-product-row{
  background-color: #fff;
}

#main_tabs_row .carousel-product-row{
  opacity: 0;
}

.col-md-12 > .carousel-product-row{
  opacity: 0;
}

.detail-box .desc-box{
  position: relative;
}

.detail-box .desc-box{
  position: relative;
}

.detail-box .desc-box .icon-print{
  position: absolute;
  right: 0px;
  top: -30px;
  text-decoration: none;
}
.container .detail-box .desc-box .top-box .logo-brand{
  margin-top: 32px;
}

.list-step .icon-car .free-title{
  text-transform: lowercase;
}

.carousel-product .products_element{
  background-color: #fff;
}

#wrapper .container .detail-box .desc-box .bottom-box > a{
  margin-right: 31px;
}

.container .detail-box .brands img{
  max-width: 100%;
  height: auto !important;
}


/* ================ BEGIN MEDIA QUERIES FOR > 767 px =================== */
@media (max-width: 767px) {

  .detail-box .desc-box .icon-print{
    right: none;
    margin: 0px 0px 0px -40px;
    left: 50%;
  }

  .content-main .row{
    margin: 0px !important;
  }

}
/* ================ END MEDIA QUERIES FOR > 767 px =================== */

.content .zoomPup{
  cursor: pointer;
}

.overlay-zoom{
  display: none;
  background-color: rgba(0,0,0,0,75);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
}

.zoom-img{
  display: none;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  z-index: 1001;
}

.zoom-img .zoom-img-main{
  display: table;
  height: 100%;
  width: 100%;
}

.zoom-img .zoom-img-main span{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10%;
  box-sizing: border-box;
}

.zoom-img .zoom-img-main img{
  max-width: 80%;
  max-height: 80%
}

.close-zoom-img{
  display: block;
  width: 32px;
  height: 32px;
  background: url('images/remove.png') no-repeat 0 0;
  background-size: 32px auto;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 1002;
}

.room-content .content-main .fancybox{
  overflow: hidden;
  max-height: 268px;
  display: block;
}

.index_new_products_element_delete{
  padding-bottom: 10px;
}

.index_new_products_element_delete a{
  position: relative;
  color: red;
  margin-left: 20px;
}

.index_new_products_element_delete a:before{
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url('images/remove-tovar.png') no-repeat 0 0;
  background-size: 12px auto;
}

.compare-section .jspContainer{
  padding: 10px 0;
  box-sizing: initial;
}

.compare-section .jspContainer .jspPane{
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.compare-section .jspContainer .jspHorizontalBar{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: transparent;
}

.compare-section .jspContainer .jspHorizontalBar .jspTrack{
  background: url('images/bg-scroll.png') repeat-x 0 0,
  url('images/bg-scroll.png') repeat-x 0 bottom;
}

.compare-section .jspContainer .jspHorizontalBar .jspTrack .jspDrag{
  background: url('images/bg-scroll-active.png') repeat-x 0 0,
  url('images/bg-scroll-active.png') repeat-x 0 bottom;
}

.jqzoom{
  display: block;
}

.container .detail-box .price-box > div{
  padding: 0 18px;
}

ul > li > a.icon-action{
  color: #FF4444!important;
  text-shadow: 0 0 15px #fff;
  font-weight: bold;
}

#adresses .adress_block .adress_block_detail .adress_block_detail_worktime{
  color: #ff0000;
  line-height: 14px;
}

.sidebar.sidebar-menu{
  margin-bottom: 25px;
}

#main_banner .bx-wrapper .bx-pager .bx-pager-link{
  border: 1px solid #000;
  width: 10px;
  height: 10px;
}

#main_banner .bx-wrapper .bx-pager .bx-pager-link.active{
  border: 1px solid #2197ad;
}

.content .breadcrumb li a{
  text-decoration: none;
}

.content .breadcrumb li a:hover{
  text-decoration: underline;
  color: #2095ac;
}

.content .breadcrumb li span{
  font-size: 12px;
}


/* begin new style for mobile version */

/* ================ BEGIN MEDIA QUERIES FOR > 767 px =================== */
@media (max-width: 767px) {

  .delivery-price br{
    display: none;
  }

  .container .detail-box .desc-box .list-step li .title.btn-delivery{
    display: inline-block;
    float: left;
    width: auto;
    margin: 0 5px 0px 0px;
  }

  .content .detail-box .desc-box .icon-car span:last-child{
    display: inline;
  }

}
/* ================ END MEDIA QUERIES FOR > 767 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 768 px =================== */
@media (min-width: 641px) {

  .back-to-desktop{
    display: none;
  }

}
/* ================ END MEDIA QUERIES FOR < 768 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 640 px =================== */
@media (max-width: 640px) {

  .detail-box .desc-box .icon-print {
    display: none;
  }

  .container .news-box .image-container {
    font-size: 0px;
    padding-bottom: 0px;
  }

  .container .news-box img {
    margin-bottom: 10px;
  }

  .content .container .content-main .catalog-table{
    /*max-height: 555px;*/
    max-height: 1555px;
    overflow: auto;
  }

  .header-main #header .header_contacts{
    display: none;
  }

  .footer-main{
    padding-bottom: 50px;
  }

  .bx-composite-btn-fixed{
    top: -101px !important;
  }

  .text > iframe {
    display: none;
  }

  .back-to-desktop{
    border-top: none;
    background: #0d0d0d;
  }

  .back-to-desktop a{
    display: block;
    /*padding: 15px 0px;*/
    text-align: center;
    font-size: 13px;
    color: #fff !important;
  }

  .back-to-desktop{
    display: block !important;
    text-align: center;
  }


}
/* ================ END MEDIA QUERIES FOR < 480 px =================== */

.back-to-desktop a{
  display: block;
  text-align: center;
}

/* ================ BEGIN MEDIA QUERIES FOR < 480 px =================== */
@media (min-width: 480px) {

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li{
    display: none;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li.parent,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li.parent,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li.parent{
    display: block;
  }

  .sidebar.sidebar-menu:before{
    background: url("images/bg-sitka.png") repeat 0 0;
  }

}
/* ================ END MEDIA QUERIES FOR < 480 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 768 px =================== */
@media (min-width: 768px) {

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li.parent,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li.parent,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li.parent{
    display: table-cell;
  }

}
/* ================ END MEDIA QUERIES FOR < 768 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 640 px =================== */
@media (max-width: 640px) {

  .footer-main .footer-top{
    position: relative;
    padding-bottom: 45px;
  }

  .footer-top .col-sm-4.col-md-5{
    position: static;
  }

  .footer-top .col-sm-4.col-md-5 .footer_soc{
    width: 50%;
    left: 0px;
    bottom: 20px;
    position: absolute;
    margin: 0px !important;
    float: none;
    padding: 0px 0px 0px 30px !important;
    text-align: center;
  }

  .footer-top .col-sm-4.col-md-5 .footer_pay{
    width: 50%;
    left: 50%;
    bottom: 20px;
    position: absolute;
    margin: 0px !important;
    float: none;
    padding: 0px !important;
    text-align: center;
  }

  .footer-top .col-sm-4.col-md-5 .footer_soc .footer_block_title,
  .footer-top .col-sm-4.col-md-5 .footer_pay .footer_block_title{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
    padding: 0px;
  }

  .footer-top .col-sm-4.col-md-5 .footer_soc .icon-fb,
  .footer-top .col-sm-4.col-md-5 .footer_pay img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }

  .container .detail-box .desc-box .list-step li.icon-car{
    padding-bottom: 10px;
  }

  .container .detail-box .desc-box .list-step li.icon-car span.title{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 15px 0;
    float: none;
    width: auto;
  }

  .container .detail-box .desc-box .list-step li.icon-car span:nth-child(2){
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
  }

  .content .detail-box .desc-box .list-step li.icon-payment .title{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    float: none;
    width: auto;
  }

  .container .detail-box .price-box{
    padding: 10px 0 10px 0px;
    margin-bottom: 15px;
  }

  .container .detail-box .price-box > div .title{
    padding-bottom: 0px;
  }

  #wrapper .container .detail-box .price-box div:nth-child(4) br{
    display: none;
  }

  .container .detail-box .price-box > div .button{
    margin-bottom: 10px;
  }
  #wrapper .content .detail-box .desc-box .price-box > div{
    padding-bottom: 6px;
  }
  .container .detail-box .preview-box{
    margin-bottom: 10px;
  }
  .container .detail-box #thumblist li{
    width: 70px;
    margin: 0 10px 10px 0px;
  }
  .container .detail-box #thumblist li a{
    width: 70px;
    height: 70px;
  }
  #wrapper .container .detail-box #thumblist li img{
    width: 68px;
    height: 68px;
  }
  .detail-box .desc-box .icon-print{
    left: inherit;
    top: 0px;
  }
  #wrapper .content .detail-box .desc-box .top-box .title{
    text-align: left;
    padding-right: 0px;
  }
  .content .tab-box-section .cart-tab li{
    width: 24%;
  }
  #wrapper .content .filter-box .btn-small{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
  }
  #wrapper .content .content-main .filter-box .select2-container{
    margin-left: 5px;
  }
  #wrapper .content .container .content-main .catalog-table .col-md-3{
    padding: 15px;
    margin: 0px;
    border-bottom: 1px solid #d6d6d6
  }
  #wrapper .content .detail-box .desc-box .price-box > div:nth-child(3),
  #wrapper .content .detail-box .desc-box .price-box > div:nth-child(2){
    display: none;
  }
}
/* ================ END MEDIA QUERIES FOR < 640 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 480 px =================== */
@media (max-width: 479px) {
  .content .tab-box-section .cart-tab li{
    width: 32%;
  }
  .content .tab-box-section .cart-tab li a{
    font-size: 9px;
  }
  .content .container .content-main{
    max-height: none;
    overflow: none !important;
  }
  .content .sidebar{
    float: none;
    width: 100%;
  }
  #wrapper .sidebar .widget-filter .filter-main{
    display: none;
  }
  .filter-main-catalog {
    overflow: scroll!important;
  }
  #wrapper .content .container .content-main .catalog-table .col-md-3{
    float: left;
    width: 50%;
  }
  #wrapper .content .container .content-main .catalog-table .col-md-3:nth-child(2n+1){
    border-right: 1px solid #d7d7d7 !important;
  }
  #wrapper .sidebar .widget-filter .title-box{
    padding: 5px 0 5px 10px;
  }
  .sidebar .widget-filter{
    margin-bottom: 5px;
  }
  #wrapper .section_element_count,
  .sidebar .button-group{
    margin-bottom: 10px;
  }
  .content .content-main .filter-box > div{
    margin-bottom: 0px;
  }
  .content .content-main .filter-box{
    margin-bottom: 5px !important;
  }
  .footer-main .footer-top .col-sm-4.col-md-5{
    margin-top: -120px;
  }
  .footer-main .footer-top .col-sm-4.col-md-5 .footer_contacts_email{
    margin-bottom: 55px;
  }
  .footer-main .footer-top{
    padding-bottom: 100px;
  }
  .footer-top .col-sm-4.col-md-5 .footer_soc{
    bottom: 70px;
  }
  .footer-top .col-sm-4.col-md-5 .footer_soc,
  .footer-top .col-sm-4.col-md-5 .footer_pay{
    width: 100%;
    left: 0px;
  }

  .delivery-price br{
    display: block;
  }

  #adresses .adress_block{
    position: relative;
    padding-bottom: 30px;
  }
  #adresses .adress_block .adress_block_detail_worktime{
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 16px !important;
  }

  #adresses .adress_block .adress_block_detail .adress_block_detail_phones,
  #adresses .adress_block .adress_block_detail .adress_block_detail_phones a{
    font-size: 14px;
  }
  .content #adresses.row .col-md-2 ul li{
    float: left;
    width: 50%;
  }
  .container .product-desc{
    padding: 10px;
  }
  footer .footer_block.block_4 .footer_block_title{
    padding-left: 64px;
  }
  .footer-main .footer-top .col-sm-4.col-md-5{
    margin-left: -15px;
  }
  #wrapper #adresses .adress_block {
    padding: 8px 5px 15px;
    margin-bottom: 5px;
  }
  #adresses .adress_block .adress_block_detail .adress_block_detail_worktime br{
    display: none;
  }
  #wrapper .content .filter-box{
    text-align: center;
  }
  /*#wrapper .content .content-main .filter-box .diff-box,*/
  /*#wrapper .content .content-main .filter-box .sort-box {*/
  /*float: none !important;*/
  /*padding-left: 5px;*/
  /*padding-right: 0px;*/
  /*width: 100%;*/
  /*text-align: center;*/
  /*}*/
  #wrapper .content .content-main .filter-box .diff-box div,
  #wrapper .content .content-main .filter-box .sort-box div{
    display: inline-block;
  }
  .content .container .content-main .catalog-table{
    max-height: 1510px;
    overflow: auto;
  }
}
/* ================ END MEDIA QUERIES FOR < 480 px =================== */
/* end new style for mobile version */


/* style from 02/06/2016 */

.poster-section .h3-title {
  text-transform: initial;
}

.poster-box .pix-box {
  text-align: center;
  background-color: #f7f7f7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.poster-box .pix-box img {
  max-height: 150px;
}

.poster-box .date {
  display: block;
  color: #999;
  line-height: 16px;
  padding: 0px 0px 5px;
}

/* ================ BEGIN MEDIA QUERIES FOR < 640 px =================== */
@media (max-width: 640px) {

  #main_icons #main_icon_1,
  #main_icons #main_icon_2,
  #main_icons #main_icon_3 {
    width: 40px;
    margin: 5px 10px 5px 20px;
  }

  #main_icons #main_icon_1_text, #main_icons #main_icon_2_text, #main_icons #main_icon_3_text {
    margin: 0 0 0 70px;
    font-weight: 600;
    font-size: 12px;
  }

  #main_icons #main_icon_1 {
    background-size: 26px auto;
    height: 40px;
  }

  #main_icons #main_icon_2 {
    height: 40px;
    background-size: 26px auto;
  }

  #main_icons #main_icon_3 {
    margin-top: 0px;
    height: 40px;
    background-size: 35px auto;
    background-position: center 3px !important;
  }

  #main_icons #main_icon_3_text {
    padding: 14px 0 0 0 !important;
  }

  /*.content .filter-box > div.sort-box div {*/
  /*font-size: 11px;*/
  /*}*/

  #wrapper .content .filter-box .btn-small {
    box-shadow: 0 0px 1px 1px #ccc;
  }

  .content .pagination {
    margin-top: 20px;
  }
  .container-fluid .content .carousel-product-row .products_element .index_new_products_element_price {
    white-space: nowrap;
  }
  #wrapper .table-cart .pix-colum .pix-box {
    min-height: 35px;
  }
}
/* ================ END MEDIA QUERIES FOR < 640 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 479 px =================== */
@media (max-width: 479px) {

  #adresses .adress_block .adress_block_detail .adress_block_detail_worktime {
    /* color: #ff0000; */
    line-height: 14px;
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    /*width: 125px;*/
    color: #2095ac;
  }
  /* new worktime markup */
  #adresses .adress_worktime {
    margin-left: -130px;
    clear: both;
  }
  #adresses .adress_worktime__in {
    color: #2095ac;
  }
  /* / new worktime markup */

  #main_icons #main_icon_1, #main_icons #main_icon_2, #main_icons #main_icon_3 {
    margin-top: 0px;
  }

  #main_icons #main_icon_1 {
    background-size: 24px auto;
    background-position: center 4px;
  }

  #main_icons #main_icon_2 {
    background-size: 25px auto;
    background-position: center 2px;
  }

  #main_icons #main_icon_3_text {
    padding: 8px 0 0 0 !important;
  }

  #main_icons #main_icon_3 {
    margin-top: -6px;
  }

  .content #main_news .main_news_list .main_news_list_element .main_news_list_element_preiew {
    margin: 0px;
  }

  .content .news-section .news-box {
    margin-bottom: 0px
  }

}
/* ================ END MEDIA QUERIES FOR < 479 px =================== */

#wrapper .content .sign-in-form .popup-login {
  right: inherit;
  left: 0px;
}

#wrapper .content .city {
  right: inherit;
  left: 0px;
}

.poster-section.poster-home {
  padding-bottom: 0px;
}

.poster-section.poster-home .poster-box .pix-box,
.poster-section.poster-home .poster-box .desc-box {
  box-shadow: none;
  border: 1px solid #d6d6d6;
}

.poster-section.poster-home .poster-box .pix-box a {
  display: block;
}

.poster-section.poster-home .poster-box .desc-box {
  border-top: none;
}

.footer_block.block_5 ul li a {
  text-transform: capitalize;
}

.content .catalog-row.catalog-table .products_element .index_new_products_element_name a,
.container-fluid .content .carousel-product-row .index_new_products_element_name a{
  font-weight: 600;
  color: #2c2c2c;
}

.catalog-table .col-md-3 {
  position: relative;
}

.catalog-table .col-md-3:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #c7c7c7;
  position: absolute;
  left: 0px;
  bottom: -15px;
}

/* ================ BEGIN MEDIA QUERIES FOR < 1199 px =================== */
@media (max-width: 1199px) {

  .footer-main footer .footer_soc {
    padding-left: 0px;
    width: 150px;
  }

}
/* ================ END MEDIA QUERIES FOR < 1199 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 992 px =================== */
@media (max-width: 992px) {

  .footer-main .footer_soc {
    margin-left: 32px;
    width: 138px;
  }

  /*.footer-main .footer_soc,*/
  /*.footer-main .footer_pay {*/
  /*margin-top: 40px;*/
  /*}*/
  .footer-main #footer_bottom .copy {
    width: 226px;
    padding-top: 0;
  }
  .footer-main #footer_bottom .creater {
    padding-top: 0;
  }
}
/* ================ END MEDIA QUERIES FOR < 992 px =================== */

/* ================ BEGIN MEDIA QUERIES FOR < 767 px =================== */
@media (max-width: 767px) {
  .submenu .submenu-box .submenu-title {
    padding: 5px 5px 5px 10px;
  }
  #wrapper .header-main #main_menu_row .col-md-12 .col-md-8 > ul > .parent.select-menu:after {
    display: block;
    top: 249px;
    left: 245px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #88b7d5;
    border-width: 10px;
    margin-left: -10px;
  }
  .footer_logo {
    margin-bottom: 8px;
    padding-left: 0;
  }

}
/* ================ END MEDIA QUERIES FOR < 767 px =================== */
/* ================ BEGIN MEDIA QUERIES FOR < 680 px =================== */
@media (max-width: 680px) {

  .footer-main .footer-top {
    padding-bottom: 0px !important;
  }

  .footer-main .footer-top .footer_soc {
    position: absolute;
    left: -100%;
    top: 10px;
    margin-left: 15px;
  }
  .footer-main .footer-top .footer_pay {
    position: absolute;
    left: -100%;
    top: 100px;
    margin-left: 15px;
  }

  .footer-main .footer_block.block_4 {
    margin-top: 50px;
  }

  .catalog-table .col-md-3:after {
    display: none;
  }
  #wrapper .sidebar #filter_form .widget-filter .filter-main {
    overflow: auto !important;
  }

}
/* ================ END MEDIA QUERIES FOR < 680 px =================== */



/* ================ BEGIN MEDIA QUERIES FOR < 479 px =================== */
@media (max-width: 479px) {

  .footer-main .footer_block.block_4 {
    margin-left: -74px;
  }

  .footer-main .footer_block.block_2 {
    margin-top: -230px;
  }

  .footer-main .footer-top .footer_soc,
  .footer-main .footer-top .footer_pay {
    margin-top: 0px;
  }

  .footer-main .footer_block.block_4 {
    margin-top: 10px;
  }
  #wrapper .content .container .content-main .catalog-table .col-md-3:nth-child(2n+1) {
    clear: left !important;
  }
  #wrapper .header-main #main_menu_row .col-md-12 .col-md-8 > ul > .parent.select-menu:after {
    left: 205px;
  }

}
/* ================ END MEDIA QUERIES FOR < 479 px =================== */

.footer_block .icon-icq{
  background:none;
  padding-left:3px;
}
.footer_block .icon-icq img{
  margin-right:10px;
}

.submenu .submenu-box {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.submenu .submenu-box .submenu-title {
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
}

.container #adresses.row .col-md-2 ul li .icon-icq {
  padding-left: 0px !important;
  background-image: none !important;
}

.container #adresses.row .col-md-2 ul li .icon-icq img {
  margin-right: 5px;
}

.product-name {
  position: relative;
}

.product-name .product-detail {
  display: none;
  position: absolute;
  top: 80%;
  width: 130%;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0,0,0,0.25);
  background: #fff;
  z-index: 999;
}

.product-name .product-detail .pix {
  float: left;
  width: 100px !important;
  margin: 5px 10px 5px 0;
  border: 1px solid #ccc;
}

.product-name .product-detail .detail-text {
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  /*color: #000;*/
  color: #464143;
  padding-top: 5px;
}

/*body > div:last-child:not(div.ui-widget){*/
/*display: none !important;*/
/*visibility: hidden;*/
/*}*/

/*body > div:last-child:not(div.fancybox-overlay):not(div.fancybox-wrap):not(div.title-search-result){
  display: none !important;
  visibility: hidden;
}*/

/*body > div:last-child:not(div.fancybox-wrap){*/
/*display: none !important;*/
/*visibility: hidden;*/
/*}*/



#main_banner_row #main_banner .bxslider {
  max-height: 263px;
}

.news-box iframe {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 640px;
}

.popup-registered-buttons{
  margin:20px 0;
  text-align:center
}
.popup-registered-buttons button:first-child{
  margin-right:10px;
}
#main_center_blok .popup-registered-comment{
  font-size:11px;
  color:#828282;
}
#main_center_blok .club-blue{
  color:#1e95a9;
}
#popup-club-element{
  font-weight:600;
  color: inherit;
  font-size:16px;
}
#main_center_blok .club-phones{
  margin:5px 0;
  width:100%;
  text-align:center;
  background: url(images/phone_bg.png) 100px 0px no-repeat;
  color: #2095ac;
  font-family: "white_rabbitregular";
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
}

/* begin slider style */

/* ================ BEGIN MEDIA QUERIES FOR < 640 px =================== */
@media (max-width: 640px) {

  #main_banner_row #main_banner .bxslider,
  #main_banner_row #main_banner .bxslider li {
    width: 100% !important;
  }

  #main_banner_row #main_banner .bxslider li {
    position: absolute;
    z-index: 5;
  }

  #main_banner_row #main_banner .bxslider li:first-child {
    position: relative;
    z-index: 10;
  }

  #main_banner_row #main_banner .bxslider li a {
    display: block;
    font-size: 0px;
    line-height: 0px;
  }

  #main_banner_row #main_banner .bxslider li img {
    display: block;
    width: 100% !important;
  }

}
/* ================ END MEDIA QUERIES FOR < 640 px =================== */

/* end slider style */

/* Begin AVC Club */

.popup-not-registered-club #main_center_blok {
  border-bottom: none;
}

.popup-not-registered-club #main_center_blok p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.popup-not-registered-club #main_center_blok .title {
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 10px;
  color: #92290e;
  text-align: center;
}

.popup-not-registered-club #main_center_blok .club-blue,
.popup-registered-club .club-blue {
  color: inherit;
  font-weight: 600;
  font-size: 15px;
}

.popup-not-registered-club #main_center_blok .popup-registered-buttons {
  border-top: 1px solid #D1D2D7;
  margin-top: 10px;
  padding-top: 20px;
}

.popup-not-registered-club #main_center_blok .popup-registered-comment {
  font-size: 13px;
  font-style: italic;
}

.popup-not-registered-club .close,
.popup-register-club .close {
  background: url(images/fancybox_sprite.png);
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  opacity: 1;
  border: none;
  background-repeat: no-repeat;
}

.popup-authorize-club #popup-authorize-club form .title {
  display: block;
}

.popup-authorize-club #popup-authorize-club form > p {
  display: none;
}

.popup-authorize-club #popup-authorize-club .forget-password {
  display: inline-block;
  margin: 10px 0 0 0;
}

.popup-register-club #main_center_blok,
.popup-authorize-club #main_center_blok,
.popup-takeprice-club #main_center_blok {
  border-bottom: 0;
}

#popup-authorize-club .inp-block label,
#popup-register-club .inp-block label {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}
.popup.mod-2 .inp-block label {
  font-weight: normal;
}

.popup-authorize-club #popup-authorize-club .inp-block label .checker,
#popup-register-club .inp-block label .checker {
  float: left;
  padding: 0 10px 0 0;
}

.popup-authorize-club,
.popup-register-club,
.popup-registered-club,
.popup-takeprice-club {
  height: auto !important;
}

.popup-register-club .title,
.popup-authorize-club .title,
#popup-registered-club .title,
#popup-takeprice-club .title,
#popup-register-club .title {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 10px;
  color: #92290e;
}

#popup-registered-club #main_center_blok p {
  font-size: 15px;
  text-align: center;
}

#popup-registered-club .club-phones {
  padding-top: 10px;
  background-position: 60px 10px;
}

.popup-authorize-club #popup-authorize-club .inp-block p {
  padding-bottom: 0;
}

.popup-authorize-club #popup-authorize-club .inp-block #system_club_auth_submit,
#club-takeprice-sbmt {
  display: block;
  margin: 0 auto 0px;
  width: 150px;
}

#popup-registered-club #main_center_blok {
  border-bottom: none;
}

#club_register_submit {
  /*float: right;*/
}

#popup-takeprice-button {
  display: block;
  margin: 0 auto;
}

#popup-registered-club .popup-registered-comment {
  text-align: center;
  font-size: 13px;
  font-style: italic;
}

.popup #main_center_blok .checker,
.popup .checker {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.popup #main_center_blok .checker span,
.popup .checker span {
  display: block;
  /*background: url('images/bg-checkbox.png') no-repeat 0 bottom;*/
  background: url('images/bg-checkbox-new.png') no-repeat 0 bottom;
  position: relative;
  width: 16px;
  height: 16px;
}
.popup #main_center_blok .checker span.checked,
.popup .checker span.checked {
  background-position: 0 0;
}
.popup #main_center_blok .checker span input,
.popup .checker span input {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 16px;
  height: 16px;
  background: transparent;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.popup #main_center_blok #club_register_phone,
.popup #main_center_blok #club_takeprice_phone,
.main_center_blok .club_register_phone{
  letter-spacing: 1px;
  padding-left: 45px;
  background: url('images/flag-ru.png') no-repeat 18px center;
}



.club-box{
  text-align:right;
  margin:0 0 25px 0;
}

.club-box img{
  cursor:pointer
}

.bottom-box {
  padding-bottom: 25px;
}

.club-box-main {
  display: inline-block;
  vertical-align: top;
  background-color: #f7f7f7;
  padding: 9px 9px 10px 9px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

.club-box-main.registered_club {
  width: 100%;
  max-width: 378px;
}

.club-box-main.not_registered_club {
  max-width: 450px;
  width: 100%;
}

.club-box-main .btn-club {
  float: left;
  width: 82px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  margin-right: 8px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
}

.club-box-main .btn-club span {
  display: inline-block;
  margin-right: 4px;
  font-size: 0;
  background-image: url('images/icon-percent.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 20px;
  vertical-align: middle;
}

.club-box-main p {
  color: #4e4e6b;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.club-box-main .title {
  color: #2095ac;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  font-weight: bold;
  margin: 0;
  padding: 1px 0 1px;
  position: relative;
  /*padding-right: 25px;*/
}

.club-box-main .title:after {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 21px;
  height: 21px;
  background-image: url('images/icon-info.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* End AVC Club */


/* style form 03.07.17 */

.about-brand .align-right {
  /*-webkit-box-shadow: 0px -10px 10px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px -10px 10px 0px rgba(255,255,255,1);
  box-shadow: 0px -10px 10px 0px rgba(255,255,255,1);*/
}

.search-page .content-main .catalog-row.catalog-table .col-md-3 {
  width: 20%;
  clear: none;
}

.search-page .content-main .catalog-row.catalog-table .col-md-3:nth-child(5n+1) {
  clear: left;
}

.search-page .content-main .catalog-row.catalog-table .col-md-3:nth-child(4n) {
  border-right: 1px solid #d6d6d6;
}

.search-page .content-main .catalog-row.catalog-table .col-md-3:nth-child(5n) {
  border-right: none;
}

@media (max-width: 1199px) {
  .search-page .content-main .catalog-row.catalog-table .col-md-3:nth-child(5n+1) {
    clear: none;
  }

  .search-page .content-main .catalog-row.catalog-table .col-md-3:nth-child(4n+1) {
    clear: left;
  }

  .search-page .content-main .catalog-row.catalog-table .col-md-3:nth-child(5n) {
    border-right: 1px solid #d6d6d6;
  }

  .search-page .content-main .catalog-row.catalog-table .col-md-3:nth-child(4n) {
    border-right: none;
  }
  .club_bottom_form .club_register_phone{
    /*background: url('images/flag-ru.png') no-repeat 18px center;*/
  }
  .container .inp-block .inp-text.club_register_phone {
    /*padding-left: 45px;*/
  }

}




/* new style from 11.07 */

.btn-one-click {
  font-weight: bold;
}

.container .detail-box .price-box > div p.title {
  font-weight: bold;
  font-size: 13px;
}
.container .detail-box .price-box > div p.title.mod-minus-margin {
  margin-left: -15px;
}
.container .detail-box .price-box > div p.old-price {
  color: #545454;
}

.container .detail-box .price-box > div .price {
  font-size: 22px;
  white-space: nowrap;
}

.add_btn_cnt{
  position:relative;
}
.discount-title{
  font-size:12px;
  color:#F00;
  font-weight:bold;

}
.haveOnlineDiscount_title{
  width:136px;
  height:40px;
  position:absolute;
  top:-50px;
  left:19px;
  padding:3px;
  border:1px solid #999;
  line-height: 16px !important;
  background-color: #fff;
}
.popup-cart .popup-main .old_price_added{
  color: #92290e;
  font-weight: 600;
}

/* new style from 11.07 */

body .popup-cart .desc-box .title-tovar {
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 10px;
  /*color: #92290e;*/
  color: inherit;
  text-transform: capitalize;
}
body .popup-cart .desc-box .title-tovar a {
  text-decoration: none;
}

.popup_off a {
  /*color: #92290e;*/
  color: inherit;
}
.popup_off a:hover {
  color: #51a5b8;
}
.content .table-cart tbody .product-row td.product-name a{
  font-size: 13px;
  line-height: 20px;
  color: #92290e;
  /*font-weight: 600;*/
}


.popup-cart .js-cart-price, .popup-cart .popup-main .price,
.content .table-cart tbody td .price,
.content .table-cart tfoot td .price{
  font-size: 16px;
  color: #92290e;
  font-weight: 600;
  white-space: nowrap;
}

.popup-cart .js-cart-price {
  color: inherit;
}

.content .table-cart tbody td .price,
.content .table-cart tfoot td .price{
  font-size: 13px;
}

.content .table-cart td.product-gift p{
  font-size: 16px;
  color: #92290e;
}

.container .comments-box label {
  font-weight: bold;
}

.order-itogo {
  margin-bottom: 30px;
}

.order-itogo p {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}

.order-itogo .price {
  font-size: 16px;
  line-height: 20px;
  color: #92290e;
  font-weight: 600;
  white-space: nowrap;
}

.content .table-cart .table-footer td .price {
  text-align: center;
}

.content .table-cart thead td {
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
}

.content .table-cart thead td {
  width: 12%;
}

.content .table-cart thead td:first-child {
  width: 5%;
}

.forms-row .title {
  color: #92290e;
}

.forms-row .title,
.delivery-row .title,
.payments-method-row .title,
#cart_order .title {
  font-weight: bold;
  color: #92290e;
}

.content .table-cart .price_old {
  padding-bottom: 0;
}

.content .table-cart .gift-row .product-gift p {
  padding: 0;
  color: #4e4e6b;
  font-size: 13px;
}

/* new style from 24.07 */

#header .header_contacts_block .header_contacts_block_phones {
  /*padding-top: 5px;*/
}

#header .header_contacts_block .header_contacts_block_phones a {
  /*font-size: 25px;*/
  /*line-height: 25px;*/
  font-size: 21px;
  line-height: 27px;
}

#header .header_cart .count {
  font-size: 16px;
}

#header .header_cart a, #header .header_cart a span {
  /*color: #2095ac;*/
  color: #464143;
}

#header .header_callback {
  color: #545454;
  font-size: 14px;
}

.forms-row.row {
  padding-top: 10px;
}

.order-index.button-row {
  overflow: hidden;
}

.order-index.button-row .btn-primary {
  float: right;
}

.order-index.button-row .order-itogo {
  margin: 0 220px 0 10px;
  padding-top: 8px;
  text-align: center;
}

@media (max-width: 767px) {

  .order-index.button-row .order-itogo {
    text-align: left;
    margin: 0 180px 0 0;
  }

}

/* new style from 01.08 */

@media (max-width: 1024px) {

  #header .col-md-12 .row {
    position: relative;
  }

  #header .col-md-12 .header_callback {
    margin-left: 20px;
  }

  #header .col-md-12 .header_contacts_block {
    width: 100%;
  }

  #header .col-md-12 .header_contacts {
    width: 170px;
    background-position: 0 15px;
    padding-left: 0;
  }

  #header .col-md-12 .header_icon {
    display: block;
  }

  #header .header_contacts_block .header_contacts_block_phones a {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {

  #header .col-md-12 .header_callback {
    position: absolute;
    right: 0;
    top: -10px;
    margin: 0px;
  }

  #header .col-md-12 .header_cart {
    margin-top: 10px;
  }

}

input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

@media (max-width: 767px) {

  #header .col-md-12 .header_contacts {
    display: none;
  }

  #header .col-md-12 .header_icon {
    display: block;
    margin: -10px auto 0;
    float: none;
  }

  #header .col-md-12 .header_cart {
    margin-top: 0px;
  }

  #wrapper .content .table-cart tbody .td-delete,
  #wrapper .content .table-cart tbody .td-last{
    border-bottom: none !important;
  }

  #cart .button-row .col-md-8 .button {
    margin-left: 0;
  }

}



@media (min-width: 480px) and (max-width: 767px) {

  #wrapper .table-cart tbody td.product-name {
    padding-bottom: 0;
    min-height: 52px;
  }

  #wrapper .content .table-cart tbody .td-delete {
    float: right;
    width: auto !important;
    margin-top: -37px;
  }

  #wrapper .content .table-cart tbody .td-price .price {
    padding-top: 5px !important;
  }

  #cart {
    min-height: 230px;
  }

}

#wrapper .order_text .table-cart.mod-result {
  display:table;
}
#wrapper .order_text .trck-table {
  display:none;
}
@media (max-width: 767px) {
  #wrapper .order_text .table-cart.mod-result {
    display:none;
  }
  #wrapper .order_text .trck-table {
    display:table;
  }
  #wrapper .order_text .trck-table td.col-3 {
    text-align:right;
  }
  #wrapper .order_text .trck-table .product-name {
    font-weight:bold;
  }
  #wrapper .order_text .trck-table .table-footer td {
    text-align:right;
    font-weight:bold;
  }
}


.container .detail-box .price-box > div {
  padding: 0 10px;
}

@media (max-width: 640px) {

  #wrapper .header-main #header .header_callback {
    display: none;
  }

  .popup.popup-registered-club,
  .popup.popup-not-registered-club,
  .popup-takeprice-club,
  .popup-register-club,
  .popup-authorize-club {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
    overflow: auto !important;
    margin: 0px !important;
  }

  /*#popup-registered-club .club-phones {*/
  /*background-position: 30px 10px !important;*/
  /*}*/

}

@media (max-width: 479px) {

  #header .col-md-12 .header_icon {
    display: none;
  }

  #cart {
    min-height: 320px;
  }

  .order-index.button-row .order-itogo {
    margin: 0 160px 0 0;
  }

  .order-itogo p,
  .order-itogo .price {
    font-size: 14px;
  }
  #popup-registered-club .club-phones {
    background-position: 0px 10px;
  }
}

.footer_soc .icon-youtube {
  background: url('images/youtube.png') no-repeat 0 0;
  background-size: 34px 34px;
}

@media (max-width: 1199px) {

  .poster-home .row {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .poster-home .row:before,
  .poster-home .row:after {
    display: none;
  }

  .poster-home .poster-box {
    float: none;
    clear: none;
    display: flex;
    flex-direction: column;
  }

  .poster-home .poster-box .desc-box {
    flex-grow: 1;
  }

}

/* new itogo style */

.order-itogo-box {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background: url(images/bg-sitka.png) repeat 0 0;
  padding: 30px;
  text-align: center;
}

.order-itogo-box p {
  text-align: left;
  padding-bottom: 10px !important;
}

.order-itogo-box .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #92290e;
}

.order-itogo-box .itogo-pay {
  overflow: hidden;
  padding-bottom: 5px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px dashed #545454;
}

.order-itogo-box .itogo-pay span {
  font-size: 15px;
}

.order-itogo-box .itogo-pay .price {
  float: right;
  font-size: 16px;
  color: #92290e;
  font-weight: 600;
  white-space: nowrap;
}

/* new style from 03.09.2017 */

.td-mobile {
  display: none;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .content .table-cart td:last-child {
    border-bottom: none !important;
  }
  .carousel-product-row .products_element .index_new_products_element_oldprice {
    padding-left: 0px;
  }

  #wrapper #cart .table-cart tr td.td-skidka, #wrapper #cart_order .table-cart tr td.td-skidka {
    float: none;
    margin-top: -15px;
  }

  #wrapper #cart .table-cart tr td.td-skidka.td-skidka-full, #wrapper #cart_order .table-cart tr td.td-skidka.td-skidka-full {
    padding-bottom: 0px !important;
  }

  #wrapper #cart .table-cart tr td.td-skidka .td-mobile,#wrapper #cart_order .table-cart tr td.td-skidka .td-mobile {
    display: inline-block;
  }

  #wrapper #cart .table-cart tr td.td-remove, #wrapper #cart_order .table-cart tr td.td-remove {
    float: right;
    width: auto !important;
    margin-top: -42px;
  }

  #wrapper #cart .table-cart tr td.td-remove a, #wrapper #cart_order .table-cart tr td.td-remove a{
    font-size: 0;
  }
}

@media (max-width: 479px) {
  .popup {
    padding: 20px 10px;
  }
}

/* style for new filter */

.sidebar .bx_filter .bx_filter_section {
  background: none;
  border: none;
  padding: 0;
}

.sidebar .bx_filter .bx_filter_title {
  font-size: 15px;
  line-height: 20px;
  color: #92290e;
  text-decoration: none;
  padding: 10px 0 10px;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.sidebar .bx_filter .bx_filter_button_box,
.sidebar .bx_filter .bx_filter_parameters_box {
  padding: 0;
}

.sidebar .bx_filter .bx_filter_parameters_box_title {
  padding: 12px 25px 12px 15px;
  background: url(images/bg-sitka.png) repeat 0 0;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: none;
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #545454;
  margin-bottom: 0;
}

.sidebar .bx_filter .bx_filter_parameters_box_title:after {
  right: 15px;
}

.sidebar .bx_filter .bx_filter_parameters_box {
  margin-bottom: 15px;
  border: 1px solid #c7c7c7;
}

.sidebar .bx_filter_parameters_box_container {
  padding: 5px 15px;
}

.sidebar .bx_filter .bx_filter_search_button,.sidebar .bx_filter .bx_filter_search_reset {
  color: #fff;
  background: #2aa7bd;
  background: -moz-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2aa7bd), color-stop(100%, #158399));
  background: -webkit-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -o-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: -ms-linear-gradient(top, #2aa7bd 0%, #158399 100%);
  background: linear-gradient(to bottom, #2aa7bd 0%, #158399 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aa7bd', endColorstr='#158399', GradientType=0);
  line-height: 28px;
  height: 28px;
  border: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
}

.sidebar .bx_filter .bx_filter_search_button:hover,.sidebar .bx_filter .bx_filter_search_reset:hovet {
  background: #158399;
}

.sidebar .bx_filter .bx_filter_button_box {
  text-align: center;
}

.sidebar .bx_filter_input_checkbox {
  overflow: hidden;
}

.sidebar .bx_filter_input_checkbox .checker {
  float: left;
}


.sidebar .bx_filter_input_checkbox .bx_filter_param_text {
  margin: 0 0 0 30px;
  color: #545454 !important;
  text-transform: capitalize;
}

.sidebar .bx_filter_input_checkbox .bx_filter_param_text span {
  color: #92290e !important;
}

.sidebar .filter-left label {
  margin-bottom: 0;
  font-weight: normal;
}

.sidebar .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
  background: none;
  padding-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

.sidebar .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
  width: 85%;
  height: 27px;
  padding: 0 5px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #c7c7c7;
  font-family: 'Open Sans', sans-serif;
  color: #a4a5a5;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  box-shadow: none;
}

.sidebar .bx_filter .bx_ui_slider_pricebar_V {
  background: url('images/main_menu_bg.gif') 0px center repeat-x;
}

.sidebar .bx_filter .bx_filter_popup_result.left {
  right: inherit;
  left: 100%;
}

.sidebar .bx_filter .bx_filter_popup_result {
  margin-top: 0;
}

.sidebar .bx_filter .bx_ui_slider_track {
  margin: 10px 10px 25px;
}

.sidebar .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1) {
  padding-left: 8px;
}

.sidebar .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
  padding-right: 8px;
}

.sidebar .bx_filter_parameters_box .bx_filter_block {
  max-height: 532px;
  overflow: auto;
}

.sidebar .bx_filter .bx_filter_popup_result.left {
  position: absolute;
}

.sidebar #modef {
  display: none !important;
}

.sidebar .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
  width: 75%;
}

.sidebar .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
  margin-bottom: 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .sidebar .bx_filter .bx_filter_parameters_box_container{
    padding:5px 7px;
  }

  .sidebar .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container,
  .sidebar .bx_filter .bx_filter_parameters_box_container_block {
    width: 100%;
    padding:0px
  }

  .sidebar .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
    margin-bottom: 10px;
  }

  .sidebar .bx_filter .bx_ui_slider_part span {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 950px) {
  .sidebar .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container,
  .sidebar .bx_filter .bx_filter_parameters_box_container_block {
    width: 100%;
    text-align:left
  }
}

/* end style for new filter */

/* new style from 08.09.2017 */

@media (max-width: 767px) {
  .popup.popup-registered-club,
  .popup.popup-not-registered-club,
  .popup-takeprice-club,
  .popup-register-club,
  .popup-authorize-club {
    position: fixed !important;
    width: 320px !important;
    height: 320px !important;
    left: 50% !important;
    top: 50% !important;
    overflow: auto !important;
    margin: -160px 0 0 -160px !important;
    padding: 15px 10px;
  }

  .popup.popup-not-registered-club {
    height: 350px !important;
  }

  #wrapper .table-cart tbody td.product-name {
    min-height: 70px;
    display: table;
    margin-top: 10px !important;
  }

  #wrapper .table-cart tbody td.product-name a {
    display: table-cell;
    vertical-align: middle;
  }

  #wrapper .table-cart .pix-colum {
    height: 90px;
  }

  .content .table-cart tbody .td-price-old {
    display: none;
  }

  #wrapper #cart .table-cart tr td.td-skidka.td-skidka-full, #wrapper #cart_order .table-cart tr td.td-skidka.td-skidka-full {
    padding-bottom: 0px !important;
    margin-top: -22px;
  }
  .detail-box .desc-box .top-available{
    /*position: absolute;
    left: 130px;*/


  }
}

/* new style from 03.11.2017 */

.detail-box .desc-box .icon-print {
  position: absolute;
  right: 0px;
  top: -30px;
}
.available_cnt{
  text-align: center;
  padding-top: 22px;
}
.top-available{
  color:#1ca4bb;
  font-weight: bold;
}
.container-fluid .top-available-salon{
  color:#92290e;
  line-height: 17px;
}
.products_element .top-available{
  display: inline-block;
  /*padding-right: 15px;*/

}
.available_hidden{
  display: none!important;
}

.content .detail-box .desc-box {
  padding-top: 60px !important;
}

.container .detail-box .desc-box .top-box {
  float: right;
  position: absolute;
  right: 0;
  top: -25px;
}

.container .detail-box .desc-box .top-box .title {
  padding-right: 10px;
}

.color-box {
  padding: 0 0 20px 11px;
  overflow: hidden;
}

.color-box > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-weight: bold;
}

.color-box > .select2-container {
  display: inline-block;
  vertical-align: middle;
}

.container .detail-box #thumblist li {
  width: 76px;
  margin: 0 10px 10px 0;
}

#wrapper .container .detail-box #thumblist li img {
  max-height: 74px;
  max-width: 74px;
}

.container .detail-box #thumblist li:nth-child(3n) {
  margin-right: 10px;
}

.container .detail-box #thumblist li:nth-child(4n) {
  margin-right: 0;
}

.container .detail-box .desc-box .list-step li .title {
  /*width: 220px;*/
  min-width: 200px;
}

.container .detail-box .desc-box .list-step li .title.btn-instruction {
  float: left;
}

.container .color-box .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 5px;
}

.list-step .icon-car span {
  display: inline-block;
  margin-bottom: 5px;
}

#thumblist .video-box span {
  position: relative;
}

#thumblist .video-box span:after {
  display: block;
  content: "Видео";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  color: #fff;
  text-shadow: 0 0 2px #000;
  font-size: 11px;
  letter-spacing: 0.5px;
}

#wrapper .table-cart tbody td.product-name.mobile-on {
  display: none;
}

.filter_show_all {
  display: none;
}


@media (max-width: 991px) {

  .content .detail-box .desc-box {
    padding-top: 70px !important;
  }

}

@media (max-width: 767px) {

  .content .detail-box .desc-box {
    padding-top: 0 !important;
  }

  .container .detail-box .desc-box .top-box {
    float: none;
    position: relative;
    top: 0px;
  }

  #wrapper .table-cart tbody td.product-name.mobile-on {
    display: block;
    min-height: 20px;
    padding-bottom: 0px !important;
  }

}

@media (max-width: 640px) {
  .content .table-cart tbody td .input-wrap input[type="text"] {
    padding: 0 30px;
    width: 100px;
    text-align: center;
  }

  .container-fluid .input-wrap .up, .content .table-cart tbody td .input-wrap .down {
    background-position: 10px 10px;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 30px;
    transform: rotate(-90deg);
  }

  .container-fluid .input-wrap .down, .content .table-cart tbody td .input-wrap .up {
    background-position: 10px -10px;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    transform: rotate(-90deg);
    left: inherit;
  }
}

@media (max-width: 479px) {

  .container .detail-box #thumblist li {
    width: 62px;
    margin: 0 8px 8px 0;
  }

  #wrapper .container .detail-box #thumblist li img {
    max-height: 60px;
    max-width: 60px;
  }

}

@media (max-width: 767px) {
  #wrapper .content .table-cart tbody .td-price .price {
    /*color: #000;*/
    color: #464143;
  }

  #wrapper .table-cart tbody td.product-name.mobile-off,
  #wrapper .content .table-cart tbody td.td-price-old {
    display: none !important;
  }

  #wrapper #cart .table-cart tr td.td-skidka, #wrapper #cart_order .table-cart tr td.td-skidka {
    display: none;
  }

  #wrapper #cart .table-cart tr td.td-skidka.td-skidka-full, #wrapper #cart_order .table-cart tr td.td-skidka.td-skidka-full {
    display: block;
    float: left;
    margin-left: -46px;
    margin-top:-12px;
    font-weight:bold;
    color:#92290e;
  }

  #wrapper .content .table-cart tbody .td-price {
    padding-top: 5px !important;
  }

  #wrapper .content .table-cart tbody .td-price .price {
    text-align: left !important;
  }

  #wrapper .content .table-cart .gift-row .product-gift {
    text-align: left !important;
    padding-left: 70px !important;
  }

  #wrapper .content .table-cart .gift-row .product-name {
    padding-bottom: 0 !important;
    min-height: 31px !important;
  }

  #wrapper .content .table-cart .gift-row .amount {
    padding: 0 !important;
  }

  #wrapper .content .table-cart .gift-row td:last-child {
    display: none;
  }

  .detail-box .desc-box .icon-print {
    display: none;
  }

  .content .detail-box .desc-box {
    padding-top: 10px !important;
  }

  .sidebar .bx_filter_parameters_box .bx_filter_block {
    max-height: none;
    overflow:visible;
  }
  .bx_filter .show_more_element_hidden{
    display:none;

  }
  .filter_show_all{
    display:block;
    clear:both;
    float:none;
    text-align:center;
    padding:10px 0px;

  }

}

@media (min-width: 992px) {
  .tabs-links {
    /*margin-bottom: 30px;*/
  }
}
@media (max-width: 767px) {
  .icon-registr-sale{
    display:block;
    float:none;
    clear:both;
  }
  #top_menu_row #top_menu ul li{
    background:#2aa7bd;
    border-bottom: 1px solid #0f788e !important;
  }
  #top_menu_row #top_menu ul li a{
    text-transform:none;
    color:#fff !important;
  }
  #top_menu_row #top_menu > ul{
    border:none;
  }
  #top_menu_row #top_menu > ul > li .submenu{
    left:0px !important;
    border:none;
  }
  #main_menu_row .main_menu > ul > li > a {
    text-transform:none;
  }
}

.catalog-element-title{
  text-transform:none;
  color: #2b2b2b;
}
.icon-registr-sale{

}
.icon-registr-sale a{
  color:#92290e !important;
  font-weight:bold;
}
.delivery_mob{
  display:none;
}
.delivery_block_mob{
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
  margin-bottom:10px;
}
@media (max-width: 768px) {
  .delivery_pk{
    display:none;
  }

  .delivery_mob {
    display:block;
  }
}

.left_24_7{
  padding:0px 20px 20px 20px;
  font-size:15px;

}
.pk_hidden{
  display:none;
}
@media (max-width: 768px) {
  .mobile_hidden{
    display:none;
  }
  .pk_hidden{
    display:block;
  }
}

.maker_logo{
  margin:0 10px 10px 0;
}
a.preview_link{
  color:#ccc
}
.container .top-address p.index_left_p{
  text-align:center
}
.worktime_padding{
  display:inline-block;
  height:2px;
  width:38px;
}






.container-fluid .social-links.ownd-social-grey li a
{
  background-image: url(images/icon-social-grey.png);
}


.ownd-detail-block .color-box > label
{
  font-size: 13px;
  font-size: 13px;
  font-weight: bold;
}

.ownd-detail-block > div
{
  display: inline-block;
  vertical-align: top;
}

.ownd-detail-block > div:last-child
{
  float: right;
}

.ownd-detail-block .color-box
{
  margin-top: 2px;
  margin-left: 11px;
}

.ownd-detail-block > div .club-box
{
  width: 275px;
}

.ownd-detail-block > div .club-box-main .title
{
  clear: both;
  /*padding-right: 30px;*/
  padding-top: 4px;
}

.ownd-detail-block > div .club-box-discount .club-box-main .title
{
  padding: 0 14px;
}

.ownd-detail-block > div .club-box-main .btn-club
{
  position: relative;
  width: 100%;
}

.ownd-detail-block > div .club-box-main p
{
  text-align: center;
}

#wrapper .container .detail-box .desc-box .bottom-box > a.ownd-compare-link
{
  margin-right: 159px;
}

.club-box-discount .club-box-main .title:after
{
  display: none;
}

@media all and (max-width: 700px)
{
  .container .row .detail-box .desc-box .bottom-box label
  {
    margin-top: 3px;
  }

  #wrapper .container .detail-box .desc-box .bottom-box > a.ownd-compare-link
  {
    margin-right: 0;
  }

  #wrapper .bottom-box
  {
    margin-left: 11px;
  }

  #wrapper .container .detail-box .desc-box .bottom-box > a.ownd-compare-link + a
  {
    margin-left: 24px;
    margin-right: 0;
  }

  .ownd-detail-block > div:first-child
  {
    padding-left: 81px;
  }

}

@media all and (max-width: 450px)
{
  .ownd-detail-block > div:first-child
  {
    padding-left: 78px;
  }
}

@media all and (max-width: 430px)
{
  .ownd-detail-block > div:first-child
  {
    padding-left: 73px;
  }
}

@media all and (max-width: 410px)
{
  .ownd-detail-block > div:first-child
  {
    padding-left: 67px;
  }
}

@media all and (max-width: 390px)
{
  .ownd-detail-block > div:first-child
  {
    padding-left: 63px;
  }
}

@media all and (max-width: 360px)
{
  .ownd-detail-block > div:first-child
  {
    padding-left: 52px;
  }
}

@media all and (max-width: 321px)
{
  .ownd-detail-block > div:first-child
  {
    padding-left: 46px;
  }
}
.catalog_element_desc{
  padding: 20px!important;
}
@media (max-width: 479px){
  .catalog_element_desc{
    padding: 0 10px!important;
  }
}
.h_auto{
  max-height: 100%!important;

  padding-bottom: 0px;
}
.h_auto .align-right {
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
}
@media all and (max-width: 450px) {

  #wrapper .col-md-12.about-brand {
    max-height: 114px;
  }
}

.ownd-nagrada
{
  margin-bottom: 20px;
}
.catalog_element_desc_hidden{
  display:none;
}

.about-brand hr
{
  visibility: hidden;
  margin: 17px 0 0;
}

#wrapper .col-md-12.about-brand.catalog_element_desc{
  max-height: 218px;
}

.about-brand br
{
  margin-bottom: 0 !important;
}

@media all and (max-width: 480px)
{
  #main_menu_row .main_menu > ul > li > a.icon-brand-p
  {
    display: none;
  }
}


.ownd-menu-dark
{
  display: none;
}

@media all and (max-width: 767px)
{
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul#ownd-menu
  {
    width: 250px;
    max-height: 500px;
    overflow-y: auto;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul#ownd-menu.ownd-menu-open
  {
    display: block;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul#ownd-menu > li
  {
    text-align: left;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul#ownd-menu > li > a
  {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul#ownd-menu .ownd-menu-dark
  {
    display: block;
    color: #fff;
    background-color: rgba(0,0,0,0.2) !important;
    border: none !important;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul#ownd-menu .ownd-menu-dark.ownd-menu-dark-top
  {
    display: none;
    font-weight: bold;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul#ownd-menu.ownd-menu-second .ownd-menu-dark.ownd-menu-dark-top
  {
    display: block;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul#ownd-menu.ownd-menu-second > li.parent
  {
    display: none;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul#ownd-menu.ownd-menu-second > li.ownd-second
  {
    display: block;
  }
}

@media all and (min-width: 320px)
{
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li
  {
    display: none;
  }

  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li.parent,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li.parent,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li.parent
  {
    display: block;
  }
}

@media (min-width: 768px)
{
  .header-main #main_menu_row .col-md-12 .col-md-8 > ul > li.parent,
  .header-main #main_menu_row .col-md-12 .col-md-12 > ul > li.parent,
  .header-main #main_menu_row .col-md-12 .col-md-9 > ul > li.parent{
    display: table-cell;
  }

}

@media (min-width: 991px)
{
  #main_menu_row .main_menu.col-md-8.alfa
  {
    padding-right: 0;
  }

  #main_menu_row .main_menu.col-md-4.alfa,
  #main_menu_row .main_menu.col-md-12.alfa,
  #main_menu_row .main_menu.col-md-3.alfa
  {
    padding-left: 0;
  }
}

.about-brand-main p
{
  padding-bottom: 18px;
}

.index_company_news .main_news_list_element{
  width:50%;
  float:left
}

.poster-section .index_actions_block .poster-box:nth-child(3n+1) {
  clear: none;
}
.poster-section .index_actions_block .poster-box:nth-child(4n+1) {
  clear: left;
}

.poster-section.action_index{
  /*background:none;*/
}

.poster-section.poster-home.action_index
{
  padding-top: 0;
}
.poster-section.action_index.action_index_short .poster-box,
.poster-section.poster-home.poster_home_short .poster-box{
  padding-left:5px;
  padding-right:5px;
}
.poster-section.action_index.action_index_short .poster-box:nth-child(4n+1),
.poster-section.poster-home.poster_home_short .poster-box:nth-child(4n+1) {
  padding-left: 15px;
}
.poster-section.action_index.action_index_short .poster-box:nth-child(4n),
.poster-section.poster-home.poster_home_short .poster-box:nth-child(4n) {
  padding-right: 15px;
}




.arts.ownd-arts
{
  margin-bottom: 3rem;
  width: 1140px;
  margin-left: 30px;
}

.arts.ownd-arts .col-xs-6.col-sm-6.col-lg-3.type-10
{
  padding-left: 4px;
  padding-right: 10px;
}

.arts.ownd-arts .col-xs-6.col-sm-6.col-lg-3.type-10:nth-child(4n+1)
{
  padding-left: 0;
}

.arts.ownd-arts .col-xs-6.col-sm-6.col-lg-3.type-10:nth-child(4n)
{
  padding-right: 0;
}

.arts.ownd-arts .arts__in {
  margin-bottom: -8px;
}

.arts.ownd-arts .art {
  position: relative;
  overflow: hidden;
  height: 296px;
  margin-bottom: 8px;
}

.arts.ownd-arts .art__in {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  color: #fff;
  min-height: 127px;
  /*border: 1px solid #D9D9D9;*/
  border-radius: 24px 24px 0 0;
}

.arts.ownd-arts .art__h {
  margin: 0;
  max-height: 2.44444444em;
  overflow: hidden;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 20px;
  min-height: 48px;
  font-size: 15px;
  line-height: 22px;
}
.arts.ownd-arts .art__in_blue .art__h {
  color: #000;
}
.col-lg-4.type-10 .art__in.full_white,
.type-10 .art__in.full_white {
  background: #fff;
  border: 1px solid #CCC;
}
.type-10 .art__in.full_white .art__h,
.type-10 .art__in.full_white .art__desc,
.type-10 .art__in.full_white .art__desc span,
.type-10 .art__in.all_text_black .art__h,
.type-10 .art__in.all_text_black .art__desc,
.type-10 .art__in.all_text_black .art__desc span{
  color: #000!important;
}
.col-lg-4.type-10 .art__in.full_white .art__desc,
.type-10 .art__in.full_white .art__desc {
  background: #fff;
}

.type-10 .art__in.small_font .art__h{
  color: #2b2b2b!important;
  font-weight: 600;
  font-size: 13px;
}
.type-10 .art__in.small_font .art__desc,
.type-10 .art__in.small_font .art__desc span{
  font-size: 13px;
  line-height: 18px;
  color: #545454!important;
  font-weight: normal;
}

.type-10 .art__in.full_bir {
  background: #43a4b9;
}
.type-10 .art__in.full_bir .art__desc {
  background: #43a4b9;
}

.all_text_black {

}

.arts.ownd-arts .full_white .art__h {
  color: #000;
}


.arts.ownd-arts .art__desc {
  margin: 0;
  overflow: hidden;
  max-height: 4.15384615em;
  color: inherit;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block;
  padding: 5px 20px 10px 20px;
  background: #86B404;
  min-height: 65px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  box-sizing: content-box;
}
.arts.ownd-arts .changed_colors .type-10 .art__in_lightblue.white_1 .art__desc div span,
.arts.ownd-arts .changed_colors .type-10 .art__in_lightblue.white_3 .art__desc div span,
.arts.ownd-arts .changed_colors .type-10 .art__in_lightblue.white_1 .art__h,
.arts.ownd-arts .changed_colors .type-10 .art__in_lightblue.white_3 .art__h{
  color:#000
}
.arts.ownd-arts .changed_colors .type-10 .art__in_blue.white_2 .art__desc div span,
.arts.ownd-arts .changed_colors .type-10 .art__in_blue.white_4 .art__desc div span,
.arts.ownd-arts .changed_colors .type-10 .art__in_blue.white_2 .art__h,
.arts.ownd-arts .changed_colors .type-10 .art__in_blue.white_4 .art__h{
  color:#fff
}

.arts.ownd-arts .changed_colors_fw .type-10 .art__in_lightblue.white_2 .art__desc div span,
.arts.ownd-arts .changed_colors_fw .type-10 .art__in_lightblue.white_4 .art__desc div span,
.arts.ownd-arts .changed_colors_fw .type-10 .art__in_lightblue.white_2 .art__h,
.arts.ownd-arts .changed_colors_fw .type-10 .art__in_lightblue.white_4 .art__h{
  color:#000
}
.arts.ownd-arts .changed_colors_fw .type-10 .art__in_blue.white_1 .art__desc div span,
.arts.ownd-arts .changed_colors_fw .type-10 .art__in_blue.white_3 .art__desc div span,
.arts.ownd-arts .changed_colors_fw .type-10 .art__in_blue.white_1 .art__h,
.arts.ownd-arts .changed_colors_fw .type-10 .art__in_blue.white_3 .art__h{
  color:#fff
}

.our_video_list .type-10:nth-child(even) .art__in_blue .art__h,
.our_video_list .type-10:nth-child(even) .art__in_blue .art__desc div span{
  color:#fff
}
.our_video_list .type-10:nth-child(odd) .art__in_blue .art__h,
.our_video_list .type-10:nth-child(odd) .art__in_blue .art__desc div span{
  color:#000
}

.our_video_list .type-10:nth-child(odd) .art__in_lightblue .art__h,
.our_video_list .type-10:nth-child(odd) .art__in_lightblue .art__desc div span{
  color:#fff
}
.our_video_list .type-10:nth-child(even) .art__in_lightblue .art__h,
.our_video_list .type-10:nth-child(even) .art__in_lightblue .art__desc div span{
  color:#000
}

.arts.ownd-arts .art__desc span
{
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

.arts.ownd-arts .art__in_blue .art__desc span
{
  color: #000;
}

.arts.ownd-arts .type-10.black-text .art__in .art__desc,
.arts.ownd-arts .type-10.black-text .art__in .art__h,
.arts.ownd-arts .type-10.black-text .art__in .art__desc span {
  /*color: #000;*/
  color: #464143;
}


.arts.ownd-arts .art__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arts.ownd-arts .art__bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arts.ownd-arts .art__bg:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.arts.ownd-arts .art:hover .art__bg:after {
  opacity: 1;
}

.arts .fit img {
  object-fit: cover;
  display: block;
  width: 100%;
  /*height: 100%;*/
}
.element_video .h2-title, .element_afisha .h2-title {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .arts.ownd-arts .fit img {
    object-fit: fill;
  }
}
.col-lg-4.type-10 .art__in
{
  background-image: linear-gradient(to bottom, #95ab5822, #95ab58aa 25%, #95ab58 95%);
}

.col-lg-4.type-10 .art__in .art__desc
{
  background-color: #95ab58;
}

.col-lg-4.type-10 .art__in.art__in_red
{
  background-image: linear-gradient(to bottom, #b35d3f22, #b35d3faa 25%, #b35d3f 95%);
}

.col-lg-4.type-10 .art__in.art__in_red .art__desc
{
  background-color: #b35d3f;
}

.col-lg-4.type-10 .art__in.art__in_blue
{
  background-image: linear-gradient(to bottom, #588c9c22, #588c9caa 25%, #588c9c 95%);
}

.col-lg-4.type-10 .art__in.art__in_blue .art__desc
{
  background-color: #588c9c;
}

.col-lg-4.type-10 .art__in.art__in_grey
{
  background-image: linear-gradient(to bottom, #a9a9a922, #a9a9a9aa 25%, #a9a9a9 95%);
}

.col-lg-4.type-10 .art__in.art__in_grey .art__desc
{
  background-color: #a9a9a9;
}


.arts.ownd-arts .type-10 .art__in .art__desc
{
  font-weight: 600;
}

.arts.ownd-arts .type-10 .art__in .art__desc
{
  color: #fff;
}

.arts.ownd-arts .type-10.black-text .art__in .art__desc,
.arts.ownd-arts .type-10.black-text .art__in .art__h
{
  /*color: #000;*/
  color: #464143;
}

.ownd-red-line
{
  position: absolute;
  width: calc( 50% - 15px );
  height: 2px;
  background-color: #56a5b8;
  left: 15px;
  top: 0;
}

.poster-section .ownd-red-line, .viewed_container .ownd-red-line
{
  left: 0;
  width: 50%;
}

#header .header_callback.ownd-header-callback
{
  padding-top: 5px;
  font-size: 12px;
  background: url(/bitrix/templates/main/images/phone_bg.png) 0 3px no-repeat;
  background-size: 16px;
  padding-left: 20px;
}

#header .ownd-header-address
{
  float: left;
  margin-top: 9px;
  margin-left: -50px;
  font-size: 12px;
  background: url(images/address_point.png) 0px 0px no-repeat;
  padding-left: 20px;
  text-decoration: none;
}

@media all and (max-width: 1200px)
{
  #main_news.ownd-index-news .main_news_list_element
  {
    height: 110px;
  }
}

@media all and (max-width: 990px)
{
  #main_news.ownd-index-news
  {
    width: 100%;
    float: unset;
  }

  #main_news.ownd-index-news .main_news_list_element
  {
    height: 135px;
  }
}

@media all and (max-width: 767px)
{

  #main_news.ownd-index-news .main_news_list_element
  {
    height: 210px;
  }
}

@media all and (max-width: 560px)
{

  .popup-login {
    width: calc( 100% - 40px );
  }

  #main_news.ownd-index-news .main_news_list_element
  {
    width: 100%;
    float: unset;
    height: auto;
  }

  .arts.ownd-arts	.col-xs-6.col-sm-6.col-lg-3.type-10,
  .arts.ownd-arts	.col-xs-6.col-sm-6.col-lg-3.type-10:nth-child(4n + 1)
  {
    width: 100%;
    float: unset;
    padding: 0 10px;
  }
}



.popup.ownd-soon-popup
{
  display: none;
  width: 900px;
  height: 675px;
  margin-left: -450px;
  padding: 10px;
  position: relative;
}

.popup.ownd-soon-popup .popup-main
{
  width: 100%;
  height: 100%;
}

.ownd-soon-popup .ownd-soon-prev,
.ownd-soon-popup .ownd-soon-next
{
  position: absolute;
  top: calc( 50% - 15px );
  background: url(/bitrix/templates/main/images/arrow_soon.png) 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.ownd-soon-popup .ownd-soon-prev
{
  left: 15px;
  transform: rotate(180deg);
}

.ownd-soon-popup .ownd-soon-next
{
  right: 15px;
}

@media all and (max-width: 910px)
{
  .popup.ownd-soon-popup
  {
    width: 810px;
    height: 607px;
    margin-left: -405px;
  }
}
@media all and (max-height: 760px)
{
  .popup.ownd-soon-popup
  {
    width: 810px;
    height: 607px;
    margin-left: -405px;
  }
}

@media all and (max-width: 820px)
{
  .popup.ownd-soon-popup
  {
    width: 720px;
    height: 540px;
    margin-left: -360px;
  }
}
@media all and (max-height: 680px)
{
  .popup.ownd-soon-popup
  {
    width: 720px;
    height: 540px;
    margin-left: -360px;
  }
}

@media all and (max-width: 720px)
{
  .popup.ownd-soon-popup
  {
    width: 630px;
    height: 472px;
    margin-left: -315px;
  }
}
@media all and (max-height: 580px)
{
  .popup.ownd-soon-popup
  {
    width: 630px;
    height: 472px;
    margin-left: -315px;
  }
}

@media all and (max-width: 630px)
{
  .popup.ownd-soon-popup
  {
    width: 540px;
    height: 405px;
    margin-left: -270px;
  }
}
@media all and (max-height: 510px)
{
  .popup.ownd-soon-popup
  {
    width: 540px;
    height: 405px;
    margin-left: -270px;
  }
}

@media all and (max-width: 540px)
{
  .popup.ownd-soon-popup
  {
    width: 450px;
    height: 337px;
    margin-left: -225px;
  }
}
@media all and (max-height: 440px)
{
  .popup.ownd-soon-popup
  {
    width: 450px;
    height: 337px;
    margin-left: -225px;
  }
}

@media all and (max-width: 450px)
{
  .popup.ownd-soon-popup
  {
    width: 360px;
    height: 270px;
    margin-left: -180px;
  }
}
@media all and (max-height: 380px)
{
  .popup.ownd-soon-popup
  {
    width: 360px;
    height: 270px;
    margin-left: -180px;
  }
}

@media all and (max-width: 360px)
{
  .popup.ownd-soon-popup
  {
    width: 300px;
    height: 225px;
    margin-left: -150px;
  }
}
@media all and (max-height: 310px)
{
  .popup.ownd-soon-popup
  {
    width: 300px;
    height: 225px;
    margin-left: -150px;
  }
}



.ownd-soon-item
{
  margin-bottom: 10px;
}

.ownd-soon-item.with-detail
{
  cursor: pointer;
}

@media all and (max-width: 570px)
{
  .ownd-soon-item.with-detail
  {
    width: 100%;
  }

  .ownd-soon-item.with-detail img
  {
    max-width: 100%;
  }
}


@media all and (max-width: 991px)
{
  .container-fluid .owl-carousel .owl-wrapper .owl-item
  {
    margin-right: 0;
    padding: 0 1px;

  }
}


/*.fancybox-opened.fancybox-mobile {
   position: fixed !important;
 }*/


@media all and (max-width: 767px)
{
  #wrapper #bottom_banners_row .bottom_banners_element
  {
    width: 32.4%;
  }

  #wrapper #bottom_banners_row .bottom_banners_element:nth-child(3)
  {
    margin-right: 0;
  }

  #wrapper #bottom_banners_row .bottom_banners_element:nth-child(4)
  {
    display: none;
  }
  #wrapper #bottom_banners_row .bottom_banners_element:nth-child(5)
  {
    display: none;
  }
}


@media all and (min-width: 480px)
{
  .content .catalog-row.catalog-table .products_element .index_new_products_element_name,
  #wrapper .carousel-product-row .index_new_products_element_name
  {
    position: relative;
  }

  .content .catalog-row.catalog-table .products_element .index_new_products_element_name a.ownd-item-name-centered,
  .content .catalog-row.catalog-table .products_element .index_new_products_element_name a.ownd-item-name-left,
  .container-fluid .content .carousel-product-row .index_new_products_element_name a.ownd-item-name-centered,
  .container-fluid .content .carousel-product-row .index_new_products_element_name a.ownd-item-name-left
  {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 14px;
  }

  .content .catalog-row.catalog-table .products_element .index_new_products_element_name a.ownd-item-name-centered,
  .container-fluid .content .carousel-product-row .index_new_products_element_name a.ownd-item-name-centered
  {
    text-align: center;
  }

  .content .catalog-row.catalog-table .products_element .index_new_products_element_name a.ownd-item-name-left,
  .container-fluid .content .carousel-product-row .index_new_products_element_name a.ownd-item-name-left
  {
    background-color: #fff;
    height: 15px;
    overflow: hidden;
  }
}

@media all and (max-width: 480px)
{
  .content .catalog-row.catalog-table .products_element .index_new_products_element_name a.ownd-item-name-left,
  .container-fluid .content .carousel-product-row .index_new_products_element_name a.ownd-item-name-left
  {
    display: none;
  }
}


.ownd-order-total .order-itogo-box
{
  margin-bottom: 20px;
}

.ownd-order-total .order-itogo-box .itogo-pay
{
  margin-bottom: 0 !important;
}

@media all and (max-width: 767px)
{
  .button-row.align-right.order-index.ownd-order-total
  {
    text-align: center;
  }
}

.content .catalog-row.catalog-list .col-md-3 .products_element .index_new_products_element_name a.ownd-item-name-centered
{
  display: none;
}

.catalog-table .ownd-bottom-name
{
  display: none;
}

.catalog-table .ownd-item-list
{
  display: none !important;
}

.catalog-list .ownd-item-table
{
  display: none !important;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .products_element
{
  margin-left: 0;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .products_element > div
{
  display: inline-block;
  /*vertical-align: top;*/
  vertical-align: middle;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .products_element > div:nth-child(2)
{
  width: 400px;
  vertical-align: middle;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .products_element .icon
{
  top: 0;
  left: 0;
  position: relative;
  margin-top: 3px;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .products_element .index_new_products_element_name
{
  max-width: 400px;
  min-height: initial;
  font-weight: 600;
  color: #2c2c2c;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .products_element .index_new_products_element_name a
{
  display: block;
  vertical-align: top;
  line-height: 14px;
  margin-top: 2px;
  height: auto;
  width: 100%;
  color: #2c2c2c;
}
.content .catalog-row.catalog-list .col-md-3.ownd-item-list .products_element .index_new_products_element_name a:hover
{
  color: #51a5b8;
}
.content .catalog-row.catalog-list .col-md-3.ownd-item-list .products_element .trck-buy-1-click
{
  font-weight: normal;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 16px;
  /*margin-bottom: 10px;*/
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 12px;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .products_element .ownd-product-code
{
  color: #777;
  font-size: 12px;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .compare-product .checker
{
  margin: 0;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .compare-product
{
  font-size: 12px;
  font-weight: normal;
  width: 90px;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list .compare-product span
{
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  color: #777;
}

.content .catalog-row.catalog-list .col-md-3.ownd-item-list
{
  padding-bottom: 25px;
}

.content .catalog-row.catalog-table .products_element .index_new_products_element_price
{
  margin-top: 23px;
}


.content .catalog-row.catalog-table .products_element .index_new_products_element_oldprice ~ .index_new_products_element_price,
.content .catalog-row.catalog-table .products_element .under-picture .index_new_products_element_oldprice ~ .index_new_products_element_price
{
  margin-top: 0;
}

@media all and (max-width: 480px)
{
  #wrapper .catalog-row .products_element .index_new_products_element_name.ownd-united-name
  {
    min-height: 50px;
  }
}

@media all and (max-width: 360px)
{
  #wrapper .catalog-row .products_element .index_new_products_element_name.ownd-united-name
  {
    min-height: 54px;
  }
}



/*  ownedmuhaha, TEST=31 */
.content .catalog-row.catalog-table .products_element .index_new_products_element_more {
  margin-bottom: 7px;
}

.content .catalog-row.catalog-table .products_element .pix-box
{
  margin-bottom: 10px;
}

.trck-buy-1-click {
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.content .catalog-row.catalog-table .compare-product
{
  font-size: 12px;
  color: #777;
  float: right;
  margin-top: 1px;
}

.content .catalog-row.catalog-table .compare-product > div
{
  display: none;
}

.products_element .ownd-product-code
{
  color: #777;
  font-size: 12px;
  float: left;
}
.products_element .ownd-product-code:hover,
.compare-product:hover {
  color: #51a5b8 !important;
}


.content .catalog-row.catalog-table .products_element .icon.new,
.content .catalog-row.catalog-table .products_element .icon.sale,
.content .catalog-row.catalog-table .products_element .icon.best_buy,
.content .catalog-row.catalog-table .products_element .icon.action {
  background: none;
  width: 36px;
}

.content .catalog-row.catalog-table .products_element .icon.new:before,
.content .catalog-row.catalog-table .products_element .icon.sale:before,
.content .catalog-row.catalog-table .products_element .icon.best_buy:before,
.content .catalog-row.catalog-table .products_element .icon.action:before {
  background-color: #588c9c;
  font-weight: 700;
  color: #fff;
  padding: 0 4px 1px;
  width: 36px;
}

.content .catalog-row.catalog-table .products_element .icon.new:before {
  content: 'NEW';
}
.content .catalog-row.catalog-table .products_element .icon.sale:before {
  content: 'SALE';
}
.content .catalog-row.catalog-table .products_element .icon.best_buy:before {
  content: 'BEST BUY';
}
.content .catalog-row.catalog-table .products_element .icon.action:before {
  content: 'ACTION';
}



.content .row.catalog-row.catalog-table .products_element .icon
{
  top: -3px;
  width: 38px;
  position: static; float: left;
}

.content .row.catalog-row.catalog-table .products_element .icon.best_buy
{
  width: 70px;
}

.trck-buy-1-click {
  float: right; margin-top: 3px;
  text-align: right !important;
  color: #777;
}

.content .catalog-row.catalog-table .products_element .trck-buy-1-click
{
  cursor: default;
}


@media all and (max-width: 479px)
{
  #wrapper .content .container .col-md-12 .content-main .catalog-table .col-md-3
  {
    padding: 10px 10px 10px 0;
  }

  #wrapper .content .container .col-md-12 .content-main .catalog-table .col-md-3:nth-child(even)
  {
    padding: 10px 0 10px 10px;
  }

  #wrapper .catalog-row .products_element .index_new_products_element_name
  {
    min-height: 36px;
    margin-bottom: 0;
  }

  .products_element .ownd-product-code
  {
    float: left;
  }

  .content .catalog-row.catalog-table .compare-product
  {
    margin-top: 1px;
  }
}

@media all and (max-width: 350px)
{
  .products_element .ownd-product-code,
  .content .catalog-row.catalog-table .compare-product,
  .panes .products_element .ownd-product-code,
  .content .panes .catalog-row.catalog-table .compare-product
  {
    letter-spacing: -1px;
  }

  #wrapper .panes .carousel-product .owl-item .products_element
  {
    padding: 0 1px;
  }
}

.ownd-catalog-one-click
{
  cursor: pointer;
}



.ownd-index-icon.icon.new,
.ownd-index-icon.icon.sale,
.ownd-index-icon.icon.best_buy,
.ownd-similar-icon.icon.new,
.ownd-similar-icon.icon.sale,
.ownd-similar-icon.icon.best_buy
{
  background: none;
  float: left;
}

.ownd-index-icon.icon.new:before,
.ownd-index-icon.icon.sale:before,
.ownd-index-icon.icon.best_buy:before,
.ownd-similar-icon.icon.new:before,
.ownd-similar-icon.icon.sale:before,
.ownd-similar-icon.icon.best_buy:before
{
  background-color: #588c9c;
  font-weight: 700;
  color: #fff;
  padding: 0 4px 1px;
  width: 36px;
}

.ownd-index-icon.icon.new:before,
.ownd-similar-icon.icon.new:before
{
  content: 'NEW';
}

.ownd-index-icon.icon.sale:before,
.ownd-similar-icon.icon.sale:before
{
  content: 'SALE';
}

.ownd-index-icon.icon.best_buy:before,
.ownd-similar-icon.icon.best_buy:before
{
  content: 'BEST BUY';
}

.owl-item .products_element .compare-product
{
  font-size: 12px;
  color: #777;
  float: right;
  margin-top: 0;
  font-weight: normal;
  cursor: pointer;
}

.owl-item .products_element .compare-product .checker
{
  display: none;
}

@media all and (max-width: 767px)
{
  .room-content
  {
    padding: 0 15px;
  }
}

@media all and (max-width: 480px)
{
  .container-fluid .content .carousel-product-row .index_new_products_element_name a.ownd-item-name-centered
  {
    text-align: center;
    display: block;
  }

  #wrapper .carousel-product-row .index_new_products_element_name
  {
    min-height: 36px;
  }

  #wrapper .panes .carousel-product-row .index_new_products_element_name
  {
    min-height: 54px;
    margin-bottom: 0;
  }

  #wrapper .panes .carousel-product-row
  {
    margin: 0;
  }
}


.ownd-buy-one-click, .popup-modal-post-credit-region {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,0.85);
  z-index: 21;
}

.popup-modal-post-credit {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: rgba(51,51,51,0.85);
  z-index: 21;
  overflow-y: auto;
}

html body.overflow-modal_win {
  overflow: hidden !important;
}


#wrapper .ownd-buy-one-click .popup.popup-zakaz,
#wrapper .popup-modal-post-credit-region .popup.popup-credit-region,
#wrapper .popup-modal-post-credit .popup.popup-credit
{
  height: auto !important;
}

.ownd-buy-one-click .popup,
.popup-modal-post-credit-region .popup,
.popup-modal-post-credit .popup
{
  display: block !important;
}

.ownd-buy-one-click .popup-main,
.popup-modal-post-credit-region .popup-main,
.popup-modal-post-credit .popup-main
{
  margin-top: 15px;
}

.ownd-buy-one-click .ownd-buy-one-click-header,
.popup-modal-post-credit-region .ownd-buy-one-click-header,
.popup-modal-post-credit .ownd-buy-one-click-header
{
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 0 25px;
  text-align: center;
}


@media all and (max-width: 479px)
{
  .ownd-buy-one-click .ownd-buy-one-click-header,
  .popup-modal-post-credit-region .ownd-buy-one-click-header,
  .popup-modal-post-credit .ownd-buy-one-click-header
  {
    padding: 0 10px;
  }
}

.ownd-buy-one-click .ownd-buy-one-click-header .close,
.popup-modal-post-credit-region .ownd-buy-one-click-header .close,
.popup-modal-post-credit .ownd-buy-one-click-header .close
{
  top: 0;
}

.ownd-buy-one-click .ownd-one-click-title,
.popup-modal-post-credit-region .ownd-one-click-title,
.popup-modal-post-credit .ownd-one-click-title
{
  text-align: left;
  line-height: 18px;
  text-transform: unset;
}

.ownd-buy-one-click .ownd-one-click-title {
  margin-top: -4px;
}

.ownd-buy-one-click .ownd-one-click-name,
.ownd-buy-one-click .ownd-one-click-price,
.ownd-buy-one-click .ownd-one-click-price-container
{
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  color: #92290e;
}

.ownd-buy-one-click .ownd-one-click-price,
.ownd-buy-one-click .ownd-one-click-price-container,
#pos-credit-container .ownd-one-click-price,
#pos-credit-container .ownd-one-click-name
{
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.ownd-buy-one-click .inp-block.align-right
{
  text-align: center;
}

.ownd-buy-one-click .popup-error
{
  color: red;
  margin-bottom: 15px;
}


.ownd-one-click-new
{
  cursor: pointer;
}

.ownd-buy-one-click .inp-block .error-message
{
  color: red;
  padding-bottom: 4px;
  display: none;
}

.ownd-buy-one-click .inp-block.ownd-input-container-error .error-message
{
  display: block;
}

.ownd-buy-one-click .inp-block.ownd-input-container-error input
{
  border-color: red;
}


.container .carousel-product-section.ownd-viewed .carousel-product-row .owl-prev
{
  left: -56px;
  top: 50%;
}

.container .carousel-product-section.ownd-viewed .carousel-product-row .owl-next
{
  right: -71px;
  top: 50%;
}

@media all and (max-width: 767px)
{
  .container .carousel-product-section.ownd-viewed .carousel-product-row .owl-prev,
  .container .carousel-product-section.ownd-viewed .carousel-product-row .owl-next
  {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 48px;
    height: 48px;
    color: #fff;
    top: 43%;
  }

  .container .carousel-product-section.ownd-viewed .carousel-product-row .owl-prev
  {
    left: -31px;
    background: url(/bitrix/templates/main/images/arrow_left_active.png) 45% 50% no-repeat #fff;
  }

  .container .carousel-product-section.ownd-viewed .carousel-product-row .owl-next
  {
    right: -31px;
    background: url(/bitrix/templates/main/images/arrow_right_active.png) 55% 50% no-repeat #fff;
  }


  .container .tab-box-section .panes .tab-box .carousel-product-row.ownd-otdelka .owl-prev,
  .container .tab-box-section .panes .tab-box .carousel-product-row.ownd-otdelka .owl-next
  {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 48px;
    height: 48px;
    color: #fff;
    top: 43%;
  }

  .container .tab-box-section .panes .tab-box .carousel-product-row.ownd-otdelka .owl-prev
  {
    left: 0;
    background: url(/bitrix/templates/main/images/arrow_left_active.png) 45% 50% no-repeat #fff;
  }

  .container .tab-box-section .panes .tab-box .carousel-product-row.ownd-otdelka .owl-next
  {
    right: 0;
    background: url(/bitrix/templates/main/images/arrow_right_active.png) 55% 50% no-repeat #fff;
  }
}

.ownd-price-box .index_new_products_element_price
{
  opacity: 0;
}

.ownd-price-box .index_new_products_element_oldprice
{
  display: none;
}

.ownd-price-old
{
  font-size: 13px;
  color: #999999;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: 13px;
  text-align: center;
  text-decoration: line-through;
  padding-left: 41px;
  margin-top: -18px;
}

.ownd-item-list .ownd-price-old
{
  margin-top: 0;
  font-weight: 500;
  text-align: right;
  padding-left: 0;
}


.manufacturers-main a.ownd-clicked
{
  font-weight: bold;
}

.content .table-cart tbody td .price,
.content .table-cart tfoot td .price,
.content .trck-table tfoot .table-footer td .price,
.content .trck-table .col-3 .price {
  /*color: #000000;*/
  color: #464143;
}

@media all and (max-width: 767px)
{
  #wrapper .popups-box .popup.popup-zakaz
  {
    width: calc( 100% - 40px ) !important;
    margin: -105px 20px 0 !important;
  }

  #wrapper .popup.popup-not-registered-club
  {
    height: 390px !important;
    overflow: visible !important;
  }

  #wrapper .popup-register-club
  {
    height: 340px !important;
    overflow: visible !important;
  }

  #wrapper .popup-authorize-club
  {
    overflow: visible !important;
  }

  .popup-login, .popup-city
  {
    right: 18px;
  }

  .popup-login .close,
  .popup-zakaz .close,
  .popup-city .close,
  .popup-not-registered-club .close,
  .popup-register-club .close,
  .popup-authorize-club .close
  {
    background: url(/bitrix/templates/main/images/fancybox_sprite.png) no-repeat;
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
    opacity: 1;
  }

  .popup-zakaz .ownd-buy-one-click-header .close
  {
    top: -28px;
  }
}

@media all and (max-width: 470px)
{
  .popup-login
  {
    width: calc( 100% - 40px );
  }
  .popup-city
  {
    width: calc( 100% - 40px );
  }
  .popup-city
  {
    width: calc( 100% - 40px );
  }
  .popup-city
  {
    width: calc( 100% - 40px );
  }
}

@media all and (max-width: 360px)
{
  #wrapper .popup-not-registered-club,
  #wrapper .popup-register-club,
  #wrapper .popup-authorize-club
  {
    width: 290px !important;
    left: calc( 50% + 15px ) !important;
  }

  #wrapper .popup.popup-not-registered-club
  {
    height: 420px !important;
  }
}

@media all and (max-width: 479px)
{
  /*.content .filter-box > div.diff-box div*/
  /*{*/
  /*font-size: 11px;*/
  /*}*/

  /*.content .filter-box > div.sort-box div,*/
  /*.content .filter-box > div.diff-box div*/
  /*{*/
  /*width: 210px;*/
  /*text-align: left;*/
  /*}*/

}


.add_btn_cnt .ownd-detail-grey-button
{
  display: block;
  background-color: #f7f7f7;
  padding: 9px 14px;
  cursor: pointer;
  color: #2095ac;
  font-size: 13px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 700;
}


#modal-post-credit .close,
#modal-post-credit-region .close
{
  padding: 0;
  cursor: pointer;
  position: relative;
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  top: 20px;
  z-index: 1060;
  border: 1px solid #e7e7e7;
  opacity: 1;
  right: 13px;
}

#modal-post-credit-region .close
{
  right: 13px;
}

#modal-post-credit,
#modal-post-credit-region
{
  overflow: hidden;
  overflow-x: unset;
  overflow-y: unset;
  font-size: unset;
  line-height: unset;
  display: unset;
  position: fixed;
  left: 0;
  right: unset;
  top: 40px;
  bottom: unset;
  z-index: 999;
  -webkit-overflow-scrolling: none;
  outline: unset;
  transition: unset;
  -o-transition: unset;
  -webkit-transition: unset;
  content: unset;
  opacity: 0;
  width: 655px;
}

#modal-post-credit-region
{
  width: 669px;
}


#modal-post-credit.show,
#modal-post-credit-region.show
{
  display: block;
}

#modal-post-credit .modal-dialog,
#modal-post-credit-region .modal-dialog
{
  transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transform: none;
  -o-transform: none;
  -ms-transform: none;
  font-size: unset;
  line-height: unset;
  width: unset;
  margin: unset;
  position: unset;
  display: none;
  width: 680px;
  overflow-x: hidden;
}

#modal-post-credit.show .modal-dialog,
#modal-post-credit-region.show .modal-dialog
{
  display: block;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#modal-post-credit-region.show .modal-dialog::-webkit-scrollbar
{
  width: 0;
}

#modal-post-credit .pb-sdk-pos-credit__cont,
#modal-post-credit-region .pb-sdk-pos-credit__cont
{
  width: 450px;
  text-align: center;
}

#modal-post-credit-region a
{
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  color: #92290e;
  display: block;
  margin-top: 25px;
}

.modal-backdrop.fade.show
{
  display: none !important;
}

body.modal-open .header-main
{
  z-index: 10 !important;
}

body.modal-open
{
  overflow-y: visible;
  overflow-x: hidden;
}

.ownd-detail-grey-button
{
  border: none;
  margin: 0;
  width: 100%;
}

@media all and (max-width: 400px)
{
  #modal-post-credit,
  #modal-post-credit-region
  {
    transform: scale( 0.73 );
    top: 20px;
  }

  #modal-post-credit
  {
    top: -80px;
  }

  #modal-post-credit .close,
  #modal-post-credit-region .close
  {
    right: 90px;
  }
}

#modal-post-credit-region p.title
{
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #545454;
  margin-top: -20px;
}

.add_btn_cnt
{
  position: relative;
}
.fancybox-wrap .fancybox-skin {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
  padding: 0 !important;
}

.fancybox-wrap .popup_off {
  border: none;
}

.trck-drop-menu .trck-contacts-phone a {
  font-size: 17px;
  color: #464143;
  font-family: 'AvantGardeGothicC';
  text-decoration: none;
}
.trck-drop-menu .trck-drop-menu-logo {
  background: url(/bitrix/templates/main/images/logo-01.png) 50% 50% no-repeat;
  background-size: auto 28px;
}

.footer_pay {
  display: none !important;
}
.bxslider li {
  display: none;
}
.bxslider li:first-child {
  display: block;
}
#main_banner_row #main_banner .bxslider li img.ownd-image-mobile {
  display: none !important;
}
.ownd-index-banner-block {
  display: none;
}
@media (max-width: 767px) {
  #cart .sign-in-form #top_auth ul li:first-child {
    min-height: initial;
  }
  .available_cnt{
    padding-top: 10px;
  }

  .products_element .top-available{
    display: inline-block;
    padding-right: 25px;

  }
  .container .delivery-row .tabs-links a .radio {
    margin-bottom: 0px;
  }
  .container .delivery-row .tabs-links {
    border-bottom: none;
  }
  .arts.ownd-arts {
    width: 100%;
    margin-left: 15px;
  }
  .container-fluid .owl-carousel.ownd-actions-carousel {
    width: 100%;
  }
  .content .col-md-12.element_video{
    padding-top: 20px;

  }
}
@media (max-width: 640px) {
  .available_cnt{
    padding-top: 15px;
  }
  .available_hidden{
    display: block!important;
  }
  .products_element .top-available {
    display: inline-block;
    padding-right: 15px;
  }
  .products_element .top-available + .top-available {
    margin-left: -15px;
  }
}
@media (max-width: 375px) {

  .ownd-viewed .products_element .top-available{
    padding-right: 55px;
  }
  .ownd-viewed .products_element .top-available + .top-available {
    margin-left: -52px;
  }
}
.popup-main.ownd-popup-success
{
  display: none;
}
.detail-kod{
  display: inline-block;
  position: relative;
}
.detail-kod .kod-fullname{
  position: absolute;
  left:0px;
  top:-5px;
  padding: 3px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  white-space: nowrap;
}

.tab-box .h2-title{
  margin-bottom: 10px;
}

#main_news.ownd-index-news .main_news_list .main_news_list_element:nth-child(4n) {
  display:none
}
.index_anonses{
  padding: 0;
}
@media (max-width: 1024px) {
  #ownd-search .ownd-search-panel {
    max-width: 920px;
  }
  .index_anonses .ownd-soon-item.with-detail img{
    max-width: 100%;
  }
}
@media (max-width: 768px) {


  #ownd-search .ownd-search-panel {
    max-width: 748px;
  }
  #main_menu_row .main_menu.col-md-4.alfa ul li:first-child a,
  #main_menu_row .main_menu.col-md-12.alfa ul li:first-child a,
  #main_menu_row .main_menu.col-md-3.alfa ul li:first-child a{
    font-size: 12px;
  }
  .header-main #main_menu_row .main_menu > ul > li > a {
    padding: 0 5px;
  }
  .index_anonses{
    padding: 0 15px;
  }
  .index_anonses .ownd-soon-item.with-detail img{
    width: 100%;
  }
  .content .poster-section.poster-home.action_index .row.index_actions_block .arts.ownd-arts .owl-carousel.ownd-actions-carousel .owl-prev,
  .content .poster-section.poster-home.action_index .row.index_actions_block .arts.ownd-arts .owl-carousel.ownd-actions-carousel .owl-next,
  .content .poster-section.poster-home.action_index .row.index_actions_block .owl-carousel.ownd-news-carousel .owl-prev,
  .content .poster-section.poster-home.action_index .row.index_actions_block .owl-carousel.ownd-news-carousel .owl-next,
  .content .poster-section.poster-home .row.index_actions_block .arts.ownd-arts .owl-carousel.ownd-actions-carousel .owl-prev,
  .content .poster-section.poster-home .row.index_actions_block .arts.ownd-arts .owl-carousel.ownd-actions-carousel .owl-next
  {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 48px;
    height: 48px;
    color: #fff;
    top: 43%;
  }

  .content .poster-section.poster-home .row.index_actions_block .arts.ownd-arts .owl-carousel.ownd-actions-carousel .owl-prev
  {
    left: -4px;
    background: url(/bitrix/templates/main/images/arrow_left_active.png) 45% 50% no-repeat #fff;
  }

  .content .poster-section.poster-home .row.index_actions_block .arts.ownd-arts .owl-carousel.ownd-actions-carousel .owl-next
  {
    right: -4px;
    background: url(/bitrix/templates/main/images/arrow_right_active.png) 55% 50% no-repeat #fff;
  }
  .container-fluid .owl-carousel.ownd-actions-carousel, .arts.ownd-arts {
    width: 750px;
  }
  .header-main #header .header_logo {
    padding-top: 20px;
  }
  #header .col-md-12 .header_icon {
    padding-top: 10px;
  }
  .content .delivery-row .tab-box-section .cart-tab a {
    display: block;
    height: 100%;
    width: 100%!important;
    padding: 10px;
  }
  .container .delivery-row .tabs-links {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .container .delivery-row .tabs-links li {
    width: 25%;
  }

}
@media (max-width: 767px) {
  #main_news.ownd-index-news .main_news_list .main_news_list_element {
    width: 50%;
  }
  #main_news.ownd-index-news .main_news_list .main_news_list_element:nth-child(4n) {
    display: block;
  }
}
.club_bottom_block{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  border: 1px solid #c7c7c7;
  /*border-top: 2px solid #56a5b8;*/
  margin-bottom: 20px;
  padding: 20px 0;
}
.club_bottom_block .club_bottom_title{
  width: 35%;
  font-size: 14px;
  padding: 10px 0 10px 20px;
  font-weight: bold;
  color: #56a5b8;
  /*background: url('images/club/club_present.png') 7% -5px no-repeat;*/
}
.club_bottom_block .club_bottom_title span{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.club_bottom_block .club_bottom_title span > span{
  color: #000; /*#92290e;*/
}
.club_bottom_block .club_bottom_form{
  width: 65%;
  padding: 10px 0;
}
.club_bottom_block .club_bottom_form_inner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.club_bottom_block .club_bottom_form_inner .inp-block{
  width: 35%;
  position: relative;
  margin-bottom: 0px;
}
.club_bottom_block .club_bottom_form_inner.inner-3 .inp-block{
  width: 23.5%;
}
.club_bottom_block .club_bottom_form_inner .btn-block {
  width: 28%;
  padding-top: 2px;
}
.club_bottom_block .club_bottom_form_inner .inp-block input[type="text"]{
  height: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.club_bottom_block .club_bottom_form_inner .btn-block button,
.club_bottom_block .club_bottom_form_inner .btn-block div{
  height: 28px;
  line-height: 28px;
  width: 80%;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1024px){

  .club_bottom_block .club_bottom_form_inner .btn-block button,
  .club_bottom_block .club_bottom_form_inner .btn-block div {
    width: 60%;
  }
}

.club_bottom_block .club_bottom_form_inner .inp-block .err{
  font-size: 12px;
  color: #92290e;
  display: none;
}
/*.club_bottom_block .club_bottom_form_inner .inp-block:after {
  display: none;
  position: absolute;
  top:6px;
  right:12px;
  content: 'X';
  color: #92290e;
  font-size: 18px;
  font-weight: bold;
}*/
.club_bottom_block .club_bottom_form_inner .inp-block.clubErr input{
  border: 1px solid #92290e;
}
/*.club_bottom_block .club_bottom_form_inner .inp-block.clubErr .err{
  display: block;
}
.club_bottom_block .club_bottom_form_inner .inp-block.clubErr:after {
  display: block;
}*/

.club_bottom_block .club_bottom_success {
  display: inline-block;
  padding-left: 70px;
  background: url('images/club/club_ok.png') left top no-repeat;
  color: #000;
  line-height: 52px;
  font-weight: bold;
  font-size: 14px;
  background-size: 45px 38px;
  background-position: 10px 5px;

}
@media (max-width: 1024px) {
  .club_bottom_block {
    display: block;
  }
  .club_bottom_block .club_bottom_title {
    width: 100%;
    text-align: center;
    background-size: 40px 42px;
    background-position: 7% top;
  }
  .club_bottom_block .club_bottom_form{
    width: 100%;
  }
  .club_bottom_block .club_bottom_title br{
    display: none;
  }
  .club_bottom_block .club_bottom_form_inner {
    justify-content: center;
  }
  .club_bottom_block .club_bottom_form_inner .inp-block{
    margin-right: 10px;
  }
  .club_bottom_block .club_bottom_form_inner .btn-block {
    width: auto;
  }
  .club_bottom_block .club_bottom_form_inner .btn-block button{
    width: 100%;
  }
}
@media (max-width: 630px) {
  .club_bottom_block {
    width: auto;
    margin: 0 10px 20px 10px;
  }
  .club_bottom_block .club_bottom_title {
    width: 100%;
    background-size: 60px 64px;
    background-position: 7% -5px;
  }
  .club_bottom_block .club_bottom_title br{
    display: block;
  }
  .club_bottom_block .club_bottom_form_inner .inp-block input[type="text"]{
    height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 500px) {
  .club_bottom_block .club_bottom_title span, .club_bottom_block .club_bottom_title span span{
    font-size: 18px;
  }
  .club_bottom_block .club_bottom_form_inner {
    display: block;
  }
  .club_bottom_block .club_bottom_form_inner .inp-block{
    width: 100%;
    padding: 0 15px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .club_bottom_block .club_bottom_form_inner .btn-block {
    width: 100%;
    padding: 0 15px;
    text-align: center;

  }
  .club_bottom_block .club_bottom_form_inner .btn-block button{
    width: auto;
  }
  .club_bottom_block .club_bottom_form_inner.inner-3 .inp-block{
    width: 100%;
    margin-bottom: 10px;
  }
}

.club_footer_block{
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: -40px;
}
.club_footer_block .club_footer_title{
  background: url('images/club/club_percent.jpeg') 0 0px no-repeat;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #56a5b8;
  margin-bottom: 5px;
}
.club_footer_block .club_footer_form_inner{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.club_footer_block .inp-block{
  width: 78%;
  margin-right: 2%;
}
.club_footer_block .inp-block input{
  height: 35px;
  line-height: 35px;
}
.club_footer_block .btn-block{
  width: 20%;
}
.club_footer_block .btn-block button, .club_footer_block .btn-block button:hover{
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  background: url('images/club/club_btn.png') left top no-repeat;
  cursor: pointer;
  border: none;
  font-size: 0px;
}
.container-fluid .club_footer_success{
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  color: #56a5b8;
  padding: 20px;
}
@media (max-width: 1024px) {
  .club_footer_block{

    margin-left: 0px;
  }
}

.club_popup_block{
}
.club_popup_block .club_popup_title{

  padding: 10px 0 10px 0px;
  /*background: url('images/club/club_present.png') left 8px no-repeat;*/
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
.club_popup_block .club_popup_title span{
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}

.club_popup_block .club_popup_form{
  padding: 10px 0;
}
.club_popup_block .club_popup_form_inner{
  width: 100%;

}
.club_popup_block .club_popup_form_inner .inp-block{
  width: 100%;
}
.club_popup_block .club_popup_form_inner .btn-block {
  width: 100%;
}
.club_popup_block .club_popup_form_inner .inp-block input[type="text"]{
  height: 38px;
  line-height: 38px;
}
.club_popup_block .club_popup_form_inner .btn-block {
  margin-bottom: 10px;
}
.club_popup_block .club_popup_form_inner .btn-block button,
.club_popup_block .club_popup_form_inner .btn-block input[type="submit"]{
  width: 100%;
}
.club_popup_block .club_bottom_success {
  display: inline-block;
  padding-left: 70px;
  background: url('images/club/club_ok.png') left top no-repeat;
  color: #000;
  line-height: 52px;
  font-weight: bold;
  font-size: 14px;
}

.club-box.club-box-popup{
  text-align: left;
  margin: -96px 0 50px 10px;

}
.club-box.club-box-popup .enter_club_popup, .club-box.club-box-popup .club-box-main{
  padding: 0 9px;
}
.club-box.club-box-popup .title{
  color:#565656;
  line-height: 36px;
  padding-right: 40px;

}
.club-box.club-box-popup .title:after{
  background: url('images/club/club_info.png') center top no-repeat;
  width: 26px;
  height: 33px;
  top:2px;
}
.popup-mod-2__content.popup_club-2 {
  width: 670px;
  background: url('/bitrix/templates/main/images/club/club_bg_1.png') center top no-repeat;

  background-size: cover;

}
.club_popup_container{
  margin: 90px 60px;
  background: #fff;
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 700px) {
  .club_popup_container {
    margin: 0px;
  }
  .popup-mod-2__content.popup_club-2 {
    width: 90%;
    background: #fff;

  }
}
@media (max-width: 500px) {
  .club_popup_container {
    padding: 0px;
  }
}

.popup-mod-2__content.popup_club-2-2 {
  width: 670px;
  padding: 0;
  background: url('/bitrix/templates/main/images/club/club_bg_2.png') center top no-repeat;
  background-size: cover;
}
#popup-register-club-new2{
  width: 50%;
  margin-left: 50%;
}
#popup-register-club-new2 .club_popup_container{
  margin: 0;
  padding: 90px 20px;

}
#popup-register-club-new2 .club_popup_container .club_popup_title {
  text-align: left;
}
#popup-register-club-new2 .club_popup_title span{
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media (max-width: 700px) {
  .club_popup_container {
    margin: 0px;
  }
  .popup-mod-2__content.popup_club-2-2 {
    width: 90%;
    background: #fff;

  }
  #popup-register-club-new2{
    width: 100%;
    margin-left: 0;
  }
}

.trck-under-menu-clicked {
  background: #56a5b8;
}

.pc_hidden{
  display: none;
}
@media (max-width: 700px) {
  .pc_hidden{
    display: block;
  }
  .mobile_hidden {
    display: none;
  }
}


.logo-dark{
  display: none;
}


/*
@media (prefers-color-scheme: dark) {
  .logo-light{
    display: none;
  }
  .logo-dark{
    display: block;
  }
}*/

@media (min-width: 480px) and (max-width: 1024px) {
  body .header-main #main_menu_row .main_menu > ul > li > a{
    font-size: 10px;
  }
  #main_news_articles .col-md-6{
    width: 50%;
    float: left;
  }
  .content #main_news .main_news_list .main_news_list_element .main_news_list_element_preiew {
    width: 100%;
    float: none;
  }
  .arts.ownd-arts, .container-fluid .owl-carousel.ownd-actions-carousel {
    width: 95%;
  }
  .club_bottom_block .club_bottom_form_inner .btn-block div {
    width: 100%;
    font-size: 10px;
  }
  .container-fluid .content .carousel-product-row .index_new_products_element_name a.ownd-item-name-centered {
    font-size: 10px;
  }
  .catalog-element-title {
    font-size: 12px;
  }
  .container-fluid div.bx_filter_input_container {
    font-size: 10px;
  }

  .main_news_list .main_news_list_element:nth-child(3),
  .main_news_list .main_news_list_element:nth-child(4) {
    display: none;
  }
  #main_news.ownd-index-news .main_news_list_element {
    height: 100px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .container-fluid .owl-carousel.ownd-actions-carousel {
    width: 103%;
  }
  .arts.ownd-arts {
    width: 95%;
  }
}

@media (min-width: 480px) and (max-width: 990px) {
  #bottom_banners .bottom_banners_element:nth-child(5) {
    display: none;
  }
}

#main_banner .bxslider li .ownd-index-banner-block {/*:nth-child(7)*/
  display: none;
}
@media all and (min-width: 768px) {
  .content #main_banner_row #main_banner {
    overflow: visible!important;
  }
}
@media all and (max-width: 500px) {
  #main_banner {
    height: auto;
  }
  .club_bottom_block .club_bottom_form_inner .btn-block button,
  .club_bottom_block .club_bottom_form_inner .btn-block div{
    max-width: 150px;
  }

  .content .pagination a{
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
  .content .pagination .active {
    line-height: 22px;
  }
}

.pc-hidden {
  display: none!important;
}

.desc-box .bottom-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.desc-box .bottom-box.compare-box {
  justify-content: right;
}

.social-box-cnt {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.info-box {
  width: 100%;
  border: 1px solid #c7c7c7;
  padding: 25px 0 25px 20px;
  margin-bottom: 30px;
}

a.brandLink {
  text-decoration: none;
}
.add_btn_cnt .ownd-detail-grey-button.ownd-one-click-new,
.add_btn_cnt .ownd-detail-grey-button#pos-credit-link{
  color: #5b5959;
}

@media (min-width: 1023px) {
  .club-box-main {
    padding: 9px 2px 10px 2px;
  }
  .club-box{
    padding-right: 10px;
  }
  .ownd-detail-block > div .club-box-discount .club-box-main .title {
    padding: 0 10px;
  }
  .club-box-main, .club-box-main.not_registered_club {
    max-width: 165px;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .club-box-main, .club-box-main.not_registered_club {
    max-width: 170px;
    white-space: nowrap;
  }
}
@media all and (max-width: 900px) {
  .container .detail-box .desc-box .info-box {
    display: block;
  }
  .container .detail-box .desc-box .info-box .list-step:first-child {
    width: 100%;
  }
}
@media (min-width: 741px) and (max-width: 1024px) {
  .ownd-detail-block > div .club-box {
    width: 100%;
  }
  .arts.ownd-arts .art {
    height: 270px;
  }
}
@media (min-width: 741px) and (max-width: 999px) {
  .ownd-detail-block > div .club-box {
    width: calc(100% - 5px);
  }
}

@media (min-width: 480px) and (max-width: 740px) {
  .arts.ownd-arts .art {
    height: 274px;
  }
}

@media (min-width: 416px) and (max-width: 740px) {
  .ownd-detail-block {
    width: 100%;
  }
  .ownd-detail-block > div:first-child {
    padding: 0 10px 0 0;
    width: 100%;
  }
  .ownd-detail-block > div .club-box {
    width: calc(100% - 10px);
    float: right;
  }
  .pc-hidden {
    display: block!important;
  }
  .mobile-hidden {
    display: none!important;
  }
  .kod-mobile-cnt {
    display: flex;
    justify-content: space-between;
  }
  .kod-mobile-cnt div:first-child {
    width: 30%;
  }
  .ownd-detail-block > div:last-child {
    padding-right: 11px;
    width: 50%;
  }
  .ownd-detail-block > div .club-box {
    width: calc(100% - 5px);
    float: right;
  }
  .club-box-main {
    width: 100%;
  }
}
@media all and (max-width: 415px) {
  .pc-hidden {
    display: block!important;
  }
  .mobile-hidden {
    display: none!important;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .arts .art {
    margin-bottom: 20px;
  }
  .content .container .col-md-12, .container .container {
    padding: 0px;
  }
  .container-fluid .owl-carousel .owl-item img {
    width: 99%;
    margin: auto;
  }
  .arts.ownd-arts .art {
    height: 300px;
  }
  #main_brands .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
  }
  .ownd-detail-block > div .club-box-main .title {
    font-size: 13px;
  }
  .ownd-detail-block > div:first-child {
    padding: 8px 0 0 10px;
  }

  .kod-mobile-cnt {
    display: flex;
    justify-content: space-between;
  }
  .kod-mobile-cnt div:first-child {
    width: 30%;
  }

  .desc-box .bottom-box {
    display: block;
  }
  .ownd-detail-block > div:last-child {
    padding-right: 11px;
    width: 55%;
  }
  .ownd-detail-block > div .club-box {
    width: calc(100% + 5px);
    float: right;
  }
  .social-box-cnt {
    justify-content: right;
  }
  .club-box-main {
    padding: 11px 9px 11px 9px;
  }
  .detail-brand-top {
    font-weight: bold;
  }
  .club-box-main {
    width: 100%;
  }
  .detail-box {
    padding-top: 20px;
  }

}


.search_count {
  margin-bottom: 10px;
}

.menu_subtitile {
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
}

.bx_filter .widget-filter {
  border: none;
}
body .catalog_show_more_cnt {
  display: none;
  width: 100%;
  text-align: center;
}
body .container-fluid .button.catalog_show_more {
  display: inline-block;
  margin: 20px auto 0 auto;
  line-height: 28px;
}

.catalog-table-full {
  max-height: none!important;
}
@media all and (max-width: 740px) {
  body .catalog_show_more_cnt {
    display: block;
  }
}
@media all and (max-width: 480px) {
  #wrapper .pagination {
    margin-bottom: 10px;
  }
  .sidebar .bx_filter .bx_filter_parameters_box {
    margin-bottom: 5px;
  }
  .sidebar .bx_filter .bx_filter_parameters_box_title {
    padding: 5px 0 5px 10px;
  }
}
body {
  position: relative;
}
.upbtn {
  opacity: 0.8;
  z-index: 9999;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -150px;
  right: 10px;
  cursor: pointer;
  border:3px solid #56a5b8;
  border-radius: 50%;
  transition: all .7s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;

  background-image: url('images/up.png');
  background-size: 50px 50px;
}
.upbtn:hover {
  opacity: 1;

}

:root {
  --scrollbarBg: rgba(255, 255, 255, 1);
  --scrollbarThumb: rgba(199, 199, 199, 1);/*rgba(60, 150, 172, 1);*/
  --scrollbarWidth: 8px;
  --scrollbarBorder: 1px solid var(--scrollbarBg);
  --scrollbarBorderRadius: calc(var(--scrollbarWidth) / 2);
}
.sidebar .bx_filter_parameters_box .bx_filter_block,
.sidebar .widget-filter .filter-main {
  scrollbar-width: var(--scrollbarWidth);
  scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg);
}
.sidebar .bx_filter_parameters_box .bx_filter_block::-webkit-scrollbar,
.sidebar .widget-filter .filter-main::-webkit-scrollbar{
  width: var(--scrollbarWidth);
}
.sidebar .bx_filter_parameters_box .bx_filter_block::-webkit-scrollbar-track,
.sidebar .widget-filter .filter-main::-webkit-scrollbar-track{
  background: var(--scrollbarBg);
  border-radius: var(--scrollbarBorderRadius);
}
.sidebar .bx_filter_parameters_box .bx_filter_block::-webkit-scrollbar-thumb,
.sidebar .widget-filter .filter-main::-webkit-scrollbar-thumb{
  background-color: var(--scrollbarThumb);
  border-radius: var(--scrollbarBorderRadius);
  border: var(--scrollbarBorder);
}

body .bx_filter .bx_ui_slider_part.p5 span {
  margin-left: -45px;
  width: 70px;
}


.bx_filter .bx_filter_parameters_box .bx_filter_parameters_box_title:after{
  width: 10px;
  height: 7px;
  background: url(images/bg-filter-title.png) no-repeat 95% center;
  transform: rotate(180deg);
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
  width: 10px;
  height: 7px;
  background: url(images/bg-filter-title.png) no-repeat 95% center;
  transform: rotate(0deg);
}

.sidebar .bx_filter_parameters_box .bx_filter_block {
  min-height: 110px!important;
}

.catalog_pagination_cnt {
  margin-bottom: 20px;
}

.pdf-box-cnt {
  margin:30px 20px;
  display:flex;
  justify-content: flex-start;

}

.pdf-ico {
  margin-right:10px;
  width:40px;
}

.pdf-ico img {
  max-width: 100%;
}

.pdf-box-cnt .pdf-text a{
  text-decoration:none;
  font-weight: 600;
  color: #2c2c2c;
  font-size:13px;
}
.pdf-box-cnt .pdf-text a:hover {
  text-decoration:underline;
  color:#1ca4bb;
}

.breadcrumb-parent {
  position:relative;
  padding-right:3px;
}

.breadcrumb-parent:after {
  display:block;
  content: '\25BC';
  font-size:7px;
  color:#1ca4bb;
  position:absolute;
  top:2px;
  right: -8px;
}
.breadcrumb-parent:hover:after{
  content: '\25B2';
}

.breadcrumb-submenu {
  display:none;
  position:absolute;
  min-width:150px;
  top:15px;
  left: -10px;
  background: #fff;
  padding:  15px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  z-index:999;
}

.breadcrumb-submenu li {
  list-style:none;
  line-height:20px;
}

.breadcrumb-submenu li a{
  white-space:nowrap;
}

.breadcrumb-parent:hover .breadcrumb-submenu {
  display:block;
}

.article_list_type {
  color:#1ca4bb
}