<center class="mycenter">
Это Ваша личная страничка для "Избранного". Вы можете просто добавить её в "Избранное". 
</center>
<br>


<div id="zakaz">
<<loctid>>

<$select tiddler='$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions'>
<option>show</option>
<option>hide</option>
</$select>
{{$:/core/ui/Buttons/save-wiki}} 


</div>

<<tabs "$:/temp/_mybag/tiles $:/temp/_mybag/sliders" "$:/temp/_mybag/tiles">>










<div style="display:none;">{{google_form}} </div>
<div style="display:none;">{{yandex_form}} </div>





@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

@-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;
  }
}
@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;
  }
}
@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;
  }
}








.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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    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 {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -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 {
  from, to {
    -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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-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);
  }

  to {
    -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);
  }

  to {
    -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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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);
  }

  to {
    -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 {
  from {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -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);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -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);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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);
  }

  to {
    -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(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -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 {
  from {
    -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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -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);
  }

  to {
    -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 {
  from {
    -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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -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);
  }

  to {
    -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 {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -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;
  }

  to {
    -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 {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -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;
  }

  to {
    -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 {
  from {
    -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;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -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;
  }

  to {
    -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 {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    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 {
  from {
    opacity: 1;
  }

  to {
    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 {
  from {
    opacity: 1;
  }

  to {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
`
   .input_th{ 
margin-top: -34px;
    margin-bottom: 30px;
position: relative;
}


.arrows_th{
width:5%;
display: inline-block !important;
cursor:pointer;
opacity:0.5;
}

.slider2 input:nth-of-type(1):checked  ~  .input_th label:nth-of-type(1) , 
.slider2 input:nth-of-type(2):checked  ~  .input_th label:nth-of-type(2) ,  
.slider2 input:nth-of-type(3):checked  ~  .input_th label:nth-of-type(3) ,
.slider2 input:nth-of-type(4):checked  ~  .input_th label:nth-of-type(4) , 
.slider2 input:nth-of-type(5):checked  ~  .input_th label:nth-of-type(5) ,
.slider2 input:nth-of-type(6):checked  ~  .input_th label:nth-of-type(6) , 
.slider2 input:nth-of-type(7):checked  ~  .input_th label:nth-of-type(7) ,  
.slider2 input:nth-of-type(8):checked  ~  .input_th label:nth-of-type(8) ,
.slider2 input:nth-of-type(9):checked  ~  .input_th label:nth-of-type(9) , 
.slider2 input:nth-of-type(10):checked  ~  .input_th label:nth-of-type(10) {
opacity:1;
}

.arrows_th img{
width:100%;
}


.lifted {
    position: relative;
    margin: 0em 0px 4em;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 0px 40px rgba(0,0,0,0.1);
    -moz-border-radius: 4px;
}

 
.lifted:before,
.lifted:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:15px;
        left:10px;
        width:50%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
 
.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}




.slider2 {
    display: block;
    height: auto;
    width: 130%;
    margin: auto;
    overflow: hidden;
background-color:#eee;
    position: relative;
    margin-left: -15%;
text-align: center;
}

.slider2 .slides2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider2 .slides2 > div {
    list-style: none;
    height: 100%;
    width: 500%;
    position: relative;
    left: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 600px; 
    -moz-perspective: 600px; 
    perspective: 600px;
    -webkit-perspective-origin: 10% 50%; 
    -moz-perspective-origin: 10% 50%; 
    perspective-origin: 10% 50%;
}

.slides2 > div > span {
	/* Run the tranistions */
	-webkit-transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	-moz-transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	-o-transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);

	width: 10%;
	float: left;

	opacity: 1;
	overflow: hidden;
	display: block;
	position: relative;
	font-size: 1em;
	top: 20px;
	z-index: 1;
}

/* Display none, so the user doesn't see whats happening with the radio buttons */
.slider2 input[type=radio] {
	display: none;
}

.slider2 .slides2 > div > span  img {

    margin: auto;
margin-bottom:-13px;
    height: auto;
    width: 100%;
}


/* Style the arrows so they look nice! */

.slider2 .arrows {
text-align:left;
    font-size: 120px;
    color: #000;
    position: absolute;
    top: 41%;
    display: none;
    cursor: pointer;
    width: 26%;
    margin-left: -5%;
    margin-right: -5%;
    margin-top: -60px;
    z-index: 500;
    background-color: transparent;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
    padding: 40px;
    
}





.slider2 .arrows::before {
    font-family: "fontawesome";
    content: "\f105";
    color: #fff;
    text-decoration: none;
}






.slider2 .arrows:hover {
   opacity:0.5; 
-webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}

/* The info boxes */
.slides2 .info {
    width: 100%;
    padding: 16px;
    position: absolute;
    bottom: -93px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    -webkit-transition: all 1s 0.2s cubic-bezier(1, 0, 0.6, 1);
    transition: all 1s 0.2s cubic-bezier(1, 0, 0.6, 1);
    color: #fff;
    background-color: rgba(30, 30, 30, 0.5);
text-align:left;
}



.slides2 .info strong {
	border-bottom: 2px solid #fff;
	padding: 3px 0;
}

.slides2 .info em {
	font-size: 1.1em;
	float: right;
	padding-top: 4px;
	color: rgba(255,255,255);
}

/* This is for positioning the arrows */
.slider2 input:nth-of-type(1):checked ~ label:nth-of-type(2),
 .slider2 input:nth-of-type(2):checked ~ label:nth-of-type(3),
 .slider2 input:nth-of-type(3):checked ~ label:nth-of-type(4),
 .slider2 input:nth-of-type(4):checked ~ label:nth-of-type(5),
.slider2 input:nth-of-type(5):checked ~ label:nth-of-type(6),
 .slider2 input:nth-of-type(6):checked ~ label:nth-of-type(7),
 .slider2 input:nth-of-type(7):checked ~ label:nth-of-type(8),
 .slider2 input:nth-of-type(8):checked ~ label:nth-of-type(9),
 .slider2 input:nth-of-type(9):checked ~ label:nth-of-type(10)
 {
    right: 10%;
    display: block;
}

/* Since there is no previous sibling selector in CSS, we have to select the correct arrow, reposition it and rotate it 180deg so it appears as though it's a back arrow */
.slider2 input:nth-of-type(2):checked ~ label:nth-of-type(1), 
.slider2 input:nth-of-type(3):checked ~ label:nth-of-type(2), 
.slider2 input:nth-of-type(4):checked ~ label:nth-of-type(3),
 .slider2 input:nth-of-type(5):checked ~ label:nth-of-type(4),
.slider2 input:nth-of-type(6):checked ~ label:nth-of-type(5), 
.slider2 input:nth-of-type(7):checked ~ label:nth-of-type(6), 
.slider2 input:nth-of-type(8):checked ~ label:nth-of-type(7),
 .slider2 input:nth-of-type(9):checked ~ label:nth-of-type(8),
 .slider2 input:nth-of-type(10):checked ~ label:nth-of-type(9)

 {
	left: 10%;
    display: block;
    -webkit-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);

}



/* The next bit is a bit wordy, but it just positions the slides at either side of the selected slide 
   so we get a cool 3D effect */

.slider2 input:nth-of-type(1):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(2) ,
.slider2 input:nth-of-type(2):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(3) , 
.slider2 input:nth-of-type(3):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(4) ,
.slider2 input:nth-of-type(4):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(5) , 
.slider2 input:nth-of-type(5):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(6) ,
.slider2 input:nth-of-type(6):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(7) , 
.slider2 input:nth-of-type(7):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(8) ,
.slider2 input:nth-of-type(8):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(9) ,
.slider2 input:nth-of-type(9):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(10)
{
	-webkit-transform: rotateY(-10deg) scale(0.8) translateX(-10%);
	transform: rotateY(-10deg) scale(0.8) translateX(-10%);
	z-index: 0;
opacity:0.55;
}

.slider2 input:nth-of-type(2):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(1), 
.slider2 input:nth-of-type(3):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(2),
.slider2 input:nth-of-type(4):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(3), 
.slider2 input:nth-of-type(5):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(4),
.slider2 input:nth-of-type(6):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(5), 
.slider2 input:nth-of-type(7):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(6),
.slider2 input:nth-of-type(8):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(7), 
.slider2 input:nth-of-type(9):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(8),
.slider2 input:nth-of-type(10):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(9)

{
	-webkit-transform: rotateY(10deg) scale(0.8) translateX(10%);
	transform: rotateY(10deg) scale(0.8) translateX(10%);
	z-index: 0;
opacity:0.5;
}

/* Show the info box when the user selects the slides */
.slider2 input:nth-of-type(1):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(1) .info, 
.slider2 input:nth-of-type(2):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(2) .info,  
.slider2 input:nth-of-type(3):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(3) .info,
.slider2 input:nth-of-type(4):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(4) .info, 
.slider2 input:nth-of-type(5):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(5) .info,
.slider2 input:nth-of-type(6):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(6) .info, 
.slider2 input:nth-of-type(7):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(7) .info,  
.slider2 input:nth-of-type(8):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(8) .info,
.slider2 input:nth-of-type(9):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(9) .info, 
.slider2 input:nth-of-type(10):checked  ~ .slides2 > .tk-museo-sans span:nth-of-type(10) .info {
	bottom: 79px;
}



/* .. and finally, move the slides into the correct position when the user clicks the arrow, so the right
   slide is selected */

.slider2 input:nth-of-type(1):checked ~ .slides2 > div > span { left: 5% }
.slider2 input:nth-of-type(2):checked ~ .slides2 > div > span { left: -5% }
.slider2 input:nth-of-type(3):checked ~ .slides2 > div > span { left: -15% }
.slider2 input:nth-of-type(4):checked  ~ .slides2 > div > span { left: -25% }
.slider2 input:nth-of-type(5):checked ~ .slides2 > div > span { left: -35% }
.slider2 input:nth-of-type(6):checked ~ .slides2 > div > span { left: -45% }
.slider2 input:nth-of-type(7):checked ~ .slides2 > div > span { left: -55% }
.slider2 input:nth-of-type(8):checked ~ .slides2 > div > span { left: -65% }
.slider2 input:nth-of-type(9):checked ~ .slides2 > div > span { left: -75% }
.slider2 input:nth-of-type(10):checked ~ .slides2 > div > span { left: -85% }
`
.logo {
    text-shadow: 1px -1px rgba(0,0,0,0.5);
    line-height: 0.9em;
    padding-top: 12px;
    letter-spacing: 0px;
    font-style: italic;
    color: #fcfdfa;
    font-size: 30px;
    padding-left: 96px;
    margin-top: 10px;
    margin-bottom: -5px;
    height: 95px;
    width: 327px;
    background-repeat: no-repeat;
    background-image: url(images/Bmart4_4_1_big.png);
    text-align: left;
    background-position: left top;
    display: inline-table;
    position: relative;
    top: -15px;
    margin-left: 10px;
    margin-right: -40px;
    z-index: 5;
}

.tw-table-of-contents-top {
  height:108px;
}











@media only screen and (device-width : 1280px) and (orientation : landscape) {

.tw-table-of-contents-top {
  height:99px;
}

.sylka {
font-size: 23.5px;
line-height: 50px;
}

}


@media only screen and (min-device-width : 1200px) {
.col-4 {
width: 25%;
float: left;
}

.onclean {
    margin-left: -20px;
    margin-right: 10px;
}

.img-square {
padding: 43%;

}

.item_nazvanie {
line-height: 1.1em;
padding: 15px 5px;
margin-bottom: 25px;
}

.shop_options{
padding-left: 0%;
float:left;
padding-bottom: 5px;
width: 100%;
}


}



@media only screen and (device-width : 1024px) and (orientation : portrait) {


.logo {
    top: 10px;
    background-image: url(images/Bmart4_4_1_740.png);
    margin-left: -20px;
    margin-right: -40px;
}

.slider2 input:nth-of-type(1):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(1) .info, .slider2 input:nth-of-type(2):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(2) .info, .slider2 input:nth-of-type(3):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(3) .info, .slider2 input:nth-of-type(4):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(4) .info, .slider2 input:nth-of-type(5):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(5) .info, .slider2 input:nth-of-type(6):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(6) .info, .slider2 input:nth-of-type(7):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(7) .info, .slider2 input:nth-of-type(8):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(8) .info, .slider2 input:nth-of-type(9):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(9) .info, .slider2 input:nth-of-type(10):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(10) .info {
    bottom: 79px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}


.textboxrazdel {
    font-size: 18px;
}

}



@media only screen and (device-width : 1024px) and (orientation : landscape) {

.tw-table-of-contents-top {
  height:95px;
}

.logo {
    top: 10px;
    background-image: url(images/Bmart4_4_1_740.png);
    margin-left: 30px;
    margin-right: -150px;
}


.sylka {
font-size: 28px;
line-height: 50px;
}

.col-white {
font-size: 14.9px;
line-height: 32px;
padding-right: 30px; /* Отступ справа */
margin-left: 10px; /* Отступ слева */
}

.col-4 {
width: 33.333333%;
float: left;
}

.onclean {
    margin-left: -20px;
    margin-right: 10px;
}

.img-square {
padding: 43%;

}

.item_nazvanie {
line-height: 1.1em;
padding: 15px 5px;
margin-bottom: 35px;
}

.shop_options{
padding-left: 0%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.slider2 input:nth-of-type(1):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(1) .info, .slider2 input:nth-of-type(2):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(2) .info, .slider2 input:nth-of-type(3):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(3) .info, .slider2 input:nth-of-type(4):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(4) .info, .slider2 input:nth-of-type(5):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(5) .info, .slider2 input:nth-of-type(6):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(6) .info, .slider2 input:nth-of-type(7):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(7) .info, .slider2 input:nth-of-type(8):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(8) .info, .slider2 input:nth-of-type(9):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(9) .info, .slider2 input:nth-of-type(10):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(10) .info {
    bottom: 79px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}

.textboxrazdel {
    font-size: 18px;
}


}

@media only screen and (device-width : 812px) and (orientation : landscape) {
.logo {
    background-image: url(images/Bmart4_4_1_740.png);
    display: inline-table;
    text-align: left;
    padding-right: 5px;
    z-index: 5;
    margin-top: 5px;
    height: 50px;
    width: 115px;
    margin-right: 0px;
    background-position: left top;
    background-repeat: no-repeat;
    top: 10px;
    margin-left: -20px;
    margin-right: 40px;
}

.tw-table-of-contents-top {
  height:70px;
}

.tw-table-of-contents-top li {
top: -10px;

}

.menudecor {
float: left;
margin-left: 5%;
padding: 10px 0 0 0;
margin-right: 55px;
}

.col-darkgrey{
display: none;

}

.col-white {
font-size: 14.9px;
line-height: 32px;
padding-right: 30px; /* Отступ справа */
margin-left: 10px; /* Отступ слева */

}

.sylka {
font-size: 25px;
line-height: 38px;
}

.shop_options{
padding-left: 3%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.slider2 input:nth-of-type(1):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(1) .info, .slider2 input:nth-of-type(2):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(2) .info, .slider2 input:nth-of-type(3):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(3) .info, .slider2 input:nth-of-type(4):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(4) .info, .slider2 input:nth-of-type(5):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(5) .info, .slider2 input:nth-of-type(6):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(6) .info, .slider2 input:nth-of-type(7):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(7) .info, .slider2 input:nth-of-type(8):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(8) .info, .slider2 input:nth-of-type(9):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(9) .info, .slider2 input:nth-of-type(10):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(10) .info {
    bottom: 80px;
}


body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}

.textboxrazdel {
    font-size: 16px;
}

}


@media only screen and (min-device-width : 813px) and (max-device-width : 960px) and (orientation : landscape) {

.col-darkgrey{
display: none;

}

.slider2 input:nth-of-type(1):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(1) .info, .slider2 input:nth-of-type(2):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(2) .info, .slider2 input:nth-of-type(3):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(3) .info, .slider2 input:nth-of-type(4):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(4) .info, .slider2 input:nth-of-type(5):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(5) .info, .slider2 input:nth-of-type(6):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(6) .info, .slider2 input:nth-of-type(7):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(7) .info, .slider2 input:nth-of-type(8):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(8) .info, .slider2 input:nth-of-type(9):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(9) .info, .slider2 input:nth-of-type(10):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(10) .info {
    bottom: 80px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}

.textboxrazdel {
    font-size: 16px;
}
}


@media only screen and (device-width : 812px) and (orientation : portrait) {

.col-darkgrey{
display: none;

}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}

.textboxrazdel {
    font-size: 16px;
}


}




@media only screen and (device-width : 800px) and (orientation : portrait) {

.tw-table-of-contents-top li {
top: -15px;
}
.logo {
    top: 10px;
}

.col-white {
font-size: 14.9px;
line-height: 30px;
padding-right: 30px; /* Отступ справа */
margin-left: 10px; /* Отступ слева */
}

.sylka {
font-size: 23.5px;
line-height: 38px;
}

.shop_options{
padding-left: 3%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.textboxrazdel {
    font-size: 16px;
}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 800px) and (orientation : portrait) {
.logo {
    background-image: url(images/Bmart4_4_1_740.png);
    display: inline-table;
    text-align: left;
    padding-right: 5px;
    z-index: 5;
    margin-top: 5px;
    height: 42px;
    width: 110px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: -10px;
    margin-right: 71.6px;
}
.menudecor {
float: left;
margin-left: 5%;
padding: 10px 0 0 0;
margin-right: 55px;
}

.tw-table-of-contents-top {
  height:70px;
}


.tc-tiddler-frame .tc-tiddler-body {
    font-size: 13px;
    line-height: 20px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}

.slider2 input:nth-of-type(1):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(1) .info, .slider2 input:nth-of-type(2):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(2) .info, .slider2 input:nth-of-type(3):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(3) .info, .slider2 input:nth-of-type(4):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(4) .info, .slider2 input:nth-of-type(5):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(5) .info, .slider2 input:nth-of-type(6):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(6) .info, .slider2 input:nth-of-type(7):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(7) .info, .slider2 input:nth-of-type(8):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(8) .info, .slider2 input:nth-of-type(9):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(9) .info, .slider2 input:nth-of-type(10):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(10) .info {
    bottom: 45px;
}

.textboxrazdel {
    font-size: 16px;
}

}

@media only screen and (device-width : 768px) and (orientation : portrait) {

.tw-table-of-contents-top li {
top: 0px;
}


.col-white {
font-size: 14.9px;
line-height: 28px;
padding-right: 30px; /* Отступ справа */
margin-left: 10px; /* Отступ слева */
}

.col-darkgrey{
display: none;

}

.sylka {
font-size: 26px;
line-height: 55px;
}

.col-2 {

width: 46%;
height: 320px;
}

.shop_options{
padding-left: 3%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.tc-tiddler-frame .tc-tiddler-body {
    font-size: 13px;
    line-height: 20px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}


.logo {
    top: 0px;
}

.textboxrazdel {
    font-size: 16px;
}

}


@media only screen and (min-device-width : 640px) and (max-device-width : 740px) and (orientation : landscape) {

.tw-table-of-contents-top {
  height:55px;
}

.tw-table-of-contents-top li {
top: -10px;

}

.col-white {
font-size: 10.8px;
line-height: 22px;
padding-right: 30px; /* Отступ справа */
margin-left: 10px; /* Отступ слева */
}

.sylka {
font-size: 24px;
line-height: 55px;
}


.logo {
    background-image: url(images/Bmart4_4_1_740.png);
    display: inline-table;
    text-align: left;
    padding-right: 5px;
    z-index: 5;
    margin-top: 5px;
    height: 50px;
    width: 110px;
    background-position: left top;
    background-repeat: no-repeat;
    top: 0px;
    margin-left: -5px;
    margin-right: 45px;
}

.menudecor {
float: left;
margin-left: 5%;
padding: 10px 0 0 0;
margin-right: 55px;
}

.col-darkgrey{
display: none;

}

.tc-tiddler-frame .tc-tiddler-body {
    font-size: 13px;
    line-height: 20px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}

.slides2 .info em {
    padding-top: 0px;
    }

.slider2 input:nth-of-type(1):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(1) .info, .slider2 input:nth-of-type(2):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(2) .info, .slider2 input:nth-of-type(3):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(3) .info, .slider2 input:nth-of-type(4):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(4) .info, .slider2 input:nth-of-type(5):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(5) .info, .slider2 input:nth-of-type(6):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(6) .info, .slider2 input:nth-of-type(7):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(7) .info, .slider2 input:nth-of-type(8):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(8) .info, .slider2 input:nth-of-type(9):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(9) .info, .slider2 input:nth-of-type(10):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(10) .info {
    bottom: 45px;
}


.shop_options{
padding-left: 4%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.textboxrazdel {
    font-size: 16px;
}

}

@media only screen and (device-width : 600px) and (orientation : portrait) {

.logo {
    background-image: url(images/Bmart4_4_1_360.png);
    display: inline-table;
    text-align: left;
    padding-right: 0px;
    z-index: 5;
    height: 35px;
    width: 52px;
    background-position: left top;
    background-repeat: no-repeat;
    top: -5px;
    margin-left: 5px;
    margin-right: 10px;
 }
.col-darkgrey{
display: none;

}


.col-2 {
height: 210px;


}

.tw-table-of-contents-top {
    height: 70px;
}

.tc-tiddler-frame .tc-tiddler-body {
    font-size: 13px;
    line-height: 20px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}


.shop_options{
padding-left: 4%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.textboxrazdel {
    font-size: 16px;
}

}


@media only screen and (min-device-width : 450px) and (max-device-width : 639px) and (orientation : landscape) {

.col-darkgrey {
display: none;

}
}

@media only screen and (device-width : 568px) and (orientation : landscape) {


#aside1{width:100% !important; height:30px;}

.tw-table-of-contents-top {
  height:60px;

}

.tw-table-of-contents-top li {
font-size: 15px;

}

.slideshow .slide .title_2 {
display: none;
}


.logo {
    background-image: url(images/Bmart4_4_1_360.png);
    display: inline-table;
    text-align: left;
    padding-right: 0px;
    z-index: 5;
    height: 35px;
    width: 52px;
    background-position: left top;
    background-repeat: no-repeat;
    top: -5px;
    margin-left: -10px;
    margin-right: 15px;
 }
.col-darkgrey{
display: none;

}

.col-white {
font-size: 12.5px;
line-height: 20px;
padding-right: 30px; /* Отступ справа */
margin-left: 10px; /* Отступ слева */


}

.sylka {
font-size: 24px;
line-height: 50px;
}

.slider {
max-width: 380px;
}

.col-4 {
padding-right: 5px;
padding-left: 5px;

}

.slideshow .slides {
max-width: 480px;
max-height: 280px;
}

.col-2 {
height: 280px;
width: 50%;
padding-right: 2px;
padding-left: 10px;

}

.tc-tiddler-frame .tc-tiddler-body {
    font-size: 13px;
    line-height: 20px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}

 .slider2 input:nth-of-type(1):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(1) .info, .slider2 input:nth-of-type(2):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(2) .info, .slider2 input:nth-of-type(3):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(3) .info, .slider2 input:nth-of-type(4):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(4) .info, .slider2 input:nth-of-type(5):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(5) .info, .slider2 input:nth-of-type(6):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(6) .info, .slider2 input:nth-of-type(7):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(7) .info, .slider2 input:nth-of-type(8):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(8) .info, .slider2 input:nth-of-type(9):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(9) .info, .slider2 input:nth-of-type(10):checked ~ .slides2 > .tk-museo-sans span:nth-of-type(10) .info {
    bottom: 45px;
}

.shop_options{
padding-left: 4%;
float:left;
padding-bottom: 5px;
width: 100%;
}


.textboxrazdel {
    font-size: 16px;
}

}


@media only screen and (device-width : 480px) and (orientation : portrait) {

.col-darkgrey{
display: none;

}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}

.textboxrazdel {
    font-size: 16px;
}


}



@media only screen and (device-width : 414px) and (orientation : portrait) {


#aside1{width:100% !important; height:30px;}

.tw-table-of-contents-top {
  height:60px;
}

.logo {
    background-image: url(images/Bmart4_4_1_360.png);
    display: inline-table;
    text-align: left;
    padding-right: 0px;
    z-index: 5;
    height: 35px;
    width: 52px;
    background-position: left top;
    background-repeat: no-repeat;
    top: -5px;
    margin-left: 5px;
    margin-right: 10px;
 }
.col-darkgrey{
display: none;

}

.col-white {
font-size: 12.5px;
line-height: 20px;
padding-right: 30px; /* Отступ справа */
margin-left: 10px; /* Отступ слева */


}

.sylka {
font-size: 24px;
line-height: 50px;
}

.tc-tiddler-frame .tc-tiddler-body {
    font-size: 13px;
    line-height: 20px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}



.shop_options{
padding-left: 7%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.textboxrazdel {
    font-size: 14px;
}


}

@media only screen and (device-width : 412px) and (orientation : portrait) {

.col-darkgrey{
display: none;

}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}


.textboxrazdel {
    font-size: 14px;
}

}

@media only screen and (device-width : 411px) and (orientation : portrait) {


#aside1{width:100% !important; height:30px;}

.tw-table-of-contents-top {
  height:60px;
}

.logo {
    background-image: url(images/Bmart4_4_1_360.png);
    display: inline-table;
    text-align: left;
    padding-right: 0px;
    z-index: 5;
    height: 35px;
    width: 52px;
    background-position: left top;
    background-repeat: no-repeat;
    top: -5px;
    margin-left: 0px;
    margin-right: -5px;
 }
.col-darkgrey{
display: none;

}

.col-white {
font-size: 12.5px;
line-height: 20px;
padding-right: 30px; /* Отступ справа */
margin-left: 10px; /* Отступ слева */


}

.sylka {
font-size: 24px;
line-height: 50px;
}

.tc-tiddler-frame .tc-tiddler-body {
    font-size: 13px;
    line-height: 20px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}



.shop_options{
padding-left: 5%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.textboxrazdel {
    font-size: 14px;
}


}



@media only screen and (device-width : 400px) and (orientation : portrait) {


#aside1{width:100% !important; height:30px;}

.tw-table-of-contents-top {
  height:60px;
}

.logo {
    background-image: url(images/Bmart4_4_1_360.png);
    display: inline-table;
    text-align: left;
    padding-right: 0px;
    z-index: 5;
    height: 35px;
    width: 52px;
    background-position: left top;
    background-repeat: no-repeat;
    top: -5px;
    margin-left: -5px;
    margin-right: 20px;
 }
.col-darkgrey{
display: none;

}

.col-white {
font-size: 12.5px;
line-height: 20px;
padding-right: 30px; /* Отступ справа */
margin-left: 10px; /* Отступ слева */


}

.sylka {
font-size: 24px;
line-height: 50px;
}

.tc-tiddler-frame .tc-tiddler-body {
    font-size: 13px;
    line-height: 20px;
}

body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}


.shop_options{
padding-left: 7%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.textboxrazdel {
    font-size: 14px;
}


}

@media only screen and (min-device-width : 360px) and (max-device-width : 375px) and (orientation : portrait) {
.logo {
    background-image: url(images/Bmart4_4_1_360.png);
    display: inline-table;
    text-align: left;
    padding-right: 0px;
    z-index: 5;
    height: 35px;
    width: 52px;
    background-position: left top;
    background-repeat: no-repeat;
    top: -5px;
    margin-left: -5px;
    margin-right: 30px;
 }

.menudecor {
float: left;
margin-left: 5%;
padding: 10px 0 0 0;
margin-right: -70px;
}


}

/* iPhone 2G-4S in portrait */


@media only screen and (min-device-width : 360px) and (max-device-width : 375px) and (orientation : portrait) {


#aside1{width:100% !important; height:30px;}

.tw-table-of-contents-top {
  height:65px;
}

.col-darkgrey{
display: none;

}

.col-white {
font-size: 14px;
line-height: 20px;

}
.sylka {
font-size: 24px;
line-height: 55px;
}

.tc-tiddler-frame .tc-tiddler-body {
    font-size: 13px;
    line-height: 20px;
}


body.tc-body {
    margin-left: 5px;
    margin-right: 5px;
}


.shop_options{
padding-left: 7%;
float:left;
padding-bottom: 5px;
width: 100%;
}



.textboxrazdel {
    font-size: 14px;
}




}


@media only screen and (device-width : 320px) and (orientation : portrait) {
.logo {
    background-image: url(images/Bmart4_4_1_360.png);
    display: inline-table;
    text-align: left;
    padding-right: 0px;
    z-index: 5;
    height: 35px;
    width: 52px;
    background-position: left top;
    background-repeat: no-repeat;
    top: -5px;
    margin-left: -10px;
    margin-right: 0px;
 }

.menudecor {
float: left;
margin-left: 5%;
padding: 10px 0 0 0;
margin-right: -70px;
}

.col-darkgrey{
display: none;
}

.tw-table-of-contents-top {
  height:65px;
}

.main-content {
margin-right: 2px;
margin-left: -20px;
}

.shop_options{
padding-left: 7%;
float:left;
padding-bottom: 5px;
width: 100%;
}

.tc-tiddler-frame .tc-tiddler-body {
    font-size: 11px;
    line-height: 18px;
}

body.tc-body {
    margin-left: 3px;
    margin-right: 3px;
}

.textboxrazdel {
    font-size: 13px;
}

}




*{
    margin:0;
    padding:0;
}


.container_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: stretch;
    align-content: stretch;
    border-radius: 5px;
    border: 2px solid #999;
}





.slides_1 {
    height:300px;
    margin:5px auto;
    overflow:hidden;
    position:relative;
    width:33%;
    float:left;
    clear:both;
    display:inline;
    border: 2px solid #999;

}
.slides_1 ul {
    list-style:none;
    position:relative;
}

/* Кадры анимации #anim_slides_1 */
@-webkit-keyframes anim_slides_1 {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides_1 {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides_1 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* анимация css3 */
    -webkit-animation-name: anim_slides_1;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides_1;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* Задержки css3 */
.slides_1 ul  li:nth-child(2), .slides_1 ul  li:nth-child(2) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides_1 ul  li:nth-child(3), .slides_1 ul  li:nth-child(3) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides_1 ul  li:nth-child(4), .slides_1 ul  li:nth-child(4) div {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}
.slides_1 ul  li:nth-child(5), .slides_1 ul  li:nth-child(5) div {
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
}

.slides_1 ul  li:nth-child(6), .slides_1 ul  li:nth-child(6) div {
    -webkit-animation-delay: 30.0s;
    -moz-animation-delay: 30.0s;
}

.slides_1 ul  li:nth-child(7), .slides_1 ul  li:nth-child(7) div {
    -webkit-animation-delay: 36.0s;
    -moz-animation-delay: 36.0s;
}


.slides_1 ul li img {
    display:block;
    width:100%;
}

/* Кадры анимации #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}

.slides_1 ul li div {
    background-color:#000000;
    border-radius:10px 10px 10px 10px;
    box-shadow:0 0 5px #FFFFFF inset;
    color:#FFFFFF;
    font-size:14px;
    left:10%;
    margin:0 auto;
    padding:20px;
    position:absolute;
    top:50%;
    width:auto;

    /* Анимация css3 */
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_titles;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

.slides_1 li div h3 {
    z-index: 1000;
    line-height: 60px;
    color: <<colour sidebar-foreground>>;
    background-color: #eeeeee;
    text-align: right;
padding-right:30px;
    position: relative;
bottom:-25%;
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.68) 40%, rgba(255,255,255,1) 58%);

background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.68) 40%,rgba(255,255,255,1) 58%);

background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.68) 40%,rgba(255,255,255,1) 58%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

@media screen and (max-width: 1140px) { 
	.slides_1 li div h3 { font-size: 16px }
}
@media screen and (max-width: 600px) { 
	.slides_1 li div h3 { font-size: 14px }
}

@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 0.7;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 0.7;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 0.7;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 0.7;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
*{
    margin:0;
    padding:0;
}


.container_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: stretch;
    align-content: stretch;
    border-radius: 5px;
    border: 2px solid #999;
}




.slides_3 {
    height:300px;
    margin:10px;
    overflow:hidden;
    position:relative;
    width:1157px;
}
.slides_3 ul {
    list-style:none;
    position:relative;
}

/* Кадры анимации #anim_slides_3 */
@-webkit-keyframes anim_slides_3 {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides_3 {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides_3 ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* анимация css3 */
    -webkit-animation-name: anim_slides_3;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides_3;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* Задержки css3 */
.slides_3 ul  li:nth-child(2), .slides_3 ul  li:nth-child(2) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides_3 ul  li:nth-child(3), .slides_3 ul  li:nth-child(3) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides_3 ul  li:nth-child(4), .slides_3 ul  li:nth-child(4) div {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}
.slides_3 ul  li:nth-child(5), .slides_3 ul  li:nth-child(5) div {
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
}

.slides_3 ul  li:nth-child(6), .slides_3 ul  li:nth-child(6) div {
    -webkit-animation-delay: 30.0s;
    -moz-animation-delay: 30.0s;
}

.slides_3 ul  li:nth-child(7), .slides_3 ul  li:nth-child(7) div {
    -webkit-animation-delay: 36.0s;
    -moz-animation-delay: 36.0s;
}


.slides_3 ul li img {
    display:block;
}

/* Кадры анимации #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}

.slides_3 ul li div {
    background-color:#000000;
    border-radius:10px 10px 10px 10px;
    box-shadow:0 0 5px #FFFFFF inset;
    color:#FFFFFF;
    font-size:16px;
    left:10%;
    margin:0 auto;
    padding:20px;
    position:absolute;
    top:50%;
    width:auto;

    /* Анимация css3 */
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_titles;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}
.slides_3 .slides_3_stroka div h3 {
    z-index: 1000;
    line-height: 60px;
    color: <<colour sidebar-foreground>>;
    background-color: #eeeeee;
    text-align: right;
padding-right:30px;
    position: relative;
bottom:-25%;
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.68) 40%, rgba(255,255,255,1) 58%);

background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.68) 40%,rgba(255,255,255,1) 58%);

background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.68) 40%,rgba(255,255,255,1) 58%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

@media screen and (max-width: 1140px) { 
	.slides_3 li div h3 { font-size: 16px }
}
@media screen and (max-width: 600px) { 
	.slides_3 li div h3 { font-size: 14px }
}

@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 0.7;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 0.7;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 0.7;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 0.7;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}


`/*-----------------------Стиль для слайдера ant_carusel_2 ------------------------------ */

.ant-carousel_2 {
  margin: 50px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 320px;
    height: 320px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 130px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 0px;
	  margin-left: 10px;
	  margin-right: 50px;
      height: 300px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    max-width: 900px;
		float:right;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 160px;
  margin-top: 25px;
  margin-left: 0px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 181px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 181px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 181px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 181px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 181px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 181px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}	


@media only screen and (min-device-width:1200px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 320px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
        margin-top: 5px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 11px;
	  margin-right: 23px;
      height: 320px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 600px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: 20px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 230px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 230px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 260px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 230px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 230px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 230px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 230px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	
}


@media only screen and (max-device-width:1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 330px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
        margin-top: 5px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      padding: 5px 10px;
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-right: 10px;
      height: 330px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 470px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 15px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: -10px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 240px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}	
}



@media only screen and (max-device-width:1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 330px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
        margin-top: 5px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      padding: 5px 10px;
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-right: 10px;
      height: 330px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 470px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 15px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: -10px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 240px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}	
}




@media only screen and (max-device-width:812px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 320px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 11px;
	  margin-right: 23px;
      height: 320px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 410px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: 20px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 230px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	
}





@media only screen and (max-device-width:800px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 330px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
        margin-top: 5px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-right: 5px;
      height: 330px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 420px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 15px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: -10px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 240px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
}





@media only screen and (max-device-width:768px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 325px;
    height: 355px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 5px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.5;
      padding: 5px 5px;
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-right: 80px;
      height: 355px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 335px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: -10px;
  margin-left: 75px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 17px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 17px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 17px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 2px 5px 2px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 250px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 17px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 17px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 17px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 2px 5px 2px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 17px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 3px 5px 5px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	
}




@media only screen and (min-device-width:641px) and (max-device-width:736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 320px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 11px;
	  margin-right: 23px;
      height: 300px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 310px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: 20px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	
}

@media only screen and (max-device-width:736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 320px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 11px;
	  margin-right: 23px;
      height: 320px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 360px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: 20px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	
}

@media only screen and (max-device-width:667px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 332px;
    height: 330px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
        margin-top: 5px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-right: 5px;
      height: 330px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 295px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: -5px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
}


@media only screen and (max-device-width:640px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 332px;
    height: 330px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
        margin-top: 5px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-right: 5px;
      height: 330px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 270px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: -5px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
 position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
 position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
}





@media only screen and (max-device-width:600px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 400px;
    height: 370px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 70px;
        
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 11px;
	  margin-right: 125px;
      height: 400px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 400px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: -5px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 240px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 270px;
 position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 18px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	
}

@media only screen and (max-device-width:568px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 295px;
    height: 310px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 5px;
        margin-top: 5px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-right: 5px;
      height: 310px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 250px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: -5px;
  margin-left: 35px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 3px 5px 5px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 3px 5px 5px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
}



@media only screen and (min-device-width : 400px) and (max-device-width : 414px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 320px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 48px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 11px;
	  margin-right: 50px;
      height: 330px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 310px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: 5px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	}


@media only screen and (max-device-width : 375px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 320px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-right: 38px;
      height: 330px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 310px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: 5px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	
	}



/* iPhone 2G-4S in portrait */
@media only screen and (max-device-width : 360px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 320px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 22px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 11px;
	  margin-right: 23px;
      height: 330px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 310px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: 3px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	
	}



@media only screen and (max-device-width : 320px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){
	.ant-carousel_2 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.slider_img_2_2 {
    object-fit: cover;
    width: 310px;
    height: 320px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 2.5px;
}
.slider_title_2 {
      background: #ffffff;
      color: #000000;
      white-space: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.5;
      padding: 10px 15px;
	  margin-top: 5px;
	  margin-left: 11px;
	  margin-right: 2.5px;
      height: 330px;
	  border-radius: 3px;
      border: 4px solid #ff8c00;
	  text-align:justify;
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    width: 310px;
    }
	

.ant-carousel-element_2 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
}
.ant-carousel-element_2 .sylka_7_1{
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background:linear-gradient(to right, #ff5050 0%, #00ff00 100%);
  padding: 10px 5px 10px 10px;/* верх право низ лево последовательность */
  color: #fff;
  width: 150px;
  margin-top: 3px;
  margin-left: 55px;
  text-align:center;
}
.ant-carousel-element_2 .sylka_7_1:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_7_1:hover{
  background:linear-gradient(to right, #00ff00 0%, #ff5050 100%);
}
.ant-carousel-element_2 .sylka_8{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_8:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_8:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_9{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_9:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_9:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_10{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_10:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_10:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_11{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_11:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_11:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
	
	.ant-carousel-element_2 .sylka_12{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_12:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_12:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}

.ant-carousel-element_2 .sylka_13{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
   width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
}
.ant-carousel-element_2 .sylka_13:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_13:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}
.ant-carousel-element_2 .sylka_14{
  display: none;
  flex: 0 0 auto;
  font-size: 12px;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 1px;
  border: 2px #32cd32;
  background-color:#32cd32;
  padding: 5px 5px 7px 5px;/* верх право низ лево последовательность */
  color: #fff;
  width: 200px;
  position: absolute;
  margin-left: -15px;
  bottom: 0;

}
.ant-carousel-element_2 .sylka_14:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.ant-carousel-element_2 .sylka_14:hover{
  background:linear-gradient(85deg, #fb63f9, #c2e534);
}		
	
	}




/*-----------------------Стиль для слайдера ant_carusel_3 ------------------------------ */
.ant-carousel_3 {
  margin: 50px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
  margin-top: -55px;
  z-index: 1;
}

.slider_img_2_3 {
    object-fit: cover;
    width:100%;
    height: 300px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 130px;
z-index: 3;

}
	

.ant-carousel-element_3 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
  width: 750px;
  height: 300px;
  text-align:center;
  margin-left: 175px;
}


@media only screen and (min-device-width : 1201px) and (orientation : landscape) {
	.ant-carousel_3 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
  margin-top: -55px;
  z-index: 1;
}

.slider_img_2_3 {
    object-fit: cover;
    width: 100%px;
    height: 300px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 230px;
z-index: 3;
}

.ant-carousel-element_3 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
  width: 750px;
  height: 300px;
  text-align:center;
  margin-left: 5px;
}
  
}




@media only screen and (min-device-width : 900px) and (max-device-width : 1200px) and (orientation : landscape) {
	.ant-carousel_3 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
  margin-top: -55px;
  z-index: 1;
}

.slider_img_2_3 {
    object-fit: cover;
    width: 100%;
    height: 300px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 120px;
z-index: 3;
}

.ant-carousel-element_3 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
  width: 750px;
  height: 300px;
  text-align:center;
  margin-left: 5px;
}
  
}


@media only screen and (min-device-width : 768px) and (max-device-width : 800px) and (orientation : portrait) {
	.ant-carousel_3 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
  margin-top: -55px;
  z-index: 1;
}

.slider_img_2_3 {
    object-fit: cover;
    width: 100%;
    height: 300px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 45px;
z-index: 3;
}

.ant-carousel-element_3 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
  width: 650px;
  height: 300px;
  text-align:center;
  margin-left: 2px;
}
  
}

@media only screen and (min-device-width : 736px) and (max-device-width : 812px) and (orientation : landscape) {
	.ant-carousel_3 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
  margin-top: -55px;
  z-index: 1;
}

.slider_img_2_3 {
    object-fit: cover;
    width: 100%;
    height: 300px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 60px;
z-index: 3;
}

.ant-carousel-element_3 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
  width: 620px;
  height: 300px;
  text-align:center;
  margin-left: 5px;
}
  
}

@media only screen and (min-device-width : 600px) and (max-device-width : 667px) and (orientation : landscape) {
	.ant-carousel_3 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
  margin-top: -55px;
  z-index: 1;
}

.slider_img_2_3 {
    object-fit: cover;
    width: 100%;
    height: 300px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 60px;
z-index: 3;
}

.ant-carousel-element_3 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
  width: 500px;
  height: 300px;
  text-align:center;
  margin-left: 10px;
}
  
}


/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width : 400px) and (max-device-width :568px) and (orientation : portrait) {
	.ant-carousel_3 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
  margin-top: -55px;
  z-index: 1;
}

.slider_img_2_3 {
    object-fit: cover;
    width: 100%;
    height: 300px;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: 1px;
       z-index: 3;
}

.ant-carousel-element_3 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
  width: 380px;
  height: 300px;
  text-align:center;
  margin-left: 3.5px;
}
  
}

/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width : 360px) and (max-device-width :375px) and (orientation : portrait) {
	.ant-carousel_3 {
  margin: 20px auto auto;
  padding-top: 10px;
  border: 1px solid #ccd;
  background-color: white;
  margin-top: -55px;
  z-index: 1;
}

.slider_img_2_3 {
    object-fit: cover;
    width: 95%;
    height: auto;
	text-align: center;
	border: 4px solid #FFA500;
	border-radius: 3px;
	margin-left: -5px;
        z-index: 3;
}

.ant-carousel-element_3 {
  display: block;
  flex: 0 0 auto;
  margin-bottom: 25px;
  width: 340px;
  height: 150px;
  text-align:center;
  margin-left: 3.5px;
}
  
}





/*-----------------------Стиль для слайдера container ------------------------------ */
   .slider {
      position: relative;
      overflow: hidden;
      max-width: 1580px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 30px;
    }

    .slider__wrapper {
      display: flex;
      transition: transform 0.6s ease;
    }

    .slider__item {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      float: left; /*Задаем обтекание*/
      display: inline-block;
    }

   
@media (min-width: 1200px) {
      .slider__item {
        flex: 0 0 25%;
        max-width: 25%;
      }
}

@media (min-width: 992px) {
      .slider__item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
    }



@media (min-width: 576px) {
      .slider__item {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

 

    .slider__control {
      position: absolute;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      color: #fff;
      text-align: center;
      bottom: 0;
      background: #F8F8FF;
      opacity: 1;
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
    }

    .slider__control_left {
      left: 0;
      background-color: #f3f8fb;
    }

    .slider__control_right {
      right: -12px;
      background-color: #f3f8fb;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 40px;
      height: 40px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_left::before {
      background: url("http://pvbk.spb.ru/inc/carousel/ant-files/ant-arrow-left.png")no-repeat;
    }

    .slider__control_right::before {
      background: url("http://pvbk.spb.ru/inc/carousel/ant-files/ant-arrow-right.png") no-repeat;
    }

    .slider__content_header {
      position: relative;
      width: 100%;
	  
    }
.slider__content {
	  margin-left: 20px;
	  margin-right: 20px;
	  height: auto;
    }
	
    .slider__content_img {
      display: block;
      height: auto;
      max-width: 100%;
      border: 2px solid #FFA500;
    }
 .slider__content_img_1 {
      display: block;
      height: auto;
      width: 75%;
      border: 2px solid #FFA500;
    }
.slider__content_img_2 {
      display: block;
      height: 200px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__content_img_3 {
      display: block;
      height: 200px;
      width: 85%;
	  border: 2px solid #FFA500;
    }

.slider__content_img_4 {
      display: block;
      height: 200px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__content_img_5 {
      display: block;
      height: 200px;
      width: 100%;
      border: 2px solid #FFA500;
    }


    .slider__content_section {
      position: absolute;
      bottom: 2px;
      left: 2px;
      background: #32CD32;
      color: #fff;
      padding: 2px 2px;
      opacity: .9;
      font-family: Graphik LCG,sans-serif;
      font-size: 13px;
      font-weight: bold;
      vertical-align: middle;
      display: table-cell;;
      width: 170px;
    }

    .slider__content_title {
      background: #f5f5f5;
      color: #424242;
      white-space: normal;
      font-weight: 700;
      font-size: 8px;
      line-height: 1.3;
      padding: 0;
      margin-top: 15px;
      height: 40px;
      width: 100%;
    }

    .slider__content_footer {
      background: #f5f5f5;
      display: flex;
      padding: 20px 15px;
      color: #616161;
    }

    .slider__content_avatar {
      flex: 0 0 40px;
      max-width: 40px;
    }

    .slider__content_photo {
      display: block;
      height: auto;
      max-width: 100%;
      border-radius: 50%;
    }

    .slider__content_author {
      margin-left: 8px;
      line-height: 40px;
	  width: 85%;
    }

    .slider__content_icon {
      height: 18px;
      margin-top: 12px;
      margin-left: auto;
	  width: 85%;
    }

    .slider__content_views {
      margin-left: 4px;
      line-height: 40px;
	  width: 85%;
    }

    .slider__indicators {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 15;
      display: flex;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none;
      margin-top: 0;
      margin-bottom: 0;
    }

    .slider__indicators li {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 30px;
      height: 4px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #9e9e9e;
      background-clip: padding-box;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: .5;
      transition: opacity .6s ease;
    }

.slider__indicators li.active {
      opacity: 1;
    }
.slider__content_title .sylka_7 {
  display: block;
  flex: 0 0 auto;
  font-size: 13px;
  text-align: center;
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  font-weight: bold;
  font-family: Graphik LCG,sans-serif;
  border-radius: 3px;
  border: 2px #000000;
  background-color:#000000;
  padding: 10px 2px 10px 2px;/* верх право низ лево последовательность */
  color: #fff;
  width: 100%;
  height: 40px;
  margin-top:-10px;
}
.slider__content_title .sylka_7:visited {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.slider__content_title .sylka_7:active {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	color: #fff;
}
.slider__content_title .sylka_7:hover{
  background-color:#FF8C00;
}


@media only screen and (min-device-width:1200px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) { 
.slider__content_img_2 {
      display: block;
      height: 200px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__item {
        flex: 0 0 25%;
        max-width: 25%;
      }

}
 

 @media only screen and (max-device-width:1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) { 
.slider__content_img_2 {
      display: block;
      height: 190px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
}

@media only screen and (max-device-width:812px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 270px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__item {
        flex: 0 0 50%;
        max-width: 50%;
      }

}



@media only screen and (max-device-width:800px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 250px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__item {
        flex: 0 0 50%;
        max-width: 50%;
      }
}

@media only screen and (max-device-width:768px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 250px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__item {
        flex: 0 0 50%;
        max-width: 50%;
      }
}

 @media only screen and (max-device-width:736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) { 
.slider__content_img_2 {
      display: block;
      height: 250px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__item {
        flex: 0 0 50%;
        max-width: 50%;
      }
}

@media only screen and (device-width:640px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 200px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__item {
        flex: 0 0 50%;
        max-width: 50%;
      }
}

@media only screen and (max-device-width:600px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 200px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__item {
        flex: 0 0 50%;
        max-width: 50%;
      }
}

@media only screen and (device-width:414px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 210px;
      width: 100%;
      border: 2px solid #FFA500;
    }

.slider__item {
        flex: 0 0 90%;
        max-width: 90%;
      }

.slider__content {
    margin-left: 20px;
    margin-right: 5px;
    height: auto;
}

.slider {
   
    padding-left: 30px;
    padding-right: 25px;
}

.slider__control_right {
    right: -19px;
    background-color: #f3f8fb;
}

}



@media only screen and (device-width:411px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 210px;
      width: 100%;
      border: 2px solid #FFA500;
    }

.slider__item {
        flex: 0 0 100%;
        max-width: 100%;
      }

.slider__content {
    margin-left: 20px;
    margin-right: 5px;
    height: auto;
}

.slider__control_left {
      left: 0;
      background-color: #f3f8fb;
    }

    .slider__control_right {
      right: -19px;
      background-color: #f3f8fb;
    }

.slider {
    
    padding-left: 30px;
    padding-right: 45px;
   
}

}


@media only screen and (max-device-width:400px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 210px;
      width: 100%;
      border: 2px solid #FFA500;
    }

.slider__item {
        flex: 0 0 90%;
        max-width: 90%;
      }

.slider__content {
    margin-left: 20px;
    margin-right: 5px;
    height: auto;
}

.slider__control_left {
      left: 0;
      background-color: #f3f8fb;
    }

    .slider__control_right {
      right: -19px;
      background-color: #f3f8fb;
    }

.slider {
    
    padding-left: 30px;
    padding-right: 45px;
   
}

}

@media only screen and (max-device-width:375px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 210px;
      width: 100%;
      border: 2px solid #FFA500;
    }

.slider__item {
        flex: 0 0 100%;
        max-width: 100%;
      }

.slider__control {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #fff;
    text-align: center;
    bottom: 0;
    background: #F8F8FF;
    opacity: 1;
}

 .slider__control_left {
      left: 0;
      background-color: #f3f8fb;
    }

    .slider__control_right {
      right: -19px;
      background-color: #f3f8fb;
    }

.slider {
   
    padding-left: 20px;
    padding-right: 35px;
}

.slider__content_section {
    width: 220px;
}

}


@media only screen and (max-device-width:360px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.slider__content_img_2 {
      display: block;
      height: 200px;
      width: 100%;
      border: 2px solid #FFA500;
    }
.slider__item {
        flex: 0 0 100%;
        max-width: 100%;
      }

.slider__control {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #fff;
    text-align: center;
    bottom: 0;
    background: #F8F8FF;
    opacity: 1;
}

.slider__control_left {
      left: 0;
      background-color: #f3f8fb;
    }

    .slider__control_right {
      right: -19px;
      background-color: #f3f8fb;
    }

.slider__content_section {
    width: 210px;
    font-size: 12.5px;
}

.slider {
   
    padding-left: 20px;
    padding-right: 35px;
}


}


@media only screen and (max-device-width:320px) and (orientation : portrait) {
.slider__content_img_2 {
      display: block;
      height: 140px;
      width: 100%;
      border: 2px solid #FFA500;
    }

.slider__content_img_3 {
      display: block;
      height: 140px;
      width: 100%;
      border: 2px solid #FFA500;
    }

.slider__content_img_4 {
      display: block;
      height: 140px;
      width: 100%;
      border: 2px solid #FFA500;
    }

.slider__content_img_5 {
      display: block;
      height: 140px;
      width: 100%;
      border: 2px solid #FFA500;
    }


.slider {
   
    padding-left: 20px;
    padding-right: 40px;
}

.slider__item {
        flex: 0 0 100%;
        max-width: 100%;
      }

.slider__content {
    margin-left: 20px;
    margin-right: 0px;
    height: auto;
}
.slider__control_left {
    left: -2px;
}

.slider__control {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #fff;
    text-align: center;
    bottom: 0;
    background: #F8F8FF;
    opacity: 1;
}

.slider__content_section {
    position: absolute;
    bottom: 2px;
    left: 2px;
    background: #32CD32;
    color: #fff;
    padding: 0px 0px;
    opacity: .8;
    font-family: Graphik LCG,sans-serif;
    font-size: 8.5px;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    width: 170px;
}


.slider__content_title .sylka_7 {
    display: block;
    flex: 0 0 auto;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: Graphik LCG,sans-serif;
    border-radius: 3px;
    border: 2px #000000;
    background-color: #000000;
    padding: 10px 2px 10px 2px;
    color: #fff;
    width: 100%;
    height: 40px;
    margin-top: -10px;
}




}

/*-----------------------Стиль для слайдера main-content ------------------------------ */


.main-content {
 margin-right: 10px;
 margin-left: 18px;
 -webkit-margin-right: 10px;
 -webkit-margin-left: 18px;
 -moz-margin: 0 auto;
}

.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: none;
  font: bold 10px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: underline;
}



.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 24px/1.2 "Oswald", sans-serif;
  cursor: pointer;

}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 1157px;
  height: 500px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1157px;
  height: 500px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 1157px;
  height: 500px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1157px;
  height: 500px;;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 1157px;
  height: 500px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1157px;
  height: 500px;
  background: rgba(0, 0, 0, 0.25);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide .image_1 {
  width: 142.5%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide .image_2 {
  width: 170%;
  object-fit: cover;
  height: 100%;
}


.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 1157px;
  height: 500px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1157px;
  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.slideshow .slide .title_2 {
  margin: auto;
  width: 1157px;
  height: auto;
  font: bold 12px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -125px;
  z-index:3;
  padding:40px 10px 10px 10px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}


.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1157px;
  font-size: 18px;
  line-height: 1.4;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}


@media only screen and (min-device-width:1281px)  {

.main-content {
 margin-right: 30px;
 margin-left: 20px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 18px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1280px;
  font: 200 20px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1220px;
  font-size: 14px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 1280px;
  height: auto;
  font: bold 10px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -45px;
  z-index:3;
  padding:20px 10px 10px 10px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}

.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 6px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}



.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 26px;
  height: 16px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 26px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}





@media only screen and (max-device-width:1280px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 65px;
 margin-left: -65px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 18px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1280px;
  font: 200 20px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1220px;
  font-size: 14px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 1280px;
  height: auto;
  font: bold 10px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -45px;
  z-index:3;
  padding:20px 10px 10px 10px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}

.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 6px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}



.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 26px;
  height: 16px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 26px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 55px;
 margin-left: -55px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 12px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 1020px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: -45px auto 15px;
  max-width: 1020px;
  font: 175 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 980px;
  font-size: 14.5px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 1020px;
  height: auto;
  font: bold 12px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -65px;
  z-index:3;
  padding:20px 55px 10px 10px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}
.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 4.5px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 95px;
 margin-left: -85px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 12px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 1020px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1020px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: -45px auto 15px;
  max-width: 1020px;
  font: 175 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 980px;
  font-size: 14.5px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 1020px;
  height: auto;
  font: bold 12px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -66px;
  z-index:3;
  padding:20px 15px 10px 10px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}
.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 4.5px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}


@media only screen and (max-device-width:823px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 10px;
 margin-left: -15px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 12px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 820px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 820px;
  font: 175 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 790px;
  font-size: 12px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 820px;
  height: auto;
  font: bold 8px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -65px;
  z-index:3;
  padding:10px 15px 10px 10px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}
.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 4px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}


@media only screen and (max-device-width:812px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 10px;
 margin-left: -15px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 12px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 812px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 812px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 812px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 812px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 812px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 812px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 812px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 812px;
  font: 175 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 790px;
  font-size: 12px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 812px;
  height: auto;
  font: bold 8px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -65px;
  z-index:3;
  padding:10px 15px 10px 10px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}
.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 4px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width:800px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 10px;
 margin-left: -15px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
 font: 300 12px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 800px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 800px;
  font: 175 14px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 775px;
  font-size: 11px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 800px;
  height: auto;
  font: bold 8px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -65px;
  z-index:3;
  padding:10px 25px 10px 10px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}
.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 4px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}



.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width:768px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 14px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 768px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 768px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 768px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 768px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 768px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 768px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 768px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 768px;
  font: 175 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 768px;
  font-size: 14px;
  line-height: 1.4;
}
.slideshow .slide .title_2 {
  display: none;
}

.slide .slide-content .caption .title_2 a {
  display: none;
}
.slide .slide-content .caption .title_2 a:hover {
 display: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}


@media only screen and (max-device-width:740px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 13px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 740px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
 max-width: 740px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 740px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 740px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 740px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max- width: 740px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 740px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 740px;
  font: 175 17px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 710px;
  font-size: 13px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 740px;
  height: auto;
  font: bold 9px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -52px;
  z-index:3;
  padding:20px 10px 10px 20px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}
.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 5px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}



.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}



@media only screen and (max-device-width:736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 13px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 736px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
 max-width: 736px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 736px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 736px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 736px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max- width: 736px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 736px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 736px;
  font: 175 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 706px;
  font-size: 13px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 736px;
  height: auto;
  font: bold 9px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -52px;
  z-index:3;
  padding:20px 10px 10px 20px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}
.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 5px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width:731px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 13px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 731px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
 max-width: 731px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 731px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 731px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 731px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max- width: 731px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 731px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 731px;
  font: 175 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 700px;
  font-size: 13px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 731px;
  height: auto;
  font: bold 8.5px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -52px;
  z-index:3;
  padding:20px 10px 10px 20px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}
.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 4px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width:705px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 13px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 705px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
 max-width: 705px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 705px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 705px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 705px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max- width: 705px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 705px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 705px;
  font: 175 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 670px;
  font-size: 13px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 705px;
  height: auto;
  font: bold 8.5px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -52px;
  z-index:3;
  padding:20px 10px 10px 20px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}
.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 4px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width:667px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 10px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 14px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 667px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
 max-width: 667px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 667px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 667px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 667px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 667px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 667px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 667px;
  font: 150 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 627px;
  font-size: 11px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 667px;
  height: auto;
  font: bold 8px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -55px;
  z-index:3;
  padding:20px 10px 10px 20px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}

.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 3px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 18px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width:640px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 10px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 14px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 640px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
 max-width: 640px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 640px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 640px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 640px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 640px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 640px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 640px;
  font: 150 18px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 600px;
  font-size: 12px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  margin: auto;
  max-width: 640px;
  height: auto;
  font: bold 9px "Oswald", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  background:rgba(255, 140, 0,0.7);
  top: -55px;
  z-index:3;
  padding:20px 10px 10px 20px;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.1;
}

.slide .slide-content .caption .title_2 a {
  color: #00FF00;
  text-decoration: underline;
  font: bold 4px;
  font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
}
.slide .slide-content .caption .title_2 a:hover {
  color: #FFFF00;
  text-decoration: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 18px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}



@media only screen and (max-device-width:600px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 10px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 14px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 600px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
 max-width: 600px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 600px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 600px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 600px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 600px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 600px;
  font: 150 19.5px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 560px;
  font-size: 17.5px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  display: none;
}

.slide .slide-content .caption .title_2 a {
  display: none;
}
.slide .slide-content .caption .title_2 a:hover {
  display: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 18px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}


@media only screen and (max-device-width:568px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 10px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 14px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
   max-width: 568px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
 max-width: 568px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 568px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 568px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
   max-width: 568px;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
   max-width: 568px;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 568px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 568px;
  font: 150 17.5px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 528px;
  font-size: 15.5px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  display: none;
}

.slide .slide-content .caption .title_2 a {
  display: none;
}
.slide .slide-content .caption .title_2 a:hover {
  display: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 18px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 0px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}




@media only screen and (max-device-width: 414px) and (orientation : portrait) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 8px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  max-width: 100%;
  max-height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 10px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  max-height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 414px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 414px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 414px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 414px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 414px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 414px;
  font: 100 14px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 414px;
  font-size: 10px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  display: none;
}

.slide .slide-content .caption .title_2 a {
  display: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 14px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  max-width: 14px;
  max-height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 0px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  max-width: 14px;
  max-height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}


@media only screen and (max-device-width: 411px) and (orientation : portrait) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 8px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  max-width: 100%;
  max-height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 10px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  max-height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 411px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 411px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 411px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 411px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 411px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 411px;
  font: 100 14px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 411px;
  font-size: 10px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  display: none;
}

.slide .slide-content .caption .title_2 a {
  display: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 14px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  max-width: 14px;
  max-height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 0px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  max-width: 14px;
  max-height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width: 400px) and (orientation : portrait) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 8px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  max-width: 100%;
  max-height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 10px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  max-height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 400px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 400px;
  font: 100 14px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 380px;
  font-size: 10px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  display: none;
}

.slide .slide-content .caption .title_2 a {
  display: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 14px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  max-width: 14px;
  max-height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 0px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  max-width: 14px;
  max-height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}


@media only screen and (max-device-width:375px) and (orientation:portrait) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 8px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  max-width: 100%;
  max-height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 8px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  max-height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 375px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 375px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 375px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 375px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 375px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 375px;
  font: 100 13px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
   margin: 0 auto;
  max-width: 355px;
  font-size: 9px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  display: none;
}

.slide .slide-content .caption .title_2 a {
  display: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 14px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  max-width: 14px;
  max-height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -43px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 0px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  max-width: 14px;
  max-height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width:360px) and (orientation:portrait) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 8px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  max-width: 100%;
  max-height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 9px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  max-height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 360px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 360px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 360px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 360px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 360px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 360px;
  font: 100 14px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 360px;
  font-size: 10px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  display: none;
}

.slide .slide-content .caption .title_2 a {
  display: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 14px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  max-width: 14px;
  max-height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 0px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  max-width: 14px;
  max-height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}

@media only screen and (max-device-width:320px) and (orientation:portrait) {

.main-content {
 margin-right: 2px;
 margin-left: -2px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 8px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  max-width: 100%;
  max-height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  font: 300 9px/1.2 "Oswald", sans-serif;
  cursor: pointer;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  max-height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  max-width: 320px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 320px;
  max-height: 300px;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 320px;
  max-height: 300px;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 320px;
  max-height: 300px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 320px;
  max-height: 300px;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 320px;
  font: 100 14px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 280px;
  font-size: 9.5px;
  line-height: 1.4;
}

.slideshow .slide .title_2 {
  display: none;
}

.slide .slide-content .caption .title_2 a {
  display: none;
}


.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  max-width: 14px;
  max-height: 10px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  max-width: 14px;
  max-height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 0px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  max-width: 14px;
  max-height: 26px;
  fill: #f3f8fb;
  transition: left 0.2s ease;
}
}
/*-----------------------Конец Стиля для слайдера main-content------------------------------ */


#zakaz{margin-top: 50px;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 50px;}

#aside1{ height:106px; padding-bottom:106px;}

span[itemprop="offers"]{width:100%; display:none;}

#slideshow-inner > ul > li > img {width:100%;}

.mult_item .item_quantity {display:inline-block; width:50px; font-size:1em;}

.mult_item  .simpleCart_shelfItem{padding-top:35px;}
`


.cb-slideshow {background-color:#333;}

.cb-slideshow li {list-style-type: none; }

.cb-slideshow li span {    
    width: 100%;
    height: 100%;
    position: absolute; 
top:0px;
left:0px;}
 
.makefix .viborpar {

display:none;
}


/*-----------------------Стиль для фона страницы ------------------------------ */
body.tc-body {
text-align: justify;
background: #f3f8fb;
    letter-spacing: 1px;
margin:0px;
height:100%;

}
.tc-page-container-wrapper, .tc-page-container-wrapper>div, .tc-page-container, .tc-dropzone, .tc-story-river {height:100%;}



.shop_info{padding-right:500px; display:block;}

.navbar-td {vertical-align:middle; width:33%; border:none;}

/*-----------------------Стиль для блоков вверху страницы ------------------------------ */
.mycenter_1 > li
{display: inline-block; 
   	width: 180px;
 	background: darkgrey;
        color: gold;
        line-height: 120px;
        font-size: 32px
        text-align: center;}
/*-----------------------Стиль для текста вверху страницы ------------------------------ */
.mycenter
{font-size: 25px; padding-right:10%;  padding-left:10%; padding-top:30px; text-transform: uppercase; float:center;}

.red_title{
     vertical-align: middle; border: none; text-align: center; font-size: 1.1em;  text-shadow: 0px 2px 3px rgba(157, 42, 42, 0.35);  text-transform: uppercase; top: 4px; position: relative; width:100%;
}

.cart_stars{
position:absolute;
top:25px;
right:50px;
    color: #fff;
}

.cart_stars::before {
    content: "\F006";
    font-family: "fontawesome";
    position: absolute;
    font-size: 2.5em;
    z-index: 100;
    color: #fff;
    top: 0px;
    right: -19px;
}




.instruction{
text-align:center;
float:right;
    padding:0px 5%;
    clear:both;
padding-bottom:20px;
}

.instruction butt {
    text-align: center;
    color: #fff;
    background-color: #999;
    padding: 7px 9px 7px 15px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    top: 15px;
background: #e6e6e6; 
background: -moz-linear-gradient(top, #e6e6e6 0%, #b4b4b4 100%); 
background: -webkit-linear-gradient(top, #e6e6e6 0%,#b4b4b4 100%); 
background: linear-gradient(to bottom, #e6e6e6 0%,#b4b4b4 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#b4b4b4',GradientType=0 ); 


}


.instruction butt a.tc-tiddlylink-external:visited{
color:#eeeeee;
text-decoration:none;
}


.instruction butt a.tc-tiddlylink-external{
color:#fff;
text-decoration:none;
}

/*-----------------------Стили для ссылок ------------------------------ */
.sylka {
color: #228B22;
display: inline-block;
text-decoration: underline;
     }
.sylka:hover {
color: #FF4500; 
text-decoration: underline;
-webkit-text-decoration: underline;
-moz-text-decoration: underline;
-ms-text-decoration: underline;
-o-text-decoration: underline;
     }

.sylka:visited {
 color: #228B22;
   }

.sylka:active {
 color: #228B22; 
   }

.sylka_1 {
color: #FF4500;
display: inline-block;
text-decoration: underline;
     }

.sylka_1:hover {
color: #228B22; 
text-decoration: underline;
-webkit-text-decoration: underline;
-moz-text-decoration: underline;
-ms-text-decoration: underline;
-o-text-decoration: underline;
     }

.sylka_1:visited {
 color: #228B22;
   }

.sylka_1:active {
 color: #FF4500; 
   }

.sylka_2 {
color: #FFFFFF;
display: inline-block;
text-decoration: underline;
     }

.sylka_2:hover {
color: #FF4500; 
text-decoration: underline;
-webkit-text-decoration: underline;
-moz-text-decoration: underline;
-ms-text-decoration: underline;
-o-text-decoration: underline;
     }

.sylka_2:visited {
 color: #FFFFFF;
   }

.sylka_2:active {
 color: #FFFFFF; 
   }





input[type="checkbox"] { -moz-transform: scale(1.5); -o-transform: scale(1.5); height: 15px; width: 15px }


/*-----------------------Стили для фильтра ------------------------------ */
.makefix .sbros{
    float: left;
    width: 100%;
margin-top: 30px;
text-align:left;
}



.makefix  .tc-reveal{
padding-left:10px;}

.hideparam {
width:100%;

}

.hideparam .filpar{
background-color:#f3f8fb;

}


@media (max-width:1920px){


.makefix  .tc-reveal{
padding-left:5px;

}

.hideparam {
width:100%;
}

.hideparam .filpar {
background-color:#f3f8fb;
display: table;
width:1150px;
}

.filpar .tc-reveal{
white-space: nowrap;
display: inline-block;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 17px;
}


.tc-reveal br {
    display: none;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: inline-block;
}

}

@media (max-width:1680px){
.makefix  .tc-reveal{
padding-left:5px;

}

.hideparam {
width:100%;
}

.hideparam .filpar {
background-color:#f3f8fb;
display: table;
width:1150px;

}

.filpar .tc-reveal{
white-space: nowrap;
display: inline-block;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 17px;
}


.tc-reveal br {
    display: none;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: inline-block;
}

}


@media (max-width:1366px){
.makefix  .tc-reveal{
padding-left:5px;

}

.hideparam {
width:100%;
}

.hideparam .filpar {
background-color:#f3f8fb;
display: table;
width:1050px;

}


.filpar .tc-reveal{
white-space: nowrap;
display: inline-block;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 17px;
}


.tc-reveal br {
    display: none;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: inline-block;
}

}

@media (max-width:1280px){
.makefix  .tc-reveal{
padding-left:5px;

}

.hideparam {
width:100%;
}

.hideparam .filpar {
background-color:#f3f8fb;
display: table;
width:1000px;

}

.filpar .tc-reveal{
white-space: nowrap;
display: inline-block;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 17px;
}


.tc-reveal br {
    display: none;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: inline-block;
}

}

@media (max-width:1024px){
.makefix  .tc-reveal{
padding-left:5px;

}

.hideparam {
width:100%;
}

.hideparam .filpar {
background-color:#f3f8fb;
display: table;
width:885px;

}

.filpar .tc-reveal{
white-space: nowrap;
display: inline-block;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
}

.tc-reveal br {
    display: none;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: inline-block;
margin: 2px;
}

}

@media (max-width:800px){
.makefix  .tc-reveal{
padding-left:10px;

}

.hideparam {
width:100%;

}

.hideparam .filpar{
background-color:#f3f8fb;

}
.filpar .tc-reveal{
white-space: nowrap;
display: table;
vertical-align: middle;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: table-cell;
vertical-align: middle;
}

}

@media (max-width:768px){
.makefix  .tc-reveal{
padding-left:10px;}

.hideparam {
width:100%;

}

.hideparam .filpar{
background-color:#f3f8fb;

}

.filpar .tc-reveal{
white-space: nowrap;
display: table;
vertical-align: middle;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: table-cell;
vertical-align: middle;
}
}



@media (max-width:600px){

.makefix  .tc-reveal{
padding-left:10px;}

.hideparam {
width:100%;

}

.hideparam .filpar{
background-color:#f3f8fb;

}
.filpar .tc-reveal{
white-space: nowrap;
display: table;
vertical-align: middle;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: table-cell;
vertical-align: middle;
}
}



@media (max-width:533px){

.makefix  .tc-reveal{
padding-left:10px;}

.hideparam {
width:100%;

}

.hideparam .filpar{
background-color:#f3f8fb;

}

.filpar .tc-reveal{
white-space: nowrap;
display: table;
vertical-align: middle;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: table-cell;
vertical-align: middle;
}

}


@media (max-width:360px){

.makefix  .tc-reveal{
padding-left:10px;}

.hideparam {
width:100%;

}

.hideparam .filpar{
background-color:#f3f8fb;

}
.filpar .tc-reveal{
white-space: nowrap;
display: table;
vertical-align: middle;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 8px;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: table-cell;
vertical-align: middle;
}
}


@media (max-width:320px){

.makefix  .tc-reveal{
padding-left:10px;}

.hideparam {
width:100%;

}

.hideparam .filpar{
background-color:#f3f8fb;

}
.filpar .tc-reveal{
white-space: nowrap;
display: table;
vertical-align: middle;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 8px;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: table-cell;
vertical-align: middle;
}
}


@media (max-width:240px){

.makefix  .tc-reveal{
padding-left:10px;}

.hideparam {
width:100%;

}

.hideparam .filpar{
background-color:#f3f8fb;

}

.filpar .tc-reveal{
white-space: nowrap;
display: table;
vertical-align: middle;
margin: 2px;
text-align: justify;
text-justify: newspaper;
zoom:1;
text-align-last: justify;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 6px;
}

.filpar .tc-btn-invisible{
white-space: nowrap;
display: table-cell;
vertical-align: middle;
}
}






.tt-navbar-button {

width:100%;


}

.tt-navbar-button a{
position:relative;
width:100%;
display:inline-block;

}



.linkkat{width:90px;}

.chevron-left{
padding-left:40px;
}

.chevron-right{
padding-right:40px;
}

.chevron-up{
padding-right:40px;
padding-left:40px;
}


.chevron-left::before {
    content: "\F100";
    font-family: "fontawesome";
    position: absolute;
    font-size: 2em;
    z-index: 100;
    color: #555;
    top: -1px;
    left: 0px;
}

.chevron-right::after {
    content: "\F101";
    font-family: "fontawesome";
    position: absolute;
    font-size: 2em;
    z-index: 100;
    color: #555;
    top: -1px;
    right: 0px;
}

.chevron-up::before {
    content: "\F102";
    font-family: "fontawesome";
    position: absolute;
    font-size: 2em;
    z-index: 100;
    color: #555;
    top: 0px;
    right: 0px;
left:0px;
}


.reactive-table td input
    {  
  
      margin:1; border:solid 1px #888;text-align:left;
      width:100% ;
    }

.reactive-table td a{
    position: absolute;
    top: 5px;
    left: 0;
    background-color: rgba(256,256,256,0.7);
    border: solid 1px #888;
width:100%;
}









.tc-tagged-\%24\%3A\%2Ftags\%2FTopLeftBar div{overflow:hidden;}


.tw-table-of-contents{display:none;float: left;}
.tc-site-title, .tc-titlebar {font-size:1.8em;}

.tc-modal-wrapper{
z-index:9999;
}

.tc-modal-footer span span{float:left;}

.tc-modal-body{margin:0px; padding:0px 15px;}

.hidemotiv{padding: 0px 10%;}



.tc-topbar{ 
width: 100%;
display:block;
position: relative !important;

}

.toplevelmenu{width:100%; width:100vw; background-color: <<colour sidebar-foreground>>; color:#fff;    text-decoration: underline; text-align:center;}

.toplevelmenu a{ text-align:justify; display:inline-block; float:none;padding:0px 1%;}


.mybag .userAA  {
width: 494px;
}
.mybag .userCC  {
width: 494px;
}



.motivblock {
border: solid 22px rgba(0,0,0,0);
height: 100%;
background-color: <<colour sidebar-foreground>>;
    text-align: center;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
    box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    position: relative;

}




.motivblock span {
height: 100%;
    text-shadow: 0 1px #2c0606;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
display:inherit;
    padding: 23px;
    line-height: 1.3em;
    font-size: 0.8em;
}


.tovar_path{float:left; width:100%;
    border-bottom: solid 1px #eee;
    color: #e9fbeb;
}

.tovar_path ul{padding:0px; padding-bottom: 30px; padding-right: 30px;}

.tovar_path ul li { margin-left: 30px; float:left;}

.tovar_path .liright {float: right; font-style:italic;}


.tovarop {margin-left: 26%;} 

.makefix{width:100%; float:left;}


.col-grey .tovarblock:nth-child(2) {
padding-left:300px;
   } 


.col-footer, .col-grey:after, .col-grey:before , .col-darkgrey:after, .col-darkgrey:before, .col-footer:after, .col-footer:before{display:none;}

.telephone {
    position: absolute;
    bottom: -37px;
    width: 100%;
    color: #777;
    padding-left: 141px;
    font-size: 0.9em;
    background: #e9fbeb;
    opacity: 0.8;
}

/*----------------------- Стили для кнопок верхних ------------------------------ */

.item_radio {
    cursor: pointer;
    border: solid #ddd 1px;
    padding: 0px 0px;
    display: inline-block;
    margin: 2px;
    min-width: 109px;
    text-align: center;
    position:relative;
    color: #FFFFFF;
}


.item_radio:hover{
background:linear-gradient(45deg, #015346, #ff6600);
color: #FFFFFF;
}

.item_radio input{
    position: absolute;
    top: 12px;
    left: 12px;
}


.item_radio p{font-size:0.5em; width:100%; display:inline-block;}
.item_radio b{ width:100%; display:inline-block;}


tw.inCart::before {
    content: "\F0F6";
    font-family: "fontawesome";
    position: absolute;
    font-size: 1.5em;
    z-index: 100;
    color: #f3f8fb;
    top: 10px;
    left: 12px;
}




.tc-tagged-\%24\%3A\%2FNote .tc-tiddler-body {display:inline;}

.tc-tagged-\%24\%3A\%2FNote .tc-tiddler-title {background-color:#f3f8fb; padding-bottom:30px; padding-top: 30px; position:relative;
width: 100%;
    float: left;
    margin-bottom: 40px;
}


.tc-tagged-\%24\%3A\%2FNote .tc-tiddler-title:after {
    content: "";
    background-color: #f3f8fb;
    position: absolute;
    right: -12.5%;
    bottom: 0px;
    width: 12.5%;
    top: 0px;
}

.tc-tagged-\%24\%3A\%2FNote .tc-tiddler-title:before {
    content: "";
    background-color: #f3f8fb;
    position: absolute;
    left: -12.5%;
    bottom: 0px;
    width: 12.5%;
    top: 0px;
}



.tc-tagged-\%24\%3A\%2FNote table .img-square {display:none;} 

.tc-tagged-\%24\%3A\%2FNote table .item_nazvanie {display:none;} 

.tc-tagged-\%24\%3A\%2FNote table .simpleCart_shelfItem {padding-top:35px; background-color:#f3f8fb;}

.logo a{display:none;}
.tc-tagged-\%24\%3A\%2FNote #slideshow-inner > ul > li > img {width:100%;}

.tc-modal-header p{
margin: 0; } 

.onclean2{
position:absolute;
top:0px;
left:0px;
bottom:0px;
width:100%;
opacity:0;
}

.image_plitka{
position:relative;
}

.image_plitka img{
width:100%;
}


.red {
color: red;
    font-size: 26px;
    margin: 0px 0px;
    display: block;
    padding-top: 5px;
    float: left;
    padding-bottom: 5px;
width:100%;
}

.oplcomm {
    float: left;
    margin-top: 0px;
    margin-bottom: 37px;
    background-color: #eee;
    line-height: 1.5em;
width:100%;
}

.oplcomm  p{

    padding: 10px;

}

.transblock p {display:block !important;}

.selectDost, .oplataSelect{width:494px;}

.simpleCart_items::after {
    width: 100%;
    height: 3%;
    display: block;
    content: "            ";
    float: left;
    position: relative;
    padding-top: 3%;
}


`
#heeg{

    text-decoration: none !important;
    text-decoration: none !important;
    right: 30px !important;
    top: -38px !important;
    bottom: inherit !important;

}

#heeg a{
letter-spacing: 0px !important;
text-decoration:none !important;

}
#free_from_dost {
    float: right;
    clear: right;
    margin-top: 10px;
    margin-right: 4%;
}

#free_from_dost:after {
    float: left;
    clear: both;
    content: "Стоимость доставки:";
    position: relative;
    font-weight: 700;
    padding-right: 10px;
}



#total_discount {
    float: right;
    clear: right;
    margin-top: 10px;
    margin-right: 4%;
}

#total_discount:after {
    float: left;
    clear: both;
    content: "Стоимость со скидкой:";
    position: relative;
    font-weight: 700;
    padding-right: 10px;
}


.outer:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
`

.simpleCart_hide{height:100%; cursor:pointer; padding:0px 10px;}

.tw-table-of-contents-top  {
background-color: <<colour sidebar-foreground>>;
color:#fff;

}

.col-3{width:30%;  display:inline-block; height:100%;padding-right:1.5%; padding-left:1.5%;}

.col-2{ width:50%;  padding-right:20px;  padding-left:20px;  float:left;}

.col-4 {
    width: 25%;
    padding-right: 20px;
    padding-left: 20px;
    display: inline-block;
position: relative;
float:left;
}

.col-3of4{width:75%; float:left; padding-left:2%;}



.col-4-text{
width: 100%;   font-size: 0.8em; line-height: 1.5em; color: #999;  letter-spacing: 0px; padding-top: 15px;
}

.col-4 .item_Thumb {text-align:center;}

.col-4  h2{margin-bottom:8px; }

.col-4 .col-4-title{
    position: relative;
    display: block;
    line-height: 1.4em;
    font-size: 0.7em;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-left: 80px;
    padding-top: 1px;
text-align:left;
}


.title-4 {

    display: block;
    padding: 0px;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 19px;
    font-size: 0.6em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #777;
}






`




 .round-icon{  position: relative;   margin: 0px auto;   width: 0;    height: 0;  letter-spacing: 0px;  padding: 40px; border-radius: 80px;  line-height:80px;  border: 1px solid #fff;  display:inline-block; overflow:hidden;  margin-top:13px;}

.logo-text{      position: relative; display: block;  line-height: 0.1em;  font-size: 0.5em;    font-family: Geneva, Arial, Helvetica, sans-serif; padding-top: 1px;  color:#fff;}

.work-icon { position: relative;   margin: 0px auto;   width: 0;    height: 0;    padding: 30px; line-height:60px;  border: 1px solid #d0d0d0;   display:inline-block; overflow:hidden; float:left; margin-top:13px;}

.read_more {margin-bottom:80px; margin-top:40px;  top:40px;  width: 100%; text-align:center; font-weight: bold; position:relative; text-decoration:none; float:left;
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;





}

.read_more:hover{
opacity: 0.5;

 }





.img-square{
 position: relative;  
 margin: 0px auto;  
 width: 0;    
height: 0;    
padding: 50%;     
display:inline-block; 
overflow:hidden; 
margin-bottom: -14px;
border:none;
}

.img-square .onclean{
position:static; height:auto; width:auto;
}

/*----------------------- Стили для footer ------------------------------ */

.cont-icon-position::before {
     font-family: "fontawesome";
    content: "\f041";
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.cont-icon-position_2::before {
    font-family: "fontawesome";
    content: "\f219";
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.cont-icon-mail::before {
    font-family: "fontawesome";
    content: "\f003";
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.cont-icon-heeg::before {
    font-family: "fontawesome";
    content: "\f1dc";
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.cont-icon-skype::before {
     font-family: "fontawesome";
    content: "\f17e";
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.cont-icon-telephone::before {
    font-family: "fontawesome";
    content: "\f232";
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;
}



.work-icon-map::before {
    font-family: "fontawesome";
    content: "\f278";
    color: #36b513;
    text-decoration: none;
    font-size: 1.1em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;

}

.work-icon-hotel::before {
    font-family: "fontawesome";
    content: "\F158";
    color: #36b513;
    text-decoration: none;
    font-size: 1.1em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;

}

.work-icon-car::before {
    font-family: "fontawesome";
    content: "\f1b9";
    color: #36b513;
    text-decoration: none;
    font-size: 1.1em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;

}

.work-icon-cup::before {
    font-family: "fontawesome";
    content: "\f0f4";
    color: #36b513;
    text-decoration: none;
    font-size: 1.1em;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
    width: 100%;

}




/*----------------------- Стили для фона страницы ------------------------------ */


.tc-tiddler-body{
width:100%;
padding:0px;
display:inline-block;
background-color: #f3f8fb;
}

`

.col-footer {
    width: 100%;
position:relative;
float:left;
z-index:450;
background-color: <<colour sidebar-foreground>>; 
margin-bottom:-30px;

    padding: 24px;

    color: #fff;
    text-align: center;
border-left: solid 1px <<colour sidebar-foreground>>; 
border-right: solid 1px <<colour sidebar-foreground>>; 
}



`

.col-grey {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
    background: linear-gradient(90deg, #efefef, #b9deed)
    float: left;

    padding: 3% 0px;
position:relative;
border-left: solid 1px #efefef;
border-right: solid 1px #efefef;
}

.col-grey:after {
    content: "";
    background: linear-gradient(90deg, #efefef, #b9deed)
    position: absolute;
    right: -12.5%;
    bottom: 0px;
    width: 12.5%;
    top: 0px;
}

.col-grey:before {
    content: "";
    background: linear-gradient(90deg, #efefef, #b9deed)
    position: absolute;
    left: -12.5%;
    bottom: 0px;
    width: 12.5%;
    top: 0px;
}



.col-darkgrey{
width:100%;
position:relative;

    margin-top: 45px;
    clear: both;

    background-color: rgba(1, 83, 99);
    float: left;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 95px;
text-align:center;
border-left: solid 1px rgba(1, 83, 99);
border-right: solid 1px #777;
}

.col-darkgrey:after {
    content: "";
    background-color: rgba(1, 83, 99);
    position: absolute;
    right: -12.5%;;
    bottom: 0px;
    width: 12.5%;
    top: 0px;
}

.col-darkgrey:before {
    content: "";
    background-color: rgba(1, 83, 99);
    position: absolute;
    left: -12.5%;
    bottom: 0px;
    width: 12.5%;
    top: 0px;
}

/*----------------------- Стиль для текста Каталог ------------------------------ */
.col-white{
width:100%;
top: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;

background-color: #f3f8fb;
    float: left;
    padding-top: 50px;
    padding-bottom: 0px;
overflow:hidden;
}

.col-white .tc-tiddlylink{
font-style:italic;
}





.read_more a::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 108px;
    height: 4px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    margin-top: -25px; /* Отступ снизу */
    background-color: #3c3c3c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




button.tc-tiddlylink {
font-weight:inherit;
text-decoration: inherit !important;
color:inherit;
}

/*----------------------- Стили для разделов каталога ------------------------------ */
a.tc-tiddlylink{
font-weight:inherit;
text-decoration: underline;
color:inherit;

}

/*----------------------- Стили для разделов каталога ------------------------------ */
.tc-topbar p{
display:inline;
}

.widget-social-links{
text-decaration: none;
font-family: "fontawesome";
  color: #ddd;
text-decoration: none;
margin-left:5px;
font-size: 0.7em;
padding: 0px;
}

/*----------------------- Стили для кнопки в избранное ------------------------------ */
.tc-btn-invisible{
   background: linear-gradient(45deg, #f37003, #2f9f11);
   color: #fff;
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

button svg.tc-image-button, button .tc-image-button img {
    width: 0.8em;
}


.tc-tiddler-controls button svg, .tc-tiddler-controls button img {
    height: 0.65em;
}



.tc-btn-invisible:hover{
opacity: 0.75;
background: linear-gradient(45deg, #015346, #ff6600);
color: #fff;
 }

a.link_vkontakte::before {
 content: "\f189";
}



a.link_odnoklassniki::before {
content: "\F263";
}



a.link_twitter::before {
 content: "\f099";
}

a.link_facebook::before {
 content: "\F09A";
}


@font-face {
	font-family: 'fontawesome';
	src: url('fonts/fontawesome-webfont.eot');
	src: url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
}







@font-face {
	font-family: "PF Square Sans Pro Thin";
	src: url('fonts/a-light-webfont.eot');
	src: local('☺'), url('fonts/a-light-webfont.woff') format('woff'), url('fonts/a-light-webfont.ttf') format('truetype'), url('fonts/a-light-webfont.svg') format('svg');
}






/*----------------------- Стиль для текста Каталог ------------------------------ */

.m_title {
width:100%;
padding:0;
    display: inline-block;
    height: 100%;
    font-size: 20px;
    letter-spacing: 3px;
    font-style: italic;
    text-align: center;
    top: 100px;
}

`

.m_title a {
background-color: #f3f8fb;

position:relative; bottom:30px;
}

`

.m_title a::after {
    position: relative;
    top: -5px;
    left: -15px;
    font-family: "PF Square Sans Pro Thin";
    letter-spacing: -2px;
    font-size: 20px;
    content: "//";
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    padding-left: 40px;
}



.m_title a::before {
    position: relative;
    top: 0px;
    right: -8px;
    font-family: "PF Square Sans Pro Thin";
    letter-spacing: -2px;
    font-size: 20px;
    content: "//";
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    padding-right: 40px;
}





`























.tc-topbar-left{
top:0px;
left: 0px;
}




.tc-tab-buttons button {
    padding: 3px 4px 5px 5px;
    margin-left: 1px;
    margin-right: 1px;
}




.ad-wrap {
    position: absolute;
    display: none;
    right: 0px;
    height: 96%;
    padding: 2%;
    background: #444444;
width:1px;
}


.showOnPhone{
display: none;
}


.tc-topbar-right{
right: 0px;
    display: block;
    position: relative;
    margin-right: 26px;
margin-left:2px;
}


.tc-search button{
padding:0px;
}


li input{
width:165px;
}


.dostlogo{
 height:75px;
float: right;
width:auto;


}

.tc-sidebar-header {
    text-shadow: 0px 1px 0px rgba(10,10,10,0.5); 
}#orange{
background-color: #f3f8fb !important;
opacity:0.8  !important;
}

.orange button svg {
    width: 19px;
    height: 19px;
    fill: #fff;
}

.showOnPhone .orange button svg {
    width: 30px;
    height: 30px;
 margin: 2px;
}

.orange2 button svg {
    width: 30px;
    height: 30px;
    fill: <<colour sidebar-controls-foreground-hover>>;
}




.orange{
background-color: <<colour sidebar-controls-foreground-hover>> !important;
}#orange_text{
color: <<colour sidebar-foreground>> !important;
}


.width{
width:100%;
}


`
#postimp::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.inline{
display: inline-block;
}



`
.old_price {
    text-decoration: line-through;
    display: block;
    height: 30px;
    margin-bottom: 11px;
    margin-top: -10px;
}

.liline
{
    width: 100%;
    float: left;
}



.liline ul li{
float: left;
margin-right: 35px;
}


.tc-notification { position: fixed; top: 120px; right: 100px; z-index: 91300; max-width: 280px; padding: 0 14px 0 14px; background-color: #ffffdd; border: 1px solid #999999; }





/* Оплата товара */

.oplatavar2 {display:none;}

.montajvar {display:none;}

.dostav {display:none;}


.tovar_list button:hover {
color: #fff;
}





.tc-vertical.tc-tab-buttons button.tc-tab-selected {
    background-color: #36b513;
}


.tc-more-sidebar .tc-tab-buttons button.tc-tab-selected {
    background-image: linear-gradient(left, rgb(54,181,19) 0%, rgb(255, 69, 0) 100%);
    background-image: -o-linear-gradient(left, rgb(54,181,19) 0%, rgb(255, 69, 0) 100%);
    background-image: -moz-linear-gradient(left, rgb(54,181,19) 0%, rgb(255, 69, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgb(54,181,19) 0%, rgb(255, 69, 0) 100%);
    background-image: -ms-linear-gradient(left, rgb(54,181,19) 0%, rgb(255, 69, 0) 100%);
}


.tc-tab-buttons {margin-bottom:-4px;}

.tc-sidebar-lists .tc-tab-buttons {margin-bottom:-4px;}

.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {
    background-color: #36b513;

}


.podrobnee a{
color: <<colour sidebar-controls-foreground-hover>>;
 font-size: 18px;
}

.textboxrazdel {
text-align: justify; 
width:100%;
padding-top: 20px;
padding-bottom: 20px;
display:block;
border-top: 1px solid #eee;
float: left;


}

.tc-tab-buttons button.tc-tab-selected {
    color: #fff;
    background-color: #36b513;
    border: none;
    padding-top: 7px;
    padding-bottom: 4px;
}



.tc-modal-backdrop div button {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    cursor: default;
top:0px;
left:0px;
}


.motiv {
position: absolute; width: 100%;   top:23px; padding-right:84px; display:none; top: 10px;
}

.motivin{
margin-right: 30px; background-color: #fbf9f8; width:100%; height: 95px;
}





.field {
    display: block;
    float: left;
    position: relative;
    margin-top: 27px;
}


.field a {
    display: block;
    position: absolute;
    top: -32px;
    left: 0px;
    color: #999;
}

.korzinka3 {
    position: absolute;
    right: 20px;
    top: 35px;
    bottom: auto;
    left: auto;
    color: #888;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding-left: 24px;
    padding-top: 13px;
    padding-bottom: 2px;
    padding-right: 24px;
display: none;
}

.modal-footer { 
background-color: #F5F5F5;
border-top: 1px solid #DDDDDD;
margin-bottom: 0px;
padding: 14px 15px 15px;
text-align: right;
border-radius: 0px 0px 6px 6px;
box-shadow: inset 0px 1px 0px #FFFFFF;
color: #333333;
text-decoration: none;
position: absolute;
width: 100%;
bottom:-40px;
box-shadow: 0px 3px 7px rgba(0,0,0,0.298);

}


.modal-wrapper { 
bottom: 0px;
left: 0px;
background-color: #333333;
bottom: 0px;
left: 0px;
position: fixed;
right: 0px;
top: 0px;
z-index: 9999;
position: fixed;
right: 0px;
top: 0px;
background: rgba(200, 200, 200, 0.804);
transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1) 0;

}

.modal { 
margin-top: 10%;
position: absolute;
right: 25%;
width: 50%;
background-color: #fff;
font-size: 17px;
z-index: 1100;
border-radius: 6px;
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.298);
padding-bottom: 15px;



}   
    
.sticky {
    position: fixed;
    top: 0px;
    z-index: 600;
    right: 0px;
    width:100%;

}


.sticky2 {

  z-index: 900;
width:100%;
position:relative;
}



@media print {
    .korzinka2 {
display:none;
    }

    .korzinka {
display:none;
    } 

.tc-tiddler-frame ul li {
display:none;
    } 

.item_add{
background: #FFF;
color: #fff;
opacity:0;  

  } 

.item_quantity{
display:none;
    } 



.mybag{
display:none;
    } 

.simpleCart_total{
display:none;
    } 


}


html {
    width:100vw;
    overflow-x:hidden;
height:100%;
}

.mobile-version{
display:none;
}

blockquote {
width:100%;
float: left;
    border-left: 5px solid #bbb;
    margin-left: 0px;
    padding-left: 10px;

    line-height: 1.5em;
}


.mycolor{
font-size:4em;
display: inline-block;
bottom:-0.15em;
position: relative;
}

.svetamat{
width:50%;
float:left;
padding:15px;
background-color: #eee;
}




 .Cart_total { 

text-align: right;
font-size:1.5em;
}

.tc-titlebar h2{
color: #f3f8fb;
font-size: 0.8em;
}



.tc-tab-buttons{
padding-top: 0px;
text-align:left;
}

.mybag{
text-align: left;
margin-top:15px;
    line-height: 1.5em;
}




.mybag input {
text-align: left;
margin-bottom:5px;
width:158px;
border: 1px solid #999;
margin-right: 10px;
}



.textboxmini {
    height: 38px;
    width: 160px;
    overflow: hidden;
    margin: 0;
    padding: 0px;
    display: block;
}


.samovivoz{
color: <<colour tiddler-controls-foreground>>;
width: 100%;
margin:5px;
float:left;
display: none;
}


.tc-tiddlylink a img{
cursor: pointer;
}

.tc-tiddlylink img{
height: auto;


}


.textboxmini button,  .textboxmini span, .textboxmini .item_quantity,   .textboxmini .item_code ,  .textboxmini h3,  .textboxmini br {
display: none;
}

.textboxmini .simpleCart_shelfItem {
height: auto;
width: auto;
margin: 0;
padding: 0;
overflow:visible;
background: linear-gradient(45deg, #015346, #FF0000);
}

.textboxmini  tw.inCart:before {
    content: "\F133";
    font-family: "fontawesome";
    position: absolute;
    font-size: 1em;
    z-index: 100;
    color: #f3f8fb;
    top: -2px;
   left: 130px;
}


.textboxmini .item_add{
height: auto;
width: auto;
margin-right: 15px;
margin-top: 5px;
padding: 3px;
float: left;
margin-left: 9px;
}

.textbox{
text-align: justify; 
width:100%;
padding-top: 20px;
padding-bottom: 20px;
display:block;
border-top: 1px solid #f3f8fb;
float: left;
}








.tw-drop-down {
    min-width: 200px;
    border: 1px solid #bbb;
    background-color: #2f9f11;
    padding: 7px 0 7px 0;
    margin: 4px 0 0 0;
    white-space: nowrap;
    text-shadow: none;
    line-height: 1.4;
    font-family: "Arial";
border-radius: 4px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.506);
}

.tw-drop-down a, .tw-drop-down button { 
color: #333333;
display: block;
line-height: 1.4;
padding: 0px 14px;
text-align: left;
width: 100%;
font-size:1.5em;
}



.tc-tiddler-body p ul {
    float: left;
    width: 100%;

margin-top: 2px;

}

.tc-tiddler-body p ul li { 
float: left;
margin-right: 20px;
}


.tc-tiddler-frame {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
overflow:hidden;
min-height:100%;
background-color: #f3f8fb;
}



.tc-tiddler-frame .tovar_list  ul li { 
float: left;
margin-right: 9px;
margin-left: 10px;
}


.tc-tiddler-frame  .tovar_list  ul li h1 { 
float: left;
margin: 0px;
font-size: 15px;
width: auto;
}

.tc-tiddler-frame  .tovar_list  ul {
    float: left;
    width: 100%;

margin-top: 12px;
font-size: 22px;
margin-bottom: 20px;
padding: 10px;

background-color: #f3f8fb;
}

.tc-modal-header img { 
height: auto;
width: 100%;
}


.tc-modal-body p tw {

display:none;
}

.tc-storyview-zoomin-tiddler { 
display: block;
position: absolute;

}



.tc-dropzone { 
position: relative;

}







@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {

.logo a{
display:block;}

.korzinka3 {

display:block;
}

.tc-modal { 
margin-top: 2em;
position: absolute;

}



	.tw-message-box {
		margin: 21px -21px 21px -21px;
	}

	.tc-sidebar-scrollable {
		position: fixed;
		top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};
		left: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};
		bottom: 0;
		right: 0;
		overflow-y: auto;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 0 0 42px;
		padding: 71px 0 28px 42px;
background-color: #f3f8fb;
z-index:1000;
	}

	.tc-story-river {
		position: relative;
		left: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};
		top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};
		width: {{$:/themes/tiddlywiki/vanilla/metrics/storywidth}};
	margin-left: -61px;
background-color: #f3f8fb;





}









    .korzinka {
display:none;
    } 

/* Логотип цветок */

.svetok {
display:none;
    } 

.tc-topbar{ 

display:none;
}


<<if-no-sidebar "




.col-footer , .col-grey:after, .col-grey:before , .col-darkgrey:after, .col-darkgrey:before, .col-footer:after, .col-footer:before{display:block;}

.tc-tiddler-body{
padding:0px;
}


.tc-tiddler-title{

    padding-top: 60px;
background-color: #f3f8fb;
}

.tc-sidebar-scrollable{display:none !important;
background-color: #f3f8fb;
}

.korzinka3 {

display:block;
}


.motiv {
 display:block;
}



.tc-dropzone {
    position: relative;

height:100%;
    width: 100%;
    margin:0px;



}


/* Логотип цветок */

.svetok {
display:none;
    } 



.tc-topbar{ 

position: static;
z-index: 4000;
display:block;
}



    .korzinka {
display:block;
    } 















.tc-tiddler-frame{
position: relative;
float: left;
width:100%;
border: none;
margin:0px;
padding-left:10%;
padding-right:10%;
padding-bottom:0px;
padding-top:0px;
border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
overflow:hidden;
background-color: #f3f8fb;

}




	.tc-story-river {
		width: 100%;
height:100%;
padding:0px;
padding-left: 0px;
	margin: auto;
padding-top:110px;
background-color: #f3f8fb;
	}

.tc-sidebar-scrollable{

display:none;
}


">>

}

.korzinka  { 
position: absolute;
background-color:#fff;
width: 78%;
height: 0px;
margin-left: 14%;
margin-right: 14%;
margin-top: 180px;
z-index: 9000;
overflow: hidden;
line-height: normal;
left:0px;
right:0px;
}


.korzinka2 {
position: fixed;
 bottom:0px;
left:10px;
 z-index:30000; 
background-color:  #ab0d18;
padding-left:24px;
padding-top:13px;
padding-bottom:2px;

color:#FFF;
padding-right:24px;
}







.myimages{
float:right;
margin:15px;
}





.body p ul {
float:left; width:100%; margin-left: -20px; margin-right: 20px;
}

.body p ul li {
float:left;margin-right:30px;
}




.poloska{ 
top:163px; 
width:100%;
 height:26px; 
position: absolute; 
background-color: <<colour sidebar-foreground>>;
 z-index: -20; 
border-bottom: 2px solid  <<colour sidebar-controls-foreground>>;
border-top: 2px solid <<colour sidebar-controls-foreground>>;

}





.gifftoolbar {
display: none      ;
}

.tovar_center  {
text-align: center;

}

.big-pagetitle-tel {
    position: relative;
    font-size: 21px;
    color: #888;
    line-height: 1.5em;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    height: auto;
    width: 100%;
    float: left;
    padding-top: 26px;
    margin-left: -26%;
    padding-bottom: 33px;
}




.big-pagetitle-tel p{
margin: 0px;
padding: 0px;
}




.big-pagetitle { 
	position:absolute; 
        top:-223px;
    	height: 70px;
	padding-top: 0px;
left: -80px;
	
	
	font-size: 65px;
color: <<colour sidebar-foreground>>;

	font-weight: bold;
	line-height: 1px;
width: 100%;
text-align: center;

}

.big-pagetitle-sub { 
	position:absolute; 
    top:-180px;
    left: -80px;	
	padding-top: 0px;


	font-size: 25px;
	color: <<colour sidebar-foreground>>;

	font-weight: bold;
	line-height: 1px;
width: 100%;
text-align: center;

}

.big-pagetitle-sub-button { 
margin-left: 10px;
margin-right: 10px;

	font-size: 19px;
	color: #36b513;

	line-height: 1px;

}


















 

 

.alignright {text-align: right;
position:absolute; 
bottom:0px;
right:15px;font-size:13pt;  
width:100%; 
 background-color: <<colour dropdown-background>>;
 padding:13px;  


}

.alignright  a{
display: block;

     
height: 100%;
    


}


.alignRight {
	text-align: right;
}  #disqus_thread {
color: #000;
font:bold 12px Helvetica,Arial,sans-serif;
width: 99%; 


position: absolute; 
top: -91px;
float:left;


}  #disqus_thread2 {
overflow: hidden; 
position: relative; 
width: 99%; 
height: 450px;
float:left;
 
overflow: hidden;




}









/*----------------------- Стили для фона блока товара ------------------------------ */



.simpleCart_shelfItem {
	background-color: #FFFFFF;  width: 100%; text-align: center;  float: left;  position: relative;
padding-bottom:35px;
overflow: hidden;
border: 3px solid #FFA500; /* Параметры рамки */
}

.last.simpleCart_shelfItem {
	margin-right: 0px;
}

.simpleCart_shelfItem p {
	margin: 10px 0px 0px;
}

.simpleCart_shelfItem img {
	margin-top: 0px;
}

.item_name{
	margin: 0px; padding: 4px; 
display:none;
 color: #555;
}

/*----------------------- Стили для фона блока названия ------------------------------ */

.item_nazvanie {
    display: block;
    height: 70px;
    line-height: 1.4em;
    width: 100%;
    padding: 20px 5px;
    text-align:center;
    overflow: hidden;
    color: #36aa13;
    font-weight: 600; /* Жирное начертание */
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 20px;
    background: linear-gradient(90deg, #cfecd0, #ffc5ca);
    margin-bottom: 35px;
}


.item_quantity {
	display:none;
	 font-size: 11px;

}

.item_thumb  {
   display: block;
	 margin-left: 12px;
	 
	 width: 150px;
	  height: 150px;
}


img.item_thumb  {
   
	 overflow: hidden; 
	 width: 150px;
	  height: 150px;
}
.item_size {
	font-size: 12px;
}


.item_add::before {
    background-color: <<colour sidebar-foreground>>;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  padding: 6px 4px 4px 4px;
    left: -8px;
    top: -8px;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 1px <<colour sidebar-foreground>> , 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 1px <<colour sidebar-foreground>> , 0px 1px 0px #fff;
    -o-box-shadow: inset 0px 1px 1px <<colour sidebar-foreground>> , 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 1px <<colour sidebar-foreground>> , 0px 1px 0px #fff;
}


/*----------------------- Стили для кнопок в избранное ------------------------------ */
.item_add {
    background: linear-gradient(45deg, #2f9f11, #f37003);
    padding: 10px 21px 10px 21px;
    position: relative;
    text-transform: uppercase;
    font-size: 0.9em;
    text-decoration: none;
    color: #fff;
    border: solid 1px #888;

    letter-spacing: 0.05em;
    transition: background-color .25s ease-in-out;
}



.item_add:hover {
background: linear-gradient(45deg, #015346, #FF0000);
    color: #fff;
}

.item_add:focus { outline-color: #DADADA; }

.item_add:active {

outline-color: #2f9f11; 
	top:1px;
	background-image: linear-gradient(bottom, <<colour sidebar-controls-foreground-hover>>  0%, <<colour sidebar-controls-foreground-hover>> 100%);
	background-image: -o-linear-gradient(bottom, <<colour sidebar-controls-foreground-hover>>  0%, <<colour sidebar-controls-foreground-hover>> 100%);
	background-image: -moz-linear-gradient(bottom, <<colour sidebar-controls-foreground-hover>>  0%, <<colour sidebar-controls-foreground-hover>> 100%);
	background-image: -webkit-linear-gradient(bottom, <<colour sidebar-controls-foreground-hover>>  0%, <<colour sidebar-controls-foreground-hover>> 100%);
	background-image: -ms-linear-gradient(bottom, <<colour sidebar-controls-foreground-hover>>  0%, <<colour sidebar-controls-foreground-hover>> 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, <<colour sidebar-controls-foreground-hover>>),
	color-stop(1, rgb(156,156,156))
	);
}




.item_price {
    margin: 10px 5px;
    color: rgb(204, 0, 0);
    font-size: 1.5em;
}


.b-price_sign {
    color: rgb(204, 0, 0);
    font-size: 1.3em;
    margin-left: -7px;
}

/*----------------------- Стиль для блока Избранное ------------------------------ */
.simpleCart_items {
	  width: 100%; padding-bottom: 5px; float: left; display: inline; line-height: 20px; background-color: #FFFFFF;
 overflow: auto; 
}

.itemContainer {
	width: 100%;  height: 155px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left; display: inline;position:relative; padding-left:30%; padding-right:30%;    padding-top: 20px;
    text-decoration: underline;
}

.cartHeaders {
	width: 100%; padding-bottom: 5px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left; display: inline;
}

.cartHeaders {
	color: rgb(102, 102, 102); font-size: 11px; font-weight: bold;
}

.itemContainer div {
    margin: 0px;
    border-right-width: 1px;
    padding: 7px;
    box-sizing: border-box;
}

.cartHeaders div {
	margin: 10px 0px 0px; width: 83px; text-align: center; border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; float: left; display: inline;
}

div.itemThumb {
    width: 15%;
    position: absolute;
    z-index: 20;
    top: -35px;
    bottom: 0px;
    left: 3%;
}



div.itemThumb img {
	width: 100%;
}



div.itemName {
    padding-top: 15%;
    color: red;

}

/*-----------------------Стиль для страницы Избранное ------------------------------ */
div.itemnazvanie {
    width: 100%;
    height: 70px;
    line-height: 35px;
    font-size: 1.5em;
    background: l#FFFFFF;
    position: relative;
    z-index: 0;
    margin-bottom: 35px;
    color: #228B22;

}

div.itemremove {
    background: #eee;
    display: inline-block;
    line-height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 31%;
    right: 1%;
    font-size: 10px;
}


div.itemremove a{
	 text-decoration: none; text-align:center; color:#000;
}
div.itemdecrement {
	width: 30px; font-weight: bold; text-decoration: none; text-align:center; float:left;   display: none;  padding-bottom: 30%;
}

div.itemdecrement a {
 text-decoration: none;
display: none;
}
div.itemincrement {
	width: 30px; font-weight: bold; text-decoration: none; text-align:center; float:left;  display: none;  padding-bottom: 30%;
}

div.itemincrement a {
display: none;
	 text-decoration: none;
}
div.itemQuantity {
	 font-weight: bold; float:left;    padding-bottom: 30%; display: none;
}

div.itemTotal {
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
    position: absolute;
    top: 31%;
    right: 5%;
}




.korzinka .Cart_total{
float: right; width:100%;
padding:10px 0px;
display:none;
}




#cartTotal {
	margin: 5px 0px; width: 100%; text-align: right; float: left; display:none;
}

#cartTotal  {
	background:linear-gradient(45deg, #015346, #FF0000); padding: 2px; border-radius: 5px; font-weight: bold; margin-right: 15px; top: -125px; -moz-border-radius: 5px; display:none;
}

.simpleCart_shippingCost {
	background: linear-gradient(45deg, #015346, #FF0000); padding: 5px; border-radius: 5px; font-weight: bold; margin-right: 15px; -moz-border-radius: 5px;
}

.simpleCart_finalTotal {
	background: linear-gradient(45deg, #015346, #FF0000); padding: 5px; border-radius: 5px; font-weight: bold; margin-right: 15px; -moz-border-radius: 5px;
}

.simpleCart_empty { cursor: pointer; float: right; text-align: center; color: #fff; background-color: #999; padding: 7px 17px; text-decoration: none; position: relative; background: #e6e6e6; background: -moz-linear-gradient(top, #e6e6e6 0%, #b4b4b4 100%); background: -webkit-linear-gradient(top, #e6e6e6 0%,#b4b4b4 100%); background: linear-gradient(to bottom, #e6e6e6 0%,#b4b4b4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#b4b4b4',GradientType=0 ); text-transform: uppercase; display: inline-block; margin: 10px; }

.simpleCart_checkout { cursor: pointer; float: right; color: #fff; padding: 7px 17px; position: relative; text-transform: uppercase; text-decoration: none; background: #b3e200; background: -moz-linear-gradient(top, #b3e200 0%, #7dcd00 100%); background: -webkit-linear-gradient(top, #b3e200 0%,#7dcd00 100%); background: linear-gradient(to bottom, #b3e200 0%,#7dcd00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e200', endColorstr='#7dcd00',GradientType=0 ); border: none; display: inline-block; margin: 10px; }

.simpleCart_checkout2 {
	background: linear-gradient(45deg, #015346, #FF0000); padding: 4px; border-radius: 5px; color: rgb(255, 255, 255);  font-size: 13px; margin: 4px;  -moz-border-radius: 5px; cursor: pointer;

float: right;
}

.simpleCart_history {
	 padding: 4px;  color:#000;  font-size: 13px; margin-left: 5px; margin-top: 0px; -moz-border-radius: 5px; cursor: pointer;
bottom:0px;
float: right;
}




.modal-body{
display:none;
}

.tc-drop-down {
	min-width: 280px;
	border: 1px solid <<colour dropdown-border>>;
	background-color: <<colour dropdown-background>>;

	line-height: 1.4;

}

/*-----------------Стиль для картинки блока товара-------------*/
.onclean { 
border: none;
height: 320px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
width: 395px;
display: inline-block;
margin-left: 6px;
background-color: #f3f8fb;
margin-right: 6px;


}





.onclean span { 
height: 100%;
left: -200%;
position: absolute;
top: 0;
width: 500%;
background-color:#eee;
}


.onclean span:before {
    font-family: "fontawesome";
    content: "\f00e";
    color: #888;
    text-decoration: none;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    display: block;
    font-size: 30px;
    margin-left: -11px;
    margin-top: -15px;
}


.onclean span:hover::before {
opacity:1;
}

.onclean span img { 
bottom: 0px;

height: 100%;
left: 0px;
margin: 0px;



width: auto;
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;


 -moz-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}



.onclean span img:hover{
opacity: 0.7;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
cursor:pointer;
border: none;
box-shadow: none;
 }


.textboxwhite {
    display: inline-block;
    border: 1px solid #F0F0F0;
    overflow: hidden;
    background-color: white;
    padding: 15px;
    font-size: 14pt;
    line-height: 2em;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    width: 95%;
    height: 293px;
    box-shadow: 10px 10px 5px #eee;

}


.textboxtiles  {width:100%; position: relative;  display: inline-block; margin: 10px 0px; overflow:hidden; background-color: #f3f8fb;}

.textboxwhite_mini {display: inline-block; border:1px solid #F0F0F0; overflow: hidden; background-color: #f3f8fb; font-size: 10pt; line-height: 1em; margin-left:15px; margin-right:15px; margin-top:5px; margin-bottom:50px; position:relative; width: 177px; height: 250px; float: left; font-family:'Calibri', 'Arial'; box-shadow: 10px 10px 5px #eee;}


.textboxwhite_max  {    display: inline-block;  border:1px solid #F0F0F0; overflow: hidden; background-color: #f3f8fb; padding:10px; font-size: 10pt; line-height: 1em; margin-left:16px; margin-right:16px; margin-top:30px; margin bottom:25px; position:relative; width:300px; height:auto; box-shadow: 10px 10px 5px #eee; }

.textboxwhite_max img  { 
height: auto;

}

.big-pagetitle-sub-button { 
margin-left: 10px;
margin-right: 10px;

	font-size: 19px;
	color: <<colour sidebar-foreground>>;

	line-height: 1px;

}







@media (max-width:1680px) {
.col-3 {
    width: 29%;
}

.tw-table-of-contents-top > ul > li > a {
    
    text-transform: none;
letter-spacing: 0px;
}

.tw-table-of-contents-top li {

    padding-left: 0px;
    padding-right: 0px;

}





.big-pagetitle-tel{display:none;}
div.itemnazvanie {


    font-size: 1em;

}

div.itemThumb {
margin-top:25px;
}

}

@media (max-width:1360px) {
.hidemotiv{padding: 0px 0px;}

.image_plitka label{display:none !important;}
.slider2 {
    width: 130% !important;
    margin-left: -15% !important;
}
.slides2 .info {
    font-size: 16px !important;
    padding: 0px 10px !important;
}





.col-4 {
    width: 50%;
    float: left;

}

.col-3of4{width:50%; float:left; padding-left:2%;  padding-right:2%; }



.col-3 {
    width: 100%;


}

.col-white{

    padding-top: 30px;
    padding-bottom: 30px;
}




.tw-table-of-contents-top > ul>li.expand>a:before {
    position: absolute;
    top: 0px;
    left: 7px;
    content: "+";
    margin-left: -6px !important;
}

.tw-table-of-contents-top > ul > li.toc-item-selected::after {
display:none;
}

.tw-table-of-contents-top >ul >li.toc-item-selected {
    padding: 15px 1%;
    margin: 0px;

}

.m_title {
    font-size: 20px;
}



}

@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {

.hideparam .col-4 {width:100%;}

 .makefix .viborpar {
    position: absolute;
    top: 128px;
    left: -94px;
    font-style: italic;
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 207px;
display:block;
}


.shop_info{padding:0px 15px; width:100%;}

.shop_options {width:100%; display:inline-block;}

.instruction {width:100%; display:inline-block;}






.hidemotiv, .toplevelmenu{display:none;}


.tovarop {margin-left: 0px; width:100%; float: left;} 

.tc-tagged-\%24\%3A\%2FNote .tc-tiddler-body {padding:10px; width:100%; float: left;} 

.showOnPhone{
display:block;
}


.korzinka3 {
width:100%;
display:block;
right:0px;
}



.tc-modal { 
margin-top: 2em;
position: absolute;
left: 5%;
width: 90%;
}


label.arrows {
width:250px;
z-index: 3000;
}



table {
	
	font-size: 14px;

}







.big-pagetitle-tel{display:none;}




/* Логотип цветок */

.svetok {
display:none;

}

.poloska{ 
display:none;

}

	
.big-pagetitle{
display:none;

}	
.big-pagetitle-sub{
display:none;

}	

.dostlogo{
display:none;

}	


	

.tw-table-of-contents>ul{
display:none;

}

.tw-table-of-contents{margin-left:0px !important; position:absolute;}	



 .makefix{
    top: 0px;
    position: absolute;
    background-color: #fff;
    width: 30px;
    z-index: 600;
    padding-left: 30px;
    overflow: hidden;
font-size:0.8em;
    opacity: 0.5;
    left: 0px;
}


 .makefix .hideparam{
padding:8px;
padding-left:35px;
min-width: 150px;

overflow:auto;
}


 .makefix:hover{
padding-left:0px;
width:300px;
opacity:1;

}





.sidebar-header {
		padding: 14px;
		min-height: 32px;
	}

	.story-river {
		position: relative;
		padding: 0;
	}
}







@media (max-width:770px) {


.linkkat {width:0px;height:0px; overflow:hidden;}

.navbar-td {width:20px; }#ribbon {

    height: 80px !important;
    margin-top: -28px;
min-width:0px !important;
}

.chevron-left{
    width: 25px;
    height: 25px;
    overflow: hidden;
padding-top:25px
}

.chevron-right{
    width: 25px;
    height: 25px;
    overflow: hidden;
padding-top:25px
}

.chevron-up{
    width: 25px;
    height: 25px;
    overflow: hidden;
padding-top:25px
}


html {
    width:100% !important;
}

.simpleCart_hide {

    padding-top: 15px;
}

.col-grey .tovarblock:nth-child(2) {
padding-left:0px;
   } 







.tovar_path .liright {display:none;}
.col-grey:after, .col-grey:before , .col-darkgrey:after, .col-darkgrey:before, .col-footer:after, .col-footer:before{display:block;}

.tc-tiddler-frame{

padding-left:0px !important;
padding-right:0px !important;

}




.telephone {
display:none;
    padding-left: 0px;
}

/* Свойства для логотипа */

.menudecor{display:inline-table !important; float: left; margin-left: 5%; padding: 10px 0 0 0; margin-right: 5px;} 

#aside1{width:100% !important; height:86px; }



.tw-table-of-contents-top > ul ul {

top:60px !important;
margin-left: -37px !important;
}#ribbon .base, #ribbon .base:before, #ribbon .base:after, #ribbon .left_corner, #ribbon .right_corner, #ribbon .container{
border:none !important;
background:none !important;
}#ribbon {width:63px !important;
}#ribbon .inset{display:none;}

.hidecol{display:none;}


.col-grey{
    padding-right: 3%;
    padding-left: 3%;
}

.tw-table-of-contents-top li, .tw-table-of-contents-top > ul li {line-height:1em;}#ribbon .container a {
    margin-top: 0px !important;

}

.tw-table-of-contents-top > ul ul ul{    top:-8px !important; left: 220px !important;     }


.korzinka input, .korzinka textarea, .korzinka select {width:100% !important;}

.korzinka .field{width:100%;}

}

@media (max-width:450px) {

.korzinka {width:100%; margin-left:0px;}


.slides2 .info  {
display:none !important;


}

.m_title a::before{display:none;}
.m_title a::after{display:none;}




.cb-slideshow{display:none;}

.tw-table-of-contents-top > ul > li > a[href='#index']::after, .tw-table-of-contents-top > ul > li > a[href='index.html']::after {
    font-family: "fontawesome";
    content: "\f015";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}




.tw-table-of-contents-top>ul>li> a[href="#about_cms"]:after, .tw-table-of-contents-top>ul>li>a[href="about_cms.html"]:after {
    font-family: "fontawesome";
    content: "\f05a";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}

.tw-table-of-contents-top>ul>li> a[href="#education"]:after, .tw-table-of-contents-top>ul>li>a[href="education.html"]:after {
    font-family: "fontawesome";
    content: "\f02d";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}

.tw-table-of-contents-top>ul>li> a[href="#price"]:after, .tw-table-of-contents-top>ul>li>a[href="price.html"]:after {
    font-family: "fontawesome";
    content: "\F158";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}

.tw-table-of-contents-top>ul>li> a[href="#shop_designs"]:after, .tw-table-of-contents-top>ul>li>a[href="shop_designs.html"]:after {
    font-family: "fontawesome";
    content: "\F179";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}



.tw-table-of-contents-top>ul>li> a[href="#download"]:after, .tw-table-of-contents-top>ul>li>a[href="download.html"]:after {
    font-family: "fontawesome";
    content: "\f019";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}

.tw-table-of-contents-top>ul>li> a[href="#contacts"]:after, .tw-table-of-contents-top>ul>li>a[href="contacts.html"]:after {
    font-family: "fontawesome";
    content: "\f095";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}




.tw-table-of-contents-top > ul > li > a {
    height: 0px;
    width: 34px;
    display: block;
    overflow: hidden;
line-height: 2em;
    margin-bottom: 26px;


}


.col-white{

    padding-top: 15px;
    padding-bottom: 15px;
}

.col-4 {
    width: 100%;
    padding: 15px;
}

.col-3of4{width:100%; float:left; padding-left:2%;}

.col-2 {
    width: 100%;
    padding: 15px;
}

.textboxwhite{
width:100%;
box-shadow: none;
height:175px;
margin-top: 7px;
margin-bottom:7px;
border: 1px solid #999;
margin-left:0px;
}






.simpleCart_shelfItem button{
float: right;
}
.tc-titlebar h2 {
    color: #888888;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
    margin: 0px;
    background: linear-gradient(45deg, #015363, #ff6600);

}

/* Свойства для логотипа */

.menudecor{display:inline-table !important; float: left; margin-left: 5%; padding: 10px 0 0 0; margin-right: -70px;} 



}







@media screen and (max-width: 500px) {
table .h {display:none;}

.simpleCart_shelfItem {width:100%;}
.mybag input  {width:100%;}
.samovivoz label input  {width:auto;}

.tc-modal { 
margin-top: 2em;
position: absolute;
left: 5%;
width: 90%;
}

}: 5px; cursor: pointer;

float: right;
}

.simpleCart_history {
	 padding: 4px;  color:#000;  font-size: 13px; margin-left: 5px; margin-top: 0px; -moz-border-radius: 5px; cursor: pointer;
bottom:0px;
float: right;
}




.modal-body{
display:none;
}

.tc-drop-down {
	min-width: 280px;
	border: 1px solid <<colour dropdown-border>>;
	background-color: <<colour dropdown-background>>;

	line-height: 1.4;

}

.onclean { 
border: none;
height: 230px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
width: 240px;
display: inline-block;
margin-left: 0px;
background-color: #f3f8fb;
margin-right: 0px;


}





.onclean span { 
height: 100%;
left: -200%;
position: absolute;
top: 0;
width: 500%;
background-color:#eee;
}


.onclean span:before {
    font-family: "fontawesome";
    content: "\f00e";
    color: #888;
    text-decoration: none;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    display: block;
    font-size: 30px;
    margin-left: -11px;
    margin-top: -15px;
}


.onclean span:hover::before {
opacity:1;
}

.onclean span img { 
bottom: 0px;

height: 100%;
left: 0px;
margin: 0px;



width: auto;
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;


 -moz-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}



.onclean span img:hover{
opacity: 0.5;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
cursor:pointer;
border: none;
box-shadow: none;
 }


.textboxwhite {
    display: inline-block;
    border: 1px solid #F0F0F0;
    overflow: hidden;
    background-color: #f3f8fb;
    padding: 15px;
    font-size: 14pt;
    line-height: 2em;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    width: 95%;
    height: 293px;
    box-shadow: 10px 10px 5px #eee;

}


.textboxtiles  {width:100%; position: relative;  display: inline-block; margin: 10px 0px; overflow:hidden; background-color: #f3f8fb;}

.textboxwhite_mini {display: inline-block; border:1px solid #F0F0F0; overflow: hidden; background-color: #f3f8fb;font-size: 10pt; line-height: 1em; margin-left:15px; margin-right:15px; margin-top:5px;margin-bottom:50px; position:relative; width:177px; height:250px; float:left; font-family:'Calibri', 'Arial'; box-shadow: 10px 10px 5px #eee;}


.textboxwhite_max  {    display: inline-block;  border:1px solid #F0F0F0; overflow: hidden; background-color: #f3f8fb;padding:10px;font-size: 10pt; line-height: 1em;margin-left:16px; margin-right:16px; margin-top:30px;margin-bottom:25px;position:relative;width:300px;height:auto; box-shadow: 10px 10px 5px #eee; }

.textboxwhite_max img  { 
height: auto;

}

.big-pagetitle-sub-button { 
margin-left: 10px;
margin-right: 10px;

	font-size: 19px;
	color: #36b513;

	line-height: 1px;

}

/* Свойства для логотипа */

.menudecor{display:inline-table !important; float: left; margin-left: 5%; padding: 10px 0 0 0; margin-right: -70px;} 

#aside1{width:100% !important; height:50px;}


}



@media (max-width:1680px) {
.col-3 {
    width: 29%;
}

.tw-table-of-contents-top > ul > li > a {
    
    text-transform: none;
letter-spacing: 0px;
}

.tw-table-of-contents-top li {

    padding-left: 0px;
    padding-right: 0px;

}





.big-pagetitle-tel{display:none;}
div.itemnazvanie {


    font-size: 1em;

}

div.itemThumb {
margin-top:25px;
}

}

@media (max-width:1360px) {
.hidemotiv{padding: 0px 0px;}

.image_plitka label{display:none !important;}
.slider2 {
    width: 130% !important;
    margin-left: -15% !important;
}
.slides2 .info {
    font-size: 16px !important;
    padding: 0px 10px !important;
}





.col-4 {
    width: 50%;
    float: left;

}

.col-3of4{width:50%; float:left; padding-left:2%;  padding-right:2%; }



.col-3 {
    width: 100%;


}

.col-white{

    padding-top: 30px;
    padding-bottom: 30px;
}




.tw-table-of-contents-top > ul>li.expand>a:before {
    position: absolute;
    top: 0px;
    left: 7px;
    content: "+";
    margin-left: -6px !important;
}

.tw-table-of-contents-top > ul > li.toc-item-selected::after {
display:none;
}

.tw-table-of-contents-top >ul >li.toc-item-selected {
    padding: 15px 1%;
    margin: 0px;

}

.m_title {
    font-size: 20px;
}



}

@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {

.hideparam .col-4 {width:100%;}

 .makefix .viborpar {
    position: absolute;
    top: 128px;
    left: -94px;
    font-style: italic;
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 207px;
display:block;
}


.shop_info{padding:0px 15px; width:100%;}

.shop_options {width:100%; display:inline-block;}
.instruction {width:100%; display:inline-block;}






.hidemotiv, .toplevelmenu{display:none;}


.tovarop {margin-left: 0px; width:100%; float: left;} 

.tc-tagged-\%24\%3A\%2FNote .tc-tiddler-body {padding:10px; width:100%; float: left;} 

.showOnPhone{
display:block;
}


.korzinka3 {
width:100%;
display:block;
right:0px;
}



.tc-modal { 
margin-top: 2em;
position: absolute;
left: 5%;
width: 90%;
}


label.arrows {
width:250px;
z-index: 3000;
}



table {
	
	font-size: 14px;

}







.big-pagetitle-tel{display:none;}




/* Логотип цветок */

.svetok {
display:none;

}

.poloska{ 
display:none;

}

	
.big-pagetitle{
display:none;

}	
.big-pagetitle-sub{
display:none;

}	

.dostlogo{
display:none;

}	


	

.tw-table-of-contents>ul{
display:none;

}

.tw-table-of-contents{margin-left:0px !important; position:absolute;}	



 .makefix{
    top: 0px;
    position: absolute;
    background-color: #fff;
    width: 30px;
    z-index: 600;
    padding-left: 30px;
    overflow: hidden;
font-size:0.8em;
    opacity: 0.5;
    left: 0px;
}


 .makefix .hideparam{
padding:8px;
padding-left:35px;
min-width: 150px;

overflow:auto;
}


 .makefix:hover{
padding-left:0px;
width:300px;
opacity:1;

}





.sidebar-header {
		padding: 14px;
		min-height: 32px;
	}

	.story-river {
		position: relative;
		padding: 0;
	}
}







@media (max-width:770px) {


.linkkat {width:0px;height:0px; overflow:hidden;}

.navbar-td {width:20px; }#ribbon {

    height: 80px !important;
    margin-top: -28px;
min-width:0px !important;
}

.chevron-left{
    width: 25px;
    height: 25px;
    overflow: hidden;
padding-top:25px
}

.chevron-right{
    width: 25px;
    height: 25px;
    overflow: hidden;
padding-top:25px
}

.chevron-up{
    width: 25px;
    height: 25px;
    overflow: hidden;
padding-top:25px
}


html {
    width:100% !important;
}

.simpleCart_hide {

    padding-top: 15px;
}

.col-grey .tovarblock:nth-child(2) {
padding-left:0px;
   } 







.tovar_path .liright {display:none;}
.col-grey:after, .col-grey:before , .col-darkgrey:after, .col-darkgrey:before, .col-footer:after, .col-footer:before{display:block;}

.tc-tiddler-frame{

padding-left:0px !important;
padding-right:0px !important;

}




.telephone {
display:none;
    padding-left: 0px;
}

/* Свойство для логотипа */

.menudecor{display:inline-table !important; float: left; margin-left: 5%; padding: 10px 0 0 0; margin-right: 5px;} 

#aside1{width:100% !important; height:86px;}



.tw-table-of-contents-top > ul ul {

top:60px !important;
margin-left: -37px !important;
}#ribbon .base, #ribbon .base:before, #ribbon .base:after, #ribbon .left_corner, #ribbon .right_corner, #ribbon .container{
border:none !important;
background:none !important;
}#ribbon {width:63px !important;
}#ribbon .inset{display:none;}

.hidecol{display:none;}


.col-grey{
    padding-right: 3%;
    padding-left: 3%;
}

.tw-table-of-contents-top li, .tw-table-of-contents-top > ul li {line-height:1em;}#ribbon .container a {
    margin-top: 0px !important;

}

.tw-table-of-contents-top > ul ul ul{    top:-8px !important; left: 220px !important;     }


.korzinka input, .korzinka textarea, .korzinka select {width:100% !important;}

.korzinka .field{width:100%;}

}

@media (max-width:450px) {

.korzinka {width:100%; margin-left:0px;}


.slides2 .info  {
display:none !important;


}

.m_title a::before{display:none;}
.m_title a::after{display:none;}



.cb-slideshow{display:none;}
.tw-table-of-contents-top > ul > li > a[href='#index']::after, .tw-table-of-contents-top > ul > li > a[href='index.html']::after {
    font-family: "fontawesome";
    content: "\f015";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}

/* Свойство для логотипа */

.menudecor{display:inline-table !important; float: left; margin-left: 5%; padding: 10px 0 0 0; margin-right: -70px;} 



.tw-table-of-contents-top>ul>li> a[href="#about_cms"]:after, .tw-table-of-contents-top>ul>li>a[href="about_cms.html"]:after {
    font-family: "fontawesome";
    content: "\f05a";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}

.tw-table-of-contents-top>ul>li> a[href="#education"]:after, .tw-table-of-contents-top>ul>li>a[href="education.html"]:after {
    font-family: "fontawesome";
    content: "\f0b1";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}

.tw-table-of-contents-top>ul>li> a[href="#price"]:after, .tw-table-of-contents-top>ul>li>a[href="price.html"]:after {
    font-family: "fontawesome";
    content: "\f129";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}

.tw-table-of-contents-top>ul>li> a[href="#shop_designs"]:after, .tw-table-of-contents-top>ul>li>a[href="shop_designs.html"]:after {
    font-family: "fontawesome";
    content: "\f00b";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}



.tw-table-of-contents-top>ul>li> a[href="#download"]:after, .tw-table-of-contents-top>ul>li>a[href="download.html"]:after {
    font-family: "fontawesome";
    content: "\f019";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}

.tw-table-of-contents-top>ul>li> a[href="#contacts"]:after, .tw-table-of-contents-top>ul>li>a[href="contacts.html"]:after {
    font-family: "fontawesome";
    content: "\f0e0";
    height: 20px;
    width: 20px;
    padding-left: 5px;
position:absolute;
top:14px;
left:10px;
}




.tw-table-of-contents-top > ul > li > a {
    height: 0px;
    width: 34px;
    display: block;
    overflow: hidden;
line-height: 2em;
    margin-bottom: 26px;


}


.col-white{

    padding-top: 15px;
    padding-bottom: 15px;
}

.col-4 {
    width: 100%;
    padding: 15px;
}

.col-3of4{width:100%; float:left; padding-left:2%;}

.col-2 {
    width: 100%;
    padding: 15px;
}

.textboxwhite{
width:100%;
box-shadow: none;
height:175px;
margin-top: 7px;
margin-bottom:7px;
border: 1px solid #999;
margin-left:0px;
}






.simpleCart_shelfItem button{
float: right;
}
.tc-titlebar h2 {
    color: #888888;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
    margin: 0px;
    background-color: background: linear-gradient(45deg, #015346, #FF0000);

}


}







@media screen and (max-width: 500px) {
table .h {display:none;}

.simpleCart_shelfItem {width:100%;}
.mybag input  {width:100%;}
.samovivoz label input  {width:auto;}

.tc-modal { 
margin-top: 2em;
position: absolute;
left: 5%;
width: 90%;
}

}

`
#ribbon  span{
display:none;
}

#ribbon  .simpleCart_total{
float:none;
}

.simpleCart_total .numshop::before {
    content: "\F0F6 - ";
    height: 6px;
    display: inline-block;
    font-family: "fontawesome";
    font-size: 22px;
    z-index: 0;
    margin-left: 1px;
    line-height: 33px;
    color: #fff;
}


.simpleCart_total .numstars::before {
    content: "\F006 - ";
    height: 6px;
    display: inline-block;
    font-family: "fontawesome";
    font-size: 22px;
    z-index: 0;
    margin-left: 1px;
    line-height: 33px;
    color: #fff;
}


#ribbon {
    min-width: 100px;
    height: 140px;
position:relative;
    overflow: hidden;
    line-height: 1.4em;
    top: 0px;
    font-size: 18px;
right:0px;
}






#ribbon .inset {
    width: 200%;
    height: 55px;
    position: absolute;
    top: -50px;
    left: -50%;
    z-index: 5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}


#ribbon .container {
	position: relative;

	height: 155px;
	overflow: hidden;
	margin: 0 auto;

}


#ribbon .container a {
    padding-top: 30px;
padding-bottom: 30px;
    display: inline-block;
-webkit-background-clip: text;
-moz-background-clip: text;
text-shadow: 1px -1px rgba(0,0,0,0.5);
}

#ribbon .base {
	height: 126px;
	width: 100%;
	
	background: rgb(199,59,60);
	background: -moz-linear-gradient(top,  rgba(199,59,60,1) 0%, rgba(184,32,31,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,59,60,1)), color-stop(100%,rgba(184,32,31,1)));
	background: -webkit-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
	background: -o-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
	background: -ms-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
	background: linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73b3c', endColorstr='#b8201f',GradientType=0 );

	position: relative;
	z-index: 2;
}

#ribbon .base::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 1px;
    right: 7px;
    height: 136px;
    border-left: 1px dashed #da5050;
    border-right: 1px dashed #631a15;
}


#ribbon .base::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 1px;
    left: 7px;
    height: 136px;
    border-left: 1px dashed #da5050;
    border-right: 1px dashed #631a15;
    border-right-color: ;
}


#ribbon .left_corner {
	width: 50%;
	height: 100px;
	background: #b8201f;
	position: absolute;
	bottom: 21px;
	left: 0px;
	z-index: 1;
	
	-webkit-transform: skewY(-14deg);
	-moz-transform: skewY(-14deg);
	-ms-transform: skewY(-14deg);
	-o-transform: skewY(-14deg);
	transform: skewY(-14deg);
border: 1px solid #b8201f;
}

#ribbon .right_corner {
	width: 50%;
	height: 100px;
	background: #b8201f;
	position: absolute;
	bottom: 21px;
	right: 0px;
	z-index: 1;
	
	-webkit-transform: skewY(14deg);
	-moz-transform: skewY(14deg);
	-ms-transform: skewY(14deg);
	-o-transform: skewY(14deg);
	transform: skewY(14deg);
border: 1px solid #b8201f;
}
`
.tw-table-of-contents-top>ul, .tw-table-of-contents-top>ul ul {
		list-style: none;
margin:0;
padding:0;

	}
	

.tw-table-of-contents-top {
    text-align: center;
float:left;
    position: relative;
background-color: rgba(1, 83, 99);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
width:100%;
width:100vw;
    display: block;
    color: #fff;



    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;



}

.tw-table-of-contents-top li {
	list-style-type: none;
padding-left: 1.5%;
   padding-right: 1.5%;
z-index: 10000;

font-size: 20px;
color: #fff;
display: inline-block;
  }



.tw-table-of-contents-top>ul{
font-style:italic;
line-height:70px;
display:inline;
color: #fff;
}




.tw-table-of-contents-top > ul li.expand>a:before {
    position: absolute;
    top: 0px;
    left: 7px;
    content: "+";
    margin-left: 3px;
}




.tw-table-of-contents-top>ul>:first-child.toc-item-selected::after {
    display: none;
}
.tw-table-of-contents-top>ul>li.toc-item-selected::after {
    position: absolute;
    top: 15px;
    left: -7px;
    width: 15px;
    height: 12px;


    font-weight: 100%;
    letter-spacing: -2px;
    font-size: 24px;
    content: "//";
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    line-height: 70px;
margin-left: -16px;
}




	
	

	
	.tw-table-of-contents-top li, 	.tw-table-of-contents-top>ul li {
		display:inline-block;
		position: relative;
padding: 15px 20px;
margin-left:1%;
margin-right:1%;
	}
	
	.tw-table-of-contents-top>ul a {
	display:block;
		text-transform: uppercase;

		text-decoration: none;

	}
	
	.tw-table-of-contents-top>ul li:hover > a {
			color: #fff;
	}
	
	*html .tw-table-of-contents-top>ul li a:hover { /* Только для IE6 */
		color: #fafafa;
	}
	
	.tw-table-of-contents-top>ul ul {
		margin: 0px 0 0 0;
		_margin: 0; /*Только для IE6*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 99px;
		left: 0;
		z-index: 9999;    
color:#111;
line-height:40px;

background-color: <<colour dropdown-background>>;


line-height:40px;

		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

.tw-table-of-contents-top > ul ul ul::after {
    position: absolute;
    left: -30px;
    top: 13px;
    margin: 0;
    content: "";
    width: 0px;
    height: 0px;
    border: 15px solid transparent;
    border-bottom-color: transparent;
    border-right-color: <<colour dropdown-background>>;

}

	.tw-table-of-contents-top>ul li:hover > ul {
		opacity: 1;
		visibility: visible;
	
	}
	
	.tw-table-of-contents-top>ul ul ul {
		top: 0;
		left: 185px;
		margin: 0 0 0 20px;
		_margin: 0; /*Только для IE6*/

	}
	
	.tw-table-of-contents-top>ul ul li {
		padding:0;
margin:0;
float: none;
		display: block;
		border: 0;
		_line-height: 0; /*Только для IE6*/

	}
	

	
	.tw-table-of-contents-top>ul ul a {    
		padding: 10px;
		width: 190px;
		_height: 10px; /*Только для IE6*/
		display: block;
padding-left:20px;
		white-space: nowrap;
		float: none;
		text-transform: none;
text-align:left;
	}
	
	.tw-table-of-contents-top>ul ul a:hover {
		background-color: <<colour tiddler-link-foreground>>;
color: <<colour tiddler-link-background>>;


	}
	

	



	

	
.cb-slideshow,
.cb-slideshow:after {
    position: relative;
    width: 100%;
    height: 300px;
    top: 0px;
    left: 0px;
    z-index: 0;
	list-style:none;
overflow: hidden;
margin:0px;
}
.cb-slideshow:after {
 
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 108s linear infinite 0s;
    -moz-animation: imageAnimation 108s linear infinite 0s;
    -o-animation: imageAnimation 108s linear infinite 0s;
    -ms-animation: imageAnimation 108s linear infinite 0s;
    animation: imageAnimation 108s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-animation: titleAnimation 108s linear infinite 0s;
    -moz-animation: titleAnimation 108s linear infinite 0s;
    -o-animation: titleAnimation 108s linear infinite 0s;
    -ms-animation: titleAnimation 108s linear infinite 0s;
    animation: titleAnimation 108s linear infinite 0s;
    font-style: italic bold;
}



.cb-slideshow li:nth-child(1) span {  }
.cb-slideshow li:nth-child(1) div {
}
.cb-slideshow li:nth-child(2) span {

    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.cb-slideshow li:nth-child(2) div {

    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.cb-slideshow li div h3 {

    line-height: 60px;
    color: <<colour sidebar-foreground>>;
    background-color: #eeeeee;
    text-align: right;
padding-right:30px;
    position: relative;
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.68) 50%, rgba(255,255,255,1) 70%);

background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.68) 50%,rgba(255,255,255,1) 70%);

background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.68) 50%,rgba(255,255,255,1) 70%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}






.cb-slideshow li:nth-child(3) span {

    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(4) span {
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    -o-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;
}
.cb-slideshow li:nth-child(5) span {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(6) span {
    -webkit-animation-delay: 45s;
    -moz-animation-delay: 45s;
    -o-animation-delay: 45s;
    -ms-animation-delay: 45s;
    animation-delay: 45s;
}

.cb-slideshow li:nth-child(7) span {
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

.cb-slideshow li:nth-child(8) span {
    -webkit-animation-delay: 63s;
    -moz-animation-delay: 63s;
    -o-animation-delay: 63s;
    -ms-animation-delay: 63s;
    animation-delay: 63s;
}

.cb-slideshow li:nth-child(9) span {
    -webkit-animation-delay: 72s;
    -moz-animation-delay: 72s;
    -o-animation-delay: 72s;
    -ms-animation-delay: 72s;
    animation-delay: 72s;
}

.cb-slideshow li:nth-child(10) span {
    -webkit-animation-delay: 81s;
    -moz-animation-delay: 81s;
    -o-animation-delay: 81s;
    -ms-animation-delay: 81s;
    animation-delay: 81s;
}

.cb-slideshow li:nth-child(11) span {
    -webkit-animation-delay: 90s;
    -moz-animation-delay: 90s;
    -o-animation-delay: 90s;
    -ms-animation-delay: 90s;
    animation-delay: 90s;
}

.cb-slideshow li:nth-child(12) span {
    -webkit-animation-delay: 99s;
    -moz-animation-delay: 99s;
    -o-animation-delay: 99s;
    -ms-animation-delay: 99s;
    animation-delay: 99s;
}






.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    -o-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 45s;
    -moz-animation-delay: 45s;
    -o-animation-delay: 45s;
    -ms-animation-delay: 45s;
    animation-delay: 45s;
}
.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

.cb-slideshow li:nth-child(8) div {
    -webkit-animation-delay: 63s;
    -moz-animation-delay: 63s;
    -o-animation-delay: 63s;
    -ms-animation-delay: 63s;
    animation-delay: 63s;
}

.cb-slideshow li:nth-child(9) div {
    -webkit-animation-delay: 72s;
    -moz-animation-delay: 72s;
    -o-animation-delay: 72s;
    -ms-animation-delay: 72s;
    animation-delay: 72s;
}

.cb-slideshow li:nth-child(10) div {
    -webkit-animation-delay: 81s;
    -moz-animation-delay: 81s;
    -o-animation-delay: 81s;
    -ms-animation-delay: 81s;
    animation-delay: 81s;
}

.cb-slideshow li:nth-child(11) div {
    -webkit-animation-delay: 90s;
    -moz-animation-delay: 90s;
    -o-animation-delay: 90s;
    -ms-animation-delay: 90s;
    animation-delay: 90s;
}

.cb-slideshow li:nth-child(12) div {
    -webkit-animation-delay: 99s;
    -moz-animation-delay: 99s;
    -o-animation-delay: 99s;
    -ms-animation-delay: 99s;
    animation-delay: 99s;
}




@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	6% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	12% {
	    opacity: 0;
	   
	}
	18% {
	    opacity: 0;
	
	}
        24% {
	    opacity: 0;
	
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	6% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	12% {
	    opacity: 0;
	  
	}
        18% {
	    opacity: 0;
	  
	}

	24% {
	    opacity: 0;
	
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	6% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	12% {
	    opacity: 0;
	    -o-transform: scale(1.1) ;
	}
        18% {
	    opacity: 0;
	    -o-transform: scale(1.1) ;
	}



	24% {
	    opacity: 0;
	    -o-transform: scale(1.1) ;
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	6% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	12% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
        18% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}

	24% {
	    opacity: 0;
	    -ms-transform: scale(1.1) ;
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
		transform: scale(1.1);
	    animation-timing-function: ease-in;
	}
	6% {
	    opacity: 1;
	    transform: scale(1.1);
	    animation-timing-function: ease-out;
	}
	12% {
	    opacity: 0;
	    transform: scale(1.2) ;
	}
        18% {
	    opacity: 0;
	    transform: scale(1.2) ;
	}
	24% {
	    opacity: 0;
	    transform: scale(1.3) ;
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	6% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	12% {
	    opacity: 0;
	    -webkit-transform: translateX(0px);
	}
	18% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	24% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	6% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	12% {
	    opacity: 0;
	    -moz-transform: translateX(0px);
	}
	18% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	24% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	6% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	12% {
	    opacity: 0;
	    -o-transform: translateX(0px);
	}
	18% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	24% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	6% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	12% {
	    opacity: 0;
	    -ms-transform: translateX(0px);
	}
	18% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	24% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	6% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	12% {
	    opacity: 0;
	    transform: translateX(0px);
	}
	18% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	24% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

.no-cssanimations .cb-slideshow li div{
	opacity: 1;
}

@media screen and (min-width: 1141px) { 
	.cb-slideshow li div h3 { color: #000000;}
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 24px; color: #000000;}
}


@media screen and (max-width: 1024px) { 
	.cb-slideshow li div h3 { font-size: 17px; color: #000000; }
}

@media screen and (max-width: 812px) { 
	.cb-slideshow li div h3 { font-size: 13px; color: #000000; }
}

@media screen and (max-width: 768px) { 
	.cb-slideshow li div h3 { font-size: 12.5px; color: #000000; }
}

@media screen and (max-width: 736px) { 
	.cb-slideshow li div h3 { font-size: 12.1px; color: #000000; }
}

@media screen and (max-width: 731px) { 
	.cb-slideshow li div h3 { font-size: 12px; color: #000000; }
}

@media screen and (max-width: 667px) { 
	.cb-slideshow li div h3 { font-size: 10.4px; color: #000000; }
}

@media screen and (max-width: 640px) { 
	.cb-slideshow li div h3 { font-size: 10px; color: #000000; }
}

@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 10px; color: #000000; }
}

@media screen and (max-width: 568px) { 
	.cb-slideshow li div h3 { font-size: 8.8px; color: #000000; }
}
$t: 2.5s;
$e1: cubic-bezier(0.8, 0.00, 0.1, 1);
$e2: cubic-bezier(0.600, 0.040, 0.980, 0.335);
$er: linear;

$color: hsl(15,75%,40%);
$font: 'Abril Fatface', sans-serif;

$slides: 4;
$images: url(https://unsplash.it/g/1500/2200?image=838) url(https://unsplash.it/g/1500/1000?image=1078) url(https://unsplash.it/g/1500/1000?image=1077)  url(https://unsplash.it/g/1500/1200?image=345);

html, body{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.untitled{	
	position: absolute;
	height: 100%;
	width: 100%;
	@keyframes rotateHue {
		0%{ filter: hue-rotate(0deg); }
		20%{ filter: hue-rotate(0deg); }
		25%{ filter: hue-rotate(90deg); }
		45%{ filter: hue-rotate(90deg); }
		50%{ filter: hue-rotate(180deg); }
		70%{ filter: hue-rotate(180deg); }
		75%{ filter: hue-rotate(270deg); }
		95%{ filter: hue-rotate(270deg); }
		100%{ filter: hue-rotate(360deg); }
	}
	animation: rotateHue infinite $t*$slides*2 linear;
	animation-delay: $t/4;
	
	&__shutters{
		position: absolute;
		height: 150vmax;
		width: 150vmax;
		left: calc(50% - 75vmax);
		top: calc(50% - 75vmax);
		pointer-events: none;
		z-index: 2;
		@keyframes rotateFrame{
			0%{ transform: rotate(0deg);}
			100%{ transform: rotate(180deg);}
		}
		animation: rotateFrame $t*4 $er infinite;

		&:before, &:after{
			content: '';
			position: absolute;
			height: 100%;
			width: 100%;
			left: 50%;
			transform: translate3d(-50%, 0, 0);
			background-color: $color;
			pointer-events: auto;
		}
		&:before{
			bottom: 50%;
			@keyframes openTop{
				0%{ transform: translate3d(-50%, 0, 0); animation-timing-function: $e1; }
				40%{ transform: translate3d(-50%, -65vmax, 0); animation-timing-functon: $e2; }
				70%{ transform: translate3d(-50%, -65vmax, 0); animation-timing-functon: $e2; }
				100%{ transform: translate3d(-50%, 0, 0); animation-timing-function: $e2; }
			}
			animation: openTop $t*2 infinite;
		}
		&:after{
			top: 50%;
			@keyframes openBottom{
				0%{ transform: translate3d(-50%, 0, 0); animation-timing-function: $e1; }
				40%{ transform: translate3d(-50%, 65vmax, 0); animation-timing-functon: $e2; }
				70%{ transform: translate3d(-50%, 65vmax, 0); animation-timing-functon: $e2; }
				100%{ transform: translate3d(-50%, 0, 0); animation-timing-function: $e2; }
			}
			animation: openBottom $t*2 infinite;
		}
	}
	
	&__slides{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background-color: $color;
	}
	&__slide{
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: 0;
		@keyframes showHideSlide{
			0%{
				opacity: 1; 
				pointer-events: auto;
				z-index: 1;
			}
			#{100% / $slides}{
				opacity: 0;
				pointer-events: none;
				z-index: -1;
			}
			100%{
				opacity: 0;
				pointer-events: none;
				z-index: -1;
			}
		}
		animation: showHideSlide infinite $t*$slides*2 steps(1);
		@for $i from 1 through $slides{
			&:nth-child(#{$i}){ 
				animation-delay: $t * ($i - 1) * 2;
				.untitled__slideBg{
					background-image: nth($images, $i);
				}
			}	
		}
	}
	&__slideBg{
		position: relative;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background-size: cover;
		background-position: center;
		background-color: $color;
		background-blend-mode: hard-light;
		opacity: 1;
		z-index: -1;
		@keyframes bgInOut{
			0%{ transform: rotate(-45deg) scale(1.1); animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);}
			33%{ transform: rotate(0deg);}
			50%{ transform: rotate(0deg); }
			66%{ transform: rotate(0deg); animation-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220); }
			100%{ transform: rotate(45deg) scale(0.9);}
		}
		animation: bgInOut $t*4 -$t*2 infinite; 
	}
	&__slideContent{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%,-50%,0);
		color: white;
		font-family: $font;
		line-height: 0.8;
		letter-spacing: -0.025em;
		z-index: 2;
		opacity: 1;
		text-shadow: 0 0 0.5em rgba($color,0.25);
		mix-blend-mode: lighten;
		span{
			display: block;
			font-size: 15vmin;
		}
	}
}
.button{
	font-family:'Roboto Mono', sans-serif;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2vmin;
	display: inline-block;
	position: relative;
	border: 3px solid white;
	box-shadow: -0.5vmin 0.5vmin 0 rgba(white, 0.5);
	background: transparent;
	margin-top: 5vmin;
	mix-blend-mode: lighten;
	color: white;
	padding: 2vmin 2vmin 1.8vmin 2vmin;
	letter-spacing: 0.1em;
	text-shadow: none;
	line-height: 1;
	transform: translate3d(0.5vmin, -0.5vmin, 0);
	transition: all 100ms linear;
	&:hover{ 
		transform: translate3d(1vmin, -1vmin, 0);
		box-shadow: -1vmin 1vmin 0 rgba(white, 0.5);
		background: white;
		color: black;
	}
	&:active{ 
		transform: translate3d(0px, 0px, 0);
		box-shadow: -0px 0px 0 rgba(white, 0.5);
	}
}

.tc-btn-invisible, .simpleCart_total {display:none !important}
<div class="simpleCart_hide" style=" margin-left: 3px; margin-top: 2px;  cursor: pointer;"> {{cart.svg}} </div>
\define get_title(l)
$l$$(title)$]]
\end
<$set name="title" value={{!!title}}>
<$set name="tags" value=<<get_title "[[">>>
<$newtiddler class=<<tv-config-toolbar-class>> selectedClass="tc-selected"  title=<<dateTime "YYYY-0MM-0DD 0hh:0mm:0ss">> skeleton="$:/Template/NewTOC">{{$:/core/images/menu-button}}

<$list filter="[<tv-config-toolbar-text>prefix[yes]]"> <$text text={{$:/_aa/button/KrNavigator/Hint}}/>
</$list>
</$newtiddler>
 </$set>
</$set>

Добавить раздел
\define get_title(l)
$l$$(title)$]]
\end
 <$set name="title" value={{!!title}}>
<$set name="tags" value=<<get_title "[[">>>
<$newtiddler class=<<tv-config-toolbar-class>> selectedClass="tc-selected" title=<<dateTime "YYYY-0MM-0DD 0hh:0mm:0ss">> skeleton="$:/Template/NewNote">{{$:/core/images/new-button}}
<$list filter="[<tv-config-toolbar-text>prefix[yes]]"> <$text text={{$:/_aa/button/KrTovar/Hint}}/>
</$list>
</$newtiddler>
</$set>
</$set>
Добавить магазин
Добавить магазин
\define get_title(l)
$l$$(title)$]]
\end
 <$set name="title" value={{!!title}}>
<$set name="tags" value=<<get_title "[[">>>
<$newtiddler class=<<tv-config-toolbar-class>> selectedClass="tc-selected" title=<<dateTime "YYYY-0MM-0DD 0hh:0mm:0ss">> skeleton="$:/Template/NewYandex">{{$:/core/images/star-filled}}
<$list filter="[<tv-config-toolbar-text>prefix[yes]]"> <$text text={{$:/_aa/button/KrYandex/Hint}}/>
</$list>
</$newtiddler>
</$set>
</$set>
Яндекс Товар
<$button popup=<<qualify "$:/state/popup/parents">> class="tc-btn-invisible">{{$:/core/images/menu-button}}</$button> <$reveal state=<<qualify "$:/state/popup/parents">> type="popup" position="below" animate="yes"> <div class="tw-drop-down"><$list filter="[[index]][[Контакты]][tag[index]!tag[$:/Note]!is[system]!is[shadow]!tiddler[$:/TOC]sort[title]]"/></div></$reveal>
<$button tooltip="Поиск по товарам" aria-label="Поиск по товарам" class=<<tv-config-toolbar-class>>>
<$action-navigate $to="ПОИСК"/>
 {{$:/core/images/advanced-search-button}}
</$button>
<$newtiddler class="btn-invisible" title=<<dateTime "YYYY-0MM-0DD 0hh:0mm:0ss">> skeleton="$:/Template/NewNote">{{$:/core/images/new-button}}</$newtiddler>
<$newtiddler class="btn-invisible" title=<<dateTime "YYYY-MM-0DD 0hh:0mm:0ss">> skeleton="$:/Template/NewTOC">{{$:/Image/newindex.svg}}</$newtiddler><span class="ccc"></span>
<$fieldmangler>
<$button class=<<tv-config-toolbar-class>>  tooltip="добавить поля Яндекс" aria-label="добавить поля Яндекс" >
{{$:/core/images/star-filled}}
<$action-setfield  category="Витрины"  typeprefix="Оборудование для магазинов"      vendor="Magast"    description="Описание Яндекс" />
<$action-sendmessage $message="tm-add-tag" $param="YandexMarket"/>
</$button>
</$fieldmangler>
<$newtiddler class="btn-invisible" title=<<dateTime "YYYY-MM-0DD 0hh:0mm:0ss">> skeleton="$:/Template/NewYandex">{{$:/core/images/star-filled}}</$newtiddler><span class="ccc"></span>
<div class="tc-search">
<$edit-text tiddler="$:/temp/search" type="search" tag="input" placeholder="Поиск..." />
<$reveal state="$:/temp/search" type="nomatch" text="">
<$button  tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}}  class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/advancedsearch" text={{$:/temp/search}}/>
<$action-setfield $tiddler="$:/temp/search" text=""/>
<$action-navigate $to="$:/AdvancedSearch"/>
</$button>
<$button class="tc-btn-invisible">
<$action-navigate $to="ПОИСК"/>
{{$:/core/images/advanced-search-button}}
</$button>
<$button class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/search" text="" />
{{$:/core/images/close-button}}
</$button>
</$reveal>
<$reveal state="$:/temp/search" type="match" text="">
</$reveal>
</div>
<div  class="col-grey" >  <div class="tovarblock"> <$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!list[$:/temp/_HideStoryList!!list]sort[created]]"> <span class="col-4 fadeIn wow">   {{||$:/_tile}}      </span></$list> </div></div>


<div  class="col-grey" > <div class="tovarblock"> <$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!list[$:/temp/_HideStoryList!!list]!sort[created]]"> <span class="col-4 fadeIn wow">   {{||$:/_tile}}      </span></$list> </div></div>




<div  class="col-grey" > <$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!list[$:/temp/_HideStoryList!!list]!sort[created]limit[4]]"> <span class="col-4 fadeIn wow">   {{||$:/_tile}}      </span></$list> </div>


<div  class="col-grey" >  <div class="tovarblock"><$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!list[$:/temp/_HideStoryList!!list]sort[shop_goods]]"> <span class="col-4 fadeIn wow">   {{||$:/_tile}}      </span></$list> </div> </div>
<div class= "tovar_center"> <$list filter="[is[current]tagging[]tag[$:/Note]tag[hot]!tag[$:/hide]sort[title]limit[4]]"> <span class="textboxwhite">
   {{||$:/_tile}}     </span></$list> </div>










<div  class="col-grey" >  <div class="tovarblock"><$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!list[$:/temp/_HideStoryList!!list]sort[nazvanie]]"> <span class="col-4 fadeIn wow">   {{||$:/_tile}}      </span></$list> </div> </div>





<div  class="col-grey" >  <div class="tovarblock"><$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!list[$:/temp/_HideStoryList!!list]!nsort[stoimost]]"> <span class="col-4 fadeIn wow">   {{||$:/_tile}}      </span></$list> </div></div>



<div  class="col-grey" ><div class="tovarblock"> <$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!list[$:/temp/_HideStoryList!!list]nsort[stoimost]]"> <span class="col-4 fadeIn wow">   {{||$:/_tile}}      </span></$list> </div></div>







<div  class="col-grey" >  <div class="tovarblock"><$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!list[$:/temp/_HideStoryList!!list]sort[title]]"> <span class="col-4 fadeIn wow">   {{||$:/_tile}}      </span></$list> </div></div>








<div  class="col-grey" > <$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!list[$:/temp/_HideStoryList!!list]limit[4]]"> <span class="col-4 fadeIn wow">   {{||$:/_tile}}      </span></$list> </div>


`<script>
var ttt=""+decodeURIComponent(document.location);
var goloc=ttt.split('.html')[0].split('/')[ttt.match(/\//g).length];
var ssilko= "heeg.html#" + goloc  ;
if(goloc=="shop_designs"){window.location=ssilko};
 </script> `
<$list filter="[all[current]tag[$:/Note]]">
<div class="tc-tab-set ">
<$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]limit[1]]">
<div class="tc-tab-buttons ">
<button class=" tc-tab-selected">
С этим товаром также покупают
</button> 
</div>
<div class="tc-tab-divider "></div>
</$list> 
<div class="tc-tab-content ">
<div class= "tovar_left"> <$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]]"> <div class="col-4">{{||$:/_tile}}</div></$list> </div>
</div>
</div>
</$list> 
<center style="font-size:25px;"> Ваш товар добавлен! </center> 
<hr>
<div style="width:100%; text-align:center;"><div class="simpleCart_hide simpleCart_closeModal" style=" background-color:#ffbb6b;"> Оформить заказ</div> <$button class="tc-btn-invisible simpleCart_closeModal" message="tm-close-tiddler">Продолжить покупки</$button></div>
<center style="font-size:14px;">Организация (компания)добавлена в раздел "Ваш выбор"!</center> 
<hr>
<center style="font-size:14px;">Данная организация (компания) уже добавлена в раздел "ВАш выбор". Список организаций (компаний) формируется непосредственно пользователями ресурса!</center> 
<hr>  
Не указан город доставки.
Заполните пожалуйста Ваш e-mail
Заказ не может быть отправлен. В корзине нет товаров.
Заполните пожалуйста Ваше Имя.
Заполните пожалуйста Ваш Телефон.
<br>
Если вы оставили свои контактные данные, мы обязательно свяжемся с вами!
<br>

 


<div id="cart_backdrop" style="display: none; transition:opacity ease-out; opacity: 0.7; background: #999; position: fixed; width: 100%; height: 200%; top: -400px; left: 0px; z-index:900;"> </div>
<div id="hideCart" class ="korzinka" style="height:0px; padding: 0px;">   <div class="tc-titlebar"><h2>Избранное</h2> 	 <a class="simpleCart_hide"  style="cursor: pointer; float: right; padding-top: 2px;">{{$:/core/images/close-button}} </a>	</div> 


  <div class="simpleCart_items"    >             </div>    <br>   {{$:/_mybag_total}}   


<div class="mybag">
<div style="padding:30px 0px; margin-bottom: 40px; display: none; border-bottom: 1px solid #ddd;">
Заполните пожалуйста ваши контактные данные (Имя), укажите свой e-mail, чтобы получить постоянную ссылку на ваш блокнот.
</div>




 <div class="field" style="display: none;"> <$edit-text tiddler="$:/temp/PersonDBeditPerson" tag="input"  type="text" placeholder="Ваше имя*" class="userFF" /> <a>Ваше имя</a></div> 
 <div class="field" style="display: none;" > <$edit-text tiddler="$:/temp/PersonDBeditTel" tag="input"  type="number" placeholder="Ваш телефон*" class="userII" /> <a>Телефон (цифры)</a></div> 
  <div class="field" style="display: none;"><$edit-text tiddler="$:/temp/PersonDBeditMail" tag="input"  type="text" placeholder="Ваш @e-mail*" class="userOO" /> <a>E-mail</a></div> 
  <div class="field"   style=" width: 100%;   display: none; margin-right: -150px; margin-bottom:20px;"><$edit-text tiddler="$:/temp/PersonDBeditAdress" tag="input"  type="text" placeholder="Адрес доставки*" class="userAA" /><a>Адрес</a></div> 
  <div class="field"   style=" width: 100%;  display: none;  margin-right: -150px; margin-bottom:20px;"><$edit-text tiddler="$:/temp/PersonDBeditComments" tag="textarea"  type="text" placeholder="Ваш вопрос" class="userCC" /><a>Ваш вопрос</a></div>




 </div> 


   





 





    <div style="float: right;  display: none;  margin-top: 22px; font-size: 19px; color: #35a100; font-weight:bold; font-family: Arial, Helvetica, sans-serif;  width: 100%;">  
<a class="simpleCart_checkout" >Сохранить&nbsp;избранное</a>  
</div>
<div style="float: right;   display: none;   margin-top: 22px; width: 100%; "> 
<a class="simpleCart_empty" style="background: linear-gradient(45deg, #cfecd0, #ffc5ca); color: #35a100; font-size: 19px; font-weight:bold; font-family: Arial, Helvetica, sans-serif;">Очистить избранное </a>    

 <a class="simpleCart_hide"  style=" cursor: pointer;    float: center;     width: 100%;    margin-right: 11px;    text-decoration: underline;    font-size: 22px; font-weight:bold; color: #009528; font-family: Arial, Helvetica, sans-serif; text-align: right; margin-top: 14px; ">ВЕРНУТЬСЯ В КАТАЛОГ</a>	
</div>



</div> 

    


<div id="cart-select" class="tc-modal-backdrop" style="display:none;"><div class="tc-modal">
<div class="simpleCart_hide" style=" margin-left: 3px; margin-top: 2px;  cursor: pointer;"> Оформить заказ </div>
</div></div>
<div  class="col-darkgrey" >
   <div class="col-4 fadeIn wow">
          <div class="cont-icon-position round-icon"></div>
   <a class="logo-text"><h2>г. Санкт-Петербург</h2>
  </a>
  </div>
<div class="col-4 fadeIn wow">
          <div class="cont-icon-position_2 round-icon"></div>
   <a class="logo-text"><h2>2019-2021 © bmart-club.ru — online-market club популярных интернет-магазинов и онлайн-ресурсов. Все права защищены.</h2></a>
  </div>
   <div class="col-4 fadeIn wow">
          <div class="cont-icon-mail round-icon"></div>
   <a class="logo-text"><h2>bmart.club.ru@gmail.com  </h2>
  </a>
  </div>
<div class="col-4 fadeIn wow">
          <div class="cont-icon-heeg round-icon"></div>
   <a class="logo-text"><h2>[[Данный интернет-ресурс разработан на базе CMS HEEG.HTML |http://heeg.ru]] </h2>
  </a>
  </div>
  </div>

<$list filter="[{$:/HistoryList!!current-tiddler}limit[1]]" >
{{!!top_slider}} 
</$list>


  <aside id="aside1"><div id="stick">
<div class='tw-table-of-contents-top'  >  
<li  class='menudecor' style=" float: left;   margin-left: 5%;   padding:10px 0 0 0;   margin-right: -40px;">{{logo}}</li> <<toc "top_menu">> <li style=" float: right;    padding:0px;height: 56px; margin: 0;  margin-right: 7%;">{{flag}}</li>
</div>
 </div></aside>
  


   


var slideshowDuration = 4000;
var slideshow = $(".main-content .slideshow");

function slideshowSwitch(slideshow, index, auto) {
  if (slideshow.data("wait")) return;

  var slides = slideshow.find(".slide");
  var pages = slideshow.find(".pagination");
  var activeSlide = slides.filter(".is-active");
  var activeSlideImage = activeSlide.find(".image-container");
  var newSlide = slides.eq(index);
  var newSlideImage = newSlide.find(".image-container");
  var newSlideContent = newSlide.find(".slide-content");
  var newSlideElements = newSlide.find(".caption > *");
  if (newSlide.is(activeSlide)) return;

  newSlide.addClass("is-new");
  var timeout = slideshow.data("timeout");
  clearTimeout(timeout);
  slideshow.data("wait", true);
  var transition = slideshow.attr("data-transition");
  if (transition == "fade") {
    newSlide.css({
      display: "block",
      zIndex: 2
    });
    newSlideImage.css({
      opacity: 0
    });

    TweenMax.to(newSlideImage, 1, {
      alpha: 1,
      onComplete: function() {
        newSlide.addClass("is-active").removeClass("is-new");
        activeSlide.removeClass("is-active");
        newSlide.css({ display: "", zIndex: "" });
        newSlideImage.css({ opacity: "" });
        slideshow.find(".pagination").trigger("check");
        slideshow.data("wait", false);
        if (auto) {
          timeout = setTimeout(function() {
            slideshowNext(slideshow, false, true);
          }, slideshowDuration);
          slideshow.data("timeout", timeout);
        }
      }
    });
  } else {
    if (newSlide.index() > activeSlide.index()) {
      var newSlideRight = 0;
      var newSlideLeft = "auto";
      var newSlideImageRight = -slideshow.width() / 8;
      var newSlideImageLeft = "auto";
      var newSlideImageToRight = 0;
      var newSlideImageToLeft = "auto";
      var newSlideContentLeft = "auto";
      var newSlideContentRight = 0;
      var activeSlideImageLeft = -slideshow.width() / 4;
    } else {
      var newSlideRight = "";
      var newSlideLeft = 0;
      var newSlideImageRight = "auto";
      var newSlideImageLeft = -slideshow.width() / 8;
      var newSlideImageToRight = "";
      var newSlideImageToLeft = 0;
      var newSlideContentLeft = 0;
      var newSlideContentRight = "auto";
      var activeSlideImageLeft = slideshow.width() / 4;
    }

    newSlide.css({
      display: "block",
      width: 0,
      right: newSlideRight,
      left: newSlideLeft,
      zIndex: 2
    });

    newSlideImage.css({
      width: slideshow.width(),
      right: newSlideImageRight,
      left: newSlideImageLeft
    });

    newSlideContent.css({
      width: slideshow.width(),
      left: newSlideContentLeft,
      right: newSlideContentRight
    });

    activeSlideImage.css({
      left: 0
    });

    TweenMax.set(newSlideElements, { y: 20, force3D: true });
    TweenMax.to(activeSlideImage, 1, {
      left: activeSlideImageLeft,
      ease: Power3.easeInOut
    });

    TweenMax.to(newSlide, 1, {
      width: slideshow.width(),
      ease: Power3.easeInOut
    });

    TweenMax.to(newSlideImage, 1, {
      right: newSlideImageToRight,
      left: newSlideImageToLeft,
      ease: Power3.easeInOut
    });

    TweenMax.staggerFromTo(
      newSlideElements,
      0.8,
      { alpha: 0, y: 60 },
      { alpha: 1, y: 0, ease: Power3.easeOut, force3D: true, delay: 0.6 },
      0.1,
      function() {
        newSlide.addClass("is-active").removeClass("is-new");
        activeSlide.removeClass("is-active");
        newSlide.css({
          display: "",
          width: "",
          left: "",
          zIndex: ""
        });

        newSlideImage.css({
          width: "",
          right: "",
          left: ""
        });

        newSlideContent.css({
          width: "",
          left: ""
        });

        newSlideElements.css({
          opacity: "",
          transform: ""
        });

        activeSlideImage.css({
          left: ""
        });

        slideshow.find(".pagination").trigger("check");
        slideshow.data("wait", false);
        if (auto) {
          timeout = setTimeout(function() {
            slideshowNext(slideshow, false, true);
          }, slideshowDuration);
          slideshow.data("timeout", timeout);
        }
      }
    );
  }
}

function slideshowNext(slideshow, previous, auto) {
  var slides = slideshow.find(".slide");
  var activeSlide = slides.filter(".is-active");
  var newSlide = null;
  if (previous) {
    newSlide = activeSlide.prev(".slide");
    if (newSlide.length === 0) {
      newSlide = slides.last();
    }
  } else {
    newSlide = activeSlide.next(".slide");
    if (newSlide.length == 0) newSlide = slides.filter(".slide").first();
  }

  slideshowSwitch(slideshow, newSlide.index(), auto);
}

function homeSlideshowParallax() {
  var scrollTop = $(window).scrollTop();
  if (scrollTop > windowHeight) return;
  var inner = slideshow.find(".slideshow-inner");
  var newHeight = windowHeight - scrollTop / 2;
  var newTop = scrollTop * 0.8;

  inner.css({
    transform: "translateY(" + newTop + "px)",
    height: newHeight
  });
}

$(document).ready(function() {
  $(".slide").addClass("is-loaded");

  $(".slideshow .arrows .arrow").on("click", function() {
    slideshowNext($(this).closest(".slideshow"), $(this).hasClass("prev"));
  });

  $(".slideshow .pagination .item").on("click", function() {
    slideshowSwitch($(this).closest(".slideshow"), $(this).index());
  });

  $(".slideshow .pagination").on("check", function() {
    var slideshow = $(this).closest(".slideshow");
    var pages = $(this).find(".item");
    var index = slideshow.find(".slides .is-active").index();
    pages.removeClass("is-active");
    pages.eq(index).addClass("is-active");
  });

  /* Lazyloading
$('.slideshow').each(function(){
  var slideshow=$(this);
  var images=slideshow.find('.image').not('.is-loaded');
  images.on('loaded',function(){
    var image=$(this);
    var slide=image.closest('.slide');
    slide.addClass('is-loaded');
  });
*/

  var timeout = setTimeout(function() {
    slideshowNext(slideshow, false, true);
  }, slideshowDuration);

  slideshow.data("timeout", timeout);
});

if ($(".main-content .slideshow").length > 1) {
  $(window).on("scroll", homeSlideshowParallax);
}




































if (document.getElementById('aside1')){
(function(){  
var a = document.querySelector('#aside1'), b = null;  
window.addEventListener('scroll', Ascroll, false);
document.body.addEventListener('scroll', Ascroll, false); 
function Ascroll() {
  if (b == null) {  
    var Sa = getComputedStyle(a, ''), s = '';
    for (var i = 0; i < Sa.length; i++) {  
      if (Sa[i].indexOf('box-sizing') == 0 || Sa[i].indexOf('overflow') == 0 || Sa[i].indexOf('padding') == 0 || Sa[i].indexOf('border') == 0 || Sa[i].indexOf('outline') == 0 || Sa[i].indexOf('box-shadow') == 0 || Sa[i].indexOf('background') == 0) {
        s += Sa[i] + ': ' +Sa.getPropertyValue(Sa[i]) + '; '
      }
    }
  //  document.querySelector('#stick').outerHTML = '<div id="stick"  style="'+s+'">'+document.querySelector('#stick').innerHTML+'</div>';
    b = document.querySelector('#stick');
    a.style.height = b.getBoundingClientRect().height + 'px';  
    a.style.padding = '0';
    a.style.border = '0';  
 
// simpleCart.initialize();
 }
  if (a.getBoundingClientRect().top <= 0) { 
    b.className = 'sticky';
  } else {
    b.className = 'sticky2';
  }
}
})()

}


var t;
function up() {
  var top = Math.max(document.body.scrollTop,document.documentElement.scrollTop);
  if(top > 0) {
    window.scrollBy(0,-100);
    t = setTimeout('up()',20);
  } else clearTimeout(t);
  return false;
}



(function() {
  var MutationObserver, Util, WeakMap, getComputedStyle, getComputedStyleRX,
    bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
    indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };

  Util = (function() {
    function Util() {}

    Util.prototype.extend = function(custom, defaults) {
      var key, value;
      for (key in defaults) {
        value = defaults[key];
        if (custom[key] == null) {
          custom[key] = value;
        }
      }
      return custom;
    };

    Util.prototype.isMobile = function(agent) {
      return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(agent);
    };

    Util.prototype.createEvent = function(event, bubble, cancel, detail) {
      var customEvent;
      if (bubble == null) {
        bubble = false;
      }
      if (cancel == null) {
        cancel = false;
      }
      if (detail == null) {
        detail = null;
      }
      if (document.createEvent != null) {
        customEvent = document.createEvent('CustomEvent');
        customEvent.initCustomEvent(event, bubble, cancel, detail);
      } else if (document.createEventObject != null) {
        customEvent = document.createEventObject();
        customEvent.eventType = event;
      } else {
        customEvent.eventName = event;
      }
      return customEvent;
    };

    Util.prototype.emitEvent = function(elem, event) {
      if (elem.dispatchEvent != null) {
        return elem.dispatchEvent(event);
      } else if (event in (elem != null)) {
        return elem[event]();
      } else if (("on" + event) in (elem != null)) {
        return elem["on" + event]();
      }
    };

    Util.prototype.addEvent = function(elem, event, fn) {
      if (elem.addEventListener != null) {
        return elem.addEventListener(event, fn, false);
      } else if (elem.attachEvent != null) {
        return elem.attachEvent("on" + event, fn);
      } else {
        return elem[event] = fn;
      }
    };

    Util.prototype.removeEvent = function(elem, event, fn) {
      if (elem.removeEventListener != null) {
        return elem.removeEventListener(event, fn, false);
      } else if (elem.detachEvent != null) {
        return elem.detachEvent("on" + event, fn);
      } else {
        return delete elem[event];
      }
    };

    Util.prototype.innerHeight = function() {
      if ('innerHeight' in window) {
        return window.innerHeight;
      } else {
        return document.documentElement.clientHeight;
      }
    };

    return Util;

  })();

  WeakMap = this.WeakMap || this.MozWeakMap || (WeakMap = (function() {
    function WeakMap() {
      this.keys = [];
      this.values = [];
    }

    WeakMap.prototype.get = function(key) {
      var i, item, j, len, ref;
      ref = this.keys;
      for (i = j = 0, len = ref.length; j < len; i = ++j) {
        item = ref[i];
        if (item === key) {
          return this.values[i];
        }
      }
    };

    WeakMap.prototype.set = function(key, value) {
      var i, item, j, len, ref;
      ref = this.keys;
      for (i = j = 0, len = ref.length; j < len; i = ++j) {
        item = ref[i];
        if (item === key) {
          this.values[i] = value;
          return;
        }
      }
      this.keys.push(key);
      return this.values.push(value);
    };

    return WeakMap;

  })());

  MutationObserver = this.MutationObserver || this.WebkitMutationObserver || this.MozMutationObserver || (MutationObserver = (function() {
    function MutationObserver() {
      if (typeof console !== "undefined" && console !== null) {
        console.warn('MutationObserver is not supported by your browser.');
      }
      if (typeof console !== "undefined" && console !== null) {
        console.warn('WOW.js cannot detect dom mutations, please call .sync() after loading new content.');
      }
    }

    MutationObserver.notSupported = true;

    MutationObserver.prototype.observe = function() {};

    return MutationObserver;

  })());

  getComputedStyle = this.getComputedStyle || function(el, pseudo) {
    this.getPropertyValue = function(prop) {
      var ref;
      if (prop === 'float') {
        prop = 'styleFloat';
      }
      if (getComputedStyleRX.test(prop)) {
        prop.replace(getComputedStyleRX, function(_, _char) {
          return _char.toUpperCase();
        });
      }
      return ((ref = el.currentStyle) != null ? ref[prop] : void 0) || null;
    };
    return this;
  };

  getComputedStyleRX = /(\-([a-z]){1})/g;

  this.WOW = (function() {
    WOW.prototype.defaults = {
      boxClass: 'wow',
      animateClass: 'animated',
      offset: 0,
      mobile: true,
      live: true,
      callback: null,
      scrollContainer: null
    };

    function WOW(options) {
      if (options == null) {
        options = {};
      }
      this.scrollCallback = bind(this.scrollCallback, this);
      this.scrollHandler = bind(this.scrollHandler, this);
      this.resetAnimation = bind(this.resetAnimation, this);
      this.start = bind(this.start, this);
      this.scrolled = true;
      this.config = this.util().extend(options, this.defaults);
      if (options.scrollContainer != null) {
        this.config.scrollContainer = document.querySelector(options.scrollContainer);
      }
      this.animationNameCache = new WeakMap();
      this.wowEvent = this.util().createEvent(this.config.boxClass);
    }

    WOW.prototype.init = function() {
      var ref;
      this.element = window.document.documentElement;
      if ((ref = document.readyState) === "interactive" || ref === "complete") {
        this.start();
      } else {
        this.util().addEvent(document, 'DOMContentLoaded', this.start);
      }
      return this.finished = [];
    };

    WOW.prototype.start = function() {
      var box, j, len, ref;
      this.stopped = false;
      this.boxes = (function() {
        var j, len, ref, results;
        ref = this.element.querySelectorAll("." + this.config.boxClass);
        results = [];
        for (j = 0, len = ref.length; j < len; j++) {
          box = ref[j];
          results.push(box);
        }
        return results;
      }).call(this);
      this.all = (function() {
        var j, len, ref, results;
        ref = this.boxes;
        results = [];
        for (j = 0, len = ref.length; j < len; j++) {
          box = ref[j];
          results.push(box);
        }
        return results;
      }).call(this);
      if (this.boxes.length) {
        if (this.disabled()) {
          this.resetStyle();
        } else {
          ref = this.boxes;
          for (j = 0, len = ref.length; j < len; j++) {
            box = ref[j];
            this.applyStyle(box, true);
          }
        }
      }
      if (!this.disabled()) {
        this.util().addEvent(this.config.scrollContainer || window, 'scroll', this.scrollHandler);
        this.util().addEvent(window, 'resize', this.scrollHandler);
        this.interval = setInterval(this.scrollCallback, 50);
      }
      if (this.config.live) {
        return new MutationObserver((function(_this) {
          return function(records) {
            var k, len1, node, record, results;
            results = [];
            for (k = 0, len1 = records.length; k < len1; k++) {
              record = records[k];
              results.push((function() {
                var l, len2, ref1, results1;
                ref1 = record.addedNodes || [];
                results1 = [];
                for (l = 0, len2 = ref1.length; l < len2; l++) {
                  node = ref1[l];
                  results1.push(this.doSync(node));
                }
                return results1;
              }).call(_this));
            }
            return results;
          };
        })(this)).observe(document.body, {
          childList: true,
          subtree: true
        });
      }
    };

    WOW.prototype.stop = function() {
      this.stopped = true;
      this.util().removeEvent(this.config.scrollContainer || window, 'scroll', this.scrollHandler);
      this.util().removeEvent(window, 'resize', this.scrollHandler);
      if (this.interval != null) {
        return clearInterval(this.interval);
      }
    };

    WOW.prototype.sync = function(element) {
      if (MutationObserver.notSupported) {
        return this.doSync(this.element);
      }
    };

    WOW.prototype.doSync = function(element) {
      var box, j, len, ref, results;
      if (element == null) {
        element = this.element;
      }
      if (element.nodeType !== 1) {
        return;
      }
      element = element.parentNode || element;
      ref = element.querySelectorAll("." + this.config.boxClass);
      results = [];
      for (j = 0, len = ref.length; j < len; j++) {
        box = ref[j];
        if (indexOf.call(this.all, box) < 0) {
          this.boxes.push(box);
          this.all.push(box);
          if (this.stopped || this.disabled()) {
            this.resetStyle();
          } else {
            this.applyStyle(box, true);
          }
          results.push(this.scrolled = true);
        } else {
          results.push(void 0);
        }
      }
      return results;
    };

    WOW.prototype.show = function(box) {
      this.applyStyle(box);
      box.className = box.className + " " + this.config.animateClass;
      if (this.config.callback != null) {
        this.config.callback(box);
      }
      this.util().emitEvent(box, this.wowEvent);
      this.util().addEvent(box, 'animationend', this.resetAnimation);
      this.util().addEvent(box, 'oanimationend', this.resetAnimation);
      this.util().addEvent(box, 'webkitAnimationEnd', this.resetAnimation);
      this.util().addEvent(box, 'MSAnimationEnd', this.resetAnimation);
      return box;
    };

    WOW.prototype.applyStyle = function(box, hidden) {
      var delay, duration, iteration;
      duration = box.getAttribute('data-wow-duration');
      delay = box.getAttribute('data-wow-delay');
      iteration = box.getAttribute('data-wow-iteration');
      return this.animate((function(_this) {
        return function() {
          return _this.customStyle(box, hidden, duration, delay, iteration);
        };
      })(this));
    };

    WOW.prototype.animate = (function() {
      if ('requestAnimationFrame' in window) {
        return function(callback) {
          return window.requestAnimationFrame(callback);
        };
      } else {
        return function(callback) {
          return callback();
        };
      }
    })();

    WOW.prototype.resetStyle = function() {
      var box, j, len, ref, results;
      ref = this.boxes;
      results = [];
      for (j = 0, len = ref.length; j < len; j++) {
        box = ref[j];
        results.push(box.style.visibility = 'visible');
      }
      return results;
    };

    WOW.prototype.resetAnimation = function(event) {
      var target;
      if (event.type.toLowerCase().indexOf('animationend') >= 0) {
        target = event.target || event.srcElement;
        return target.className = target.className.replace(this.config.animateClass, '').trim();
      }
    };

    WOW.prototype.customStyle = function(box, hidden, duration, delay, iteration) {
      if (hidden) {
        this.cacheAnimationName(box);
      }
      box.style.visibility = hidden ? 'hidden' : 'visible';
      if (duration) {
        this.vendorSet(box.style, {
          animationDuration: duration
        });
      }
      if (delay) {
        this.vendorSet(box.style, {
          animationDelay: delay
        });
      }
      if (iteration) {
        this.vendorSet(box.style, {
          animationIterationCount: iteration
        });
      }
      this.vendorSet(box.style, {
        animationName: hidden ? 'none' : this.cachedAnimationName(box)
      });
      return box;
    };

    WOW.prototype.vendors = ["moz", "webkit"];

    WOW.prototype.vendorSet = function(elem, properties) {
      var name, results, value, vendor;
      results = [];
      for (name in properties) {
        value = properties[name];
        elem["" + name] = value;
        results.push((function() {
          var j, len, ref, results1;
          ref = this.vendors;
          results1 = [];
          for (j = 0, len = ref.length; j < len; j++) {
            vendor = ref[j];
            results1.push(elem["" + vendor + (name.charAt(0).toUpperCase()) + (name.substr(1))] = value);
          }
          return results1;
        }).call(this));
      }
      return results;
    };

    WOW.prototype.vendorCSS = function(elem, property) {
      var j, len, ref, result, style, vendor;
      style = getComputedStyle(elem);
      result = style.getPropertyCSSValue(property);
      ref = this.vendors;
      for (j = 0, len = ref.length; j < len; j++) {
        vendor = ref[j];
        result = result || style.getPropertyCSSValue("-" + vendor + "-" + property);
      }
      return result;
    };

    WOW.prototype.animationName = function(box) {
      var animationName;
      try {
        animationName = this.vendorCSS(box, 'animation-name').cssText;
      } catch (_error) {
        animationName = getComputedStyle(box).getPropertyValue('animation-name');
      }
      if (animationName === 'none') {
        return '';
      } else {
        return animationName;
      }
    };

    WOW.prototype.cacheAnimationName = function(box) {
      return this.animationNameCache.set(box, this.animationName(box));
    };

    WOW.prototype.cachedAnimationName = function(box) {
      return this.animationNameCache.get(box);
    };

    WOW.prototype.scrollHandler = function() {
      return this.scrolled = true;
    };

    WOW.prototype.scrollCallback = function() {
      var box;
      if (this.scrolled) {
        this.scrolled = false;
        this.boxes = (function() {
          var j, len, ref, results;
          ref = this.boxes;
          results = [];
          for (j = 0, len = ref.length; j < len; j++) {
            box = ref[j];
            if (!(box)) {
              continue;
            }
            if (this.isVisible(box)) {
              this.show(box);
              continue;
            }
            results.push(box);
          }
          return results;
        }).call(this);
        if (!(this.boxes.length || this.config.live)) {
          return this.stop();
        }
      }
    };

    WOW.prototype.offsetTop = function(element) {
      var top;
      while (element.offsetTop === void 0) {
        element = element.parentNode;
      }
      top = element.offsetTop;
      while (element = element.offsetParent) {
        top += element.offsetTop;
      }
      return top;
    };

    WOW.prototype.isVisible = function(box) {
      var bottom, offset, top, viewBottom, viewTop;
      offset = box.getAttribute('data-wow-offset') || this.config.offset;
      viewTop = (this.config.scrollContainer && this.config.scrollContainer.scrollTop) || window.pageYOffset;
      viewBottom = viewTop + Math.min(this.element.clientHeight, this.util().innerHeight()) - offset;
      top = this.offsetTop(box);
      bottom = top + box.clientHeight;
      return top <= viewBottom && bottom >= viewTop;
    };

    WOW.prototype.util = function() {
      return this._util != null ? this._util : this._util = new Util();
    };

    WOW.prototype.disabled = function() {
      return !this.config.mobile && this.util().isMobile(navigator.userAgent);
    };

    return WOW;

  })();

}).call(this);


setTimeout(function(){

    new WOW().init();

    },800); 
<link rel="apple-touch-icon" sizes="57x57" href="/images/ico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/ico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/ico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/ico/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/ico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/ico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/ico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/ico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/ico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192"  href="/images/ico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/images/ico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/ico/favicon-16x16.png">
<link rel="manifest" href="/images/ico/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/images/ico/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
index
1
Спасибо за ваш заказ! Наш менеджер свяжется с вами в течение часа.
/*\
title: $:/_loctid.js
type: application/javascript
module-type: macro

Macro to return a formatted version of the current time

\*/
(function(){

/*jslint node: true, browser: true */
/*global $tw: false */


/*
Information about this macro
*/



exports.name = "loctid";

exports.params = [
	{name: "format"}
];

/*
Run the macro
*/


var itogoQP=0;
var itogoVes=0;
var itogoVm3=0;


userName = ""+ decodeURI (document.location);
Strtov=userName;
var Qtov= ((userName.split(';').length-1)-1)/3;
n1 = userName.indexOf("$")+1;

userName= userName.substring(n1);
n1= userName.indexOf("$")+1;
userF1=userName.substr(0,n1-1);

userName= userName.substring(n1);
n1= userName.indexOf("$")+1;
userI1=userName.substr(0,n1-1);


userName= userName.substring(n1);
n1= userName.indexOf("$")+1;
userO1=userName.substr(0,n1-1);
userO1 = userO1.replace("%40" ,"@"); 


userZakaz= userName.substring(n1);

var tovLin="";

var tovLinTW="";
var tovLinTWslider="";
var n=0;
var  itogoQP=0;
strnTopL="";





for (var i = 0; i < Qtov; i++) { 
   n += i 
k1 = Strtov.indexOf(";")+1;

Strtov= Strtov.substring(k1);
k1 = Strtov.indexOf(";")+1;
tovArt =Strtov.substr(0,k1-1);
var tovNaz="ошибка";
var tovStoim="ошибка";
var tovNaz="Товар не найден";
var tovStoim="Стоимость не найдена";
var tovVes="Вес не указан";
var tovVm3="Объем не указан";


if(document.querySelectorAll('[title="'+tovArt +'"]').length>0 ){

tovNaz= document.querySelector('[title="'+tovArt +'"]').getAttribute('caption') ;
tovStoim= 0;


tovVes= 0;


tovVm3= 0 ;
}



Strtov= Strtov.substring(k1);
k1 = Strtov.indexOf(";")+1;
tovQ =Strtov.substr(0,k1-1);

Strtov= Strtov.substring(k1);
k1 = Strtov.indexOf(";")+1;
tovPr =Strtov.substr(0,k1-1);

if (tovPr==tovStoim){ tovStoim="OK";}else{ tovStoim="<p style='color:red;'>"+tovStoim+"</p>";}


itogQP=tovQ*tovPr;
itogoQP=itogoQP+itogQP;

itogVes=(tovQ*tovVes).toFixed(2); 
itogoVes=((itogoVes*100+itogVes*100)/100).toFixed(2);



itogVm3=(tovQ*tovVm3).toFixed(2); 
itogoVm3=((itogoVm3*100+itogVm3*100)/100).toFixed(2);

tovLin= tovLin + "<tr><td>"+(i+1)+"</td><td> "+"<a href=\' #" + tovArt + "\'>"+  tovArt+"</a>"+"</td><td> " +tovNaz + "</td><td> "+ tovQ + "</td><td> "+tovVm3+ "</td><td>"+itogVm3+ "</td><td>" +tovVes+ "</td><td>"+itogVes+ "</td><td>"+tovPr +"</td><td>"+tovStoim +"</td><td>" +itogQP+"</td></tr>";

tovLinTW=tovLinTW+' <span class="col-4 fadeIn wow">   {{'+tovArt+'||$:/_tile}} <div class="cart_stars">'+ tovQ   +'</div></span>';

tovLinTWslider=tovLinTWslider+' {{'+tovArt+'||3dslider_cart}}  ';

} 
tovLin=strnTopL ;

tovLinTW='<div class="col-grey">'+tovLinTW+'</div>';

var fields = {caption:"Плитка", text:tovLinTW};
var title = "$:/temp/_mybag/tiles"; 

$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),fields,{title: title},$tw.wiki.getModificationFields()));

var fieldsSlid = {caption:"Все картинки", text:tovLinTWslider};
var titleSlid = "$:/temp/_mybag/sliders"; 

$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),fieldsSlid,{title: titleSlid},$tw.wiki.getModificationFields()));

var vtext = decodeURI(userF1 +"  <br>    " + userI1+"   <br>   " + userO1 +" <br>    номер странички вашего блокнота &nbsp;&nbsp;&nbsp;  " + userZakaz +"<br>"+ tovLin);





exports.run = function(format) {

return (vtext);

};

})();

\define filparn(name)
<br>
//min: <$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]nsort[$name$]limit[1]]">  <$view field="$name$" /> </$list> max: <$list filter="[is[current]tagging[]tag[$:/Note]!tag[$:/hide]!nsort[$name$]limit[1]]">  <$view field="$name$" /> </$list> //
<br>
От <$edit-text tiddler="$:/temp/state/filpar/_$name$FROM" tag="input"  type="text" placeholder="от " default="" size=6  oninput="
setTimeout(function() { if(document.getElementsByClassName('input_$name$')[0]!=null){document.getElementsByClassName('input_$name$')[0].click();} }, 500);" />  До <$edit-text tiddler="$:/temp/state/filpar/_$name$TO" tag="input"  type="text" placeholder="до " default="" size=6   oninput="
setTimeout(function() { if(document.getElementsByClassName('input_$name$')[0]!=null){document.getElementsByClassName('input_$name$')[0].click();} }, 500);" />  

<div style="display:none">
<$button class="input_$name$"  >
<$action-listops  $tiddler="$:/temp/_HideStoryList" $field="list_$name$" $filter="[[]]"/>
<$list filter="[is[current]tagging[]tag[$:/Note]!greaterthan:$name${$:/temp/state/filpar/_$name$FROM}][is[current]tagging[]tag[$:/Note]greaterthan:$name${$:/temp/state/filpar/_$name$TO}]" variable="add">
<$action-listops  $tiddler="$:/temp/_HideStoryList" $field="list_$name$" $subfilter="[<add>]"/>
</$list>
<$action-listops $tiddler="$:/temp/_HideStoryList" $field="list_$name$" $subfilter="[is[current]tagging[]tag[$:/Note]] +[remove{$:/temp/_HideStoryList!!list_$name$}]"/>
<<ListCombainDel>>
result
</$button>
</div>

\end 





\define ListCombain() 
<$action-listops  $tiddler="$:/temp/_HideStoryList" $field="list"  $subfilter="[list[$:/temp/_HideStoryList]] +[keep{$:/temp/_HideStoryList!!$(TestList)$}]"/>
\end 

\define ListCombainDel() 

<$action-listops $tiddler="$:/temp/_HideStoryList" $field="list" $filter="[is[current]tagging[]tag[$:/Note]]"/>
<$list filter="[[$:/temp/_HideStoryList]fields[]]-creator -created -list -modifier -modified -text -tags -title -type" variable="nazvanie">
<$set name=TestList value=<<nazvanie>> > 
<<ListCombain>>
</$set> 
</$list>
<$action-listops $tiddler="$:/temp/_HideStoryList" $field="list" $subfilter="[is[current]tagging[]tag[$:/Note]] +[remove{$:/temp/_HideStoryList!!list}]"/>
\end 


\define thisList(name) 

<$reveal type='nomatch' state='$:/temp/state/filpar/$name$/$(TestVariable)$' text='checked'>
 <$button class='tc-btn-invisible' > <input type="checkbox"/>

<$list filter='[is[current]tagging[]tag[$:/Note]$name$[$(TestVariable)$]]' variable="add">
<$action-listops  $tiddler="$:/temp/_HideStoryList" $field="list_$name$" $subfilter="[<add>]"/>
</$list>

<<ListCombainDel>>


<$action-setfield $tiddler='$:/temp/state/filpar/$name$/$(TestVariable)$'  text='checked'/>

</$button> -  $(TestVariable)$
</$reveal>
<$reveal type='match' state='$:/temp/state/filpar/$name$/$(TestVariable)$' text='checked'>
<$button class='tc-btn-invisible'  > <input type="checkbox" checked="true"/> 

<$list filter='[is[current]tagging[]tag[$:/Note]$name$[$(TestVariable)$]]' variable="remove">
<$action-listops  $tiddler="$:/temp/_HideStoryList" $field="list_$name$" $subfilter="-[<remove>]"/>
</$list>

<<ListCombainDel>>



<$action-setfield $tiddler='$:/temp/state/filpar/$name$/$(TestVariable)$' text='unchecked'/>
</$button>  - $(TestVariable)$ ?
</$reveal>
\end 


\define thisList2(name) 
<$action-setfield $tiddler='$:/temp/state/filpar/$name$/$(TestVariable2)$' text='checked'/>
\end 

\define thisList3(name) 
<$action-deletetiddler $tiddler='$:/temp/state/filpar/$name$/$(TestVariable3)$'/>
\end 







\define filpar(name)
<br>
<div class="filpar">
<$list filter="[is[current]tagging[]tag[$:/Note]each[$name$]get[$name$]]" variable="nazvanie">
<$set name=TestVariable value=<<nazvanie>> > 
<<thisList $name$>> <br>
</$set> 
</$list>
</div>




\end 

\define ImgGal() 
<input type="radio"  id="$(IG)$" name="slide_switch" checked="checked"/>
	<label for="$(IG)$">	<img src="$(IG)$" /></label>
	<img src="$(IG)$"/>
\end 

\define Img1Gal() 
<img style="position:relative;" src="$(IG)$"/>
\end 

\define gallery() 
<div class="slider">
<$list filter="[list[!!imgslider]limit[1]]" variable="nazvanie">
<$set name=IG value=<<nazvanie>> > 
<<Img1Gal>>
</$set> 
</$list>
<$list filter="[list[!!imgslider]]" variable="nazvanie">
<$set name=IG value=<<nazvanie>> > 
<<ImgGal>>
</$set> 
</$list>
</div>
\end 
var slideshowDuration = 4000;
var slideshow=$('.main-content .slideshow');

function slideshowSwitch(slideshow,index,auto){
  if(slideshow.data('wait')) return;

  var slides = slideshow.find('.slide');
  var pages = slideshow.find('.pagination');
  var activeSlide = slides.filter('.is-active');
  var activeSlideImage = activeSlide.find('.image-container');
  var newSlide = slides.eq(index);
  var newSlideImage = newSlide.find('.image-container');
  var newSlideContent = newSlide.find('.slide-content');
  var newSlideElements=newSlide.find('.caption > *');
  if(newSlide.is(activeSlide))return;

  newSlide.addClass('is-new');
  var timeout=slideshow.data('timeout');
  clearTimeout(timeout);
  slideshow.data('wait',true);
  var transition=slideshow.attr('data-transition');
  if(transition=='fade'){
    newSlide.css({
      display:'block',
      zIndex:2
    });
    newSlideImage.css({
      opacity:0
    });

    TweenMax.to(newSlideImage,1,{
      alpha:1,
      onComplete:function(){
        newSlide.addClass('is-active').removeClass('is-new');
        activeSlide.removeClass('is-active');
        newSlide.css({display:'',zIndex:''});
        newSlideImage.css({opacity:''});
        slideshow.find('.pagination').trigger('check');
        slideshow.data('wait',false);
        if(auto){
          timeout=setTimeout(function(){
            slideshowNext(slideshow,false,true);
          },slideshowDuration);
          slideshow.data('timeout',timeout);}}});
  } else {
    if(newSlide.index()>activeSlide.index()){
      var newSlideRight=0;
      var newSlideLeft='auto';
      var newSlideImageRight=-slideshow.width()/8;
      var newSlideImageLeft='auto';
      var newSlideImageToRight=0;
      var newSlideImageToLeft='auto';
      var newSlideContentLeft='auto';
      var newSlideContentRight=0;
      var activeSlideImageLeft=-slideshow.width()/4;
    } else {
      var newSlideRight='';
      var newSlideLeft=0;
      var newSlideImageRight='auto';
      var newSlideImageLeft=-slideshow.width()/8;
      var newSlideImageToRight='';
      var newSlideImageToLeft=0;
      var newSlideContentLeft=0;
      var newSlideContentRight='auto';
      var activeSlideImageLeft=slideshow.width()/4;
    }

    newSlide.css({
      display:'block',
      width:0,
      right:newSlideRight,
      left:newSlideLeft
      ,zIndex:2
    });

    newSlideImage.css({
      width:slideshow.width(),
      right:newSlideImageRight,
      left:newSlideImageLeft
    });

    newSlideContent.css({
      width:slideshow.width(),
      left:newSlideContentLeft,
      right:newSlideContentRight
    });

    activeSlideImage.css({
      left:0
    });

    TweenMax.set(newSlideElements,{y:20,force3D:true});
    TweenMax.to(activeSlideImage,1,{
      left:activeSlideImageLeft,
      ease:Power3.easeInOut
    });

    TweenMax.to(newSlide,1,{
      width:slideshow.width(),
      ease:Power3.easeInOut
    });

    TweenMax.to(newSlideImage,1,{
      right:newSlideImageToRight,
      left:newSlideImageToLeft,
      ease:Power3.easeInOut
    });

    TweenMax.staggerFromTo(newSlideElements,0.8,{alpha:0,y:60},{alpha:1,y:0,ease:Power3.easeOut,force3D:true,delay:0.6},0.1,function(){
      newSlide.addClass('is-active').removeClass('is-new');
      activeSlide.removeClass('is-active');
      newSlide.css({
        display:'',
        width:'',
        left:'',
        zIndex:''
      });

      newSlideImage.css({
        width:'',
        right:'',
        left:''
      });

      newSlideContent.css({
        width:'',
        left:''
      });

      newSlideElements.css({
        opacity:'',
        transform:''
      });

      activeSlideImage.css({
        left:''
      });

      slideshow.find('.pagination').trigger('check');
      slideshow.data('wait',false);
      if(auto){
        timeout=setTimeout(function(){
          slideshowNext(slideshow,false,true);
        },slideshowDuration);
        slideshow.data('timeout',timeout);
      }
    });
  }
}

function slideshowNext(slideshow,previous,auto){
  var slides=slideshow.find('.slide');
  var activeSlide=slides.filter('.is-active');
  var newSlide=null;
  if(previous){
    newSlide=activeSlide.prev('.slide');
    if(newSlide.length === 0) {
      newSlide=slides.last();
    }
  } else {
    newSlide=activeSlide.next('.slide');
    if(newSlide.length==0)
      newSlide=slides.filter('.slide').first();
  }

  slideshowSwitch(slideshow,newSlide.index(),auto);
}

function homeSlideshowParallax(){
  var scrollTop=$(window).scrollTop();
  if(scrollTop>windowHeight) return;
  var inner=slideshow.find('.slideshow-inner');
  var newHeight=windowHeight-(scrollTop/2);
  var newTop=scrollTop*0.8;

  inner.css({
    transform:'translateY('+newTop+'px)',height:newHeight
  });
}

$(document).ready(function() {
 $('.slide').addClass('is-loaded');

 $('.slideshow .arrows .arrow').on('click',function(){
  slideshowNext($(this).closest('.slideshow'),$(this).hasClass('prev'));
});

 $('.slideshow .pagination .item').on('click',function(){
  slideshowSwitch($(this).closest('.slideshow'),$(this).index());
});

 $('.slideshow .pagination').on('check',function(){
  var slideshow=$(this).closest('.slideshow');
  var pages=$(this).find('.item');
  var index=slideshow.find('.slides .is-active').index();
  pages.removeClass('is-active');
  pages.eq(index).addClass('is-active');
});

/* Lazyloading
$('.slideshow').each(function(){
  var slideshow=$(this);
  var images=slideshow.find('.image').not('.is-loaded');
  images.on('loaded',function(){
    var image=$(this);
    var slide=image.closest('.slide');
    slide.addClass('is-loaded');
  });
*/

var timeout=setTimeout(function(){
  slideshowNext(slideshow,false,true);
},slideshowDuration);

slideshow.data('timeout',timeout);
});

if($('.main-content .slideshow').length > 1) {
  $(window).on('scroll',homeSlideshowParallax);
}
Заполните все поля 


<div class="Cart_total"> <span class="simpleCart_total"></span></div> 
Ничего не найдено. Уточните выбор по параметрам.
ru
RUB
info@heeg.ru
500
<a class="simpleCart_checkout2" >~PayPal&nbsp;🔒</a>
\define selPar() 

<div class="hideparam"><div class="viborpar"> Выбор по параметрам: </div>{{$(name)$!!selpar}} </div>  
\end 


\define ListCombain3() 
<$action-listops $tiddler="$:/temp/_HideStoryList" $field="$(TestList)$" $filter="[[]]"/>

\end 


\define ListCombain4() 
<$action-listops $tiddler="$:/temp/_HideStoryList" $field="list_$(MyFields)$" $filter="[[]]"/>

\end 






<$list filter="[{$:/HistoryList!!current-tiddler}has[selpar]]" variable="nazvanie">
 <div class="makefix">






<$set name="name"  value=<<nazvanie>> > 

<<selPar>>
</$set> 


<$button class='tc-btn-invisible sbros' >




<$list filter="[[$:/temp/_HideStoryList]fields[]]-creator -created -modifier -modified -text -tags -title -type" variable="nazvanie">
<$set name=TestList value=<<nazvanie>> > 
<<ListCombain3>>
</$set> 
</$list>


<$list filter="[list[$:/HistoryList!!current-tiddler]tagging[]tag[$:/Note]fields[]]-selpar -description -list -creator -created -modifier -modified -text -tags -title -type" variable="nazvanie">
<$set name=MyFields value=<<nazvanie>> > 
<<ListCombain4>>
</$set> 
</$list>




<$list filter='[prefix[$:/temp/state/filpar/]]'>
<$fieldmangler tiddler=<<currentTiddler>>>
<$action-deletetiddler $tiddler=<<currentTiddler>> />
</$fieldmangler>
</$list>
'' ✓ - сбросить все фильтры''
</$button>
</div>
</$list>

<$list filter="[all[current]tag[$:/Note]]">
@@.shop_options
"""
''Категория:'' {{!!shop_goods}}
"""
@@

<$list filter="[all[current]tag[our_projects]!tag[nopdf]]">

@@.instruction
"""
   

zip13@list.ru
`<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">`

<$list filter="[tag[$:/Note]!tag[$(tags)$]][tag[$:/TOC]!tag[$(tags)$]][tag[faq]!tag[$(tags)$]] +[!nsort[modified]]"> `<url> <loc>`<$view  tiddler="$:/_siteURL"/><$view field="title" format="doubleurlencoded"/>.html`</loc> <lastmod>`<$view field="modified" format="date" template="YYYY\-0MM\-0DD"/>`</lastmod>  <changefreq>weekly</changefreq><priority>0.5</priority> </url> ` <br/></$list>

  
`</urlset>`
https://bmart-club.ru/

<$set name="fields-source" value={{Editable-Table!!title}}>
<$set name="filter-tag" value={{!!draft.title}} >
<$set name="sortField" value={{Editable-Table!!sort-field}}>

@@.reactive-table
<table style="text-align:center; width:100%;">
<tbody>
<<add-entry-Row>>
<<displayRows>>
</tbody>
</table>
@@

</$set>
</$set></$set>
\define imgBack() 
background-image: url($(name)$);
\end

<div class="textboxtiles"> 
<div class="github-fork-ribbon-wrapper right"> <$list filter="[all[current]tag[hot]]"><div class="github-fork-ribbon" style="background-color: #fbc243;"><a>hot</a></div></$list>   <$list filter="[all[current]tag[sale]]"><div class="github-fork-ribbon" style="background-color: #e23d49;"><a>sale</a></div></$list> <$list filter="[all[current]tag[new]]"><div class="github-fork-ribbon" style="background-color: #6a8801;"><a>new</a></div></$list>  </div>    
 <tw class='simpleCart_shelfItem'> 
 <$link to=<<currentTiddler>>>
<div class = 'onclean' >
<$list filter="[all[current]has[small_image]]">
<$set name="name"  value={{!!small_image}} > 
<div class="img-square" style=<<imgBack>> >
 <span class="item_Thumb">
<img src={{!!small_image}} alt={{!!caption}}  draggable ="false"/>  </span>
</div>
</$set>
</$list>
<$list filter="[all[current]!has[small_image]]">
<$list filter="[is[current]tagging[]type[image/jpeg]sort[title]nth[1]]">
<$set name="name"  value={{!!_canonical_uri}} > 
<div class="img-square" style=<<imgBack>> >
<span class="item_Thumb"> 
<$image  source= {{!!_canonical_uri}} alt={{!!alt}}  draggable ="false"/>
</span> 
</div>
</$set>
 </$list>
</$list>
</div>
</$link>
<span class="item_nazvanie" itemprop="name" ><$link field="title">
<$view field="caption">
<$view field="title"/>
</$view>
</$link>
</span> 
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">  <meta itemprop="priceCurrency" content="RUB" /> <span class="item_price" itemprop="price"> 1  </span> <span class="b-price_sign"> {{$:/constant/_valuta}} </span> </span> 
  <a class="sylka" href={{!!url}} target="_blank">Перейти на сайт</a>
   <input type="button" class="item_add tc-btn-invisible" value="в избранное" /> <h6 class="item_name"><$view field="title"/></h6> </tw> </div>




\define selFaq() 

<hr>

<$link field="title"><h2><$view field="caption"><$view field="title"/></$view></h2></$link>

<$list filter="[{$(name)$}] +[splitbefore[~~~~]removesuffix[~~~~]addsuffix[...]]" emptyMessage={{$(name)$}}> <<currentTiddler>> </$list>

<div class="read_more">
<$link field="title">ЧИТАТЬ ДАЛEE</$link>
</div>
\end 








<$set name="name"  value=<<currentTiddler>> > 

<<selFaq>>
</$set> 

\define imgBack() 
background-image: url($(name)$);
\end

<div class="textboxtiles"> 
<div class="github-fork-ribbon-wrapper right"> <$list filter="[all[current]tag[hot]]"><div class="github-fork-ribbon" style="background-color: #fbc243;"><a>hot</a></div></$list>   <$list filter="[all[current]tag[sale]]"><div class="github-fork-ribbon" style="background-color: #e23d49;"><a>sale</a></div></$list> <$list filter="[all[current]tag[new]]"><div class="github-fork-ribbon" style="background-color: #6a8801;"><a>new</a></div></$list>  </div>    
 
 <$link to=<<currentTiddler>>>
<div class = 'onclean' >
<$list filter="[all[current]has[small_image]]">
<$set name="name"  value={{!!small_image}} > 
<div class="img-square" style=<<imgBack>> >
 <span class="item_Thumb">
<img src={{!!small_image}} alt={{!!caption}}  draggable ="false"/>  </span>
</div>
</$set>
</$list>
<$list filter="[all[current]!has[small_image]]">
<$list filter="[is[current]tagging[]type[image/jpeg]sort[title]nth[1]]">
<$set name="name"  value={{!!_canonical_uri}} > 
<div class="img-square" style=<<imgBack>> >
<span class="item_Thumb"> 
<$image  source= {{!!_canonical_uri}} alt={{!!alt}}  draggable ="false"/>
</span> 
</div>
</$set>
 </$list>
</$list>
</div>
</$link>
<span class="item_nazvanie" itemprop="name" ><$link field="title">
<$view field="caption">
<$view field="title"/>
</$view>
</$link>
</span> 
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">  <meta itemprop="priceCurrency" content="RUB" /> <span class="item_price" itemprop="price"> 1  </span> <span class="b-price_sign"> {{$:/constant/_valuta}} </span> </span> 
   </div>
<$list filter="[all[current]tag[$:/Note]]">




<table style="width:100%; border:none; background-color: #e6f0f6;"  >
<tr>
<td class="navbar-td">
   <$list variable="section" filter="[all[current]tags[]!tag[$:/Note]limit[1]]">
      <$list filter="[title<section>tagging[]tag[$:/Note]!list[$:/temp/_HideStoryList!!list]before<currentTiddler>]"
         emptyMessage="<$tiddler tiddler=<<section>>><<tt-navbar-button up left>></$tiddler>">
         <<tt-navbar-button left left>>
      </$list>
   </$list>
</td>
<td style="     vertical-align: middle; border: none; text-align: center; font-size: 1.1em;  text-shadow: 0px 2px 3px rgba(157, 42, 42, 0.35);  text-transform: uppercase; top: 4px; position: relative;" >  
<$view field="caption">
<$view field="title"/>
</$view>
</td>
<td class="navbar-td">
 <$list variable="section" filter="[all[current]tags[]!tag[$:/Note]limit[1]]">
      <$list filter="[title<section>tagging[]tag[$:/Note]!list[$:/temp/_HideStoryList!!list]after<currentTiddler>]"
         emptyMessage="<$tiddler tiddler=<<section>>><<tt-navbar-button up right>></$tiddler>">
         <<tt-navbar-button right right>>
      </$list>
   </$list>
</td>
</tr>
</table>
 
{{||3dslider}}
<table style="width:100%; border:none; display: none;  background-color: #e6f0f6;"  >
<tr>
<td style=" vertical-align:middle; width:38%; border:none;">
</td>
<td style=" vertical-align:middle;  border:none;" >  
{{||$:/_tile2}}
</td>
<td style=" vertical-align:middle;  width:38%;  border:none; ">

</td>
</tr>
</table>

<div class="read_more" style="margin-top: -40px;">
[[ВЕРНУТЬСЯ К ВЫБОРУ|shop_designs]]
</div>




</$list> 
<$list filter="[all[current]!tag[$:/nopodrazdel]tag[$:/TOC]][all[current]tag[$:/Note]]-[[Витрина]]">
<$list filter="[is[current]tagging[]tag[$:/TOC]!tag[$:/hide]]"> <span class="textboxrazdel">  <h2> Раздел: <$link field="title"> 
<$list filter="[is[current]toc-link[no]]" emptyMessage="<$view field='caption'>          <$view field='title'/></$view>">
<$view field="caption">
<$view field="title"/>
</$view>
</$list>
 </$link> </h2> <blockquote  > <span itemprop="description">  //{{!!description}}// </span>   </blockquote>  {{||$:/_aa/sort/createdup4lim}}     
<div class="read_more"> <$link field="title">
СМОТРЕТЬ ЕЩЁ
 </$link> </div> </span>
</$list>
</$list>
/*\
title: $:/_tovarList.js
type: application/javascript
module-type: macro

Macro to return a formatted version of the current time

\*/
(function(){

/*jslint node: true, browser: true */
/*global $tw: false */


/*
Information about this macro
*/



exports.name = "tovarList";

exports.params = [
	{name: "format"}
];

/*
Run the macro
*/





 var tovartext1= "    <$transclude\/> ";





exports.run = function(format) {

return ( tovartext1);

};

})();

true
150
RUR
true
Заполните все поля 

vendor.model
<$edit-text tiddler="$:/temp/delete-filter" tag="input" placeholder="enter a filter" default="" size=50/>
<$reveal state="$:/temp/delete-filter" type="nomatch" text="">
<$button class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/delete-filter" $field="text" $value=""/>
{{$:/core/images/close-button}}
</$button>
</$reveal>

<$list filter={{$:/temp/delete-filter}}>
<$button class="tc-btn-invisible">
<$action-deletetiddler $tiddler={{!!title}}/>
{{$:/core/images/delete-button}}
</$button> <$link to={{!!title}}><$view field=title/></$link><br>


</$list>
/*! jQuery v2.1.3 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.3",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=hb(),z=hb(),A=hb(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},eb=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fb){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function gb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+rb(o[l]);w=ab.test(a)&&pb(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function hb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ib(a){return a[u]=!0,a}function jb(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function kb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function lb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function nb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function ob(a){return ib(function(b){return b=+b,ib(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pb(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=gb.support={},f=gb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=gb.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",eb,!1):e.attachEvent&&e.attachEvent("onunload",eb)),p=!f(g),c.attributes=jb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=jb(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=jb(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(jb(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),jb(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&jb(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return lb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?lb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},gb.matches=function(a,b){return gb(a,null,null,b)},gb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return gb(b,n,null,[a]).length>0},gb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},gb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},gb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},gb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=gb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=gb.selectors={cacheLength:50,createPseudo:ib,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||gb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&gb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=gb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||gb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ib(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ib(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ib(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ib(function(a){return function(b){return gb(a,b).length>0}}),contains:ib(function(a){return a=a.replace(cb,db),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ib(function(a){return W.test(a||"")||gb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:ob(function(){return[0]}),last:ob(function(a,b){return[b-1]}),eq:ob(function(a,b,c){return[0>c?c+b:c]}),even:ob(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:ob(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:ob(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:ob(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=mb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=nb(b);function qb(){}qb.prototype=d.filters=d.pseudos,d.setFilters=new qb,g=gb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?gb.error(a):z(a,i).slice(0)};function rb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function tb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ub(a,b,c){for(var d=0,e=b.length;e>d;d++)gb(a,b[d],c);return c}function vb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wb(a,b,c,d,e,f){return d&&!d[u]&&(d=wb(d)),e&&!e[u]&&(e=wb(e,f)),ib(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ub(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:vb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=vb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=vb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sb(function(a){return a===b},h,!0),l=sb(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sb(tb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wb(i>1&&tb(m),i>1&&rb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xb(a.slice(i,e)),f>e&&xb(a=a.slice(e)),f>e&&rb(a))}m.push(c)}return tb(m)}function yb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=vb(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&gb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ib(f):f}return h=gb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,yb(e,d)),f.selector=a}return f},i=gb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&pb(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&rb(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&pb(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=jb(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),jb(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||kb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&jb(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||kb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),jb(function(a){return null==a.getAttribute("disabled")})||kb(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),gb}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){return M.access(a,b,c)
},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=L.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Q=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,R=["Top","Right","Bottom","Left"],S=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)},T=/^(?:checkbox|radio)$/i;!function(){var a=l.createDocumentFragment(),b=a.appendChild(l.createElement("div")),c=l.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||l,d=c.documentElement,e=c.body,a.pageX=b.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d&&d.clientLeft||e&&e.clientLeft||0),a.pageY=b.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d&&d.clientTop||e&&e.clientTop||0)),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=W.test(e)?this.mouseHooks:V.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new n.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=l),3===a.target.nodeType&&(a.target=a.target.parentNode),g.filter?g.filter(a,f):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==_()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===_()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=n.extend(new n.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?n.event.trigger(e,null,b):n.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?Z:$):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=Z,a&&a.preventDefault&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=Z,a&&a.stopPropagation&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=Z,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!n.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.focusinBubbles||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a),!0)};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=L.access(d,b);e||d.addEventListener(a,c,!0),L.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=L.access(d,b)-1;e?L.access(d,b,e):(d.removeEventListener(a,c,!0),L.remove(d,b))}}}),n.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(g in a)this.on(g,b,c,a[g],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=$;else if(!d)return this;return 1===e&&(f=d,d=function(a){return n().off(a),f.apply(this,arguments)},d.guid=f.guid||(f.guid=n.guid++)),this.each(function(){n.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=$),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var ab=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bb=/<([\w:]+)/,cb=/<|&#?\w+;/,db=/<(?:script|style|link)/i,eb=/checked\s*(?:[^=]|=\s*.checked.)/i,fb=/^$|\/(?:java|ecma)script/i,gb=/^true\/(.*)/,hb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ib={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ib.optgroup=ib.option,ib.tbody=ib.tfoot=ib.colgroup=ib.caption=ib.thead,ib.th=ib.td;function jb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function kb(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function lb(a){var b=gb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function mb(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function nb(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function ob(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pb(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=ob(h),f=ob(a),d=0,e=f.length;e>d;d++)pb(f[d],g[d]);if(b)if(c)for(f=f||ob(a),g=g||ob(h),d=0,e=f.length;e>d;d++)nb(f[d],g[d]);else nb(a,h);return g=ob(h,"script"),g.length>0&&mb(g,!i&&ob(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(cb.test(e)){f=f||k.appendChild(b.createElement("div")),g=(bb.exec(e)||["",""])[1].toLowerCase(),h=ib[g]||ib._default,f.innerHTML=h[1]+e.replace(ab,"<$1></$2>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=ob(k.appendChild(e),"script"),i&&mb(f),c)){j=0;while(e=f[j++])fb.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(ob(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&mb(ob(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(ob(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!db.test(a)&&!ib[(bb.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(ab,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ob(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(ob(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&eb.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(ob(c,"script"),kb),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,ob(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,lb),j=0;g>j;j++)h=f[j],fb.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(hb,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qb,rb={};function sb(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function tb(a){var b=l,c=rb[a];return c||(c=sb(a,b),"none"!==c&&c||(qb=(qb||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=qb[0].contentDocument,b.write(),b.close(),c=sb(a,b),qb.detach()),rb[a]=c),c}var ub=/^margin/,vb=new RegExp("^("+Q+")(?!px)[a-z%]+$","i"),wb=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)};function xb(a,b,c){var d,e,f,g,h=a.style;return c=c||wb(a),c&&(g=c.getPropertyValue(b)||c[b]),c&&(""!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),vb.test(g)&&ub.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function yb(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d=l.documentElement,e=l.createElement("div"),f=l.createElement("div");if(f.style){f.style.backgroundClip="content-box",f.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===f.style.backgroundClip,e.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",e.appendChild(f);function g(){f.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f.innerHTML="",d.appendChild(e);var g=a.getComputedStyle(f,null);b="1%"!==g.top,c="4px"===g.width,d.removeChild(e)}a.getComputedStyle&&n.extend(k,{pixelPosition:function(){return g(),b},boxSizingReliable:function(){return null==c&&g(),c},reliableMarginRight:function(){var b,c=f.appendChild(l.createElement("div"));return c.style.cssText=f.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyle(c,null).marginRight),d.removeChild(e),f.removeChild(c),b}})}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var zb=/^(none|table(?!-c[ea]).+)/,Ab=new RegExp("^("+Q+")(.*)$","i"),Bb=new RegExp("^([+-])=("+Q+")","i"),Cb={position:"absolute",visibility:"hidden",display:"block"},Db={letterSpacing:"0",fontWeight:"400"},Eb=["Webkit","O","Moz","ms"];function Fb(a,b){if(b in a)return b;var c=b[0].toUpperCase()+b.slice(1),d=b,e=Eb.length;while(e--)if(b=Eb[e]+c,b in a)return b;return d}function Gb(a,b,c){var d=Ab.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Hb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+R[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+R[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+R[f]+"Width",!0,e))):(g+=n.css(a,"padding"+R[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+R[f]+"Width",!0,e)));return g}function Ib(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=wb(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=xb(a,b,f),(0>e||null==e)&&(e=a.style[b]),vb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Hb(a,b,c||(g?"border":"content"),d,f)+"px"}function Jb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=L.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&S(d)&&(f[g]=L.access(d,"olddisplay",tb(d.nodeName)))):(e=S(d),"none"===c&&e||L.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=xb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Fb(i,h)),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=Bb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Fb(a.style,h)),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=xb(a,b,d)),"normal"===e&&b in Db&&(e=Db[b]),""===c||c?(f=parseFloat(e),c===!0||n.isNumeric(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?zb.test(n.css(a,"display"))&&0===a.offsetWidth?n.swap(a,Cb,function(){return Ib(a,b,d)}):Ib(a,b,d):void 0},set:function(a,c,d){var e=d&&wb(a);return Gb(a,c,d?Hb(a,b,d,"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),n.cssHooks.marginRight=yb(k.reliableMarginRight,function(a,b){return b?n.swap(a,{display:"inline-block"},xb,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+R[d]+b]=f[d]||f[d-2]||f[0];return e}},ub.test(a)||(n.cssHooks[a+b].set=Gb)}),n.fn.extend({css:function(a,b){return J(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=wb(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Jb(this,!0)},hide:function(){return Jb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){S(this)?n(this).show():n(this).hide()})}});function Kb(a,b,c,d,e){return new Kb.prototype.init(a,b,c,d,e)}n.Tween=Kb,Kb.prototype={constructor:Kb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Kb.propHooks[this.prop];return a&&a.get?a.get(this):Kb.propHooks._default.get(this)},run:function(a){var b,c=Kb.propHooks[this.prop];return this.pos=b=this.options.duration?n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Kb.propHooks._default.set(this),this}},Kb.prototype.init.prototype=Kb.prototype,Kb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssProps[a.prop]]||n.cssHooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Kb.propHooks.scrollTop=Kb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},n.fx=Kb.prototype.init,n.fx.step={};var Lb,Mb,Nb=/^(?:toggle|show|hide)$/,Ob=new RegExp("^(?:([+-])=|)("+Q+")([a-z%]*)$","i"),Pb=/queueHooks$/,Qb=[Vb],Rb={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=Ob.exec(b),f=e&&e[3]||(n.cssNumber[a]?"":"px"),g=(n.cssNumber[a]||"px"!==f&&+d)&&Ob.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function Sb(){return setTimeout(function(){Lb=void 0}),Lb=n.now()}function Tb(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=R[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ub(a,b,c){for(var d,e=(Rb[b]||[]).concat(Rb["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Vb(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&S(a),q=L.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?L.get(a,"olddisplay")||tb(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Nb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?tb(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=L.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;L.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ub(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function Wb(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function Xb(a,b,c){var d,e,f=0,g=Qb.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Lb||Sb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:Lb||Sb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(Wb(k,j.opts.specialEasing);g>f;f++)if(d=Qb[f].call(j,a,k,j.opts))return d;return n.map(k,Ub,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(Xb,{tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],Rb[c]=Rb[c]||[],Rb[c].unshift(b)},prefilter:function(a,b){b?Qb.unshift(a):Qb.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(S).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=Xb(this,n.extend({},a),f);(e||L.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=L.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Pb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=L.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Tb(b,!0),a,d,e)}}),n.each({slideDown:Tb("show"),slideUp:Tb("hide"),slideToggle:Tb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(Lb=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),Lb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Mb||(Mb=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(Mb),Mb=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=l.createElement("input"),b=l.createElement("select"),c=b.appendChild(l.createElement("option"));a.type="checkbox",k.checkOn=""!==a.value,k.optSelected=c.selected,b.disabled=!0,k.optDisabled=!c.disabled,a=l.createElement("input"),a.value="t",a.type="radio",k.radioValue="t"===a.value}();var Yb,Zb,$b=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return J(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===U?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),d=n.attrHooks[b]||(n.expr.match.bool.test(b)?Zb:Yb)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))
},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),Zb={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=$b[b]||n.find.attr;$b[b]=function(a,b,d){var e,f;return d||(f=$b[b],$b[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,$b[b]=f),e}});var _b=/^(?:input|select|textarea|button)$/i;n.fn.extend({prop:function(a,b){return J(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isXMLDoc(a),f&&(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){return a.hasAttribute("tabindex")||_b.test(a.nodeName)||a.href?a.tabIndex:-1}}}}),k.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var ac=/[\t\r\n\f]/g;n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h="string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ac," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0===arguments.length||"string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ac," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(n.isFunction(a)?function(c){n(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===U||"boolean"===c)&&(this.className&&L.set(this,"__className__",this.className),this.className=this.className||a===!1?"":L.get(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ac," ").indexOf(b)>=0)return!0;return!1}});var bc=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(bc,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>=0:void 0}},k.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var cc=n.now(),dc=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(a){var b,c;if(!a||"string"!=typeof a)return null;try{c=new DOMParser,b=c.parseFromString(a,"text/xml")}catch(d){b=void 0}return(!b||b.getElementsByTagName("parsererror").length)&&n.error("Invalid XML: "+a),b};var ec=/#.*$/,fc=/([?&])_=[^&]*/,gc=/^(.*?):[ \t]*([^\r\n]*)$/gm,hc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,ic=/^(?:GET|HEAD)$/,jc=/^\/\//,kc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,lc={},mc={},nc="*/".concat("*"),oc=a.location.href,pc=kc.exec(oc.toLowerCase())||[];function qc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function rc(a,b,c,d){var e={},f=a===mc;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function sc(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function tc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function uc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:oc,type:"GET",isLocal:hc.test(pc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":nc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?sc(sc(a,n.ajaxSettings),b):sc(n.ajaxSettings,a)},ajaxPrefilter:qc(lc),ajaxTransport:qc(mc),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxSetup({},b),l=k.context||k,m=k.context&&(l.nodeType||l.jquery)?n(l):n.event,o=n.Deferred(),p=n.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!f){f={};while(b=gc.exec(e))f[b[1].toLowerCase()]=b[2]}b=f[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?e:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return c&&c.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||oc)+"").replace(ec,"").replace(jc,pc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=n.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(h=kc.exec(k.url.toLowerCase()),k.crossDomain=!(!h||h[1]===pc[1]&&h[2]===pc[2]&&(h[3]||("http:"===h[1]?"80":"443"))===(pc[3]||("http:"===pc[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),rc(lc,k,b,v),2===t)return v;i=n.event&&k.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!ic.test(k.type),d=k.url,k.hasContent||(k.data&&(d=k.url+=(dc.test(d)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=fc.test(d)?d.replace(fc,"$1_="+cc++):d+(dc.test(d)?"&":"?")+"_="+cc++)),k.ifModified&&(n.lastModified[d]&&v.setRequestHeader("If-Modified-Since",n.lastModified[d]),n.etag[d]&&v.setRequestHeader("If-None-Match",n.etag[d])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+nc+"; q=0.01":""):k.accepts["*"]);for(j in k.headers)v.setRequestHeader(j,k.headers[j]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(j in{success:1,error:1,complete:1})v[j](k[j]);if(c=rc(mc,k,b,v)){v.readyState=1,i&&m.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,c.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,f,h){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),c=void 0,e=h||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,f&&(u=tc(k,v,f)),u=uc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(n.lastModified[d]=w),w=v.getResponseHeader("etag"),w&&(n.etag[d]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,i&&m.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),i&&(m.trigger("ajaxComplete",[v,k]),--n.active||n.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return this.each(n.isFunction(a)?function(b){n(this).wrapInner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var vc=/%20/g,wc=/\[\]$/,xc=/\r?\n/g,yc=/^(?:submit|button|image|reset|file)$/i,zc=/^(?:input|select|textarea|keygen)/i;function Ac(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||wc.test(a)?d(a,e):Ac(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Ac(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Ac(c,a[c],b,e);return d.join("&").replace(vc,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&zc.test(this.nodeName)&&!yc.test(a)&&(this.checked||!T.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(xc,"\r\n")}}):{name:b.name,value:c.replace(xc,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(a){}};var Bc=0,Cc={},Dc={0:200,1223:204},Ec=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Cc)Cc[a]()}),k.cors=!!Ec&&"withCredentials"in Ec,k.ajax=Ec=!!Ec,n.ajaxTransport(function(a){var b;return k.cors||Ec&&!a.crossDomain?{send:function(c,d){var e,f=a.xhr(),g=++Bc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)f.setRequestHeader(e,c[e]);b=function(a){return function(){b&&(delete Cc[g],b=f.onload=f.onerror=null,"abort"===a?f.abort():"error"===a?d(f.status,f.statusText):d(Dc[f.status]||f.status,f.statusText,"string"==typeof f.responseText?{text:f.responseText}:void 0,f.getAllResponseHeaders()))}},f.onload=b(),f.onerror=b("error"),b=Cc[g]=b("abort");try{f.send(a.hasContent&&a.data||null)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=n("<script>").prop({async:!0,charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&e("error"===a.type?404:200,a.type)}),l.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Fc=[],Gc=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Fc.pop()||n.expando+"_"+cc++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Gc.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Gc,"$1"+e):b.jsonp!==!1&&(b.url+=(dc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Fc.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||l;var d=v.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=n.buildFragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childNodes))};var Hc=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Hc)return Hc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e,dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,f||[a.responseText,b,a])}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var Ic=a.document.documentElement;function Jc(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(typeof d.getBoundingClientRect!==U&&(e=d.getBoundingClientRect()),c=Jc(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||Ic;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ic})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,c){var d="pageYOffset"===c;n.fn[b]=function(e){return J(this,function(b,e,f){var g=Jc(b);return void 0===f?g?g[c]:b[e]:void(g?g.scrollTo(d?a.pageXOffset:f,d?f:a.pageYOffset):b[e]=f)},b,e,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=yb(k.pixelPosition,function(a,c){return c?(c=xb(a,b),vb.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return J(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Kc=a.jQuery,Lc=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Lc),b&&a.jQuery===n&&(a.jQuery=Kc),n},typeof b===U&&(a.jQuery=a.$=n),n});
//# sourceMappingURL=jquery.min.map





















/*! jQuery v2.1.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.1",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},L="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=N.replace("w","w#"),P="\\["+M+"*("+N+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+O+"))|)"+M+"*\\]",Q=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+P+")*)|.*)\\)|)",R=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),S=new RegExp("^"+M+"*,"+M+"*"),T=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),V=new RegExp(Q),W=new RegExp("^"+O+"$"),X={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+Q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+L+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{I.apply(F=J.call(v.childNodes),v.childNodes),F[v.childNodes.length].nodeType}catch(eb){I={apply:F.length?function(a,b){H.apply(a,J.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],!a||"string"!=typeof a)return d;if(1!==(k=b.nodeType)&&9!==k)return[];if(p&&!e){if(f=_.exec(a))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return I.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return I.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=9===k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+qb(o[l]);w=ab.test(a)&&ob(b.parentNode)||b,x=o.join(",")}if(x)try{return I.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function gb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function hb(a){return a[u]=!0,a}function ib(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function jb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function kb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||D)-(~a.sourceIndex||D);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function lb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function nb(a){return hb(function(b){return b=+b,hb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function ob(a){return a&&typeof a.getElementsByTagName!==C&&a}c=fb.support={},f=fb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fb.setDocument=function(a){var b,e=a?a.ownerDocument||a:v,g=e.defaultView;return e!==n&&9===e.nodeType&&e.documentElement?(n=e,o=e.documentElement,p=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){m()},!1):g.attachEvent&&g.attachEvent("onunload",function(){m()})),c.attributes=ib(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ib(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(e.getElementsByClassName)&&ib(function(a){return a.innerHTML="<div class='a'></div><div class='a i'></div>",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=ib(function(a){return o.appendChild(a).id=u,!e.getElementsByName||!e.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==C&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c=typeof a.getAttributeNode!==C&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==C?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==C&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(e.querySelectorAll))&&(ib(function(a){a.innerHTML="<select msallowclip=''><option selected=''></option></select>",a.querySelectorAll("[msallowclip^='']").length&&q.push("[*^$]="+M+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+M+"*(?:value|"+L+")"),a.querySelectorAll(":checked").length||q.push(":checked")}),ib(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+M+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ib(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",Q)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===v&&t(v,a)?-1:b===e||b.ownerDocument===v&&t(v,b)?1:k?K.call(k,a)-K.call(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:k?K.call(k,a)-K.call(k,b):0;if(f===g)return kb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?kb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},e):n},fb.matches=function(a,b){return fb(a,null,null,b)},fb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fb(b,n,null,[a]).length>0},fb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&E.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fb.selectors={cacheLength:50,createPseudo:hb,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+M+")"+a+"("+M+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==C&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?hb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=K.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:hb(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?hb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:hb(function(a){return function(b){return fb(a,b).length>0}}),contains:hb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:hb(function(a){return W.test(a||"")||fb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:nb(function(){return[0]}),last:nb(function(a,b){return[b-1]}),eq:nb(function(a,b,c){return[0>c?c+b:c]}),even:nb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:nb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:nb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:nb(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=lb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=mb(b);function pb(){}pb.prototype=d.filters=d.pseudos,d.setFilters=new pb,g=fb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fb.error(a):z(a,i).slice(0)};function qb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function rb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function sb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function tb(a,b,c){for(var d=0,e=b.length;e>d;d++)fb(a,b[d],c);return c}function ub(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function vb(a,b,c,d,e,f){return d&&!d[u]&&(d=vb(d)),e&&!e[u]&&(e=vb(e,f)),hb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||tb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ub(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ub(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?K.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ub(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):I.apply(g,r)})}function wb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=rb(function(a){return a===b},h,!0),l=rb(function(a){return K.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>i;i++)if(c=d.relative[a[i].type])m=[rb(sb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return vb(i>1&&sb(m),i>1&&qb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&wb(a.slice(i,e)),f>e&&wb(a=a.slice(e)),f>e&&qb(a))}m.push(c)}return sb(m)}function xb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=G.call(i));s=ub(s)}I.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&fb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?hb(f):f}return h=fb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xb(e,d)),f.selector=a}return f},i=fb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&ob(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qb(j),!a)return I.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&ob(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ib(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ib(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||jb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ib(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||jb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ib(function(a){return null==a.getAttribute("disabled")})||jb(L,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fb}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+Math.random()}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){return M.access(a,b,c)},removeData:function(a,b){M.remove(a,b)
},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=L.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Q=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,R=["Top","Right","Bottom","Left"],S=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)},T=/^(?:checkbox|radio)$/i;!function(){var a=l.createDocumentFragment(),b=a.appendChild(l.createElement("div")),c=l.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||l,d=c.documentElement,e=c.body,a.pageX=b.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d&&d.clientLeft||e&&e.clientLeft||0),a.pageY=b.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d&&d.clientTop||e&&e.clientTop||0)),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=W.test(e)?this.mouseHooks:V.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new n.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=l),3===a.target.nodeType&&(a.target=a.target.parentNode),g.filter?g.filter(a,f):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==_()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===_()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=n.extend(new n.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?n.event.trigger(e,null,b):n.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?Z:$):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=Z,a&&a.preventDefault&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=Z,a&&a.stopPropagation&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=Z,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!n.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.focusinBubbles||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a),!0)};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=L.access(d,b);e||d.addEventListener(a,c,!0),L.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=L.access(d,b)-1;e?L.access(d,b,e):(d.removeEventListener(a,c,!0),L.remove(d,b))}}}),n.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(g in a)this.on(g,b,c,a[g],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=$;else if(!d)return this;return 1===e&&(f=d,d=function(a){return n().off(a),f.apply(this,arguments)},d.guid=f.guid||(f.guid=n.guid++)),this.each(function(){n.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=$),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var ab=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bb=/<([\w:]+)/,cb=/<|&#?\w+;/,db=/<(?:script|style|link)/i,eb=/checked\s*(?:[^=]|=\s*.checked.)/i,fb=/^$|\/(?:java|ecma)script/i,gb=/^true\/(.*)/,hb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ib={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ib.optgroup=ib.option,ib.tbody=ib.tfoot=ib.colgroup=ib.caption=ib.thead,ib.th=ib.td;function jb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function kb(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function lb(a){var b=gb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function mb(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function nb(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function ob(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pb(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=ob(h),f=ob(a),d=0,e=f.length;e>d;d++)pb(f[d],g[d]);if(b)if(c)for(f=f||ob(a),g=g||ob(h),d=0,e=f.length;e>d;d++)nb(f[d],g[d]);else nb(a,h);return g=ob(h,"script"),g.length>0&&mb(g,!i&&ob(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(cb.test(e)){f=f||k.appendChild(b.createElement("div")),g=(bb.exec(e)||["",""])[1].toLowerCase(),h=ib[g]||ib._default,f.innerHTML=h[1]+e.replace(ab,"<$1></$2>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=ob(k.appendChild(e),"script"),i&&mb(f),c)){j=0;while(e=f[j++])fb.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(ob(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&mb(ob(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(ob(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!db.test(a)&&!ib[(bb.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(ab,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ob(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(ob(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&eb.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(ob(c,"script"),kb),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,ob(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,lb),j=0;g>j;j++)h=f[j],fb.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(hb,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qb,rb={};function sb(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function tb(a){var b=l,c=rb[a];return c||(c=sb(a,b),"none"!==c&&c||(qb=(qb||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=qb[0].contentDocument,b.write(),b.close(),c=sb(a,b),qb.detach()),rb[a]=c),c}var ub=/^margin/,vb=new RegExp("^("+Q+")(?!px)[a-z%]+$","i"),wb=function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)};function xb(a,b,c){var d,e,f,g,h=a.style;return c=c||wb(a),c&&(g=c.getPropertyValue(b)||c[b]),c&&(""!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),vb.test(g)&&ub.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function yb(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d=l.documentElement,e=l.createElement("div"),f=l.createElement("div");if(f.style){f.style.backgroundClip="content-box",f.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===f.style.backgroundClip,e.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",e.appendChild(f);function g(){f.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f.innerHTML="",d.appendChild(e);var g=a.getComputedStyle(f,null);b="1%"!==g.top,c="4px"===g.width,d.removeChild(e)}a.getComputedStyle&&n.extend(k,{pixelPosition:function(){return g(),b},boxSizingReliable:function(){return null==c&&g(),c},reliableMarginRight:function(){var b,c=f.appendChild(l.createElement("div"));return c.style.cssText=f.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyle(c,null).marginRight),d.removeChild(e),b}})}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var zb=/^(none|table(?!-c[ea]).+)/,Ab=new RegExp("^("+Q+")(.*)$","i"),Bb=new RegExp("^([+-])=("+Q+")","i"),Cb={position:"absolute",visibility:"hidden",display:"block"},Db={letterSpacing:"0",fontWeight:"400"},Eb=["Webkit","O","Moz","ms"];function Fb(a,b){if(b in a)return b;var c=b[0].toUpperCase()+b.slice(1),d=b,e=Eb.length;while(e--)if(b=Eb[e]+c,b in a)return b;return d}function Gb(a,b,c){var d=Ab.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Hb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+R[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+R[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+R[f]+"Width",!0,e))):(g+=n.css(a,"padding"+R[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+R[f]+"Width",!0,e)));return g}function Ib(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=wb(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=xb(a,b,f),(0>e||null==e)&&(e=a.style[b]),vb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Hb(a,b,c||(g?"border":"content"),d,f)+"px"}function Jb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=L.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&S(d)&&(f[g]=L.access(d,"olddisplay",tb(d.nodeName)))):(e=S(d),"none"===c&&e||L.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=xb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Fb(i,h)),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=Bb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Fb(a.style,h)),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=xb(a,b,d)),"normal"===e&&b in Db&&(e=Db[b]),""===c||c?(f=parseFloat(e),c===!0||n.isNumeric(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?zb.test(n.css(a,"display"))&&0===a.offsetWidth?n.swap(a,Cb,function(){return Ib(a,b,d)}):Ib(a,b,d):void 0},set:function(a,c,d){var e=d&&wb(a);return Gb(a,c,d?Hb(a,b,d,"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),n.cssHooks.marginRight=yb(k.reliableMarginRight,function(a,b){return b?n.swap(a,{display:"inline-block"},xb,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+R[d]+b]=f[d]||f[d-2]||f[0];return e}},ub.test(a)||(n.cssHooks[a+b].set=Gb)}),n.fn.extend({css:function(a,b){return J(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=wb(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Jb(this,!0)},hide:function(){return Jb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){S(this)?n(this).show():n(this).hide()})}});function Kb(a,b,c,d,e){return new Kb.prototype.init(a,b,c,d,e)}n.Tween=Kb,Kb.prototype={constructor:Kb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Kb.propHooks[this.prop];return a&&a.get?a.get(this):Kb.propHooks._default.get(this)},run:function(a){var b,c=Kb.propHooks[this.prop];return this.pos=b=this.options.duration?n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Kb.propHooks._default.set(this),this}},Kb.prototype.init.prototype=Kb.prototype,Kb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssProps[a.prop]]||n.cssHooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Kb.propHooks.scrollTop=Kb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},n.fx=Kb.prototype.init,n.fx.step={};var Lb,Mb,Nb=/^(?:toggle|show|hide)$/,Ob=new RegExp("^(?:([+-])=|)("+Q+")([a-z%]*)$","i"),Pb=/queueHooks$/,Qb=[Vb],Rb={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=Ob.exec(b),f=e&&e[3]||(n.cssNumber[a]?"":"px"),g=(n.cssNumber[a]||"px"!==f&&+d)&&Ob.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function Sb(){return setTimeout(function(){Lb=void 0}),Lb=n.now()}function Tb(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=R[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ub(a,b,c){for(var d,e=(Rb[b]||[]).concat(Rb["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Vb(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&S(a),q=L.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?L.get(a,"olddisplay")||tb(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Nb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?tb(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=L.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;L.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ub(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function Wb(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function Xb(a,b,c){var d,e,f=0,g=Qb.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Lb||Sb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:Lb||Sb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(Wb(k,j.opts.specialEasing);g>f;f++)if(d=Qb[f].call(j,a,k,j.opts))return d;return n.map(k,Ub,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(Xb,{tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],Rb[c]=Rb[c]||[],Rb[c].unshift(b)},prefilter:function(a,b){b?Qb.unshift(a):Qb.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(S).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=Xb(this,n.extend({},a),f);(e||L.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=L.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Pb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=L.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Tb(b,!0),a,d,e)}}),n.each({slideDown:Tb("show"),slideUp:Tb("hide"),slideToggle:Tb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(Lb=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),Lb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Mb||(Mb=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(Mb),Mb=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=l.createElement("input"),b=l.createElement("select"),c=b.appendChild(l.createElement("option"));a.type="checkbox",k.checkOn=""!==a.value,k.optSelected=c.selected,b.disabled=!0,k.optDisabled=!c.disabled,a=l.createElement("input"),a.value="t",a.type="radio",k.radioValue="t"===a.value}();var Yb,Zb,$b=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return J(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===U?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),d=n.attrHooks[b]||(n.expr.match.bool.test(b)?Zb:Yb)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))
},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),Zb={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=$b[b]||n.find.attr;$b[b]=function(a,b,d){var e,f;return d||(f=$b[b],$b[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,$b[b]=f),e}});var _b=/^(?:input|select|textarea|button)$/i;n.fn.extend({prop:function(a,b){return J(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isXMLDoc(a),f&&(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){return a.hasAttribute("tabindex")||_b.test(a.nodeName)||a.href?a.tabIndex:-1}}}}),k.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var ac=/[\t\r\n\f]/g;n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h="string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ac," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0===arguments.length||"string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ac," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(n.isFunction(a)?function(c){n(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===U||"boolean"===c)&&(this.className&&L.set(this,"__className__",this.className),this.className=this.className||a===!1?"":L.get(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ac," ").indexOf(b)>=0)return!0;return!1}});var bc=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(bc,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>=0:void 0}},k.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var cc=n.now(),dc=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(a){var b,c;if(!a||"string"!=typeof a)return null;try{c=new DOMParser,b=c.parseFromString(a,"text/xml")}catch(d){b=void 0}return(!b||b.getElementsByTagName("parsererror").length)&&n.error("Invalid XML: "+a),b};var ec,fc,gc=/#.*$/,hc=/([?&])_=[^&]*/,ic=/^(.*?):[ \t]*([^\r\n]*)$/gm,jc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,kc=/^(?:GET|HEAD)$/,lc=/^\/\//,mc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,nc={},oc={},pc="*/".concat("*");try{fc=location.href}catch(qc){fc=l.createElement("a"),fc.href="",fc=fc.href}ec=mc.exec(fc.toLowerCase())||[];function rc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function sc(a,b,c,d){var e={},f=a===oc;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function tc(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function uc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function vc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:fc,type:"GET",isLocal:jc.test(ec[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":pc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?tc(tc(a,n.ajaxSettings),b):tc(n.ajaxSettings,a)},ajaxPrefilter:rc(nc),ajaxTransport:rc(oc),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxSetup({},b),l=k.context||k,m=k.context&&(l.nodeType||l.jquery)?n(l):n.event,o=n.Deferred(),p=n.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!f){f={};while(b=ic.exec(e))f[b[1].toLowerCase()]=b[2]}b=f[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?e:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return c&&c.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||fc)+"").replace(gc,"").replace(lc,ec[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=n.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(h=mc.exec(k.url.toLowerCase()),k.crossDomain=!(!h||h[1]===ec[1]&&h[2]===ec[2]&&(h[3]||("http:"===h[1]?"80":"443"))===(ec[3]||("http:"===ec[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),sc(nc,k,b,v),2===t)return v;i=k.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!kc.test(k.type),d=k.url,k.hasContent||(k.data&&(d=k.url+=(dc.test(d)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=hc.test(d)?d.replace(hc,"$1_="+cc++):d+(dc.test(d)?"&":"?")+"_="+cc++)),k.ifModified&&(n.lastModified[d]&&v.setRequestHeader("If-Modified-Since",n.lastModified[d]),n.etag[d]&&v.setRequestHeader("If-None-Match",n.etag[d])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+pc+"; q=0.01":""):k.accepts["*"]);for(j in k.headers)v.setRequestHeader(j,k.headers[j]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(j in{success:1,error:1,complete:1})v[j](k[j]);if(c=sc(oc,k,b,v)){v.readyState=1,i&&m.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,c.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,f,h){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),c=void 0,e=h||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,f&&(u=uc(k,v,f)),u=vc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(n.lastModified[d]=w),w=v.getResponseHeader("etag"),w&&(n.etag[d]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,i&&m.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),i&&(m.trigger("ajaxComplete",[v,k]),--n.active||n.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return this.each(n.isFunction(a)?function(b){n(this).wrapInner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var wc=/%20/g,xc=/\[\]$/,yc=/\r?\n/g,zc=/^(?:submit|button|image|reset|file)$/i,Ac=/^(?:input|select|textarea|keygen)/i;function Bc(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||xc.test(a)?d(a,e):Bc(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Bc(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Bc(c,a[c],b,e);return d.join("&").replace(wc,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&Ac.test(this.nodeName)&&!zc.test(a)&&(this.checked||!T.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(yc,"\r\n")}}):{name:b.name,value:c.replace(yc,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(a){}};var Cc=0,Dc={},Ec={0:200,1223:204},Fc=n.ajaxSettings.xhr();a.ActiveXObject&&n(a).on("unload",function(){for(var a in Dc)Dc[a]()}),k.cors=!!Fc&&"withCredentials"in Fc,k.ajax=Fc=!!Fc,n.ajaxTransport(function(a){var b;return k.cors||Fc&&!a.crossDomain?{send:function(c,d){var e,f=a.xhr(),g=++Cc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)f.setRequestHeader(e,c[e]);b=function(a){return function(){b&&(delete Dc[g],b=f.onload=f.onerror=null,"abort"===a?f.abort():"error"===a?d(f.status,f.statusText):d(Ec[f.status]||f.status,f.statusText,"string"==typeof f.responseText?{text:f.responseText}:void 0,f.getAllResponseHeaders()))}},f.onload=b(),f.onerror=b("error"),b=Dc[g]=b("abort");try{f.send(a.hasContent&&a.data||null)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=n("<script>").prop({async:!0,charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&e("error"===a.type?404:200,a.type)}),l.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Gc=[],Hc=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Gc.pop()||n.expando+"_"+cc++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Hc.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Hc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Hc,"$1"+e):b.jsonp!==!1&&(b.url+=(dc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Gc.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||l;var d=v.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=n.buildFragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childNodes))};var Ic=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Ic)return Ic.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e,dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,f||[a.responseText,b,a])}),this},n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var Jc=a.document.documentElement;function Kc(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(typeof d.getBoundingClientRect!==U&&(e=d.getBoundingClientRect()),c=Kc(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||Jc;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Jc})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,c){var d="pageYOffset"===c;n.fn[b]=function(e){return J(this,function(b,e,f){var g=Kc(b);return void 0===f?g?g[c]:b[e]:void(g?g.scrollTo(d?a.pageXOffset:f,d?f:a.pageYOffset):b[e]=f)},b,e,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=yb(k.pixelPosition,function(a,c){return c?(c=xb(a,b),vb.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return J(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Lc=a.jQuery,Mc=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Mc),b&&a.jQuery===n&&(a.jQuery=Lc),n},typeof b===U&&(a.jQuery=a.$=n),n});








/*! jQuery v3.4.0 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector | (c) JS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(g,e){"use strict";var t=[],v=g.document,r=Object.getPrototypeOf,s=t.slice,y=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,m=n.hasOwnProperty,a=m.toString,l=a.call(Object),b={},x=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},w=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function C(e,t,n){var r,i,o=(n=n||v).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function T(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.0 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector",E=function(e,t){return new E.fn.init(e,t)},d=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function p(e){var t=!!e&&"length"in e&&e.length,n=T(e);return!x(e)&&!w(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}E.fn=E.prototype={jquery:f,constructor:E,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=E.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return E.each(this,e)},map:function(n){return this.pushStack(E.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},E.extend=E.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||x(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(E.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||E.isPlainObject(n)?n:{},i=!1,a[t]=E.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},E.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=m.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t){C(e,{nonce:t&&t.nonce})},each:function(e,t){var n,r=0;if(p(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(d,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(p(Object(e))?E.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(p(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return y.apply([],a)},guid:1,support:b}),"function"==typeof Symbol&&(E.fn[Symbol.iterator]=t[Symbol.iterator]),E.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var h=function(n){var e,p,x,o,i,h,f,g,w,u,l,C,T,a,E,v,s,c,y,N="sizzle"+1*new Date,m=n.document,k=0,r=0,d=ue(),b=ue(),A=ue(),S=ue(),D=function(e,t){return e===t&&(l=!0),0},L={}.hasOwnProperty,t=[],j=t.pop,q=t.push,O=t.push,P=t.slice,H=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},I="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",R="[\\x20\\t\\r\\n\\f]",B="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",M="\\["+R+"*("+B+")(?:"+R+"*([*^$|!~]?=)"+R+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+B+"))|)"+R+"*\\]",W=":("+B+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+M+")*)|.*)\\)|)",$=new RegExp(R+"+","g"),F=new RegExp("^"+R+"+|((?:^|[^\\\\])(?:\\\\.)*)"+R+"+$","g"),z=new RegExp("^"+R+"*,"+R+"*"),_=new RegExp("^"+R+"*([>+~]|"+R+")"+R+"*"),U=new RegExp(R+"|>"),V=new RegExp(W),X=new RegExp("^"+B+"$"),Q={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+R+"*(even|odd|(([+-]|)(\\d*)n|)"+R+"*(?:([+-]|)"+R+"*(\\d+)|))"+R+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+R+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+R+"*((?:-\\d)?\\d*)"+R+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,G=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+R+"?|("+R+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){C()},ae=xe(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{O.apply(t=P.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){O={apply:t.length?function(e,t){q.apply(e,P.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,d=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==d&&9!==d&&11!==d)return n;if(!r&&((e?e.ownerDocument||e:m)!==T&&C(e),e=e||T,E)){if(11!==d&&(u=Z.exec(t)))if(i=u[1]){if(9===d){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return O.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&p.getElementsByClassName&&e.getElementsByClassName)return O.apply(n,e.getElementsByClassName(i)),n}if(p.qsa&&!S[t+" "]&&(!v||!v.test(t))&&(1!==d||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===d&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=N),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+be(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return O.apply(n,f.querySelectorAll(c)),n}catch(e){S(t,!0)}finally{s===N&&e.removeAttribute("id")}}}return g(t.replace(F,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>x.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[N]=!0,e}function ce(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)x.attrHandle[n[r]]=t}function de(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function pe(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in p=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},C=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==T&&9===r.nodeType&&r.documentElement&&(a=(T=r).documentElement,E=!i(T),m!==T&&(n=T.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),p.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),p.getElementsByTagName=ce(function(e){return e.appendChild(T.createComment("")),!e.getElementsByTagName("*").length}),p.getElementsByClassName=J.test(T.getElementsByClassName),p.getById=ce(function(e){return a.appendChild(e).id=N,!T.getElementsByName||!T.getElementsByName(N).length}),p.getById?(x.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},x.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(x.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},x.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),x.find.TAG=p.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):p.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},x.find.CLASS=p.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(p.qsa=J.test(T.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="<a id='"+N+"'></a><select id='"+N+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+R+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+R+"*(?:value|"+I+")"),e.querySelectorAll("[id~="+N+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+N+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=T.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+R+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(p.matchesSelector=J.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){p.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",W)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=J.test(a.compareDocumentPosition),y=t||J.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!p.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument===m&&y(m,e)?-1:t===T||t.ownerDocument===m&&y(m,t)?1:u?H(u,e)-H(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===T?-1:t===T?1:i?-1:o?1:u?H(u,e)-H(u,t):0;if(i===o)return de(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?de(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),T},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==T&&C(e),p.matchesSelector&&E&&!S[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||p.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){S(t,!0)}return 0<se(t,T,null,[e]).length},se.contains=function(e,t){return(e.ownerDocument||e)!==T&&C(e),y(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!==T&&C(e);var n=x.attrHandle[t.toLowerCase()],r=n&&L.call(x.attrHandle,t.toLowerCase())?n(e,t,!E):void 0;return void 0!==r?r:p.attributes||!E?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,i=0;if(l=!p.detectDuplicates,u=!p.sortStable&&e.slice(0),e.sort(D),l){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return u=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else while(t=e[r++])n+=o(t);return n},(x=se.selectors={cacheLength:50,createPseudo:le,match:Q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&V.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=d[e+" "];return t||(t=new RegExp("(^|"+R+")"+e+"("+R+"|$)"))&&d(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace($," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,v){var y="nth"!==h.slice(0,3),m="last"!==h.slice(-4),b="of-type"===e;return 1===g&&0===v?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u,l=y!==m?"nextSibling":"previousSibling",c=e.parentNode,f=b&&e.nodeName.toLowerCase(),d=!n&&!b,p=!1;if(c){if(y){while(l){a=e;while(a=a[l])if(b?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;u=l="only"===h&&!u&&"nextSibling"}return!0}if(u=[m?c.firstChild:c.lastChild],m&&d){p=(s=(r=(i=(o=(a=c)[N]||(a[N]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1])&&r[2],a=s&&c.childNodes[s];while(a=++s&&a&&a[l]||(p=s=0)||u.pop())if(1===a.nodeType&&++p&&a===e){i[h]=[k,s,p];break}}else if(d&&(p=s=(r=(i=(o=(a=e)[N]||(a[N]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1]),!1===p)while(a=++s&&a&&a[l]||(p=s=0)||u.pop())if((b?a.nodeName.toLowerCase()===f:1===a.nodeType)&&++p&&(d&&((i=(o=a[N]||(a[N]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[k,p]),a===e))break;return(p-=v)===g||p%g==0&&0<=p/g}}},PSEUDO:function(e,o){var t,a=x.pseudos[e]||x.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return a[N]?a(o):1<a.length?(t=[e,e,"",o],x.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=H(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:le(function(e){var r=[],i=[],s=f(e.replace(F,"$1"));return s[N]?le(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:le(function(t){return function(e){return 0<se(t,e).length}}),contains:le(function(t){return t=t.replace(te,ne),function(e){return-1<(e.textContent||o(e)).indexOf(t)}}),lang:le(function(n){return X.test(n||"")||se.error("unsupported lang: "+n),n=n.replace(te,ne).toLowerCase(),function(e){var t;do{if(t=E?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===a},focus:function(e){return e===T.activeElement&&(!T.hasFocus||T.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!x.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve(function(){return[0]}),last:ve(function(e,t){return[t-1]}),eq:ve(function(e,t,n){return[n<0?n+t:n]}),even:ve(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ve(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ve(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:ve(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=x.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})x.pseudos[e]=pe(e);for(e in{submit:!0,reset:!0})x.pseudos[e]=he(e);function me(){}function be(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function xe(s,e,t){var u=e.dir,l=e.next,c=l||u,f=t&&"parentNode"===c,d=r++;return e.first?function(e,t,n){while(e=e[u])if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[k,d];if(n){while(e=e[u])if((1===e.nodeType||f)&&s(e,t,n))return!0}else while(e=e[u])if(1===e.nodeType||f)if(i=(o=e[N]||(e[N]={}))[e.uniqueID]||(o[e.uniqueID]={}),l&&l===e.nodeName.toLowerCase())e=e[u]||e;else{if((r=i[c])&&r[0]===k&&r[1]===d)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function we(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Ce(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Te(p,h,g,v,y,e){return v&&!v[N]&&(v=Te(v)),y&&!y[N]&&(y=Te(y,e)),le(function(e,t,n,r){var i,o,a,s=[],u=[],l=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)se(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!p||!e&&h?c:Ce(c,s,p,n,r),d=g?y||(e?p:l||v)?[]:t:f;if(g&&g(f,d,n,r),v){i=Ce(d,u),v(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(d[u[o]]=!(f[u[o]]=a))}if(e){if(y||p){if(y){i=[],o=d.length;while(o--)(a=d[o])&&i.push(f[o]=a);y(null,d=[],i,r)}o=d.length;while(o--)(a=d[o])&&-1<(i=y?H(e,a):s[o])&&(e[i]=!(t[i]=a))}}else d=Ce(d===t?d.splice(l,d.length):d),y?y(null,t,d,r):O.apply(t,d)})}function Ee(e){for(var i,t,n,r=e.length,o=x.relative[e[0].type],a=o||x.relative[" "],s=o?1:0,u=xe(function(e){return e===i},a,!0),l=xe(function(e){return-1<H(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=x.relative[e[s].type])c=[xe(we(c),t)];else{if((t=x.filter[e[s].type].apply(null,e[s].matches))[N]){for(n=++s;n<r;n++)if(x.relative[e[n].type])break;return Te(1<s&&we(c),1<s&&be(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(F,"$1"),t,s<n&&Ee(e.slice(s,n)),n<r&&Ee(e=e.slice(n)),n<r&&be(e))}c.push(t)}return we(c)}return me.prototype=x.filters=x.pseudos,x.setFilters=new me,h=se.tokenize=function(e,t){var n,r,i,o,a,s,u,l=b[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=x.preFilter;while(a){for(o in n&&!(r=z.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=_.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace(F," ")}),a=a.slice(n.length)),x.filter)!(r=Q[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):b(e,s).slice(0)},f=se.compile=function(e,t){var n,v,y,m,b,r,i=[],o=[],a=A[e+" "];if(!a){t||(t=h(e)),n=t.length;while(n--)(a=Ee(t[n]))[N]?i.push(a):o.push(a);(a=A(e,(v=o,m=0<(y=i).length,b=0<v.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],d=w,p=e||b&&x.find.TAG("*",i),h=k+=null==d?1:Math.random()||.1,g=p.length;for(i&&(w=t===T||t||i);l!==g&&null!=(o=p[l]);l++){if(b&&o){a=0,t||o.ownerDocument===T||(C(o),n=!E);while(s=v[a++])if(s(o,t||T,n)){r.push(o);break}i&&(k=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=y[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=j.call(r));f=Ce(f)}O.apply(r,f),i&&!e&&0<f.length&&1<u+y.length&&se.uniqueSort(r)}return i&&(k=h,w=d),c},m?le(r):r))).selector=e}return a},g=se.select=function(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&h(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&E&&x.relative[o[1].type]){if(!(t=(x.find.ID(a.matches[0].replace(te,ne),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=Q.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],x.relative[s=a.type])break;if((u=x.find[s])&&(r=u(a.matches[0].replace(te,ne),ee.test(o[0].type)&&ye(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&be(o)))return O.apply(n,r),n;break}}}return(l||f(e,c))(r,t,!E,n,!t||ee.test(e)&&ye(t.parentNode)||t),n},p.sortStable=N.split("").sort(D).join("")===N,p.detectDuplicates=!!l,C(),p.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(T.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),p.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(I,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),se}(g);E.find=h,E.expr=h.selectors,E.expr[":"]=E.expr.pseudos,E.uniqueSort=E.unique=h.uniqueSort,E.text=h.getText,E.isXMLDoc=h.isXML,E.contains=h.contains,E.escapeSelector=h.escape;var N=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&E(e).is(n))break;r.push(e)}return r},k=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},A=E.expr.match.needsContext;function S(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var D=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function L(e,n,r){return x(n)?E.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?E.grep(e,function(e){return e===n!==r}):"string"!=typeof n?E.grep(e,function(e){return-1<i.call(n,e)!==r}):E.filter(n,e,r)}E.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?E.find.matchesSelector(r,e)?[r]:[]:E.find.matches(e,E.grep(t,function(e){return 1===e.nodeType}))},E.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(E(e).filter(function(){for(t=0;t<r;t++)if(E.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)E.find(e,i[t],n);return 1<r?E.uniqueSort(n):n},filter:function(e){return this.pushStack(L(this,e||[],!1))},not:function(e){return this.pushStack(L(this,e||[],!0))},is:function(e){return!!L(this,"string"==typeof e&&A.test(e)?E(e):e||[],!1).length}});var j,q=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(E.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof E?t[0]:t,E.merge(this,E.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:v,!0)),D.test(r[1])&&E.isPlainObject(t))for(r in t)x(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=v.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):x(e)?void 0!==n.ready?n.ready(e):e(E):E.makeArray(e,this)}).prototype=E.fn,j=E(v);var O=/^(?:parents|prev(?:Until|All))/,P={children:!0,contents:!0,next:!0,prev:!0};function H(e,t){while((e=e[t])&&1!==e.nodeType);return e}E.fn.extend({has:function(e){var t=E(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(E.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&E(e);if(!A.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&E.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?E.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(E(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(E.uniqueSort(E.merge(this.get(),E(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),E.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return N(e,"parentNode")},parentsUntil:function(e,t,n){return N(e,"parentNode",n)},next:function(e){return H(e,"nextSibling")},prev:function(e){return H(e,"previousSibling")},nextAll:function(e){return N(e,"nextSibling")},prevAll:function(e){return N(e,"previousSibling")},nextUntil:function(e,t,n){return N(e,"nextSibling",n)},prevUntil:function(e,t,n){return N(e,"previousSibling",n)},siblings:function(e){return k((e.parentNode||{}).firstChild,e)},children:function(e){return k(e.firstChild)},contents:function(e){return"undefined"!=typeof e.contentDocument?e.contentDocument:(S(e,"template")&&(e=e.content||e),E.merge([],e.childNodes))}},function(r,i){E.fn[r]=function(e,t){var n=E.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=E.filter(t,n)),1<this.length&&(P[r]||E.uniqueSort(n),O.test(r)&&n.reverse()),this.pushStack(n)}});var I=/[^\x20\t\r\n\f]+/g;function R(e){return e}function B(e){throw e}function M(e,t,n,r){var i;try{e&&x(i=e.promise)?i.call(e).done(t).fail(n):e&&x(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}E.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},E.each(e.match(I)||[],function(e,t){n[t]=!0}),n):E.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){E.each(e,function(e,t){x(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==T(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return E.each(arguments,function(e,t){var n;while(-1<(n=E.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<E.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},E.extend({Deferred:function(e){var o=[["notify","progress",E.Callbacks("memory"),E.Callbacks("memory"),2],["resolve","done",E.Callbacks("once memory"),E.Callbacks("once memory"),0,"resolved"],["reject","fail",E.Callbacks("once memory"),E.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return E.Deferred(function(r){E.each(o,function(e,t){var n=x(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&x(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,x(t)?s?t.call(e,l(u,o,R,s),l(u,o,B,s)):(u++,t.call(e,l(u,o,R,s),l(u,o,B,s),l(u,o,R,o.notifyWith))):(a!==R&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){E.Deferred.exceptionHook&&E.Deferred.exceptionHook(e,t.stackTrace),u<=i+1&&(a!==B&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(E.Deferred.getStackHook&&(t.stackTrace=E.Deferred.getStackHook()),g.setTimeout(t))}}return E.Deferred(function(e){o[0][3].add(l(0,e,x(r)?r:R,e.notifyWith)),o[1][3].add(l(0,e,x(t)?t:R)),o[2][3].add(l(0,e,x(n)?n:B))}).promise()},promise:function(e){return null!=e?E.extend(e,a):a}},s={};return E.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=s.call(arguments),o=E.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?s.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(M(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||x(i[t]&&i[t].then)))return o.then();while(t--)M(i[t],a(t),o.reject);return o.promise()}});var W=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;E.Deferred.exceptionHook=function(e,t){g.console&&g.console.warn&&e&&W.test(e.name)&&g.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},E.readyException=function(e){g.setTimeout(function(){throw e})};var $=E.Deferred();function F(){v.removeEventListener("DOMContentLoaded",F),g.removeEventListener("load",F),E.ready()}E.fn.ready=function(e){return $.then(e)["catch"](function(e){E.readyException(e)}),this},E.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--E.readyWait:E.isReady)||(E.isReady=!0)!==e&&0<--E.readyWait||$.resolveWith(v,[E])}}),E.ready.then=$.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?g.setTimeout(E.ready):(v.addEventListener("DOMContentLoaded",F),g.addEventListener("load",F));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===T(n))for(s in i=!0,n)z(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,x(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(E(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},_=/^-ms-/,U=/-([a-z])/g;function V(e,t){return t.toUpperCase()}function X(e){return e.replace(_,"ms-").replace(U,V)}var Q=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Y(){this.expando=E.expando+Y.uid++}Y.uid=1,Y.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Q(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[X(t)]=n;else for(r in t)i[X(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][X(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(X):(t=X(t))in r?[t]:t.match(I)||[]).length;while(n--)delete r[t[n]]}(void 0===t||E.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!E.isEmptyObject(t)}};var G=new Y,K=new Y,J=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Z=/[A-Z]/g;function ee(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Z,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:J.test(i)?JSON.parse(i):i)}catch(e){}K.set(e,t,n)}else n=void 0;return n}E.extend({hasData:function(e){return K.hasData(e)||G.hasData(e)},data:function(e,t,n){return K.access(e,t,n)},removeData:function(e,t){K.remove(e,t)},_data:function(e,t,n){return G.access(e,t,n)},_removeData:function(e,t){G.remove(e,t)}}),E.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=K.get(o),1===o.nodeType&&!G.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=X(r.slice(5)),ee(o,r,i[r]));G.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){K.set(this,n)}):z(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=K.get(o,n))?t:void 0!==(t=ee(o,n))?t:void 0;this.each(function(){K.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),E.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=G.get(e,t),n&&(!r||Array.isArray(n)?r=G.access(e,t,E.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=E.queue(e,t),r=n.length,i=n.shift(),o=E._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){E.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return G.get(e,n)||G.access(e,n,{empty:E.Callbacks("once memory").add(function(){G.remove(e,[t+"queue",n])})})}}),E.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?E.queue(this[0],t):void 0===n?this:this.each(function(){var e=E.queue(this,t,n);E._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&E.dequeue(this,t)})},dequeue:function(e){return this.each(function(){E.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=E.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=G.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var te=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ne=new RegExp("^(?:([+-])=|)("+te+")([a-z%]*)$","i"),re=["Top","Right","Bottom","Left"],ie=v.documentElement,oe=function(e){return E.contains(e.ownerDocument,e)},ae={composed:!0};ie.attachShadow&&(oe=function(e){return E.contains(e.ownerDocument,e)||e.getRootNode(ae)===e.ownerDocument});var se=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&oe(e)&&"none"===E.css(e,"display")},ue=function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];for(o in i=n.apply(e,r||[]),t)e.style[o]=a[o];return i};var le={};function ce(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=G.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&se(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=le[s])||(o=a.body.appendChild(a.createElement(s)),u=E.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),le[s]=u)))):"none"!==n&&(l[c]="none",G.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}E.fn.extend({show:function(){return ce(this,!0)},hide:function(){return ce(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){se(this)?E(this).show():E(this).hide()})}});var fe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,pe=/^$|^module$|\/(?:java|ecma)script/i,he={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ge(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&S(e,t)?E.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n<r;n++)G.set(e[n],"globalEval",!t||G.get(t[n],"globalEval"))}he.optgroup=he.option,he.tbody=he.tfoot=he.colgroup=he.caption=he.thead,he.th=he.td;var ye,me,be=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),d=[],p=0,h=e.length;p<h;p++)if((o=e[p])||0===o)if("object"===T(o))E.merge(d,o.nodeType?[o]:o);else if(be.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=he[s]||he._default,a.innerHTML=u[1]+E.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;E.merge(d,a.childNodes),(a=f.firstChild).textContent=""}else d.push(t.createTextNode(o));f.textContent="",p=0;while(o=d[p++])if(r&&-1<E.inArray(o,r))i&&i.push(o);else if(l=oe(o),a=ge(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])pe.test(o.type||"")&&n.push(o)}return f}ye=v.createDocumentFragment().appendChild(v.createElement("div")),(me=v.createElement("input")).setAttribute("type","radio"),me.setAttribute("checked","checked"),me.setAttribute("name","t"),ye.appendChild(me),b.checkClone=ye.cloneNode(!0).cloneNode(!0).lastChild.checked,ye.innerHTML="<textarea>x</textarea>",b.noCloneChecked=!!ye.cloneNode(!0).lastChild.defaultValue;var we=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Te=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function Ne(){return!1}function ke(e,t){return e===function(){try{return v.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Ne;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return E().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=E.guid++)),e.each(function(){E.event.add(this,t,i,r,n)})}function Se(e,i,o){o?(G.set(e,i,!1),E.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=G.get(this,i);if(1&e.isTrigger&&this[i]){if(r)(E.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),G.set(this,i,r),t=o(this,i),this[i](),r!==(n=G.get(this,i))||t?G.set(this,i,!1):n=void 0,r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n}else r&&(G.set(this,i,E.event.trigger(E.extend(r.shift(),E.Event.prototype),r,this)),e.stopImmediatePropagation())}})):E.event.add(e,i,Ee)}E.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,d,p,h,g,v=G.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&E.find.matchesSelector(ie,i),n.guid||(n.guid=E.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof E&&E.event.triggered!==e.type?E.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(I)||[""]).length;while(l--)p=g=(s=Te.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),p&&(f=E.event.special[p]||{},p=(i?f.delegateType:f.bindType)||p,f=E.event.special[p]||{},c=E.extend({type:p,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&E.expr.match.needsContext.test(i),namespace:h.join(".")},o),(d=u[p])||((d=u[p]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(p,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?d.splice(d.delegateCount++,0,c):d.push(c),E.event.global[p]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,d,p,h,g,v=G.hasData(e)&&G.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(I)||[""]).length;while(l--)if(p=g=(s=Te.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),p){f=E.event.special[p]||{},d=u[p=(r?f.delegateType:f.bindType)||p]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=d.length;while(o--)c=d[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(d.splice(o,1),c.selector&&d.delegateCount--,f.remove&&f.remove.call(e,c));a&&!d.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||E.removeEvent(e,p,v.handle),delete u[p])}else for(p in u)E.event.remove(e,p+t[l],n,r,!0);E.isEmptyObject(u)&&G.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=E.event.fix(e),u=new Array(arguments.length),l=(G.get(this,"events")||{})[s.type]||[],c=E.event.special[s.type]||{};for(u[0]=s,t=1;t<arguments.length;t++)u[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){a=E.event.handlers.call(this,s,l),t=0;while((i=a[t++])&&!s.isPropagationStopped()){s.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!s.isImmediatePropagationStopped())s.rnamespace&&!1!==o.namespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(r=((E.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,u))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<E(i,this).index(l):E.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(E.Event.prototype,t,{enumerable:!0,configurable:!0,get:x(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[E.expando]?e:new E.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return fe.test(t.type)&&t.click&&S(t,"input")&&void 0===G.get(t,"click")&&Se(t,"click",Ee),!1},trigger:function(e){var t=this||e;return fe.test(t.type)&&t.click&&S(t,"input")&&void 0===G.get(t,"click")&&Se(t,"click"),!0},_default:function(e){var t=e.target;return fe.test(t.type)&&t.click&&S(t,"input")&&G.get(t,"click")||S(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},E.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},E.Event=function(e,t){if(!(this instanceof E.Event))return new E.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ee:Ne,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&E.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[E.expando]=!0},E.Event.prototype={constructor:E.Event,isDefaultPrevented:Ne,isPropagationStopped:Ne,isImmediatePropagationStopped:Ne,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ee,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ee,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ee,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},E.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&we.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Ce.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},E.event.addProp),E.each({focus:"focusin",blur:"focusout"},function(e,t){E.event.special[e]={setup:function(){return Se(this,e,ke),!1},trigger:function(){return Se(this,e),!0},delegateType:t}}),E.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){E.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||E.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),E.fn.extend({on:function(e,t,n,r){return Ae(this,e,t,n,r)},one:function(e,t,n,r){return Ae(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,E(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Ne),this.each(function(){E.event.remove(this,e,n,t)})}});var De=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Le=/<script|<style|<link/i,je=/checked\s*(?:[^=]|=\s*.checked.)/i,qe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Oe(e,t){return S(e,"table")&&S(11!==t.nodeType?t:t.firstChild,"tr")&&E(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Ie(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(G.hasData(e)&&(o=G.access(e),a=G.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n<r;n++)E.event.add(t,i,l[i][n]);K.hasData(e)&&(s=K.access(e),u=E.extend({},s),K.set(t,u))}}function Re(n,r,i,o){r=y.apply([],r);var e,t,a,s,u,l,c=0,f=n.length,d=f-1,p=r[0],h=x(p);if(h||1<f&&"string"==typeof p&&!b.checkClone&&je.test(p))return n.each(function(e){var t=n.eq(e);h&&(r[0]=p.call(this,e,t.html())),Re(t,r,i,o)});if(f&&(t=(e=xe(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=E.map(ge(e,"script"),Pe)).length;c<f;c++)u=e,c!==d&&(u=E.clone(u,!0,!0),s&&E.merge(a,ge(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,E.map(a,He),c=0;c<s;c++)u=a[c],pe.test(u.type||"")&&!G.access(u,"globalEval")&&E.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?E._evalUrl&&!u.noModule&&E._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")}):C(u.textContent.replace(qe,""),u,l))}return n}function Be(e,t,n){for(var r,i=t?E.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||E.cleanData(ge(r)),r.parentNode&&(n&&oe(r)&&ve(ge(r,"script")),r.parentNode.removeChild(r));return e}E.extend({htmlPrefilter:function(e){return e.replace(De,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(b.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||E.isXMLDoc(e)))for(a=ge(c),r=0,i=(o=ge(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&fe.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||ge(e),a=a||ge(c),r=0,i=o.length;r<i;r++)Ie(o[r],a[r]);else Ie(e,c);return 0<(a=ge(c,"script")).length&&ve(a,!f&&ge(e,"script")),c},cleanData:function(e){for(var t,n,r,i=E.event.special,o=0;void 0!==(n=e[o]);o++)if(Q(n)){if(t=n[G.expando]){if(t.events)for(r in t.events)i[r]?E.event.remove(n,r):E.removeEvent(n,r,t.handle);n[G.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),E.fn.extend({detach:function(e){return Be(this,e,!0)},remove:function(e){return Be(this,e)},text:function(e){return z(this,function(e){return void 0===e?E.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Oe(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Oe(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(E.cleanData(ge(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return E.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Le.test(e)&&!he[(de.exec(e)||["",""])[1].toLowerCase()]){e=E.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(E.cleanData(ge(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return Re(this,arguments,function(e){var t=this.parentNode;E.inArray(this,n)<0&&(E.cleanData(ge(this)),t&&t.replaceChild(e,this))},n)}}),E.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){E.fn[e]=function(e){for(var t,n=[],r=E(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),E(r[o])[a](t),u.apply(n,t.get());return this.pushStack(n)}});var Me=new RegExp("^("+te+")(?!px)[a-z%]+$","i"),We=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=g),t.getComputedStyle(e)},$e=new RegExp(re.join("|"),"i");function Fe(e,t,n){var r,i,o,a,s=e.style;return(n=n||We(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||oe(e)||(a=E.style(e,t)),!b.pixelBoxStyles()&&Me.test(a)&&$e.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function ze(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(u){s.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",u.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ie.appendChild(s).appendChild(u);var e=g.getComputedStyle(u);n="1%"!==e.top,a=12===t(e.marginLeft),u.style.right="60%",o=36===t(e.right),r=36===t(e.width),u.style.position="absolute",i=12===t(u.offsetWidth/3),ie.removeChild(s),u=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s=v.createElement("div"),u=v.createElement("div");u.style&&(u.style.backgroundClip="content-box",u.cloneNode(!0).style.backgroundClip="",b.clearCloneStyle="content-box"===u.style.backgroundClip,E.extend(b,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),a},scrollboxSize:function(){return e(),i}}))}();var _e=["Webkit","Moz","ms"],Ue=v.createElement("div").style,Ve={};function Xe(e){var t=E.cssProps[e]||Ve[e];return t||(e in Ue?e:Ve[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=_e.length;while(n--)if((e=_e[n]+t)in Ue)return e}(e)||e)}var Qe,Ye,Ge=/^(none|table(?!-c[ea]).+)/,Ke=/^--/,Je={position:"absolute",visibility:"hidden",display:"block"},Ze={letterSpacing:"0",fontWeight:"400"};function et(e,t,n){var r=ne.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function tt(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=E.css(e,n+re[a],!0,i)),r?("content"===n&&(u-=E.css(e,"padding"+re[a],!0,i)),"margin"!==n&&(u-=E.css(e,"border"+re[a]+"Width",!0,i))):(u+=E.css(e,"padding"+re[a],!0,i),"padding"!==n?u+=E.css(e,"border"+re[a]+"Width",!0,i):s+=E.css(e,"border"+re[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function nt(e,t,n){var r=We(e),i=(!b.boxSizingReliable()||n)&&"border-box"===E.css(e,"boxSizing",!1,r),o=i,a=Fe(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Me.test(a)){if(!n)return a;a="auto"}return(!b.boxSizingReliable()&&i||"auto"===a||!parseFloat(a)&&"inline"===E.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===E.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+tt(e,t,n||(i?"border":"content"),o,r,a)+"px"}E.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=X(t),u=Ke.test(t),l=e.style;if(u||(t=Xe(s)),a=E.cssHooks[t]||E.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=ne.exec(n))&&i[1]&&(n=function(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return E.css(e,t,"")},u=s(),l=n&&n[3]||(E.cssNumber[t]?"":"px"),c=e.nodeType&&(E.cssNumber[t]||"px"!==l&&+u)&&ne.exec(E.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)E.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,E.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(E.cssNumber[s]?"":"px")),b.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=X(t);return Ke.test(t)||(t=Xe(s)),(a=E.cssHooks[t]||E.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ze&&(i=Ze[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),E.each(["height","width"],function(e,u){E.cssHooks[u]={get:function(e,t,n){if(t)return!Ge.test(E.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?nt(e,u,n):ue(e,Je,function(){return nt(e,u,n)})},set:function(e,t,n){var r,i=We(e),o=!b.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===E.css(e,"boxSizing",!1,i),s=n?tt(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-tt(e,u,"border",!1,i)-.5)),s&&(r=ne.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=E.css(e,u)),et(0,t,s)}}}),E.cssHooks.marginLeft=ze(b.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-ue(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),E.each({margin:"",padding:"",border:"Width"},function(i,o){E.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+re[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(E.cssHooks[i+o].set=et)}),E.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=We(e),i=t.length;a<i;a++)o[t[a]]=E.css(e,t[a],!1,r);return o}return void 0!==n?E.style(e,t,n):E.css(e,t)},e,t,1<arguments.length)}}),E.fn.delay=function(r,e){return r=E.fx&&E.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=g.setTimeout(e,r);t.stop=function(){g.clearTimeout(n)}})},Qe=v.createElement("input"),Ye=v.createElement("select").appendChild(v.createElement("option")),Qe.type="checkbox",b.checkOn=""!==Qe.value,b.optSelected=Ye.selected,(Qe=v.createElement("input")).value="t",Qe.type="radio",b.radioValue="t"===Qe.value;var rt,it=E.expr.attrHandle;E.fn.extend({attr:function(e,t){return z(this,E.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){E.removeAttr(this,e)})}}),E.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?E.prop(e,t,n):(1===o&&E.isXMLDoc(e)||(i=E.attrHooks[t.toLowerCase()]||(E.expr.match.bool.test(t)?rt:void 0)),void 0!==n?null===n?void E.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=E.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!b.radioValue&&"radio"===t&&S(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(I);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),rt={set:function(e,t,n){return!1===t?E.removeAttr(e,n):e.setAttribute(n,n),n}},E.each(E.expr.match.bool.source.match(/\w+/g),function(e,t){var a=it[t]||E.find.attr;it[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=it[o],it[o]=r,r=null!=a(e,t,n)?o:null,it[o]=i),r}});var ot=/^(?:input|select|textarea|button)$/i,at=/^(?:a|area)$/i;function st(e){return(e.match(I)||[]).join(" ")}function ut(e){return e.getAttribute&&e.getAttribute("class")||""}function lt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(I)||[]}E.fn.extend({prop:function(e,t){return z(this,E.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[E.propFix[e]||e]})}}),E.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&E.isXMLDoc(e)||(t=E.propFix[t]||t,i=E.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=E.find.attr(e,"tabindex");return t?parseInt(t,10):ot.test(e.nodeName)||at.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),b.optSelected||(E.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),E.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){E.propFix[this.toLowerCase()]=this}),E.fn.extend({addClass:function(t){var e,n,r,i,o,a,s,u=0;if(x(t))return this.each(function(e){E(this).addClass(t.call(this,e,ut(this)))});if((e=lt(t)).length)while(n=this[u++])if(i=ut(n),r=1===n.nodeType&&" "+st(i)+" "){a=0;while(o=e[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=st(r))&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,r,i,o,a,s,u=0;if(x(t))return this.each(function(e){E(this).removeClass(t.call(this,e,ut(this)))});if(!arguments.length)return this.attr("class","");if((e=lt(t)).length)while(n=this[u++])if(i=ut(n),r=1===n.nodeType&&" "+st(i)+" "){a=0;while(o=e[a++])while(-1<r.indexOf(" "+o+" "))r=r.replace(" "+o+" "," ");i!==(s=st(r))&&n.setAttribute("class",s)}return this},toggleClass:function(i,t){var o=typeof i,a="string"===o||Array.isArray(i);return"boolean"==typeof t&&a?t?this.addClass(i):this.removeClass(i):x(i)?this.each(function(e){E(this).toggleClass(i.call(this,e,ut(this),t),t)}):this.each(function(){var e,t,n,r;if(a){t=0,n=E(this),r=lt(i);while(e=r[t++])n.hasClass(e)?n.removeClass(e):n.addClass(e)}else void 0!==i&&"boolean"!==o||((e=ut(this))&&G.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===i?"":G.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+st(ut(n))+" ").indexOf(t))return!0;return!1}});var ct=/\r/g;E.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=x(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,E(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=E.map(t,function(e){return null==e?"":e+""})),(r=E.valHooks[this.type]||E.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=E.valHooks[t.type]||E.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(ct,""):null==e?"":e:void 0}}),E.extend({valHooks:{option:{get:function(e){var t=E.find.attr(e,"value");return null!=t?t:st(E.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!S(n.parentNode,"optgroup"))){if(t=E(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=E.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<E.inArray(E.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),E.each(["radio","checkbox"],function(){E.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<E.inArray(E(e).val(),t)}},b.checkOn||(E.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),b.focusin="onfocusin"in g;var ft=/^(?:focusinfocus|focusoutblur)$/,dt=function(e){e.stopPropagation()};E.extend(E.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,d=[n||v],p=m.call(e,"type")?e.type:e,h=m.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||v,3!==n.nodeType&&8!==n.nodeType&&!ft.test(p+E.event.triggered)&&(-1<p.indexOf(".")&&(p=(h=p.split(".")).shift(),h.sort()),u=p.indexOf(":")<0&&"on"+p,(e=e[E.expando]?e:new E.Event(p,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:E.makeArray(t,[e]),c=E.event.special[p]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!w(n)){for(s=c.delegateType||p,ft.test(s+p)||(o=o.parentNode);o;o=o.parentNode)d.push(o),a=o;a===(n.ownerDocument||v)&&d.push(a.defaultView||a.parentWindow||g)}i=0;while((o=d[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||p,(l=(G.get(o,"events")||{})[e.type]&&G.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&Q(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=p,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(d.pop(),t)||!Q(n)||u&&x(n[p])&&!w(n)&&((a=n[u])&&(n[u]=null),E.event.triggered=p,e.isPropagationStopped()&&f.addEventListener(p,dt),n[p](),e.isPropagationStopped()&&f.removeEventListener(p,dt),E.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=E.extend(new E.Event,n,{type:e,isSimulated:!0});E.event.trigger(r,null,t)}}),E.fn.extend({trigger:function(e,t){return this.each(function(){E.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return E.event.trigger(e,t,n,!0)}}),b.focusin||E.each({focus:"focusin",blur:"focusout"},function(n,r){var i=function(e){E.event.simulate(r,e.target,E.event.fix(e))};E.event.special[r]={setup:function(){var e=this.ownerDocument||this,t=G.access(e,r);t||e.addEventListener(n,i,!0),G.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this,t=G.access(e,r)-1;t?G.access(e,r,t):(e.removeEventListener(n,i,!0),G.remove(e,r))}}});var pt,ht=/\[\]$/,gt=/\r?\n/g,vt=/^(?:submit|button|image|reset|file)$/i,yt=/^(?:input|select|textarea|keygen)/i;function mt(n,e,r,i){var t;if(Array.isArray(e))E.each(e,function(e,t){r||ht.test(n)?i(n,t):mt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==T(e))i(n,e);else for(t in e)mt(n+"["+t+"]",e[t],r,i)}E.param=function(e,t){var n,r=[],i=function(e,t){var n=x(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!E.isPlainObject(e))E.each(e,function(){i(this.name,this.value)});else for(n in e)mt(n,e[n],t,i);return r.join("&")},E.fn.extend({serialize:function(){return E.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=E.prop(this,"elements");return e?E.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!E(this).is(":disabled")&&yt.test(this.nodeName)&&!vt.test(e)&&(this.checked||!fe.test(e))}).map(function(e,t){var n=E(this).val();return null==n?null:Array.isArray(n)?E.map(n,function(e){return{name:t.name,value:e.replace(gt,"\r\n")}}):{name:t.name,value:n.replace(gt,"\r\n")}}).get()}}),E.fn.extend({wrapAll:function(e){var t;return this[0]&&(x(e)&&(e=e.call(this[0])),t=E(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return x(n)?this.each(function(e){E(this).wrapInner(n.call(this,e))}):this.each(function(){var e=E(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=x(t);return this.each(function(e){E(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){E(this).replaceWith(this.childNodes)}),this}}),E.expr.pseudos.hidden=function(e){return!E.expr.pseudos.visible(e)},E.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},b.createHTMLDocument=((pt=v.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===pt.childNodes.length),E.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(b.createHTMLDocument?((r=(t=v.implementation.createHTMLDocument("")).createElement("base")).href=v.location.href,t.head.appendChild(r)):t=v),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&E(o).remove(),E.merge([],i.childNodes)));var r,i,o},E.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=E.css(e,"position"),c=E(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=E.css(e,"top"),u=E.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),x(t)&&(t=t.call(e,n,E.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},E.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){E.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===E.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===E.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=E(e).offset()).top+=E.css(e,"borderTopWidth",!0),i.left+=E.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-E.css(r,"marginTop",!0),left:t.left-i.left-E.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===E.css(e,"position"))e=e.offsetParent;return e||ie})}}),E.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;E.fn[t]=function(e){return z(this,function(e,t,n){var r;if(w(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),E.each(["top","left"],function(e,n){E.cssHooks[n]=ze(b.pixelPosition,function(e,t){if(t)return t=Fe(e,n),Me.test(t)?E(e).position()[n]+"px":t})}),E.each({Height:"height",Width:"width"},function(a,s){E.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){E.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return z(this,function(e,t,n){var r;return w(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?E.css(e,t,i):E.style(e,t,n,i)},s,n?e:void 0,n)}})}),E.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){E.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}}),E.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),E.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),E.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),x(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||E.guid++,i},E.holdReady=function(e){e?E.readyWait++:E.ready(!0)},E.isArray=Array.isArray,E.parseJSON=JSON.parse,E.nodeName=S,E.isFunction=x,E.isWindow=w,E.camelCase=X,E.type=T,E.now=Date.now,E.isNumeric=function(e){var t=E.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return E});var bt=g.jQuery,xt=g.$;return E.noConflict=function(e){return g.$===E&&(g.$=xt),e&&g.jQuery===E&&(g.jQuery=bt),E},e||(g.jQuery=g.$=E),E});


/*!
 * VERSION: 1.19.0
 * DATE: 2016-07-14
 * UPDATES AND DOCS AT: http://greensock.com
 * 
 * Includes all of the following: TweenLite, TweenMax, TimelineLite, TimelineMax, EasePack, CSSPlugin, RoundPropsPlugin, BezierPlugin, AttrPlugin, DirectionalRotationPlugin
 *
 * @license Copyright (c) 2008-2016, GreenSock. All rights reserved.
 * This work is subject to the terms at http://greensock.com/standard-license or for
 * Club GreenSock members, the software agreement that was issued with your membership.
 * 
 * @author: Jack Doyle, jack@greensock.com
 **/
var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("TweenMax",["core.Animation","core.SimpleTimeline","TweenLite"],function(a,b,c){var d=function(a){var b,c=[],d=a.length;for(b=0;b!==d;c.push(a[b++]));return c},e=function(a,b,c){var d,e,f=a.cycle;for(d in f)e=f[d],a[d]="function"==typeof e?e(c,b[c]):e[c%e.length];delete a.cycle},f=function(a,b,d){c.call(this,a,b,d),this._cycle=0,this._yoyo=this.vars.yoyo===!0,this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._dirty=!0,this.render=f.prototype.render},g=1e-10,h=c._internals,i=h.isSelector,j=h.isArray,k=f.prototype=c.to({},.1,{}),l=[];f.version="1.19.0",k.constructor=f,k.kill()._gc=!1,f.killTweensOf=f.killDelayedCallsTo=c.killTweensOf,f.getTweensOf=c.getTweensOf,f.lagSmoothing=c.lagSmoothing,f.ticker=c.ticker,f.render=c.render,k.invalidate=function(){return this._yoyo=this.vars.yoyo===!0,this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._uncache(!0),c.prototype.invalidate.call(this)},k.updateTo=function(a,b){var d,e=this.ratio,f=this.vars.immediateRender||a.immediateRender;b&&this._startTime<this._timeline._time&&(this._startTime=this._timeline._time,this._uncache(!1),this._gc?this._enabled(!0,!1):this._timeline.insert(this,this._startTime-this._delay));for(d in a)this.vars[d]=a[d];if(this._initted||f)if(b)this._initted=!1,f&&this.render(0,!0,!0);else if(this._gc&&this._enabled(!0,!1),this._notifyPluginsOfEnabled&&this._firstPT&&c._onPluginEvent("_onDisable",this),this._time/this._duration>.998){var g=this._totalTime;this.render(0,!0,!1),this._initted=!1,this.render(g,!0,!1)}else if(this._initted=!1,this._init(),this._time>0||f)for(var h,i=1/(1-e),j=this._firstPT;j;)h=j.s+j.c,j.c*=i,j.s=h-j.c,j=j._next;return this},k.render=function(a,b,c){this._initted||0===this._duration&&this.vars.repeat&&this.invalidate();var d,e,f,i,j,k,l,m,n=this._dirty?this.totalDuration():this._totalDuration,o=this._time,p=this._totalTime,q=this._cycle,r=this._duration,s=this._rawPrevTime;if(a>=n-1e-7?(this._totalTime=n,this._cycle=this._repeat,this._yoyo&&0!==(1&this._cycle)?(this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0):(this._time=r,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1),this._reversed||(d=!0,e="onComplete",c=c||this._timeline.autoRemoveChildren),0===r&&(this._initted||!this.vars.lazy||c)&&(this._startTime===this._timeline._duration&&(a=0),(0>s||0>=a&&a>=-1e-7||s===g&&"isPause"!==this.data)&&s!==a&&(c=!0,s>g&&(e="onReverseComplete")),this._rawPrevTime=m=!b||a||s===a?a:g)):1e-7>a?(this._totalTime=this._time=this._cycle=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==p||0===r&&s>0)&&(e="onReverseComplete",d=this._reversed),0>a&&(this._active=!1,0===r&&(this._initted||!this.vars.lazy||c)&&(s>=0&&(c=!0),this._rawPrevTime=m=!b||a||s===a?a:g)),this._initted||(c=!0)):(this._totalTime=this._time=a,0!==this._repeat&&(i=r+this._repeatDelay,this._cycle=this._totalTime/i>>0,0!==this._cycle&&this._cycle===this._totalTime/i&&a>=p&&this._cycle--,this._time=this._totalTime-this._cycle*i,this._yoyo&&0!==(1&this._cycle)&&(this._time=r-this._time),this._time>r?this._time=r:this._time<0&&(this._time=0)),this._easeType?(j=this._time/r,k=this._easeType,l=this._easePower,(1===k||3===k&&j>=.5)&&(j=1-j),3===k&&(j*=2),1===l?j*=j:2===l?j*=j*j:3===l?j*=j*j*j:4===l&&(j*=j*j*j*j),1===k?this.ratio=1-j:2===k?this.ratio=j:this._time/r<.5?this.ratio=j/2:this.ratio=1-j/2):this.ratio=this._ease.getRatio(this._time/r)),o===this._time&&!c&&q===this._cycle)return void(p!==this._totalTime&&this._onUpdate&&(b||this._callback("onUpdate")));if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!c&&this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration))return this._time=o,this._totalTime=p,this._rawPrevTime=s,this._cycle=q,h.lazyTweens.push(this),void(this._lazy=[a,b]);this._time&&!d?this.ratio=this._ease.getRatio(this._time/r):d&&this._ease._calcEnd&&(this.ratio=this._ease.getRatio(0===this._time?0:1))}for(this._lazy!==!1&&(this._lazy=!1),this._active||!this._paused&&this._time!==o&&a>=0&&(this._active=!0),0===p&&(2===this._initted&&a>0&&this._init(),this._startAt&&(a>=0?this._startAt.render(a,b,c):e||(e="_dummyGS")),this.vars.onStart&&(0!==this._totalTime||0===r)&&(b||this._callback("onStart"))),f=this._firstPT;f;)f.f?f.t[f.p](f.c*this.ratio+f.s):f.t[f.p]=f.c*this.ratio+f.s,f=f._next;this._onUpdate&&(0>a&&this._startAt&&this._startTime&&this._startAt.render(a,b,c),b||(this._totalTime!==p||e)&&this._callback("onUpdate")),this._cycle!==q&&(b||this._gc||this.vars.onRepeat&&this._callback("onRepeat")),e&&(!this._gc||c)&&(0>a&&this._startAt&&!this._onUpdate&&this._startTime&&this._startAt.render(a,b,c),d&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!b&&this.vars[e]&&this._callback(e),0===r&&this._rawPrevTime===g&&m!==g&&(this._rawPrevTime=0))},f.to=function(a,b,c){return new f(a,b,c)},f.from=function(a,b,c){return c.runBackwards=!0,c.immediateRender=0!=c.immediateRender,new f(a,b,c)},f.fromTo=function(a,b,c,d){return d.startAt=c,d.immediateRender=0!=d.immediateRender&&0!=c.immediateRender,new f(a,b,d)},f.staggerTo=f.allTo=function(a,b,g,h,k,m,n){h=h||0;var o,p,q,r,s=0,t=[],u=function(){g.onComplete&&g.onComplete.apply(g.onCompleteScope||this,arguments),k.apply(n||g.callbackScope||this,m||l)},v=g.cycle,w=g.startAt&&g.startAt.cycle;for(j(a)||("string"==typeof a&&(a=c.selector(a)||a),i(a)&&(a=d(a))),a=a||[],0>h&&(a=d(a),a.reverse(),h*=-1),o=a.length-1,q=0;o>=q;q++){p={};for(r in g)p[r]=g[r];if(v&&(e(p,a,q),null!=p.duration&&(b=p.duration,delete p.duration)),w){w=p.startAt={};for(r in g.startAt)w[r]=g.startAt[r];e(p.startAt,a,q)}p.delay=s+(p.delay||0),q===o&&k&&(p.onComplete=u),t[q]=new f(a[q],b,p),s+=h}return t},f.staggerFrom=f.allFrom=function(a,b,c,d,e,g,h){return c.runBackwards=!0,c.immediateRender=0!=c.immediateRender,f.staggerTo(a,b,c,d,e,g,h)},f.staggerFromTo=f.allFromTo=function(a,b,c,d,e,g,h,i){return d.startAt=c,d.immediateRender=0!=d.immediateRender&&0!=c.immediateRender,f.staggerTo(a,b,d,e,g,h,i)},f.delayedCall=function(a,b,c,d,e){return new f(b,0,{delay:a,onComplete:b,onCompleteParams:c,callbackScope:d,onReverseComplete:b,onReverseCompleteParams:c,immediateRender:!1,useFrames:e,overwrite:0})},f.set=function(a,b){return new f(a,0,b)},f.isTweening=function(a){return c.getTweensOf(a,!0).length>0};var m=function(a,b){for(var d=[],e=0,f=a._first;f;)f instanceof c?d[e++]=f:(b&&(d[e++]=f),d=d.concat(m(f,b)),e=d.length),f=f._next;return d},n=f.getAllTweens=function(b){return m(a._rootTimeline,b).concat(m(a._rootFramesTimeline,b))};f.killAll=function(a,c,d,e){null==c&&(c=!0),null==d&&(d=!0);var f,g,h,i=n(0!=e),j=i.length,k=c&&d&&e;for(h=0;j>h;h++)g=i[h],(k||g instanceof b||(f=g.target===g.vars.onComplete)&&d||c&&!f)&&(a?g.totalTime(g._reversed?0:g.totalDuration()):g._enabled(!1,!1))},f.killChildTweensOf=function(a,b){if(null!=a){var e,g,k,l,m,n=h.tweenLookup;if("string"==typeof a&&(a=c.selector(a)||a),i(a)&&(a=d(a)),j(a))for(l=a.length;--l>-1;)f.killChildTweensOf(a[l],b);else{e=[];for(k in n)for(g=n[k].target.parentNode;g;)g===a&&(e=e.concat(n[k].tweens)),g=g.parentNode;for(m=e.length,l=0;m>l;l++)b&&e[l].totalTime(e[l].totalDuration()),e[l]._enabled(!1,!1)}}};var o=function(a,c,d,e){c=c!==!1,d=d!==!1,e=e!==!1;for(var f,g,h=n(e),i=c&&d&&e,j=h.length;--j>-1;)g=h[j],(i||g instanceof b||(f=g.target===g.vars.onComplete)&&d||c&&!f)&&g.paused(a)};return f.pauseAll=function(a,b,c){o(!0,a,b,c)},f.resumeAll=function(a,b,c){o(!1,a,b,c)},f.globalTimeScale=function(b){var d=a._rootTimeline,e=c.ticker.time;return arguments.length?(b=b||g,d._startTime=e-(e-d._startTime)*d._timeScale/b,d=a._rootFramesTimeline,e=c.ticker.frame,d._startTime=e-(e-d._startTime)*d._timeScale/b,d._timeScale=a._rootTimeline._timeScale=b,b):d._timeScale},k.progress=function(a,b){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&0!==(1&this._cycle)?1-a:a)+this._cycle*(this._duration+this._repeatDelay),b):this._time/this.duration()},k.totalProgress=function(a,b){return arguments.length?this.totalTime(this.totalDuration()*a,b):this._totalTime/this.totalDuration()},k.time=function(a,b){return arguments.length?(this._dirty&&this.totalDuration(),a>this._duration&&(a=this._duration),this._yoyo&&0!==(1&this._cycle)?a=this._duration-a+this._cycle*(this._duration+this._repeatDelay):0!==this._repeat&&(a+=this._cycle*(this._duration+this._repeatDelay)),this.totalTime(a,b)):this._time},k.duration=function(b){return arguments.length?a.prototype.duration.call(this,b):this._duration},k.totalDuration=function(a){return arguments.length?-1===this._repeat?this:this.duration((a-this._repeat*this._repeatDelay)/(this._repeat+1)):(this._dirty&&(this._totalDuration=-1===this._repeat?999999999999:this._duration*(this._repeat+1)+this._repeatDelay*this._repeat,this._dirty=!1),this._totalDuration)},k.repeat=function(a){return arguments.length?(this._repeat=a,this._uncache(!0)):this._repeat},k.repeatDelay=function(a){return arguments.length?(this._repeatDelay=a,this._uncache(!0)):this._repeatDelay},k.yoyo=function(a){return arguments.length?(this._yoyo=a,this):this._yoyo},f},!0),_gsScope._gsDefine("TimelineLite",["core.Animation","core.SimpleTimeline","TweenLite"],function(a,b,c){var d=function(a){b.call(this,a),this._labels={},this.autoRemoveChildren=this.vars.autoRemoveChildren===!0,this.smoothChildTiming=this.vars.smoothChildTiming===!0,this._sortChildren=!0,this._onUpdate=this.vars.onUpdate;var c,d,e=this.vars;for(d in e)c=e[d],i(c)&&-1!==c.join("").indexOf("{self}")&&(e[d]=this._swapSelfInParams(c));i(e.tweens)&&this.add(e.tweens,0,e.align,e.stagger)},e=1e-10,f=c._internals,g=d._internals={},h=f.isSelector,i=f.isArray,j=f.lazyTweens,k=f.lazyRender,l=_gsScope._gsDefine.globals,m=function(a){var b,c={};for(b in a)c[b]=a[b];return c},n=function(a,b,c){var d,e,f=a.cycle;for(d in f)e=f[d],a[d]="function"==typeof e?e.call(b[c],c):e[c%e.length];delete a.cycle},o=g.pauseCallback=function(){},p=function(a){var b,c=[],d=a.length;for(b=0;b!==d;c.push(a[b++]));return c},q=d.prototype=new b;return d.version="1.19.0",q.constructor=d,q.kill()._gc=q._forcingPlayhead=q._hasPause=!1,q.to=function(a,b,d,e){var f=d.repeat&&l.TweenMax||c;return b?this.add(new f(a,b,d),e):this.set(a,d,e)},q.from=function(a,b,d,e){return this.add((d.repeat&&l.TweenMax||c).from(a,b,d),e)},q.fromTo=function(a,b,d,e,f){var g=e.repeat&&l.TweenMax||c;return b?this.add(g.fromTo(a,b,d,e),f):this.set(a,e,f)},q.staggerTo=function(a,b,e,f,g,i,j,k){var l,o,q=new d({onComplete:i,onCompleteParams:j,callbackScope:k,smoothChildTiming:this.smoothChildTiming}),r=e.cycle;for("string"==typeof a&&(a=c.selector(a)||a),a=a||[],h(a)&&(a=p(a)),f=f||0,0>f&&(a=p(a),a.reverse(),f*=-1),o=0;o<a.length;o++)l=m(e),l.startAt&&(l.startAt=m(l.startAt),l.startAt.cycle&&n(l.startAt,a,o)),r&&(n(l,a,o),null!=l.duration&&(b=l.duration,delete l.duration)),q.to(a[o],b,l,o*f);return this.add(q,g)},q.staggerFrom=function(a,b,c,d,e,f,g,h){return c.immediateRender=0!=c.immediateRender,c.runBackwards=!0,this.staggerTo(a,b,c,d,e,f,g,h)},q.staggerFromTo=function(a,b,c,d,e,f,g,h,i){return d.startAt=c,d.immediateRender=0!=d.immediateRender&&0!=c.immediateRender,this.staggerTo(a,b,d,e,f,g,h,i)},q.call=function(a,b,d,e){return this.add(c.delayedCall(0,a,b,d),e)},q.set=function(a,b,d){return d=this._parseTimeOrLabel(d,0,!0),null==b.immediateRender&&(b.immediateRender=d===this._time&&!this._paused),this.add(new c(a,0,b),d)},d.exportRoot=function(a,b){a=a||{},null==a.smoothChildTiming&&(a.smoothChildTiming=!0);var e,f,g=new d(a),h=g._timeline;for(null==b&&(b=!0),h._remove(g,!0),g._startTime=0,g._rawPrevTime=g._time=g._totalTime=h._time,e=h._first;e;)f=e._next,b&&e instanceof c&&e.target===e.vars.onComplete||g.add(e,e._startTime-e._delay),e=f;return h.add(g,0),g},q.add=function(e,f,g,h){var j,k,l,m,n,o;if("number"!=typeof f&&(f=this._parseTimeOrLabel(f,0,!0,e)),!(e instanceof a)){if(e instanceof Array||e&&e.push&&i(e)){for(g=g||"normal",h=h||0,j=f,k=e.length,l=0;k>l;l++)i(m=e[l])&&(m=new d({tweens:m})),this.add(m,j),"string"!=typeof m&&"function"!=typeof m&&("sequence"===g?j=m._startTime+m.totalDuration()/m._timeScale:"start"===g&&(m._startTime-=m.delay())),j+=h;return this._uncache(!0)}if("string"==typeof e)return this.addLabel(e,f);if("function"!=typeof e)throw"Cannot add "+e+" into the timeline; it is not a tween, timeline, function, or string.";e=c.delayedCall(0,e)}if(b.prototype.add.call(this,e,f),(this._gc||this._time===this._duration)&&!this._paused&&this._duration<this.duration())for(n=this,o=n.rawTime()>e._startTime;n._timeline;)o&&n._timeline.smoothChildTiming?n.totalTime(n._totalTime,!0):n._gc&&n._enabled(!0,!1),n=n._timeline;return this},q.remove=function(b){if(b instanceof a){this._remove(b,!1);var c=b._timeline=b.vars.useFrames?a._rootFramesTimeline:a._rootTimeline;return b._startTime=(b._paused?b._pauseTime:c._time)-(b._reversed?b.totalDuration()-b._totalTime:b._totalTime)/b._timeScale,this}if(b instanceof Array||b&&b.push&&i(b)){for(var d=b.length;--d>-1;)this.remove(b[d]);return this}return"string"==typeof b?this.removeLabel(b):this.kill(null,b)},q._remove=function(a,c){b.prototype._remove.call(this,a,c);var d=this._last;return d?this._time>d._startTime+d._totalDuration/d._timeScale&&(this._time=this.duration(),this._totalTime=this._totalDuration):this._time=this._totalTime=this._duration=this._totalDuration=0,this},q.append=function(a,b){return this.add(a,this._parseTimeOrLabel(null,b,!0,a))},q.insert=q.insertMultiple=function(a,b,c,d){return this.add(a,b||0,c,d)},q.appendMultiple=function(a,b,c,d){return this.add(a,this._parseTimeOrLabel(null,b,!0,a),c,d)},q.addLabel=function(a,b){return this._labels[a]=this._parseTimeOrLabel(b),this},q.addPause=function(a,b,d,e){var f=c.delayedCall(0,o,d,e||this);return f.vars.onComplete=f.vars.onReverseComplete=b,f.data="isPause",this._hasPause=!0,this.add(f,a)},q.removeLabel=function(a){return delete this._labels[a],this},q.getLabelTime=function(a){return null!=this._labels[a]?this._labels[a]:-1},q._parseTimeOrLabel=function(b,c,d,e){var f;if(e instanceof a&&e.timeline===this)this.remove(e);else if(e&&(e instanceof Array||e.push&&i(e)))for(f=e.length;--f>-1;)e[f]instanceof a&&e[f].timeline===this&&this.remove(e[f]);if("string"==typeof c)return this._parseTimeOrLabel(c,d&&"number"==typeof b&&null==this._labels[c]?b-this.duration():0,d);if(c=c||0,"string"!=typeof b||!isNaN(b)&&null==this._labels[b])null==b&&(b=this.duration());else{if(f=b.indexOf("="),-1===f)return null==this._labels[b]?d?this._labels[b]=this.duration()+c:c:this._labels[b]+c;c=parseInt(b.charAt(f-1)+"1",10)*Number(b.substr(f+1)),b=f>1?this._parseTimeOrLabel(b.substr(0,f-1),0,d):this.duration()}return Number(b)+c},q.seek=function(a,b){return this.totalTime("number"==typeof a?a:this._parseTimeOrLabel(a),b!==!1)},q.stop=function(){return this.paused(!0)},q.gotoAndPlay=function(a,b){return this.play(a,b)},q.gotoAndStop=function(a,b){return this.pause(a,b)},q.render=function(a,b,c){this._gc&&this._enabled(!0,!1);var d,f,g,h,i,l,m,n=this._dirty?this.totalDuration():this._totalDuration,o=this._time,p=this._startTime,q=this._timeScale,r=this._paused;if(a>=n-1e-7)this._totalTime=this._time=n,this._reversed||this._hasPausedChild()||(f=!0,h="onComplete",i=!!this._timeline.autoRemoveChildren,0===this._duration&&(0>=a&&a>=-1e-7||this._rawPrevTime<0||this._rawPrevTime===e)&&this._rawPrevTime!==a&&this._first&&(i=!0,this._rawPrevTime>e&&(h="onReverseComplete"))),this._rawPrevTime=this._duration||!b||a||this._rawPrevTime===a?a:e,a=n+1e-4;else if(1e-7>a)if(this._totalTime=this._time=0,(0!==o||0===this._duration&&this._rawPrevTime!==e&&(this._rawPrevTime>0||0>a&&this._rawPrevTime>=0))&&(h="onReverseComplete",f=this._reversed),0>a)this._active=!1,this._timeline.autoRemoveChildren&&this._reversed?(i=f=!0,h="onReverseComplete"):this._rawPrevTime>=0&&this._first&&(i=!0),this._rawPrevTime=a;else{if(this._rawPrevTime=this._duration||!b||a||this._rawPrevTime===a?a:e,0===a&&f)for(d=this._first;d&&0===d._startTime;)d._duration||(f=!1),d=d._next;a=0,this._initted||(i=!0)}else{if(this._hasPause&&!this._forcingPlayhead&&!b){if(a>=o)for(d=this._first;d&&d._startTime<=a&&!l;)d._duration||"isPause"!==d.data||d.ratio||0===d._startTime&&0===this._rawPrevTime||(l=d),d=d._next;else for(d=this._last;d&&d._startTime>=a&&!l;)d._duration||"isPause"===d.data&&d._rawPrevTime>0&&(l=d),d=d._prev;l&&(this._time=a=l._startTime,this._totalTime=a+this._cycle*(this._totalDuration+this._repeatDelay))}this._totalTime=this._time=this._rawPrevTime=a}if(this._time!==o&&this._first||c||i||l){if(this._initted||(this._initted=!0),this._active||!this._paused&&this._time!==o&&a>0&&(this._active=!0),0===o&&this.vars.onStart&&(0===this._time&&this._duration||b||this._callback("onStart")),m=this._time,m>=o)for(d=this._first;d&&(g=d._next,m===this._time&&(!this._paused||r));)(d._active||d._startTime<=m&&!d._paused&&!d._gc)&&(l===d&&this.pause(),d._reversed?d.render((d._dirty?d.totalDuration():d._totalDuration)-(a-d._startTime)*d._timeScale,b,c):d.render((a-d._startTime)*d._timeScale,b,c)),d=g;else for(d=this._last;d&&(g=d._prev,m===this._time&&(!this._paused||r));){if(d._active||d._startTime<=o&&!d._paused&&!d._gc){if(l===d){for(l=d._prev;l&&l.endTime()>this._time;)l.render(l._reversed?l.totalDuration()-(a-l._startTime)*l._timeScale:(a-l._startTime)*l._timeScale,b,c),l=l._prev;l=null,this.pause()}d._reversed?d.render((d._dirty?d.totalDuration():d._totalDuration)-(a-d._startTime)*d._timeScale,b,c):d.render((a-d._startTime)*d._timeScale,b,c)}d=g}this._onUpdate&&(b||(j.length&&k(),this._callback("onUpdate"))),h&&(this._gc||(p===this._startTime||q!==this._timeScale)&&(0===this._time||n>=this.totalDuration())&&(f&&(j.length&&k(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!b&&this.vars[h]&&this._callback(h)))}},q._hasPausedChild=function(){for(var a=this._first;a;){if(a._paused||a instanceof d&&a._hasPausedChild())return!0;a=a._next}return!1},q.getChildren=function(a,b,d,e){e=e||-9999999999;for(var f=[],g=this._first,h=0;g;)g._startTime<e||(g instanceof c?b!==!1&&(f[h++]=g):(d!==!1&&(f[h++]=g),a!==!1&&(f=f.concat(g.getChildren(!0,b,d)),h=f.length))),g=g._next;return f},q.getTweensOf=function(a,b){var d,e,f=this._gc,g=[],h=0;for(f&&this._enabled(!0,!0),d=c.getTweensOf(a),e=d.length;--e>-1;)(d[e].timeline===this||b&&this._contains(d[e]))&&(g[h++]=d[e]);return f&&this._enabled(!1,!0),g},q.recent=function(){return this._recent},q._contains=function(a){for(var b=a.timeline;b;){if(b===this)return!0;b=b.timeline}return!1},q.shiftChildren=function(a,b,c){c=c||0;for(var d,e=this._first,f=this._labels;e;)e._startTime>=c&&(e._startTime+=a),e=e._next;if(b)for(d in f)f[d]>=c&&(f[d]+=a);return this._uncache(!0)},q._kill=function(a,b){if(!a&&!b)return this._enabled(!1,!1);for(var c=b?this.getTweensOf(b):this.getChildren(!0,!0,!1),d=c.length,e=!1;--d>-1;)c[d]._kill(a,b)&&(e=!0);return e},q.clear=function(a){var b=this.getChildren(!1,!0,!0),c=b.length;for(this._time=this._totalTime=0;--c>-1;)b[c]._enabled(!1,!1);return a!==!1&&(this._labels={}),this._uncache(!0)},q.invalidate=function(){for(var b=this._first;b;)b.invalidate(),b=b._next;return a.prototype.invalidate.call(this)},q._enabled=function(a,c){if(a===this._gc)for(var d=this._first;d;)d._enabled(a,!0),d=d._next;return b.prototype._enabled.call(this,a,c)},q.totalTime=function(b,c,d){this._forcingPlayhead=!0;var e=a.prototype.totalTime.apply(this,arguments);return this._forcingPlayhead=!1,e},q.duration=function(a){return arguments.length?(0!==this.duration()&&0!==a&&this.timeScale(this._duration/a),this):(this._dirty&&this.totalDuration(),this._duration)},q.totalDuration=function(a){if(!arguments.length){if(this._dirty){for(var b,c,d=0,e=this._last,f=999999999999;e;)b=e._prev,e._dirty&&e.totalDuration(),e._startTime>f&&this._sortChildren&&!e._paused?this.add(e,e._startTime-e._delay):f=e._startTime,e._startTime<0&&!e._paused&&(d-=e._startTime,this._timeline.smoothChildTiming&&(this._startTime+=e._startTime/this._timeScale),this.shiftChildren(-e._startTime,!1,-9999999999),f=0),c=e._startTime+e._totalDuration/e._timeScale,c>d&&(d=c),e=b;this._duration=this._totalDuration=d,this._dirty=!1}return this._totalDuration}return a&&this.totalDuration()?this.timeScale(this._totalDuration/a):this},q.paused=function(b){if(!b)for(var c=this._first,d=this._time;c;)c._startTime===d&&"isPause"===c.data&&(c._rawPrevTime=0),c=c._next;return a.prototype.paused.apply(this,arguments)},q.usesFrames=function(){for(var b=this._timeline;b._timeline;)b=b._timeline;return b===a._rootFramesTimeline},q.rawTime=function(){return this._paused?this._totalTime:(this._timeline.rawTime()-this._startTime)*this._timeScale},d},!0),_gsScope._gsDefine("TimelineMax",["TimelineLite","TweenLite","easing.Ease"],function(a,b,c){var d=function(b){a.call(this,b),this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._cycle=0,this._yoyo=this.vars.yoyo===!0,this._dirty=!0},e=1e-10,f=b._internals,g=f.lazyTweens,h=f.lazyRender,i=_gsScope._gsDefine.globals,j=new c(null,null,1,0),k=d.prototype=new a;return k.constructor=d,k.kill()._gc=!1,d.version="1.19.0",k.invalidate=function(){return this._yoyo=this.vars.yoyo===!0,this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._uncache(!0),a.prototype.invalidate.call(this)},k.addCallback=function(a,c,d,e){return this.add(b.delayedCall(0,a,d,e),c)},k.removeCallback=function(a,b){if(a)if(null==b)this._kill(null,a);else for(var c=this.getTweensOf(a,!1),d=c.length,e=this._parseTimeOrLabel(b);--d>-1;)c[d]._startTime===e&&c[d]._enabled(!1,!1);return this},k.removePause=function(b){return this.removeCallback(a._internals.pauseCallback,b)},k.tweenTo=function(a,c){c=c||{};var d,e,f,g={ease:j,useFrames:this.usesFrames(),immediateRender:!1},h=c.repeat&&i.TweenMax||b;for(e in c)g[e]=c[e];return g.time=this._parseTimeOrLabel(a),d=Math.abs(Number(g.time)-this._time)/this._timeScale||.001,f=new h(this,d,g),g.onStart=function(){f.target.paused(!0),f.vars.time!==f.target.time()&&d===f.duration()&&f.duration(Math.abs(f.vars.time-f.target.time())/f.target._timeScale),c.onStart&&f._callback("onStart")},f},k.tweenFromTo=function(a,b,c){c=c||{},a=this._parseTimeOrLabel(a),c.startAt={onComplete:this.seek,onCompleteParams:[a],callbackScope:this},c.immediateRender=c.immediateRender!==!1;var d=this.tweenTo(b,c);return d.duration(Math.abs(d.vars.time-a)/this._timeScale||.001)},k.render=function(a,b,c){this._gc&&this._enabled(!0,!1);var d,f,i,j,k,l,m,n,o=this._dirty?this.totalDuration():this._totalDuration,p=this._duration,q=this._time,r=this._totalTime,s=this._startTime,t=this._timeScale,u=this._rawPrevTime,v=this._paused,w=this._cycle;if(a>=o-1e-7)this._locked||(this._totalTime=o,this._cycle=this._repeat),this._reversed||this._hasPausedChild()||(f=!0,j="onComplete",k=!!this._timeline.autoRemoveChildren,0===this._duration&&(0>=a&&a>=-1e-7||0>u||u===e)&&u!==a&&this._first&&(k=!0,u>e&&(j="onReverseComplete"))),this._rawPrevTime=this._duration||!b||a||this._rawPrevTime===a?a:e,this._yoyo&&0!==(1&this._cycle)?this._time=a=0:(this._time=p,a=p+1e-4);else if(1e-7>a)if(this._locked||(this._totalTime=this._cycle=0),this._time=0,(0!==q||0===p&&u!==e&&(u>0||0>a&&u>=0)&&!this._locked)&&(j="onReverseComplete",f=this._reversed),0>a)this._active=!1,this._timeline.autoRemoveChildren&&this._reversed?(k=f=!0,j="onReverseComplete"):u>=0&&this._first&&(k=!0),this._rawPrevTime=a;else{if(this._rawPrevTime=p||!b||a||this._rawPrevTime===a?a:e,0===a&&f)for(d=this._first;d&&0===d._startTime;)d._duration||(f=!1),d=d._next;a=0,this._initted||(k=!0)}else if(0===p&&0>u&&(k=!0),this._time=this._rawPrevTime=a,this._locked||(this._totalTime=a,0!==this._repeat&&(l=p+this._repeatDelay,this._cycle=this._totalTime/l>>0,0!==this._cycle&&this._cycle===this._totalTime/l&&a>=r&&this._cycle--,this._time=this._totalTime-this._cycle*l,this._yoyo&&0!==(1&this._cycle)&&(this._time=p-this._time),this._time>p?(this._time=p,a=p+1e-4):this._time<0?this._time=a=0:a=this._time)),this._hasPause&&!this._forcingPlayhead&&!b){if(a=this._time,a>=q)for(d=this._first;d&&d._startTime<=a&&!m;)d._duration||"isPause"!==d.data||d.ratio||0===d._startTime&&0===this._rawPrevTime||(m=d),d=d._next;else for(d=this._last;d&&d._startTime>=a&&!m;)d._duration||"isPause"===d.data&&d._rawPrevTime>0&&(m=d),d=d._prev;m&&(this._time=a=m._startTime,this._totalTime=a+this._cycle*(this._totalDuration+this._repeatDelay))}if(this._cycle!==w&&!this._locked){var x=this._yoyo&&0!==(1&w),y=x===(this._yoyo&&0!==(1&this._cycle)),z=this._totalTime,A=this._cycle,B=this._rawPrevTime,C=this._time;if(this._totalTime=w*p,this._cycle<w?x=!x:this._totalTime+=p,this._time=q,this._rawPrevTime=0===p?u-1e-4:u,this._cycle=w,this._locked=!0,q=x?0:p,this.render(q,b,0===p),b||this._gc||this.vars.onRepeat&&this._callback("onRepeat"),q!==this._time)return;if(y&&(q=x?p+1e-4:-1e-4,this.render(q,!0,!1)),this._locked=!1,this._paused&&!v)return;this._time=C,this._totalTime=z,this._cycle=A,this._rawPrevTime=B}if(!(this._time!==q&&this._first||c||k||m))return void(r!==this._totalTime&&this._onUpdate&&(b||this._callback("onUpdate")));if(this._initted||(this._initted=!0),this._active||!this._paused&&this._totalTime!==r&&a>0&&(this._active=!0),0===r&&this.vars.onStart&&(0===this._totalTime&&this._totalDuration||b||this._callback("onStart")),n=this._time,n>=q)for(d=this._first;d&&(i=d._next,n===this._time&&(!this._paused||v));)(d._active||d._startTime<=this._time&&!d._paused&&!d._gc)&&(m===d&&this.pause(),d._reversed?d.render((d._dirty?d.totalDuration():d._totalDuration)-(a-d._startTime)*d._timeScale,b,c):d.render((a-d._startTime)*d._timeScale,b,c)),d=i;else for(d=this._last;d&&(i=d._prev,n===this._time&&(!this._paused||v));){if(d._active||d._startTime<=q&&!d._paused&&!d._gc){if(m===d){for(m=d._prev;m&&m.endTime()>this._time;)m.render(m._reversed?m.totalDuration()-(a-m._startTime)*m._timeScale:(a-m._startTime)*m._timeScale,b,c),m=m._prev;m=null,this.pause()}d._reversed?d.render((d._dirty?d.totalDuration():d._totalDuration)-(a-d._startTime)*d._timeScale,b,c):d.render((a-d._startTime)*d._timeScale,b,c)}d=i}this._onUpdate&&(b||(g.length&&h(),this._callback("onUpdate"))),j&&(this._locked||this._gc||(s===this._startTime||t!==this._timeScale)&&(0===this._time||o>=this.totalDuration())&&(f&&(g.length&&h(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!b&&this.vars[j]&&this._callback(j)))},k.getActive=function(a,b,c){null==a&&(a=!0),null==b&&(b=!0),null==c&&(c=!1);var d,e,f=[],g=this.getChildren(a,b,c),h=0,i=g.length;for(d=0;i>d;d++)e=g[d],e.isActive()&&(f[h++]=e);return f},k.getLabelAfter=function(a){a||0!==a&&(a=this._time);var b,c=this.getLabelsArray(),d=c.length;for(b=0;d>b;b++)if(c[b].time>a)return c[b].name;return null},k.getLabelBefore=function(a){null==a&&(a=this._time);for(var b=this.getLabelsArray(),c=b.length;--c>-1;)if(b[c].time<a)return b[c].name;return null},k.getLabelsArray=function(){var a,b=[],c=0;for(a in this._labels)b[c++]={time:this._labels[a],name:a};return b.sort(function(a,b){return a.time-b.time}),b},k.progress=function(a,b){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&0!==(1&this._cycle)?1-a:a)+this._cycle*(this._duration+this._repeatDelay),b):this._time/this.duration()},k.totalProgress=function(a,b){return arguments.length?this.totalTime(this.totalDuration()*a,b):this._totalTime/this.totalDuration()},k.totalDuration=function(b){return arguments.length?-1!==this._repeat&&b?this.timeScale(this.totalDuration()/b):this:(this._dirty&&(a.prototype.totalDuration.call(this),this._totalDuration=-1===this._repeat?999999999999:this._duration*(this._repeat+1)+this._repeatDelay*this._repeat),this._totalDuration)},k.time=function(a,b){return arguments.length?(this._dirty&&this.totalDuration(),a>this._duration&&(a=this._duration),this._yoyo&&0!==(1&this._cycle)?a=this._duration-a+this._cycle*(this._duration+this._repeatDelay):0!==this._repeat&&(a+=this._cycle*(this._duration+this._repeatDelay)),this.totalTime(a,b)):this._time},k.repeat=function(a){return arguments.length?(this._repeat=a,this._uncache(!0)):this._repeat},k.repeatDelay=function(a){return arguments.length?(this._repeatDelay=a,this._uncache(!0)):this._repeatDelay},k.yoyo=function(a){return arguments.length?(this._yoyo=a,this):this._yoyo},k.currentLabel=function(a){return arguments.length?this.seek(a,!0):this.getLabelBefore(this._time+1e-8)},d},!0),function(){var a=180/Math.PI,b=[],c=[],d=[],e={},f=_gsScope._gsDefine.globals,g=function(a,b,c,d){c===d&&(c=d-(d-b)/1e6),a===b&&(b=a+(c-a)/1e6),this.a=a,this.b=b,this.c=c,this.d=d,this.da=d-a,this.ca=c-a,this.ba=b-a},h=",x,y,z,left,top,right,bottom,marginTop,marginLeft,marginRight,marginBottom,paddingLeft,paddingTop,paddingRight,paddingBottom,backgroundPosition,backgroundPosition_y,",i=function(a,b,c,d){var e={a:a},f={},g={},h={c:d},i=(a+b)/2,j=(b+c)/2,k=(c+d)/2,l=(i+j)/2,m=(j+k)/2,n=(m-l)/8;return e.b=i+(a-i)/4,f.b=l+n,e.c=f.a=(e.b+f.b)/2,f.c=g.a=(l+m)/2,g.b=m-n,h.b=k+(d-k)/4,g.c=h.a=(g.b+h.b)/2,[e,f,g,h]},j=function(a,e,f,g,h){var j,k,l,m,n,o,p,q,r,s,t,u,v,w=a.length-1,x=0,y=a[0].a;for(j=0;w>j;j++)n=a[x],k=n.a,l=n.d,m=a[x+1].d,h?(t=b[j],u=c[j],v=(u+t)*e*.25/(g?.5:d[j]||.5),o=l-(l-k)*(g?.5*e:0!==t?v/t:0),p=l+(m-l)*(g?.5*e:0!==u?v/u:0),q=l-(o+((p-o)*(3*t/(t+u)+.5)/4||0))):(o=l-(l-k)*e*.5,p=l+(m-l)*e*.5,q=l-(o+p)/2),o+=q,p+=q,n.c=r=o,0!==j?n.b=y:n.b=y=n.a+.6*(n.c-n.a),n.da=l-k,n.ca=r-k,n.ba=y-k,f?(s=i(k,y,r,l),a.splice(x,1,s[0],s[1],s[2],s[3]),x+=4):x++,y=p;n=a[x],n.b=y,n.c=y+.4*(n.d-y),n.da=n.d-n.a,n.ca=n.c-n.a,n.ba=y-n.a,f&&(s=i(n.a,y,n.c,n.d),a.splice(x,1,s[0],s[1],s[2],s[3]))},k=function(a,d,e,f){var h,i,j,k,l,m,n=[];if(f)for(a=[f].concat(a),i=a.length;--i>-1;)"string"==typeof(m=a[i][d])&&"="===m.charAt(1)&&(a[i][d]=f[d]+Number(m.charAt(0)+m.substr(2)));if(h=a.length-2,0>h)return n[0]=new g(a[0][d],0,0,a[-1>h?0:1][d]),n;for(i=0;h>i;i++)j=a[i][d],k=a[i+1][d],n[i]=new g(j,0,0,k),e&&(l=a[i+2][d],b[i]=(b[i]||0)+(k-j)*(k-j),c[i]=(c[i]||0)+(l-k)*(l-k));return n[i]=new g(a[i][d],0,0,a[i+1][d]),n},l=function(a,f,g,i,l,m){var n,o,p,q,r,s,t,u,v={},w=[],x=m||a[0];l="string"==typeof l?","+l+",":h,null==f&&(f=1);for(o in a[0])w.push(o);if(a.length>1){for(u=a[a.length-1],t=!0,n=w.length;--n>-1;)if(o=w[n],Math.abs(x[o]-u[o])>.05){t=!1;break}t&&(a=a.concat(),m&&a.unshift(m),a.push(a[1]),m=a[a.length-3])}for(b.length=c.length=d.length=0,n=w.length;--n>-1;)o=w[n],e[o]=-1!==l.indexOf(","+o+","),v[o]=k(a,o,e[o],m);for(n=b.length;--n>-1;)b[n]=Math.sqrt(b[n]),c[n]=Math.sqrt(c[n]);if(!i){for(n=w.length;--n>-1;)if(e[o])for(p=v[w[n]],s=p.length-1,q=0;s>q;q++)r=p[q+1].da/c[q]+p[q].da/b[q]||0,d[q]=(d[q]||0)+r*r;for(n=d.length;--n>-1;)d[n]=Math.sqrt(d[n])}for(n=w.length,q=g?4:1;--n>-1;)o=w[n],p=v[o],j(p,f,g,i,e[o]),t&&(p.splice(0,q),p.splice(p.length-q,q));return v},m=function(a,b,c){b=b||"soft";var d,e,f,h,i,j,k,l,m,n,o,p={},q="cubic"===b?3:2,r="soft"===b,s=[];if(r&&c&&(a=[c].concat(a)),null==a||a.length<q+1)throw"invalid Bezier data";for(m in a[0])s.push(m);for(j=s.length;--j>-1;){for(m=s[j],p[m]=i=[],n=0,l=a.length,k=0;l>k;k++)d=null==c?a[k][m]:"string"==typeof(o=a[k][m])&&"="===o.charAt(1)?c[m]+Number(o.charAt(0)+o.substr(2)):Number(o),r&&k>1&&l-1>k&&(i[n++]=(d+i[n-2])/2),i[n++]=d;for(l=n-q+1,n=0,k=0;l>k;k+=q)d=i[k],e=i[k+1],f=i[k+2],h=2===q?0:i[k+3],i[n++]=o=3===q?new g(d,e,f,h):new g(d,(2*e+d)/3,(2*e+f)/3,f);i.length=n}return p},n=function(a,b,c){for(var d,e,f,g,h,i,j,k,l,m,n,o=1/c,p=a.length;--p>-1;)for(m=a[p],f=m.a,g=m.d-f,h=m.c-f,i=m.b-f,d=e=0,k=1;c>=k;k++)j=o*k,l=1-j,d=e-(e=(j*j*g+3*l*(j*h+l*i))*j),n=p*c+k-1,b[n]=(b[n]||0)+d*d},o=function(a,b){b=b>>0||6;var c,d,e,f,g=[],h=[],i=0,j=0,k=b-1,l=[],m=[];for(c in a)n(a[c],g,b);for(e=g.length,d=0;e>d;d++)i+=Math.sqrt(g[d]),f=d%b,m[f]=i,f===k&&(j+=i,f=d/b>>0,l[f]=m,h[f]=j,i=0,m=[]);return{length:j,lengths:h,
segments:l}},p=_gsScope._gsDefine.plugin({propName:"bezier",priority:-1,version:"1.3.7",API:2,global:!0,init:function(a,b,c){this._target=a,b instanceof Array&&(b={values:b}),this._func={},this._mod={},this._props=[],this._timeRes=null==b.timeResolution?6:parseInt(b.timeResolution,10);var d,e,f,g,h,i=b.values||[],j={},k=i[0],n=b.autoRotate||c.vars.orientToBezier;this._autoRotate=n?n instanceof Array?n:[["x","y","rotation",n===!0?0:Number(n)||0]]:null;for(d in k)this._props.push(d);for(f=this._props.length;--f>-1;)d=this._props[f],this._overwriteProps.push(d),e=this._func[d]="function"==typeof a[d],j[d]=e?a[d.indexOf("set")||"function"!=typeof a["get"+d.substr(3)]?d:"get"+d.substr(3)]():parseFloat(a[d]),h||j[d]!==i[0][d]&&(h=j);if(this._beziers="cubic"!==b.type&&"quadratic"!==b.type&&"soft"!==b.type?l(i,isNaN(b.curviness)?1:b.curviness,!1,"thruBasic"===b.type,b.correlate,h):m(i,b.type,j),this._segCount=this._beziers[d].length,this._timeRes){var p=o(this._beziers,this._timeRes);this._length=p.length,this._lengths=p.lengths,this._segments=p.segments,this._l1=this._li=this._s1=this._si=0,this._l2=this._lengths[0],this._curSeg=this._segments[0],this._s2=this._curSeg[0],this._prec=1/this._curSeg.length}if(n=this._autoRotate)for(this._initialRotations=[],n[0]instanceof Array||(this._autoRotate=n=[n]),f=n.length;--f>-1;){for(g=0;3>g;g++)d=n[f][g],this._func[d]="function"==typeof a[d]?a[d.indexOf("set")||"function"!=typeof a["get"+d.substr(3)]?d:"get"+d.substr(3)]:!1;d=n[f][2],this._initialRotations[f]=(this._func[d]?this._func[d].call(this._target):this._target[d])||0,this._overwriteProps.push(d)}return this._startRatio=c.vars.runBackwards?1:0,!0},set:function(b){var c,d,e,f,g,h,i,j,k,l,m=this._segCount,n=this._func,o=this._target,p=b!==this._startRatio;if(this._timeRes){if(k=this._lengths,l=this._curSeg,b*=this._length,e=this._li,b>this._l2&&m-1>e){for(j=m-1;j>e&&(this._l2=k[++e])<=b;);this._l1=k[e-1],this._li=e,this._curSeg=l=this._segments[e],this._s2=l[this._s1=this._si=0]}else if(b<this._l1&&e>0){for(;e>0&&(this._l1=k[--e])>=b;);0===e&&b<this._l1?this._l1=0:e++,this._l2=k[e],this._li=e,this._curSeg=l=this._segments[e],this._s1=l[(this._si=l.length-1)-1]||0,this._s2=l[this._si]}if(c=e,b-=this._l1,e=this._si,b>this._s2&&e<l.length-1){for(j=l.length-1;j>e&&(this._s2=l[++e])<=b;);this._s1=l[e-1],this._si=e}else if(b<this._s1&&e>0){for(;e>0&&(this._s1=l[--e])>=b;);0===e&&b<this._s1?this._s1=0:e++,this._s2=l[e],this._si=e}h=(e+(b-this._s1)/(this._s2-this._s1))*this._prec||0}else c=0>b?0:b>=1?m-1:m*b>>0,h=(b-c*(1/m))*m;for(d=1-h,e=this._props.length;--e>-1;)f=this._props[e],g=this._beziers[f][c],i=(h*h*g.da+3*d*(h*g.ca+d*g.ba))*h+g.a,this._mod[f]&&(i=this._mod[f](i,o)),n[f]?o[f](i):o[f]=i;if(this._autoRotate){var q,r,s,t,u,v,w,x=this._autoRotate;for(e=x.length;--e>-1;)f=x[e][2],v=x[e][3]||0,w=x[e][4]===!0?1:a,g=this._beziers[x[e][0]],q=this._beziers[x[e][1]],g&&q&&(g=g[c],q=q[c],r=g.a+(g.b-g.a)*h,t=g.b+(g.c-g.b)*h,r+=(t-r)*h,t+=(g.c+(g.d-g.c)*h-t)*h,s=q.a+(q.b-q.a)*h,u=q.b+(q.c-q.b)*h,s+=(u-s)*h,u+=(q.c+(q.d-q.c)*h-u)*h,i=p?Math.atan2(u-s,t-r)*w+v:this._initialRotations[e],this._mod[f]&&(i=this._mod[f](i,o)),n[f]?o[f](i):o[f]=i)}}}),q=p.prototype;p.bezierThrough=l,p.cubicToQuadratic=i,p._autoCSS=!0,p.quadraticToCubic=function(a,b,c){return new g(a,(2*b+a)/3,(2*b+c)/3,c)},p._cssRegister=function(){var a=f.CSSPlugin;if(a){var b=a._internals,c=b._parseToProxy,d=b._setPluginRatio,e=b.CSSPropTween;b._registerComplexSpecialProp("bezier",{parser:function(a,b,f,g,h,i){b instanceof Array&&(b={values:b}),i=new p;var j,k,l,m=b.values,n=m.length-1,o=[],q={};if(0>n)return h;for(j=0;n>=j;j++)l=c(a,m[j],g,h,i,n!==j),o[j]=l.end;for(k in b)q[k]=b[k];return q.values=o,h=new e(a,"bezier",0,0,l.pt,2),h.data=l,h.plugin=i,h.setRatio=d,0===q.autoRotate&&(q.autoRotate=!0),!q.autoRotate||q.autoRotate instanceof Array||(j=q.autoRotate===!0?0:Number(q.autoRotate),q.autoRotate=null!=l.end.left?[["left","top","rotation",j,!1]]:null!=l.end.x?[["x","y","rotation",j,!1]]:!1),q.autoRotate&&(g._transform||g._enableTransforms(!1),l.autoRotate=g._target._gsTransform,l.proxy.rotation=l.autoRotate.rotation||0,g._overwriteProps.push("rotation")),i._onInitTween(l.proxy,q,g._tween),h}})}},q._mod=function(a){for(var b,c=this._overwriteProps,d=c.length;--d>-1;)b=a[c[d]],b&&"function"==typeof b&&(this._mod[c[d]]=b)},q._kill=function(a){var b,c,d=this._props;for(b in this._beziers)if(b in a)for(delete this._beziers[b],delete this._func[b],c=d.length;--c>-1;)d[c]===b&&d.splice(c,1);if(d=this._autoRotate)for(c=d.length;--c>-1;)a[d[c][2]]&&d.splice(c,1);return this._super._kill.call(this,a)}}(),_gsScope._gsDefine("plugins.CSSPlugin",["plugins.TweenPlugin","TweenLite"],function(a,b){var c,d,e,f,g=function(){a.call(this,"css"),this._overwriteProps.length=0,this.setRatio=g.prototype.setRatio},h=_gsScope._gsDefine.globals,i={},j=g.prototype=new a("css");j.constructor=g,g.version="1.19.0",g.API=2,g.defaultTransformPerspective=0,g.defaultSkewType="compensated",g.defaultSmoothOrigin=!0,j="px",g.suffixMap={top:j,right:j,bottom:j,left:j,width:j,height:j,fontSize:j,padding:j,margin:j,perspective:j,lineHeight:""};var k,l,m,n,o,p,q,r,s=/(?:\-|\.|\b)(\d|\.|e\-)+/g,t=/(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g,u=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi,v=/(?![+-]?\d*\.?\d+|[+-]|e[+-]\d+)[^0-9]/g,w=/(?:\d|\-|\+|=|#|\.)*/g,x=/opacity *= *([^)]*)/i,y=/opacity:([^;]*)/i,z=/alpha\(opacity *=.+?\)/i,A=/^(rgb|hsl)/,B=/([A-Z])/g,C=/-([a-z])/gi,D=/(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi,E=function(a,b){return b.toUpperCase()},F=/(?:Left|Right|Width)/i,G=/(M11|M12|M21|M22)=[\d\-\.e]+/gi,H=/progid\:DXImageTransform\.Microsoft\.Matrix\(.+?\)/i,I=/,(?=[^\)]*(?:\(|$))/gi,J=/[\s,\(]/i,K=Math.PI/180,L=180/Math.PI,M={},N=document,O=function(a){return N.createElementNS?N.createElementNS("http://www.w3.org/1999/xhtml",a):N.createElement(a)},P=O("div"),Q=O("img"),R=g._internals={_specialProps:i},S=navigator.userAgent,T=function(){var a=S.indexOf("Android"),b=O("a");return m=-1!==S.indexOf("Safari")&&-1===S.indexOf("Chrome")&&(-1===a||Number(S.substr(a+8,1))>3),o=m&&Number(S.substr(S.indexOf("Version/")+8,1))<6,n=-1!==S.indexOf("Firefox"),(/MSIE ([0-9]{1,}[\.0-9]{0,})/.exec(S)||/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/.exec(S))&&(p=parseFloat(RegExp.$1)),b?(b.style.cssText="top:1px;opacity:.55;",/^0.55/.test(b.style.opacity)):!1}(),U=function(a){return x.test("string"==typeof a?a:(a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100:1},V=function(a){window.console&&console.log(a)},W="",X="",Y=function(a,b){b=b||P;var c,d,e=b.style;if(void 0!==e[a])return a;for(a=a.charAt(0).toUpperCase()+a.substr(1),c=["O","Moz","ms","Ms","Webkit"],d=5;--d>-1&&void 0===e[c[d]+a];);return d>=0?(X=3===d?"ms":c[d],W="-"+X.toLowerCase()+"-",X+a):null},Z=N.defaultView?N.defaultView.getComputedStyle:function(){},$=g.getStyle=function(a,b,c,d,e){var f;return T||"opacity"!==b?(!d&&a.style[b]?f=a.style[b]:(c=c||Z(a))?f=c[b]||c.getPropertyValue(b)||c.getPropertyValue(b.replace(B,"-$1").toLowerCase()):a.currentStyle&&(f=a.currentStyle[b]),null==e||f&&"none"!==f&&"auto"!==f&&"auto auto"!==f?f:e):U(a)},_=R.convertToPixels=function(a,c,d,e,f){if("px"===e||!e)return d;if("auto"===e||!d)return 0;var h,i,j,k=F.test(c),l=a,m=P.style,n=0>d,o=1===d;if(n&&(d=-d),o&&(d*=100),"%"===e&&-1!==c.indexOf("border"))h=d/100*(k?a.clientWidth:a.clientHeight);else{if(m.cssText="border:0 solid red;position:"+$(a,"position")+";line-height:0;","%"!==e&&l.appendChild&&"v"!==e.charAt(0)&&"rem"!==e)m[k?"borderLeftWidth":"borderTopWidth"]=d+e;else{if(l=a.parentNode||N.body,i=l._gsCache,j=b.ticker.frame,i&&k&&i.time===j)return i.width*d/100;m[k?"width":"height"]=d+e}l.appendChild(P),h=parseFloat(P[k?"offsetWidth":"offsetHeight"]),l.removeChild(P),k&&"%"===e&&g.cacheWidths!==!1&&(i=l._gsCache=l._gsCache||{},i.time=j,i.width=h/d*100),0!==h||f||(h=_(a,c,d,e,!0))}return o&&(h/=100),n?-h:h},aa=R.calculateOffset=function(a,b,c){if("absolute"!==$(a,"position",c))return 0;var d="left"===b?"Left":"Top",e=$(a,"margin"+d,c);return a["offset"+d]-(_(a,b,parseFloat(e),e.replace(w,""))||0)},ba=function(a,b){var c,d,e,f={};if(b=b||Z(a,null))if(c=b.length)for(;--c>-1;)e=b[c],(-1===e.indexOf("-transform")||Ca===e)&&(f[e.replace(C,E)]=b.getPropertyValue(e));else for(c in b)(-1===c.indexOf("Transform")||Ba===c)&&(f[c]=b[c]);else if(b=a.currentStyle||a.style)for(c in b)"string"==typeof c&&void 0===f[c]&&(f[c.replace(C,E)]=b[c]);return T||(f.opacity=U(a)),d=Pa(a,b,!1),f.rotation=d.rotation,f.skewX=d.skewX,f.scaleX=d.scaleX,f.scaleY=d.scaleY,f.x=d.x,f.y=d.y,Ea&&(f.z=d.z,f.rotationX=d.rotationX,f.rotationY=d.rotationY,f.scaleZ=d.scaleZ),f.filters&&delete f.filters,f},ca=function(a,b,c,d,e){var f,g,h,i={},j=a.style;for(g in c)"cssText"!==g&&"length"!==g&&isNaN(g)&&(b[g]!==(f=c[g])||e&&e[g])&&-1===g.indexOf("Origin")&&("number"==typeof f||"string"==typeof f)&&(i[g]="auto"!==f||"left"!==g&&"top"!==g?""!==f&&"auto"!==f&&"none"!==f||"string"!=typeof b[g]||""===b[g].replace(v,"")?f:0:aa(a,g),void 0!==j[g]&&(h=new ra(j,g,j[g],h)));if(d)for(g in d)"className"!==g&&(i[g]=d[g]);return{difs:i,firstMPT:h}},da={width:["Left","Right"],height:["Top","Bottom"]},ea=["marginLeft","marginRight","marginTop","marginBottom"],fa=function(a,b,c){if("svg"===(a.nodeName+"").toLowerCase())return(c||Z(a))[b]||0;if(a.getBBox&&Ma(a))return a.getBBox()[b]||0;var d=parseFloat("width"===b?a.offsetWidth:a.offsetHeight),e=da[b],f=e.length;for(c=c||Z(a,null);--f>-1;)d-=parseFloat($(a,"padding"+e[f],c,!0))||0,d-=parseFloat($(a,"border"+e[f]+"Width",c,!0))||0;return d},ga=function(a,b){if("contain"===a||"auto"===a||"auto auto"===a)return a+" ";(null==a||""===a)&&(a="0 0");var c,d=a.split(" "),e=-1!==a.indexOf("left")?"0%":-1!==a.indexOf("right")?"100%":d[0],f=-1!==a.indexOf("top")?"0%":-1!==a.indexOf("bottom")?"100%":d[1];if(d.length>3&&!b){for(d=a.split(", ").join(",").split(","),a=[],c=0;c<d.length;c++)a.push(ga(d[c]));return a.join(",")}return null==f?f="center"===e?"50%":"0":"center"===f&&(f="50%"),("center"===e||isNaN(parseFloat(e))&&-1===(e+"").indexOf("="))&&(e="50%"),a=e+" "+f+(d.length>2?" "+d[2]:""),b&&(b.oxp=-1!==e.indexOf("%"),b.oyp=-1!==f.indexOf("%"),b.oxr="="===e.charAt(1),b.oyr="="===f.charAt(1),b.ox=parseFloat(e.replace(v,"")),b.oy=parseFloat(f.replace(v,"")),b.v=a),b||a},ha=function(a,b){return"function"==typeof a&&(a=a(r,q)),"string"==typeof a&&"="===a.charAt(1)?parseInt(a.charAt(0)+"1",10)*parseFloat(a.substr(2)):parseFloat(a)-parseFloat(b)||0},ia=function(a,b){return"function"==typeof a&&(a=a(r,q)),null==a?b:"string"==typeof a&&"="===a.charAt(1)?parseInt(a.charAt(0)+"1",10)*parseFloat(a.substr(2))+b:parseFloat(a)||0},ja=function(a,b,c,d){var e,f,g,h,i,j=1e-6;return"function"==typeof a&&(a=a(r,q)),null==a?h=b:"number"==typeof a?h=a:(e=360,f=a.split("_"),i="="===a.charAt(1),g=(i?parseInt(a.charAt(0)+"1",10)*parseFloat(f[0].substr(2)):parseFloat(f[0]))*(-1===a.indexOf("rad")?1:L)-(i?0:b),f.length&&(d&&(d[c]=b+g),-1!==a.indexOf("short")&&(g%=e,g!==g%(e/2)&&(g=0>g?g+e:g-e)),-1!==a.indexOf("_cw")&&0>g?g=(g+9999999999*e)%e-(g/e|0)*e:-1!==a.indexOf("ccw")&&g>0&&(g=(g-9999999999*e)%e-(g/e|0)*e)),h=b+g),j>h&&h>-j&&(h=0),h},ka={aqua:[0,255,255],lime:[0,255,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,255],navy:[0,0,128],white:[255,255,255],fuchsia:[255,0,255],olive:[128,128,0],yellow:[255,255,0],orange:[255,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[255,0,0],pink:[255,192,203],cyan:[0,255,255],transparent:[255,255,255,0]},la=function(a,b,c){return a=0>a?a+1:a>1?a-1:a,255*(1>6*a?b+(c-b)*a*6:.5>a?c:2>3*a?b+(c-b)*(2/3-a)*6:b)+.5|0},ma=g.parseColor=function(a,b){var c,d,e,f,g,h,i,j,k,l,m;if(a)if("number"==typeof a)c=[a>>16,a>>8&255,255&a];else{if(","===a.charAt(a.length-1)&&(a=a.substr(0,a.length-1)),ka[a])c=ka[a];else if("#"===a.charAt(0))4===a.length&&(d=a.charAt(1),e=a.charAt(2),f=a.charAt(3),a="#"+d+d+e+e+f+f),a=parseInt(a.substr(1),16),c=[a>>16,a>>8&255,255&a];else if("hsl"===a.substr(0,3))if(c=m=a.match(s),b){if(-1!==a.indexOf("="))return a.match(t)}else g=Number(c[0])%360/360,h=Number(c[1])/100,i=Number(c[2])/100,e=.5>=i?i*(h+1):i+h-i*h,d=2*i-e,c.length>3&&(c[3]=Number(a[3])),c[0]=la(g+1/3,d,e),c[1]=la(g,d,e),c[2]=la(g-1/3,d,e);else c=a.match(s)||ka.transparent;c[0]=Number(c[0]),c[1]=Number(c[1]),c[2]=Number(c[2]),c.length>3&&(c[3]=Number(c[3]))}else c=ka.black;return b&&!m&&(d=c[0]/255,e=c[1]/255,f=c[2]/255,j=Math.max(d,e,f),k=Math.min(d,e,f),i=(j+k)/2,j===k?g=h=0:(l=j-k,h=i>.5?l/(2-j-k):l/(j+k),g=j===d?(e-f)/l+(f>e?6:0):j===e?(f-d)/l+2:(d-e)/l+4,g*=60),c[0]=g+.5|0,c[1]=100*h+.5|0,c[2]=100*i+.5|0),c},na=function(a,b){var c,d,e,f=a.match(oa)||[],g=0,h=f.length?"":a;for(c=0;c<f.length;c++)d=f[c],e=a.substr(g,a.indexOf(d,g)-g),g+=e.length+d.length,d=ma(d,b),3===d.length&&d.push(1),h+=e+(b?"hsla("+d[0]+","+d[1]+"%,"+d[2]+"%,"+d[3]:"rgba("+d.join(","))+")";return h+a.substr(g)},oa="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3}){1,2}\\b";for(j in ka)oa+="|"+j+"\\b";oa=new RegExp(oa+")","gi"),g.colorStringFilter=function(a){var b,c=a[0]+a[1];oa.test(c)&&(b=-1!==c.indexOf("hsl(")||-1!==c.indexOf("hsla("),a[0]=na(a[0],b),a[1]=na(a[1],b)),oa.lastIndex=0},b.defaultStringFilter||(b.defaultStringFilter=g.colorStringFilter);var pa=function(a,b,c,d){if(null==a)return function(a){return a};var e,f=b?(a.match(oa)||[""])[0]:"",g=a.split(f).join("").match(u)||[],h=a.substr(0,a.indexOf(g[0])),i=")"===a.charAt(a.length-1)?")":"",j=-1!==a.indexOf(" ")?" ":",",k=g.length,l=k>0?g[0].replace(s,""):"";return k?e=b?function(a){var b,m,n,o;if("number"==typeof a)a+=l;else if(d&&I.test(a)){for(o=a.replace(I,"|").split("|"),n=0;n<o.length;n++)o[n]=e(o[n]);return o.join(",")}if(b=(a.match(oa)||[f])[0],m=a.split(b).join("").match(u)||[],n=m.length,k>n--)for(;++n<k;)m[n]=c?m[(n-1)/2|0]:g[n];return h+m.join(j)+j+b+i+(-1!==a.indexOf("inset")?" inset":"")}:function(a){var b,f,m;if("number"==typeof a)a+=l;else if(d&&I.test(a)){for(f=a.replace(I,"|").split("|"),m=0;m<f.length;m++)f[m]=e(f[m]);return f.join(",")}if(b=a.match(u)||[],m=b.length,k>m--)for(;++m<k;)b[m]=c?b[(m-1)/2|0]:g[m];return h+b.join(j)+i}:function(a){return a}},qa=function(a){return a=a.split(","),function(b,c,d,e,f,g,h){var i,j=(c+"").split(" ");for(h={},i=0;4>i;i++)h[a[i]]=j[i]=j[i]||j[(i-1)/2>>0];return e.parse(b,h,f,g)}},ra=(R._setPluginRatio=function(a){this.plugin.setRatio(a);for(var b,c,d,e,f,g=this.data,h=g.proxy,i=g.firstMPT,j=1e-6;i;)b=h[i.v],i.r?b=Math.round(b):j>b&&b>-j&&(b=0),i.t[i.p]=b,i=i._next;if(g.autoRotate&&(g.autoRotate.rotation=g.mod?g.mod(h.rotation,this.t):h.rotation),1===a||0===a)for(i=g.firstMPT,f=1===a?"e":"b";i;){if(c=i.t,c.type){if(1===c.type){for(e=c.xs0+c.s+c.xs1,d=1;d<c.l;d++)e+=c["xn"+d]+c["xs"+(d+1)];c[f]=e}}else c[f]=c.s+c.xs0;i=i._next}},function(a,b,c,d,e){this.t=a,this.p=b,this.v=c,this.r=e,d&&(d._prev=this,this._next=d)}),sa=(R._parseToProxy=function(a,b,c,d,e,f){var g,h,i,j,k,l=d,m={},n={},o=c._transform,p=M;for(c._transform=null,M=b,d=k=c.parse(a,b,d,e),M=p,f&&(c._transform=o,l&&(l._prev=null,l._prev&&(l._prev._next=null)));d&&d!==l;){if(d.type<=1&&(h=d.p,n[h]=d.s+d.c,m[h]=d.s,f||(j=new ra(d,"s",h,j,d.r),d.c=0),1===d.type))for(g=d.l;--g>0;)i="xn"+g,h=d.p+"_"+i,n[h]=d.data[i],m[h]=d[i],f||(j=new ra(d,i,h,j,d.rxp[i]));d=d._next}return{proxy:m,end:n,firstMPT:j,pt:k}},R.CSSPropTween=function(a,b,d,e,g,h,i,j,k,l,m){this.t=a,this.p=b,this.s=d,this.c=e,this.n=i||b,a instanceof sa||f.push(this.n),this.r=j,this.type=h||0,k&&(this.pr=k,c=!0),this.b=void 0===l?d:l,this.e=void 0===m?d+e:m,g&&(this._next=g,g._prev=this)}),ta=function(a,b,c,d,e,f){var g=new sa(a,b,c,d-c,e,-1,f);return g.b=c,g.e=g.xs0=d,g},ua=g.parseComplex=function(a,b,c,d,e,f,h,i,j,l){c=c||f||"","function"==typeof d&&(d=d(r,q)),h=new sa(a,b,0,0,h,l?2:1,null,!1,i,c,d),d+="",e&&oa.test(d+c)&&(d=[c,d],g.colorStringFilter(d),c=d[0],d=d[1]);var m,n,o,p,u,v,w,x,y,z,A,B,C,D=c.split(", ").join(",").split(" "),E=d.split(", ").join(",").split(" "),F=D.length,G=k!==!1;for((-1!==d.indexOf(",")||-1!==c.indexOf(","))&&(D=D.join(" ").replace(I,", ").split(" "),E=E.join(" ").replace(I,", ").split(" "),F=D.length),F!==E.length&&(D=(f||"").split(" "),F=D.length),h.plugin=j,h.setRatio=l,oa.lastIndex=0,m=0;F>m;m++)if(p=D[m],u=E[m],x=parseFloat(p),x||0===x)h.appendXtra("",x,ha(u,x),u.replace(t,""),G&&-1!==u.indexOf("px"),!0);else if(e&&oa.test(p))B=u.indexOf(")")+1,B=")"+(B?u.substr(B):""),C=-1!==u.indexOf("hsl")&&T,p=ma(p,C),u=ma(u,C),y=p.length+u.length>6,y&&!T&&0===u[3]?(h["xs"+h.l]+=h.l?" transparent":"transparent",h.e=h.e.split(E[m]).join("transparent")):(T||(y=!1),C?h.appendXtra(y?"hsla(":"hsl(",p[0],ha(u[0],p[0]),",",!1,!0).appendXtra("",p[1],ha(u[1],p[1]),"%,",!1).appendXtra("",p[2],ha(u[2],p[2]),y?"%,":"%"+B,!1):h.appendXtra(y?"rgba(":"rgb(",p[0],u[0]-p[0],",",!0,!0).appendXtra("",p[1],u[1]-p[1],",",!0).appendXtra("",p[2],u[2]-p[2],y?",":B,!0),y&&(p=p.length<4?1:p[3],h.appendXtra("",p,(u.length<4?1:u[3])-p,B,!1))),oa.lastIndex=0;else if(v=p.match(s)){if(w=u.match(t),!w||w.length!==v.length)return h;for(o=0,n=0;n<v.length;n++)A=v[n],z=p.indexOf(A,o),h.appendXtra(p.substr(o,z-o),Number(A),ha(w[n],A),"",G&&"px"===p.substr(z+A.length,2),0===n),o=z+A.length;h["xs"+h.l]+=p.substr(o)}else h["xs"+h.l]+=h.l||h["xs"+h.l]?" "+u:u;if(-1!==d.indexOf("=")&&h.data){for(B=h.xs0+h.data.s,m=1;m<h.l;m++)B+=h["xs"+m]+h.data["xn"+m];h.e=B+h["xs"+m]}return h.l||(h.type=-1,h.xs0=h.e),h.xfirst||h},va=9;for(j=sa.prototype,j.l=j.pr=0;--va>0;)j["xn"+va]=0,j["xs"+va]="";j.xs0="",j._next=j._prev=j.xfirst=j.data=j.plugin=j.setRatio=j.rxp=null,j.appendXtra=function(a,b,c,d,e,f){var g=this,h=g.l;return g["xs"+h]+=f&&(h||g["xs"+h])?" "+a:a||"",c||0===h||g.plugin?(g.l++,g.type=g.setRatio?2:1,g["xs"+g.l]=d||"",h>0?(g.data["xn"+h]=b+c,g.rxp["xn"+h]=e,g["xn"+h]=b,g.plugin||(g.xfirst=new sa(g,"xn"+h,b,c,g.xfirst||g,0,g.n,e,g.pr),g.xfirst.xs0=0),g):(g.data={s:b+c},g.rxp={},g.s=b,g.c=c,g.r=e,g)):(g["xs"+h]+=b+(d||""),g)};var wa=function(a,b){b=b||{},this.p=b.prefix?Y(a)||a:a,i[a]=i[this.p]=this,this.format=b.formatter||pa(b.defaultValue,b.color,b.collapsible,b.multi),b.parser&&(this.parse=b.parser),this.clrs=b.color,this.multi=b.multi,this.keyword=b.keyword,this.dflt=b.defaultValue,this.pr=b.priority||0},xa=R._registerComplexSpecialProp=function(a,b,c){"object"!=typeof b&&(b={parser:c});var d,e,f=a.split(","),g=b.defaultValue;for(c=c||[g],d=0;d<f.length;d++)b.prefix=0===d&&b.prefix,b.defaultValue=c[d]||g,e=new wa(f[d],b)},ya=R._registerPluginProp=function(a){if(!i[a]){var b=a.charAt(0).toUpperCase()+a.substr(1)+"Plugin";xa(a,{parser:function(a,c,d,e,f,g,j){var k=h.com.greensock.plugins[b];return k?(k._cssRegister(),i[d].parse(a,c,d,e,f,g,j)):(V("Error: "+b+" js file not loaded."),f)}})}};j=wa.prototype,j.parseComplex=function(a,b,c,d,e,f){var g,h,i,j,k,l,m=this.keyword;if(this.multi&&(I.test(c)||I.test(b)?(h=b.replace(I,"|").split("|"),i=c.replace(I,"|").split("|")):m&&(h=[b],i=[c])),i){for(j=i.length>h.length?i.length:h.length,g=0;j>g;g++)b=h[g]=h[g]||this.dflt,c=i[g]=i[g]||this.dflt,m&&(k=b.indexOf(m),l=c.indexOf(m),k!==l&&(-1===l?h[g]=h[g].split(m).join(""):-1===k&&(h[g]+=" "+m)));b=h.join(", "),c=i.join(", ")}return ua(a,this.p,b,c,this.clrs,this.dflt,d,this.pr,e,f)},j.parse=function(a,b,c,d,f,g,h){return this.parseComplex(a.style,this.format($(a,this.p,e,!1,this.dflt)),this.format(b),f,g)},g.registerSpecialProp=function(a,b,c){xa(a,{parser:function(a,d,e,f,g,h,i){var j=new sa(a,e,0,0,g,2,e,!1,c);return j.plugin=h,j.setRatio=b(a,d,f._tween,e),j},priority:c})},g.useSVGTransformAttr=m||n;var za,Aa="scaleX,scaleY,scaleZ,x,y,z,skewX,skewY,rotation,rotationX,rotationY,perspective,xPercent,yPercent".split(","),Ba=Y("transform"),Ca=W+"transform",Da=Y("transformOrigin"),Ea=null!==Y("perspective"),Fa=R.Transform=function(){this.perspective=parseFloat(g.defaultTransformPerspective)||0,this.force3D=g.defaultForce3D!==!1&&Ea?g.defaultForce3D||"auto":!1},Ga=window.SVGElement,Ha=function(a,b,c){var d,e=N.createElementNS("http://www.w3.org/2000/svg",a),f=/([a-z])([A-Z])/g;for(d in c)e.setAttributeNS(null,d.replace(f,"$1-$2").toLowerCase(),c[d]);return b.appendChild(e),e},Ia=N.documentElement,Ja=function(){var a,b,c,d=p||/Android/i.test(S)&&!window.chrome;return N.createElementNS&&!d&&(a=Ha("svg",Ia),b=Ha("rect",a,{width:100,height:50,x:100}),c=b.getBoundingClientRect().width,b.style[Da]="50% 50%",b.style[Ba]="scaleX(0.5)",d=c===b.getBoundingClientRect().width&&!(n&&Ea),Ia.removeChild(a)),d}(),Ka=function(a,b,c,d,e,f){var h,i,j,k,l,m,n,o,p,q,r,s,t,u,v=a._gsTransform,w=Oa(a,!0);v&&(t=v.xOrigin,u=v.yOrigin),(!d||(h=d.split(" ")).length<2)&&(n=a.getBBox(),b=ga(b).split(" "),h=[(-1!==b[0].indexOf("%")?parseFloat(b[0])/100*n.width:parseFloat(b[0]))+n.x,(-1!==b[1].indexOf("%")?parseFloat(b[1])/100*n.height:parseFloat(b[1]))+n.y]),c.xOrigin=k=parseFloat(h[0]),c.yOrigin=l=parseFloat(h[1]),d&&w!==Na&&(m=w[0],n=w[1],o=w[2],p=w[3],q=w[4],r=w[5],s=m*p-n*o,i=k*(p/s)+l*(-o/s)+(o*r-p*q)/s,j=k*(-n/s)+l*(m/s)-(m*r-n*q)/s,k=c.xOrigin=h[0]=i,l=c.yOrigin=h[1]=j),v&&(f&&(c.xOffset=v.xOffset,c.yOffset=v.yOffset,v=c),e||e!==!1&&g.defaultSmoothOrigin!==!1?(i=k-t,j=l-u,v.xOffset+=i*w[0]+j*w[2]-i,v.yOffset+=i*w[1]+j*w[3]-j):v.xOffset=v.yOffset=0),f||a.setAttribute("data-svg-origin",h.join(" "))},La=function(a){try{return a.getBBox()}catch(a){}},Ma=function(a){return!!(Ga&&a.getBBox&&a.getCTM&&La(a)&&(!a.parentNode||a.parentNode.getBBox&&a.parentNode.getCTM))},Na=[1,0,0,1,0,0],Oa=function(a,b){var c,d,e,f,g,h,i=a._gsTransform||new Fa,j=1e5,k=a.style;if(Ba?d=$(a,Ca,null,!0):a.currentStyle&&(d=a.currentStyle.filter.match(G),d=d&&4===d.length?[d[0].substr(4),Number(d[2].substr(4)),Number(d[1].substr(4)),d[3].substr(4),i.x||0,i.y||0].join(","):""),c=!d||"none"===d||"matrix(1, 0, 0, 1, 0, 0)"===d,c&&Ba&&((h="none"===Z(a).display)||!a.parentNode)&&(h&&(f=k.display,k.display="block"),a.parentNode||(g=1,Ia.appendChild(a)),d=$(a,Ca,null,!0),c=!d||"none"===d||"matrix(1, 0, 0, 1, 0, 0)"===d,f?k.display=f:h&&Ta(k,"display"),g&&Ia.removeChild(a)),(i.svg||a.getBBox&&Ma(a))&&(c&&-1!==(k[Ba]+"").indexOf("matrix")&&(d=k[Ba],c=0),e=a.getAttribute("transform"),c&&e&&(-1!==e.indexOf("matrix")?(d=e,c=0):-1!==e.indexOf("translate")&&(d="matrix(1,0,0,1,"+e.match(/(?:\-|\b)[\d\-\.e]+\b/gi).join(",")+")",c=0))),c)return Na;for(e=(d||"").match(s)||[],va=e.length;--va>-1;)f=Number(e[va]),e[va]=(g=f-(f|=0))?(g*j+(0>g?-.5:.5)|0)/j+f:f;return b&&e.length>6?[e[0],e[1],e[4],e[5],e[12],e[13]]:e},Pa=R.getTransform=function(a,c,d,e){if(a._gsTransform&&d&&!e)return a._gsTransform;var f,h,i,j,k,l,m=d?a._gsTransform||new Fa:new Fa,n=m.scaleX<0,o=2e-5,p=1e5,q=Ea?parseFloat($(a,Da,c,!1,"0 0 0").split(" ")[2])||m.zOrigin||0:0,r=parseFloat(g.defaultTransformPerspective)||0;if(m.svg=!(!a.getBBox||!Ma(a)),m.svg&&(Ka(a,$(a,Da,c,!1,"50% 50%")+"",m,a.getAttribute("data-svg-origin")),za=g.useSVGTransformAttr||Ja),f=Oa(a),f!==Na){if(16===f.length){var s,t,u,v,w,x=f[0],y=f[1],z=f[2],A=f[3],B=f[4],C=f[5],D=f[6],E=f[7],F=f[8],G=f[9],H=f[10],I=f[12],J=f[13],K=f[14],M=f[11],N=Math.atan2(D,H);m.zOrigin&&(K=-m.zOrigin,I=F*K-f[12],J=G*K-f[13],K=H*K+m.zOrigin-f[14]),m.rotationX=N*L,N&&(v=Math.cos(-N),w=Math.sin(-N),s=B*v+F*w,t=C*v+G*w,u=D*v+H*w,F=B*-w+F*v,G=C*-w+G*v,H=D*-w+H*v,M=E*-w+M*v,B=s,C=t,D=u),N=Math.atan2(-z,H),m.rotationY=N*L,N&&(v=Math.cos(-N),w=Math.sin(-N),s=x*v-F*w,t=y*v-G*w,u=z*v-H*w,G=y*w+G*v,H=z*w+H*v,M=A*w+M*v,x=s,y=t,z=u),N=Math.atan2(y,x),m.rotation=N*L,N&&(v=Math.cos(-N),w=Math.sin(-N),x=x*v+B*w,t=y*v+C*w,C=y*-w+C*v,D=z*-w+D*v,y=t),m.rotationX&&Math.abs(m.rotationX)+Math.abs(m.rotation)>359.9&&(m.rotationX=m.rotation=0,m.rotationY=180-m.rotationY),m.scaleX=(Math.sqrt(x*x+y*y)*p+.5|0)/p,m.scaleY=(Math.sqrt(C*C+G*G)*p+.5|0)/p,m.scaleZ=(Math.sqrt(D*D+H*H)*p+.5|0)/p,m.rotationX||m.rotationY?m.skewX=0:(m.skewX=B||C?Math.atan2(B,C)*L+m.rotation:m.skewX||0,Math.abs(m.skewX)>90&&Math.abs(m.skewX)<270&&(n?(m.scaleX*=-1,m.skewX+=m.rotation<=0?180:-180,m.rotation+=m.rotation<=0?180:-180):(m.scaleY*=-1,m.skewX+=m.skewX<=0?180:-180))),m.perspective=M?1/(0>M?-M:M):0,m.x=I,m.y=J,m.z=K,m.svg&&(m.x-=m.xOrigin-(m.xOrigin*x-m.yOrigin*B),m.y-=m.yOrigin-(m.yOrigin*y-m.xOrigin*C))}else if(!Ea||e||!f.length||m.x!==f[4]||m.y!==f[5]||!m.rotationX&&!m.rotationY){var O=f.length>=6,P=O?f[0]:1,Q=f[1]||0,R=f[2]||0,S=O?f[3]:1;m.x=f[4]||0,m.y=f[5]||0,i=Math.sqrt(P*P+Q*Q),j=Math.sqrt(S*S+R*R),k=P||Q?Math.atan2(Q,P)*L:m.rotation||0,l=R||S?Math.atan2(R,S)*L+k:m.skewX||0,Math.abs(l)>90&&Math.abs(l)<270&&(n?(i*=-1,l+=0>=k?180:-180,k+=0>=k?180:-180):(j*=-1,l+=0>=l?180:-180)),m.scaleX=i,m.scaleY=j,m.rotation=k,m.skewX=l,Ea&&(m.rotationX=m.rotationY=m.z=0,m.perspective=r,m.scaleZ=1),m.svg&&(m.x-=m.xOrigin-(m.xOrigin*P+m.yOrigin*R),m.y-=m.yOrigin-(m.xOrigin*Q+m.yOrigin*S))}m.zOrigin=q;for(h in m)m[h]<o&&m[h]>-o&&(m[h]=0)}return d&&(a._gsTransform=m,m.svg&&(za&&a.style[Ba]?b.delayedCall(.001,function(){Ta(a.style,Ba)}):!za&&a.getAttribute("transform")&&b.delayedCall(.001,function(){a.removeAttribute("transform")}))),m},Qa=function(a){var b,c,d=this.data,e=-d.rotation*K,f=e+d.skewX*K,g=1e5,h=(Math.cos(e)*d.scaleX*g|0)/g,i=(Math.sin(e)*d.scaleX*g|0)/g,j=(Math.sin(f)*-d.scaleY*g|0)/g,k=(Math.cos(f)*d.scaleY*g|0)/g,l=this.t.style,m=this.t.currentStyle;if(m){c=i,i=-j,j=-c,b=m.filter,l.filter="";var n,o,q=this.t.offsetWidth,r=this.t.offsetHeight,s="absolute"!==m.position,t="progid:DXImageTransform.Microsoft.Matrix(M11="+h+", M12="+i+", M21="+j+", M22="+k,u=d.x+q*d.xPercent/100,v=d.y+r*d.yPercent/100;if(null!=d.ox&&(n=(d.oxp?q*d.ox*.01:d.ox)-q/2,o=(d.oyp?r*d.oy*.01:d.oy)-r/2,u+=n-(n*h+o*i),v+=o-(n*j+o*k)),s?(n=q/2,o=r/2,t+=", Dx="+(n-(n*h+o*i)+u)+", Dy="+(o-(n*j+o*k)+v)+")"):t+=", sizingMethod='auto expand')",-1!==b.indexOf("DXImageTransform.Microsoft.Matrix(")?l.filter=b.replace(H,t):l.filter=t+" "+b,(0===a||1===a)&&1===h&&0===i&&0===j&&1===k&&(s&&-1===t.indexOf("Dx=0, Dy=0")||x.test(b)&&100!==parseFloat(RegExp.$1)||-1===b.indexOf(b.indexOf("Alpha"))&&l.removeAttribute("filter")),!s){var y,z,A,B=8>p?1:-1;for(n=d.ieOffsetX||0,o=d.ieOffsetY||0,d.ieOffsetX=Math.round((q-((0>h?-h:h)*q+(0>i?-i:i)*r))/2+u),d.ieOffsetY=Math.round((r-((0>k?-k:k)*r+(0>j?-j:j)*q))/2+v),va=0;4>va;va++)z=ea[va],y=m[z],c=-1!==y.indexOf("px")?parseFloat(y):_(this.t,z,parseFloat(y),y.replace(w,""))||0,A=c!==d[z]?2>va?-d.ieOffsetX:-d.ieOffsetY:2>va?n-d.ieOffsetX:o-d.ieOffsetY,l[z]=(d[z]=Math.round(c-A*(0===va||2===va?1:B)))+"px"}}},Ra=R.set3DTransformRatio=R.setTransformRatio=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,o,p,q,r,s,t,u,v,w,x,y,z=this.data,A=this.t.style,B=z.rotation,C=z.rotationX,D=z.rotationY,E=z.scaleX,F=z.scaleY,G=z.scaleZ,H=z.x,I=z.y,J=z.z,L=z.svg,M=z.perspective,N=z.force3D;if(((1===a||0===a)&&"auto"===N&&(this.tween._totalTime===this.tween._totalDuration||!this.tween._totalTime)||!N)&&!J&&!M&&!D&&!C&&1===G||za&&L||!Ea)return void(B||z.skewX||L?(B*=K,x=z.skewX*K,y=1e5,b=Math.cos(B)*E,e=Math.sin(B)*E,c=Math.sin(B-x)*-F,f=Math.cos(B-x)*F,x&&"simple"===z.skewType&&(s=Math.tan(x-z.skewY*K),s=Math.sqrt(1+s*s),c*=s,f*=s,z.skewY&&(s=Math.tan(z.skewY*K),s=Math.sqrt(1+s*s),b*=s,e*=s)),L&&(H+=z.xOrigin-(z.xOrigin*b+z.yOrigin*c)+z.xOffset,I+=z.yOrigin-(z.xOrigin*e+z.yOrigin*f)+z.yOffset,za&&(z.xPercent||z.yPercent)&&(p=this.t.getBBox(),H+=.01*z.xPercent*p.width,I+=.01*z.yPercent*p.height),p=1e-6,p>H&&H>-p&&(H=0),p>I&&I>-p&&(I=0)),u=(b*y|0)/y+","+(e*y|0)/y+","+(c*y|0)/y+","+(f*y|0)/y+","+H+","+I+")",L&&za?this.t.setAttribute("transform","matrix("+u):A[Ba]=(z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) matrix(":"matrix(")+u):A[Ba]=(z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) matrix(":"matrix(")+E+",0,0,"+F+","+H+","+I+")");if(n&&(p=1e-4,p>E&&E>-p&&(E=G=2e-5),p>F&&F>-p&&(F=G=2e-5),!M||z.z||z.rotationX||z.rotationY||(M=0)),B||z.skewX)B*=K,q=b=Math.cos(B),r=e=Math.sin(B),z.skewX&&(B-=z.skewX*K,q=Math.cos(B),r=Math.sin(B),"simple"===z.skewType&&(s=Math.tan((z.skewX-z.skewY)*K),s=Math.sqrt(1+s*s),q*=s,r*=s,z.skewY&&(s=Math.tan(z.skewY*K),s=Math.sqrt(1+s*s),b*=s,e*=s))),c=-r,f=q;else{if(!(D||C||1!==G||M||L))return void(A[Ba]=(z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) translate3d(":"translate3d(")+H+"px,"+I+"px,"+J+"px)"+(1!==E||1!==F?" scale("+E+","+F+")":""));b=f=1,c=e=0}j=1,d=g=h=i=k=l=0,m=M?-1/M:0,o=z.zOrigin,p=1e-6,v=",",w="0",B=D*K,B&&(q=Math.cos(B),r=Math.sin(B),h=-r,k=m*-r,d=b*r,g=e*r,j=q,m*=q,b*=q,e*=q),B=C*K,B&&(q=Math.cos(B),r=Math.sin(B),s=c*q+d*r,t=f*q+g*r,i=j*r,l=m*r,d=c*-r+d*q,g=f*-r+g*q,j*=q,m*=q,c=s,f=t),1!==G&&(d*=G,g*=G,j*=G,m*=G),1!==F&&(c*=F,f*=F,i*=F,l*=F),1!==E&&(b*=E,e*=E,h*=E,k*=E),(o||L)&&(o&&(H+=d*-o,I+=g*-o,J+=j*-o+o),L&&(H+=z.xOrigin-(z.xOrigin*b+z.yOrigin*c)+z.xOffset,I+=z.yOrigin-(z.xOrigin*e+z.yOrigin*f)+z.yOffset),p>H&&H>-p&&(H=w),p>I&&I>-p&&(I=w),p>J&&J>-p&&(J=0)),u=z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) matrix3d(":"matrix3d(",u+=(p>b&&b>-p?w:b)+v+(p>e&&e>-p?w:e)+v+(p>h&&h>-p?w:h),u+=v+(p>k&&k>-p?w:k)+v+(p>c&&c>-p?w:c)+v+(p>f&&f>-p?w:f),C||D||1!==G?(u+=v+(p>i&&i>-p?w:i)+v+(p>l&&l>-p?w:l)+v+(p>d&&d>-p?w:d),u+=v+(p>g&&g>-p?w:g)+v+(p>j&&j>-p?w:j)+v+(p>m&&m>-p?w:m)+v):u+=",0,0,0,0,1,0,",u+=H+v+I+v+J+v+(M?1+-J/M:1)+")",A[Ba]=u};j=Fa.prototype,j.x=j.y=j.z=j.skewX=j.skewY=j.rotation=j.rotationX=j.rotationY=j.zOrigin=j.xPercent=j.yPercent=j.xOffset=j.yOffset=0,j.scaleX=j.scaleY=j.scaleZ=1,xa("transform,scale,scaleX,scaleY,scaleZ,x,y,z,rotation,rotationX,rotationY,rotationZ,skewX,skewY,shortRotation,shortRotationX,shortRotationY,shortRotationZ,transformOrigin,svgOrigin,transformPerspective,directionalRotation,parseTransform,force3D,skewType,xPercent,yPercent,smoothOrigin",{parser:function(a,b,c,d,f,h,i){if(d._lastParsedTransform===i)return f;d._lastParsedTransform=i;var j;"function"==typeof i[c]&&(j=i[c],i[c]=b);var k,l,m,n,o,p,s,t,u,v=a._gsTransform,w=a.style,x=1e-6,y=Aa.length,z=i,A={},B="transformOrigin",C=Pa(a,e,!0,z.parseTransform),D=z.transform&&("function"==typeof z.transform?z.transform(r,q):z.transform);if(d._transform=C,D&&"string"==typeof D&&Ba)l=P.style,l[Ba]=D,l.display="block",l.position="absolute",N.body.appendChild(P),k=Pa(P,null,!1),C.svg&&(p=C.xOrigin,s=C.yOrigin,k.x-=C.xOffset,k.y-=C.yOffset,(z.transformOrigin||z.svgOrigin)&&(D={},Ka(a,ga(z.transformOrigin),D,z.svgOrigin,z.smoothOrigin,!0),p=D.xOrigin,s=D.yOrigin,k.x-=D.xOffset-C.xOffset,k.y-=D.yOffset-C.yOffset),(p||s)&&(t=Oa(P,!0),k.x-=p-(p*t[0]+s*t[2]),k.y-=s-(p*t[1]+s*t[3]))),N.body.removeChild(P),k.perspective||(k.perspective=C.perspective),null!=z.xPercent&&(k.xPercent=ia(z.xPercent,C.xPercent)),null!=z.yPercent&&(k.yPercent=ia(z.yPercent,C.yPercent));else if("object"==typeof z){if(k={scaleX:ia(null!=z.scaleX?z.scaleX:z.scale,C.scaleX),scaleY:ia(null!=z.scaleY?z.scaleY:z.scale,C.scaleY),scaleZ:ia(z.scaleZ,C.scaleZ),x:ia(z.x,C.x),y:ia(z.y,C.y),z:ia(z.z,C.z),xPercent:ia(z.xPercent,C.xPercent),yPercent:ia(z.yPercent,C.yPercent),perspective:ia(z.transformPerspective,C.perspective)},o=z.directionalRotation,null!=o)if("object"==typeof o)for(l in o)z[l]=o[l];else z.rotation=o;"string"==typeof z.x&&-1!==z.x.indexOf("%")&&(k.x=0,k.xPercent=ia(z.x,C.xPercent)),"string"==typeof z.y&&-1!==z.y.indexOf("%")&&(k.y=0,k.yPercent=ia(z.y,C.yPercent)),k.rotation=ja("rotation"in z?z.rotation:"shortRotation"in z?z.shortRotation+"_short":"rotationZ"in z?z.rotationZ:C.rotation-C.skewY,C.rotation-C.skewY,"rotation",A),Ea&&(k.rotationX=ja("rotationX"in z?z.rotationX:"shortRotationX"in z?z.shortRotationX+"_short":C.rotationX||0,C.rotationX,"rotationX",A),k.rotationY=ja("rotationY"in z?z.rotationY:"shortRotationY"in z?z.shortRotationY+"_short":C.rotationY||0,C.rotationY,"rotationY",A)),k.skewX=ja(z.skewX,C.skewX-C.skewY),(k.skewY=ja(z.skewY,C.skewY))&&(k.skewX+=k.skewY,k.rotation+=k.skewY)}for(Ea&&null!=z.force3D&&(C.force3D=z.force3D,n=!0),C.skewType=z.skewType||C.skewType||g.defaultSkewType,m=C.force3D||C.z||C.rotationX||C.rotationY||k.z||k.rotationX||k.rotationY||k.perspective,m||null==z.scale||(k.scaleZ=1);--y>-1;)u=Aa[y],D=k[u]-C[u],(D>x||-x>D||null!=z[u]||null!=M[u])&&(n=!0,
f=new sa(C,u,C[u],D,f),u in A&&(f.e=A[u]),f.xs0=0,f.plugin=h,d._overwriteProps.push(f.n));return D=z.transformOrigin,C.svg&&(D||z.svgOrigin)&&(p=C.xOffset,s=C.yOffset,Ka(a,ga(D),k,z.svgOrigin,z.smoothOrigin),f=ta(C,"xOrigin",(v?C:k).xOrigin,k.xOrigin,f,B),f=ta(C,"yOrigin",(v?C:k).yOrigin,k.yOrigin,f,B),(p!==C.xOffset||s!==C.yOffset)&&(f=ta(C,"xOffset",v?p:C.xOffset,C.xOffset,f,B),f=ta(C,"yOffset",v?s:C.yOffset,C.yOffset,f,B)),D=za?null:"0px 0px"),(D||Ea&&m&&C.zOrigin)&&(Ba?(n=!0,u=Da,D=(D||$(a,u,e,!1,"50% 50%"))+"",f=new sa(w,u,0,0,f,-1,B),f.b=w[u],f.plugin=h,Ea?(l=C.zOrigin,D=D.split(" "),C.zOrigin=(D.length>2&&(0===l||"0px"!==D[2])?parseFloat(D[2]):l)||0,f.xs0=f.e=D[0]+" "+(D[1]||"50%")+" 0px",f=new sa(C,"zOrigin",0,0,f,-1,f.n),f.b=l,f.xs0=f.e=C.zOrigin):f.xs0=f.e=D):ga(D+"",C)),n&&(d._transformType=C.svg&&za||!m&&3!==this._transformType?2:3),j&&(i[c]=j),f},prefix:!0}),xa("boxShadow",{defaultValue:"0px 0px 0px 0px #999",prefix:!0,color:!0,multi:!0,keyword:"inset"}),xa("borderRadius",{defaultValue:"0px",parser:function(a,b,c,f,g,h){b=this.format(b);var i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y=["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],z=a.style;for(q=parseFloat(a.offsetWidth),r=parseFloat(a.offsetHeight),i=b.split(" "),j=0;j<y.length;j++)this.p.indexOf("border")&&(y[j]=Y(y[j])),m=l=$(a,y[j],e,!1,"0px"),-1!==m.indexOf(" ")&&(l=m.split(" "),m=l[0],l=l[1]),n=k=i[j],o=parseFloat(m),t=m.substr((o+"").length),u="="===n.charAt(1),u?(p=parseInt(n.charAt(0)+"1",10),n=n.substr(2),p*=parseFloat(n),s=n.substr((p+"").length-(0>p?1:0))||""):(p=parseFloat(n),s=n.substr((p+"").length)),""===s&&(s=d[c]||t),s!==t&&(v=_(a,"borderLeft",o,t),w=_(a,"borderTop",o,t),"%"===s?(m=v/q*100+"%",l=w/r*100+"%"):"em"===s?(x=_(a,"borderLeft",1,"em"),m=v/x+"em",l=w/x+"em"):(m=v+"px",l=w+"px"),u&&(n=parseFloat(m)+p+s,k=parseFloat(l)+p+s)),g=ua(z,y[j],m+" "+l,n+" "+k,!1,"0px",g);return g},prefix:!0,formatter:pa("0px 0px 0px 0px",!1,!0)}),xa("borderBottomLeftRadius,borderBottomRightRadius,borderTopLeftRadius,borderTopRightRadius",{defaultValue:"0px",parser:function(a,b,c,d,f,g){return ua(a.style,c,this.format($(a,c,e,!1,"0px 0px")),this.format(b),!1,"0px",f)},prefix:!0,formatter:pa("0px 0px",!1,!0)}),xa("backgroundPosition",{defaultValue:"0 0",parser:function(a,b,c,d,f,g){var h,i,j,k,l,m,n="background-position",o=e||Z(a,null),q=this.format((o?p?o.getPropertyValue(n+"-x")+" "+o.getPropertyValue(n+"-y"):o.getPropertyValue(n):a.currentStyle.backgroundPositionX+" "+a.currentStyle.backgroundPositionY)||"0 0"),r=this.format(b);if(-1!==q.indexOf("%")!=(-1!==r.indexOf("%"))&&r.split(",").length<2&&(m=$(a,"backgroundImage").replace(D,""),m&&"none"!==m)){for(h=q.split(" "),i=r.split(" "),Q.setAttribute("src",m),j=2;--j>-1;)q=h[j],k=-1!==q.indexOf("%"),k!==(-1!==i[j].indexOf("%"))&&(l=0===j?a.offsetWidth-Q.width:a.offsetHeight-Q.height,h[j]=k?parseFloat(q)/100*l+"px":parseFloat(q)/l*100+"%");q=h.join(" ")}return this.parseComplex(a.style,q,r,f,g)},formatter:ga}),xa("backgroundSize",{defaultValue:"0 0",formatter:function(a){return a+="",ga(-1===a.indexOf(" ")?a+" "+a:a)}}),xa("perspective",{defaultValue:"0px",prefix:!0}),xa("perspectiveOrigin",{defaultValue:"50% 50%",prefix:!0}),xa("transformStyle",{prefix:!0}),xa("backfaceVisibility",{prefix:!0}),xa("userSelect",{prefix:!0}),xa("margin",{parser:qa("marginTop,marginRight,marginBottom,marginLeft")}),xa("padding",{parser:qa("paddingTop,paddingRight,paddingBottom,paddingLeft")}),xa("clip",{defaultValue:"rect(0px,0px,0px,0px)",parser:function(a,b,c,d,f,g){var h,i,j;return 9>p?(i=a.currentStyle,j=8>p?" ":",",h="rect("+i.clipTop+j+i.clipRight+j+i.clipBottom+j+i.clipLeft+")",b=this.format(b).split(",").join(j)):(h=this.format($(a,this.p,e,!1,this.dflt)),b=this.format(b)),this.parseComplex(a.style,h,b,f,g)}}),xa("textShadow",{defaultValue:"0px 0px 0px #999",color:!0,multi:!0}),xa("autoRound,strictUnits",{parser:function(a,b,c,d,e){return e}}),xa("border",{defaultValue:"0px solid #000",parser:function(a,b,c,d,f,g){var h=$(a,"borderTopWidth",e,!1,"0px"),i=this.format(b).split(" "),j=i[0].replace(w,"");return"px"!==j&&(h=parseFloat(h)/_(a,"borderTopWidth",1,j)+j),this.parseComplex(a.style,this.format(h+" "+$(a,"borderTopStyle",e,!1,"solid")+" "+$(a,"borderTopColor",e,!1,"#000")),i.join(" "),f,g)},color:!0,formatter:function(a){var b=a.split(" ");return b[0]+" "+(b[1]||"solid")+" "+(a.match(oa)||["#000"])[0]}}),xa("borderWidth",{parser:qa("borderTopWidth,borderRightWidth,borderBottomWidth,borderLeftWidth")}),xa("float,cssFloat,styleFloat",{parser:function(a,b,c,d,e,f){var g=a.style,h="cssFloat"in g?"cssFloat":"styleFloat";return new sa(g,h,0,0,e,-1,c,!1,0,g[h],b)}});var Sa=function(a){var b,c=this.t,d=c.filter||$(this.data,"filter")||"",e=this.s+this.c*a|0;100===e&&(-1===d.indexOf("atrix(")&&-1===d.indexOf("radient(")&&-1===d.indexOf("oader(")?(c.removeAttribute("filter"),b=!$(this.data,"filter")):(c.filter=d.replace(z,""),b=!0)),b||(this.xn1&&(c.filter=d=d||"alpha(opacity="+e+")"),-1===d.indexOf("pacity")?0===e&&this.xn1||(c.filter=d+" alpha(opacity="+e+")"):c.filter=d.replace(x,"opacity="+e))};xa("opacity,alpha,autoAlpha",{defaultValue:"1",parser:function(a,b,c,d,f,g){var h=parseFloat($(a,"opacity",e,!1,"1")),i=a.style,j="autoAlpha"===c;return"string"==typeof b&&"="===b.charAt(1)&&(b=("-"===b.charAt(0)?-1:1)*parseFloat(b.substr(2))+h),j&&1===h&&"hidden"===$(a,"visibility",e)&&0!==b&&(h=0),T?f=new sa(i,"opacity",h,b-h,f):(f=new sa(i,"opacity",100*h,100*(b-h),f),f.xn1=j?1:0,i.zoom=1,f.type=2,f.b="alpha(opacity="+f.s+")",f.e="alpha(opacity="+(f.s+f.c)+")",f.data=a,f.plugin=g,f.setRatio=Sa),j&&(f=new sa(i,"visibility",0,0,f,-1,null,!1,0,0!==h?"inherit":"hidden",0===b?"hidden":"inherit"),f.xs0="inherit",d._overwriteProps.push(f.n),d._overwriteProps.push(c)),f}});var Ta=function(a,b){b&&(a.removeProperty?(("ms"===b.substr(0,2)||"webkit"===b.substr(0,6))&&(b="-"+b),a.removeProperty(b.replace(B,"-$1").toLowerCase())):a.removeAttribute(b))},Ua=function(a){if(this.t._gsClassPT=this,1===a||0===a){this.t.setAttribute("class",0===a?this.b:this.e);for(var b=this.data,c=this.t.style;b;)b.v?c[b.p]=b.v:Ta(c,b.p),b=b._next;1===a&&this.t._gsClassPT===this&&(this.t._gsClassPT=null)}else this.t.getAttribute("class")!==this.e&&this.t.setAttribute("class",this.e)};xa("className",{parser:function(a,b,d,f,g,h,i){var j,k,l,m,n,o=a.getAttribute("class")||"",p=a.style.cssText;if(g=f._classNamePT=new sa(a,d,0,0,g,2),g.setRatio=Ua,g.pr=-11,c=!0,g.b=o,k=ba(a,e),l=a._gsClassPT){for(m={},n=l.data;n;)m[n.p]=1,n=n._next;l.setRatio(1)}return a._gsClassPT=g,g.e="="!==b.charAt(1)?b:o.replace(new RegExp("(?:\\s|^)"+b.substr(2)+"(?![\\w-])"),"")+("+"===b.charAt(0)?" "+b.substr(2):""),a.setAttribute("class",g.e),j=ca(a,k,ba(a),i,m),a.setAttribute("class",o),g.data=j.firstMPT,a.style.cssText=p,g=g.xfirst=f.parse(a,j.difs,g,h)}});var Va=function(a){if((1===a||0===a)&&this.data._totalTime===this.data._totalDuration&&"isFromStart"!==this.data.data){var b,c,d,e,f,g=this.t.style,h=i.transform.parse;if("all"===this.e)g.cssText="",e=!0;else for(b=this.e.split(" ").join("").split(","),d=b.length;--d>-1;)c=b[d],i[c]&&(i[c].parse===h?e=!0:c="transformOrigin"===c?Da:i[c].p),Ta(g,c);e&&(Ta(g,Ba),f=this.t._gsTransform,f&&(f.svg&&(this.t.removeAttribute("data-svg-origin"),this.t.removeAttribute("transform")),delete this.t._gsTransform))}};for(xa("clearProps",{parser:function(a,b,d,e,f){return f=new sa(a,d,0,0,f,2),f.setRatio=Va,f.e=b,f.pr=-10,f.data=e._tween,c=!0,f}}),j="bezier,throwProps,physicsProps,physics2D".split(","),va=j.length;va--;)ya(j[va]);j=g.prototype,j._firstPT=j._lastParsedTransform=j._transform=null,j._onInitTween=function(a,b,h,j){if(!a.nodeType)return!1;this._target=q=a,this._tween=h,this._vars=b,r=j,k=b.autoRound,c=!1,d=b.suffixMap||g.suffixMap,e=Z(a,""),f=this._overwriteProps;var n,p,s,t,u,v,w,x,z,A=a.style;if(l&&""===A.zIndex&&(n=$(a,"zIndex",e),("auto"===n||""===n)&&this._addLazySet(A,"zIndex",0)),"string"==typeof b&&(t=A.cssText,n=ba(a,e),A.cssText=t+";"+b,n=ca(a,n,ba(a)).difs,!T&&y.test(b)&&(n.opacity=parseFloat(RegExp.$1)),b=n,A.cssText=t),b.className?this._firstPT=p=i.className.parse(a,b.className,"className",this,null,null,b):this._firstPT=p=this.parse(a,b,null),this._transformType){for(z=3===this._transformType,Ba?m&&(l=!0,""===A.zIndex&&(w=$(a,"zIndex",e),("auto"===w||""===w)&&this._addLazySet(A,"zIndex",0)),o&&this._addLazySet(A,"WebkitBackfaceVisibility",this._vars.WebkitBackfaceVisibility||(z?"visible":"hidden"))):A.zoom=1,s=p;s&&s._next;)s=s._next;x=new sa(a,"transform",0,0,null,2),this._linkCSSP(x,null,s),x.setRatio=Ba?Ra:Qa,x.data=this._transform||Pa(a,e,!0),x.tween=h,x.pr=-1,f.pop()}if(c){for(;p;){for(v=p._next,s=t;s&&s.pr>p.pr;)s=s._next;(p._prev=s?s._prev:u)?p._prev._next=p:t=p,(p._next=s)?s._prev=p:u=p,p=v}this._firstPT=t}return!0},j.parse=function(a,b,c,f){var g,h,j,l,m,n,o,p,s,t,u=a.style;for(g in b)n=b[g],"function"==typeof n&&(n=n(r,q)),h=i[g],h?c=h.parse(a,n,g,this,c,f,b):(m=$(a,g,e)+"",s="string"==typeof n,"color"===g||"fill"===g||"stroke"===g||-1!==g.indexOf("Color")||s&&A.test(n)?(s||(n=ma(n),n=(n.length>3?"rgba(":"rgb(")+n.join(",")+")"),c=ua(u,g,m,n,!0,"transparent",c,0,f)):s&&J.test(n)?c=ua(u,g,m,n,!0,null,c,0,f):(j=parseFloat(m),o=j||0===j?m.substr((j+"").length):"",(""===m||"auto"===m)&&("width"===g||"height"===g?(j=fa(a,g,e),o="px"):"left"===g||"top"===g?(j=aa(a,g,e),o="px"):(j="opacity"!==g?0:1,o="")),t=s&&"="===n.charAt(1),t?(l=parseInt(n.charAt(0)+"1",10),n=n.substr(2),l*=parseFloat(n),p=n.replace(w,"")):(l=parseFloat(n),p=s?n.replace(w,""):""),""===p&&(p=g in d?d[g]:o),n=l||0===l?(t?l+j:l)+p:b[g],o!==p&&""!==p&&(l||0===l)&&j&&(j=_(a,g,j,o),"%"===p?(j/=_(a,g,100,"%")/100,b.strictUnits!==!0&&(m=j+"%")):"em"===p||"rem"===p||"vw"===p||"vh"===p?j/=_(a,g,1,p):"px"!==p&&(l=_(a,g,l,p),p="px"),t&&(l||0===l)&&(n=l+j+p)),t&&(l+=j),!j&&0!==j||!l&&0!==l?void 0!==u[g]&&(n||n+""!="NaN"&&null!=n)?(c=new sa(u,g,l||j||0,0,c,-1,g,!1,0,m,n),c.xs0="none"!==n||"display"!==g&&-1===g.indexOf("Style")?n:m):V("invalid "+g+" tween value: "+b[g]):(c=new sa(u,g,j,l-j,c,0,g,k!==!1&&("px"===p||"zIndex"===g),0,m,n),c.xs0=p))),f&&c&&!c.plugin&&(c.plugin=f);return c},j.setRatio=function(a){var b,c,d,e=this._firstPT,f=1e-6;if(1!==a||this._tween._time!==this._tween._duration&&0!==this._tween._time)if(a||this._tween._time!==this._tween._duration&&0!==this._tween._time||this._tween._rawPrevTime===-1e-6)for(;e;){if(b=e.c*a+e.s,e.r?b=Math.round(b):f>b&&b>-f&&(b=0),e.type)if(1===e.type)if(d=e.l,2===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2;else if(3===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2+e.xn2+e.xs3;else if(4===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2+e.xn2+e.xs3+e.xn3+e.xs4;else if(5===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2+e.xn2+e.xs3+e.xn3+e.xs4+e.xn4+e.xs5;else{for(c=e.xs0+b+e.xs1,d=1;d<e.l;d++)c+=e["xn"+d]+e["xs"+(d+1)];e.t[e.p]=c}else-1===e.type?e.t[e.p]=e.xs0:e.setRatio&&e.setRatio(a);else e.t[e.p]=b+e.xs0;e=e._next}else for(;e;)2!==e.type?e.t[e.p]=e.b:e.setRatio(a),e=e._next;else for(;e;){if(2!==e.type)if(e.r&&-1!==e.type)if(b=Math.round(e.s+e.c),e.type){if(1===e.type){for(d=e.l,c=e.xs0+b+e.xs1,d=1;d<e.l;d++)c+=e["xn"+d]+e["xs"+(d+1)];e.t[e.p]=c}}else e.t[e.p]=b+e.xs0;else e.t[e.p]=e.e;else e.setRatio(a);e=e._next}},j._enableTransforms=function(a){this._transform=this._transform||Pa(this._target,e,!0),this._transformType=this._transform.svg&&za||!a&&3!==this._transformType?2:3};var Wa=function(a){this.t[this.p]=this.e,this.data._linkCSSP(this,this._next,null,!0)};j._addLazySet=function(a,b,c){var d=this._firstPT=new sa(a,b,0,0,this._firstPT,2);d.e=c,d.setRatio=Wa,d.data=this},j._linkCSSP=function(a,b,c,d){return a&&(b&&(b._prev=a),a._next&&(a._next._prev=a._prev),a._prev?a._prev._next=a._next:this._firstPT===a&&(this._firstPT=a._next,d=!0),c?c._next=a:d||null!==this._firstPT||(this._firstPT=a),a._next=b,a._prev=c),a},j._mod=function(a){for(var b=this._firstPT;b;)"function"==typeof a[b.p]&&a[b.p]===Math.round&&(b.r=1),b=b._next},j._kill=function(b){var c,d,e,f=b;if(b.autoAlpha||b.alpha){f={};for(d in b)f[d]=b[d];f.opacity=1,f.autoAlpha&&(f.visibility=1)}for(b.className&&(c=this._classNamePT)&&(e=c.xfirst,e&&e._prev?this._linkCSSP(e._prev,c._next,e._prev._prev):e===this._firstPT&&(this._firstPT=c._next),c._next&&this._linkCSSP(c._next,c._next._next,e._prev),this._classNamePT=null),c=this._firstPT;c;)c.plugin&&c.plugin!==d&&c.plugin._kill&&(c.plugin._kill(b),d=c.plugin),c=c._next;return a.prototype._kill.call(this,f)};var Xa=function(a,b,c){var d,e,f,g;if(a.slice)for(e=a.length;--e>-1;)Xa(a[e],b,c);else for(d=a.childNodes,e=d.length;--e>-1;)f=d[e],g=f.type,f.style&&(b.push(ba(f)),c&&c.push(f)),1!==g&&9!==g&&11!==g||!f.childNodes.length||Xa(f,b,c)};return g.cascadeTo=function(a,c,d){var e,f,g,h,i=b.to(a,c,d),j=[i],k=[],l=[],m=[],n=b._internals.reservedProps;for(a=i._targets||i.target,Xa(a,k,m),i.render(c,!0,!0),Xa(a,l),i.render(0,!0,!0),i._enabled(!0),e=m.length;--e>-1;)if(f=ca(m[e],k[e],l[e]),f.firstMPT){f=f.difs;for(g in d)n[g]&&(f[g]=d[g]);h={};for(g in f)h[g]=k[e][g];j.push(b.fromTo(m[e],c,h,f))}return j},a.activate([g]),g},!0),function(){var a=_gsScope._gsDefine.plugin({propName:"roundProps",version:"1.6.0",priority:-1,API:2,init:function(a,b,c){return this._tween=c,!0}}),b=function(a){for(;a;)a.f||a.blob||(a.m=Math.round),a=a._next},c=a.prototype;c._onInitAllProps=function(){for(var a,c,d,e=this._tween,f=e.vars.roundProps.join?e.vars.roundProps:e.vars.roundProps.split(","),g=f.length,h={},i=e._propLookup.roundProps;--g>-1;)h[f[g]]=Math.round;for(g=f.length;--g>-1;)for(a=f[g],c=e._firstPT;c;)d=c._next,c.pg?c.t._mod(h):c.n===a&&(2===c.f&&c.t?b(c.t._firstPT):(this._add(c.t,a,c.s,c.c),d&&(d._prev=c._prev),c._prev?c._prev._next=d:e._firstPT===c&&(e._firstPT=d),c._next=c._prev=null,e._propLookup[a]=i)),c=d;return!1},c._add=function(a,b,c,d){this._addTween(a,b,c,c+d,b,Math.round),this._overwriteProps.push(b)}}(),function(){_gsScope._gsDefine.plugin({propName:"attr",API:2,version:"0.6.0",init:function(a,b,c,d){var e,f;if("function"!=typeof a.setAttribute)return!1;for(e in b)f=b[e],"function"==typeof f&&(f=f(d,a)),this._addTween(a,"setAttribute",a.getAttribute(e)+"",f+"",e,!1,e),this._overwriteProps.push(e);return!0}})}(),_gsScope._gsDefine.plugin({propName:"directionalRotation",version:"0.3.0",API:2,init:function(a,b,c,d){"object"!=typeof b&&(b={rotation:b}),this.finals={};var e,f,g,h,i,j,k=b.useRadians===!0?2*Math.PI:360,l=1e-6;for(e in b)"useRadians"!==e&&(h=b[e],"function"==typeof h&&(h=h(d,a)),j=(h+"").split("_"),f=j[0],g=parseFloat("function"!=typeof a[e]?a[e]:a[e.indexOf("set")||"function"!=typeof a["get"+e.substr(3)]?e:"get"+e.substr(3)]()),h=this.finals[e]="string"==typeof f&&"="===f.charAt(1)?g+parseInt(f.charAt(0)+"1",10)*Number(f.substr(2)):Number(f)||0,i=h-g,j.length&&(f=j.join("_"),-1!==f.indexOf("short")&&(i%=k,i!==i%(k/2)&&(i=0>i?i+k:i-k)),-1!==f