@charset "UTF-8";
* { outline:none !important; }
.chosen-container {
  position:relative;
  display:inline-block;
  vertical-align:middle;
  font-size:13px;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}
.chosen-container * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.chosen-container .chosen-drop {
  position:absolute;
  top:100%;
  left:-9999px;
  z-index:1010;
  width:100%;
  border:1px solid #aaa;
  border-top:0;
  background:#fff;
  box-shadow:0 4px 5px rgba(0,0,0,0.15);
}
.chosen-container.chosen-with-drop .chosen-drop { left:0; }
.chosen-container a { cursor:pointer; }
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right:4px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-weight:normal;
  color:#999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content:":";
  padding-left:2px;
  vertical-align:top;
}
.chosen-container-single .chosen-single {
  position:relative;
  display:block;
  overflow:hidden;
  padding:0 0 0 8px;
  height:25px;
  border:1px solid #aaa;
  border-radius:5px;
  background-color:#fff;
  background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#ffffff),color-stop(50%,#f6f6f6),color-stop(52%,#eeeeee),color-stop(100%,#f4f4f4));
  background:-webkit-linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);
  background:-moz-linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);
  background:-o-linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);
  background:linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);
  background-clip:padding-box;
  box-shadow:0 0 3px white inset, 0 1px 1px rgba(0,0,0,0.1);
  color:#444;
  text-decoration:none;
  white-space:nowrap;
  line-height:24px;
}
.chosen-container-single .chosen-default { color:#999; }
.chosen-container-single .chosen-single span {
  display:block;
  overflow:hidden;
  margin-right:26px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.chosen-container-single .chosen-single-with-deselect span { margin-right:38px; }
.chosen-container-single .chosen-single abbr {
  position:absolute;
  top:6px;
  right:26px;
  display:block;
  width:12px;
  height:12px;
  background:url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size:1px;
}
.chosen-container-single .chosen-single abbr:hover { background-position:-42px -10px; }
.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position:-42px -10px; }
.chosen-container-single .chosen-single div {
  position:absolute;
  top:0;
  right:0;
  display:block;
  width:18px;
  height:100%;
}
.chosen-container-single .chosen-single div b {
  display:block;
  width:100%;
  height:100%;
  background:url('../img/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position:relative;
  z-index:1010;
  margin:0;
  padding:3px 4px;
  white-space:nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin:1px 0;
  padding:4px 20px 4px 5px;
  width:100%;
  height:auto;
  outline:0;
  border:1px solid #aaa;
  background:white url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background:url('../img/chosen-sprite.png') no-repeat 100% -20px;
  font-size:1em;
  font-family:sans-serif;
  line-height:normal;
  border-radius:0;
}
.chosen-container-single .chosen-drop {
  margin-top:-1px;
  border-radius:0 0 4px 4px;
  background-clip:padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position:absolute;
  left:-9999px;
}
.chosen-container .chosen-results {
  color:#444;
  position:relative;
  overflow-x:hidden;
  overflow-y:auto;
  margin:0 4px 4px 0;
  padding:0 0 0 4px;
  max-height:240px;
  -webkit-overflow-scrolling:touch;
}
.chosen-container .chosen-results li {
  display:none;
  margin:0;
  padding:5px 6px;
  list-style:none;
  line-height:15px;
  word-wrap:break-word;
  -webkit-touch-callout:none;
}
.chosen-container .chosen-results li.active-result {
  display:list-item;
  cursor:pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display:list-item;
  color:#ccc;
  cursor:default;
}
.chosen-container .chosen-results li.highlighted {
  background-color:#3875d7;
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
  background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);
  color:#fff;
}
.chosen-container .chosen-results li.no-results {
  color:#777;
  display:list-item;
  background:#f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display:list-item;
  font-weight:bold;
  cursor:default;
}
.chosen-container .chosen-results li.group-option { padding-left:15px; }
.chosen-container .chosen-results li em {
  font-style:normal;
  text-decoration:underline;
}
.chosen-container-multi .chosen-choices {
  position:relative;
  overflow:hidden;
  margin:0;
  padding:0 5px;
  width:100%;
  height:auto !important;
  height:1%;
  border:1px solid #aaa;
  background-color:#fff;
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background-image:-webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background-image:-moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background-image:-o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background-image:linear-gradient(#eeeeee 1%,#ffffff 15%);
  cursor:text;
}
.chosen-container-multi .chosen-choices li {
  float:left;
  list-style:none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin:0;
  padding:0;
  white-space:nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin:1px 0;
  padding:0;
  height:25px;
  outline:0;
  border:0 !important;
  background:transparent !important;
  box-shadow:none;
  color:#999;
  font-size:100%;
  font-family:sans-serif;
  line-height:normal;
  border-radius:0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position:relative;
  margin:3px 5px 3px 0;
  padding:3px 20px 3px 5px;
  border:1px solid #aaa;
  max-width:100%;
  border-radius:3px;
  background-color:#eeeeee;
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-size:100% 19px;
  background-repeat:repeat-x;
  background-clip:padding-box;
  box-shadow:0 0 2px white inset, 0 1px 0 rgba(0,0,0,0.05);
  color:#333;
  line-height:13px;
  cursor:default;
}
.chosen-container-multi .chosen-choices li.search-choice span { word-wrap:break-word; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position:absolute;
  top:4px;
  right:3px;
  display:block;
  width:12px;
  height:12px;
  background:url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size:1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position:-42px -10px; }
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right:5px;
  border:1px solid #ccc;
  background-color:#e4e4e4;
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  color:#666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus { background:#d4d4d4; }
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position:-42px -10px; }
.chosen-container-multi .chosen-results {
  margin:0;
  padding:0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display:list-item;
  color:#ccc;
  cursor:default;
}
.chosen-container-active .chosen-single {
  border:1px solid #5897fb;
  box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border:1px solid #aaa;
  -moz-border-radius-bottomright:0;
  border-bottom-right-radius:0;
  -moz-border-radius-bottomleft:0;
  border-bottom-left-radius:0;
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#eeeeee),color-stop(80%,#ffffff));
  background-image:-webkit-linear-gradient(#eeeeee 20%,#ffffff 80%);
  background-image:-moz-linear-gradient(#eeeeee 20%,#ffffff 80%);
  background-image:-o-linear-gradient(#eeeeee 20%,#ffffff 80%);
  background-image:linear-gradient(#eeeeee 20%,#ffffff 80%);
  box-shadow:0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left:none;
  background:transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b { background-position:-18px 2px; }
.chosen-container-active .chosen-choices {
  border:1px solid #5897fb;
  box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] { color:#222 !important; }
.chosen-disabled {
  opacity:0.5 !important;
  cursor:default;
}
.chosen-disabled .chosen-single { cursor:default; }
.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor:default; }
.chosen-rtl { text-align:right; }
.chosen-rtl .chosen-single {
  overflow:visible;
  padding:0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right:0;
  margin-left:26px;
  direction:rtl;
}
.chosen-rtl .chosen-single-with-deselect span { margin-left:38px; }
.chosen-rtl .chosen-single div {
  right:auto;
  left:3px;
}
.chosen-rtl .chosen-single abbr {
  right:auto;
  left:26px;
}
.chosen-rtl .chosen-choices li { float:right; }
.chosen-rtl .chosen-choices li.search-field input[type="text"] { direction:rtl; }
.chosen-rtl .chosen-choices li.search-choice {
  margin:3px 5px 3px 0;
  padding:3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right:auto;
  left:4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop { left:9999px; }
.chosen-rtl.chosen-container-single .chosen-results {
  margin:0 0 4px 4px;
  padding:0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right:15px;
  padding-left:0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right:none; }
.chosen-rtl .chosen-search input[type="text"] {
  padding:4px 5px 4px 20px;
  background:white url('../img/chosen-sprite.png') no-repeat -30px -20px;
  background:url('../img/chosen-sprite.png') no-repeat -30px -20px;
  direction:rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b { background-position:6px 2px; }
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position:-12px 2px; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image:url('../img/chosen-sprite@2x.png') !important;
    background-size:52px 37px !important;
    background-repeat:no-repeat !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.bounceIn, .animated.bounceOut {
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -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%, 100% {
    -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%, 100% { opacity:1; }
  25%, 75% { opacity:0; }
}
@keyframes flash {
  from, 50%, 100% { opacity:1; }
  25%, 75% { opacity:0; }
}
.flash {
  -webkit-animation-name:flash;
  animation-name:flash;
}
@-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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
.rubberBand {
  -webkit-animation-name:rubberBand;
  animation-name:rubberBand;
}
@-webkit-keyframes shake {
  from, 100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@keyframes shake {
  from, 100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name:shake;
  animation-name:shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform:rotate3d(0,0,1,15deg);
    transform:rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform:rotate3d(0,0,1,-10deg);
    transform:rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform:rotate3d(0,0,1,5deg);
    transform:rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform:rotate3d(0,0,1,-5deg);
    transform:rotate3d(0,0,1,-5deg);
  }
  100% {
    -webkit-transform:rotate3d(0,0,1,0deg);
    transform:rotate3d(0,0,1,0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform:rotate3d(0,0,1,15deg);
    transform:rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform:rotate3d(0,0,1,-10deg);
    transform:rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform:rotate3d(0,0,1,5deg);
    transform:rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform:rotate3d(0,0,1,-5deg);
    transform:rotate3d(0,0,1,-5deg);
  }
  100% {
    -webkit-transform:rotate3d(0,0,1,0deg);
    transform:rotate3d(0,0,1,0deg);
  }
}
.swing {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
@-webkit-keyframes tada {
  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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
.tada {
  -webkit-animation-name:tada;
  animation-name:tada;
}
@-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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform:none;
    transform:none;
  }
}
.wobble {
  -webkit-animation-name:wobble;
  animation-name:wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, 100% {
    -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%, 100% {
    -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%, 100% {
    -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);
  }
  100% {
    opacity:1;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -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);
  }
  100% {
    opacity:1;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
.bounceIn {
  -webkit-animation-name:bounceIn;
  animation-name:bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform:none;
    transform:none;
  }
}
.bounceInDown {
  -webkit-animation-name:bounceInDown;
  animation-name:bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform:none;
    transform:none;
  }
}
.bounceInLeft {
  -webkit-animation-name:bounceInLeft;
  animation-name:bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform:none;
    transform:none;
  }
}
.bounceInRight {
  -webkit-animation-name:bounceInRight;
  animation-name:bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -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);
  }
  100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.bounceInUp {
  -webkit-animation-name:bounceInUp;
  animation-name:bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform:scale3d(.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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform:translate3d(0,10px,0);
    transform:translate3d(0,10px,0);
  }
  40%, 45% {
    opacity:1;
    -webkit-transform:translate3d(0,-20px,0);
    transform:translate3d(0,-20px,0);
  }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
}
.bounceOutDown {
  -webkit-animation-name:bounceOutDown;
  animation-name:bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity:1;
    -webkit-transform:translate3d(20px,0,0);
    transform:translate3d(20px,0,0);
  }
  100% {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity:1;
    -webkit-transform:translate3d(20px,0,0);
    transform:translate3d(20px,0,0);
  }
  100% {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
}
.bounceOutLeft {
  -webkit-animation-name:bounceOutLeft;
  animation-name:bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity:1;
    -webkit-transform:translate3d(-20px,0,0);
    transform:translate3d(-20px,0,0);
  }
  100% {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity:1;
    -webkit-transform:translate3d(-20px,0,0);
    transform:translate3d(-20px,0,0);
  }
  100% {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
}
.bounceOutRight {
  -webkit-animation-name:bounceOutRight;
  animation-name:bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform:translate3d(0,-10px,0);
    transform:translate3d(0,-10px,0);
  }
  40%, 45% {
    opacity:1;
    -webkit-transform:translate3d(0,20px,0);
    transform:translate3d(0,20px,0);
  }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform:translate3d(0,-10px,0);
    transform:translate3d(0,-10px,0);
  }
  40%, 45% {
    opacity:1;
    -webkit-transform:translate3d(0,20px,0);
    transform:translate3d(0,20px,0);
  }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
}
.bounceOutUp {
  -webkit-animation-name:bounceOutUp;
  animation-name:bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  from { opacity:0; }
  100% { 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);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInDown {
  -webkit-animation-name:fadeInDown;
  animation-name:fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInDownBig {
  -webkit-animation-name:fadeInDownBig;
  animation-name:fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInLeft {
  -webkit-animation-name:fadeInLeft;
  animation-name:fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name:fadeInLeftBig;
  animation-name:fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInRight {
  from {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInRight {
  -webkit-animation-name:fadeInRight;
  animation-name:fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInRightBig {
  -webkit-animation-name:fadeInRightBig;
  animation-name:fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInUp {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInUp {
  -webkit-animation-name:fadeInUp;
  animation-name:fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInUpBig {
  -webkit-animation-name:fadeInUpBig;
  animation-name:fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  from { opacity:1; }
  100% { opacity:0; }
}
.fadeOut {
  -webkit-animation-name:fadeOut;
  animation-name:fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name:fadeOutDown;
  animation-name:fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name:fadeOutDownBig;
  animation-name:fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
}
.fadeOutLeft {
  -webkit-animation-name:fadeOutLeft;
  animation-name:fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name:fadeOutLeftBig;
  animation-name:fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
}
.fadeOutRight {
  -webkit-animation-name:fadeOutRight;
  animation-name:fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name:fadeOutRightBig;
  animation-name:fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
}
.fadeOutUp {
  -webkit-animation-name:fadeOutUp;
  animation-name:fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name:fadeOutUpBig;
  animation-name:fadeOutUpBig;
}
@-webkit-keyframes flip {
  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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility:visible;
  backface-visibility:visible;
  -webkit-animation-name:flip;
  animation-name:flip;
}
@-webkit-keyframes flipInX {
  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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility:visible !important;
  backface-visibility:visible !important;
  -webkit-animation-name:flipInX;
  animation-name:flipInX;
}
@-webkit-keyframes flipInY {
  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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility:visible !important;
  backface-visibility:visible !important;
  -webkit-animation-name:flipInY;
  animation-name:flipInY;
}
@-webkit-keyframes flipOutX {
  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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
    transform:perspective(400px) rotate3d(1,0,0,90deg);
    opacity:0;
  }
}
.flipOutX {
  -webkit-animation-name:flipOutX;
  animation-name:flipOutX;
  -webkit-backface-visibility:visible !important;
  backface-visibility:visible !important;
}
@-webkit-keyframes flipOutY {
  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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
    transform:perspective(400px) rotate3d(0,1,0,90deg);
    opacity:0;
  }
}
.flipOutY {
  -webkit-backface-visibility:visible !important;
  backface-visibility:visible !important;
  -webkit-animation-name:flipOutY;
  animation-name:flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.lightSpeedIn {
  -webkit-animation-name:lightSpeedIn;
  animation-name:lightSpeedIn;
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from { opacity:1; }
  100% {
    -webkit-transform:translate3d(100%,0,0) skewX(30deg);
    transform:translate3d(100%,0,0) skewX(30deg);
    opacity:0;
  }
}
@keyframes lightSpeedOut {
  from { opacity:1; }
  100% {
    -webkit-transform:translate3d(100%,0,0) skewX(30deg);
    transform:translate3d(100%,0,0) skewX(30deg);
    opacity:0;
  }
}
.lightSpeedOut {
  -webkit-animation-name:lightSpeedOut;
  animation-name:lightSpeedOut;
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:rotate3d(0,0,1,-200deg);
    transform:rotate3d(0,0,1,-200deg);
    opacity:0;
  }
  100% {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:rotate3d(0,0,1,-200deg);
    transform:rotate3d(0,0,1,-200deg);
    opacity:0;
  }
  100% {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateIn {
  -webkit-animation-name:rotateIn;
  animation-name:rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name:rotateInDownLeft;
  animation-name:rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateInDownRight {
  -webkit-animation-name:rotateInDownRight;
  animation-name:rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name:rotateInUpLeft;
  animation-name:rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateInUpRight {
  -webkit-animation-name:rotateInUpRight;
  animation-name:rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin:center;
    transform-origin:center;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:rotate3d(0,0,1,200deg);
    transform:rotate3d(0,0,1,200deg);
    opacity:0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin:center;
    transform-origin:center;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:rotate3d(0,0,1,200deg);
    transform:rotate3d(0,0,1,200deg);
    opacity:0;
  }
}
.rotateOut {
  -webkit-animation-name:rotateOut;
  animation-name:rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name:rotateOutDownLeft;
  animation-name:rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name:rotateOutDownRight;
  animation-name:rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name:rotateOutUpLeft;
  animation-name:rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,90deg);
    transform:rotate3d(0,0,1,90deg);
    opacity:0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  100% {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,90deg);
    transform:rotate3d(0,0,1,90deg);
    opacity:0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name:rotateOutUpRight;
  animation-name:rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
  }
  20%, 60% {
    -webkit-transform:rotate3d(0,0,1,80deg);
    transform:rotate3d(0,0,1,80deg);
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
  }
  40%, 80% {
    -webkit-transform:rotate3d(0,0,1,60deg);
    transform:rotate3d(0,0,1,60deg);
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    opacity:1;
  }
  100% {
    -webkit-transform:translate3d(0,700px,0);
    transform:translate3d(0,700px,0);
    opacity:0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
  }
  20%, 60% {
    -webkit-transform:rotate3d(0,0,1,80deg);
    transform:rotate3d(0,0,1,80deg);
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
  }
  40%, 80% {
    -webkit-transform:rotate3d(0,0,1,60deg);
    transform:rotate3d(0,0,1,60deg);
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    opacity:1;
  }
  100% {
    -webkit-transform:translate3d(0,700px,0);
    transform:translate3d(0,700px,0);
    opacity:0;
  }
}
.hinge {
  -webkit-animation-name:hinge;
  animation-name:hinge;
}
@-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);
  }
  100% {
    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);
  }
  100% {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.rollIn {
  -webkit-animation-name:rollIn;
  animation-name:rollIn;
}
@-webkit-keyframes rollOut {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
@keyframes rollOut {
  from { opacity:1; }
  100% {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
.rollOut {
  -webkit-animation-name:rollOut;
  animation-name:rollOut;
}
@-webkit-keyframes zoomIn {
  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);
  }
  100% { opacity:0; }
}
@keyframes zoomOut {
  from { opacity:1; }
  50% {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  100% { 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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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);
  }
  100% {
    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);
  }
  100% {
    visibility:hidden;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
}
.slideOutDown {
  -webkit-animation-name:slideOutDown;
  animation-name:slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  100% {
    visibility:hidden;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  100% {
    visibility:hidden;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
}
.slideOutLeft {
  -webkit-animation-name:slideOutLeft;
  animation-name:slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  100% {
    visibility:hidden;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  100% {
    visibility:hidden;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
}
.slideOutRight {
  -webkit-animation-name:slideOutRight;
  animation-name:slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  100% {
    visibility:hidden;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  100% {
    visibility:hidden;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
}
.slideOutUp {
  -webkit-animation-name:slideOutUp;
  animation-name:slideOutUp;
}
.mfp-bg {
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1042;
  overflow:hidden;
  position:fixed;
  background:#0b0b0b;
  opacity:0.8;
}
.mfp-wrap {
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1043;
  position:fixed;
  outline:none !important;
  -webkit-backface-visibility:hidden;
}
.mfp-container {
  text-align:center;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  padding:0 8px;
  box-sizing:border-box;
}
.mfp-container:before {
  content:'';
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
.mfp-align-top .mfp-container:before { display:none; }
.mfp-content {
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0 auto;
  text-align:left;
  z-index:1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width:100%;
  cursor:auto;
}
.mfp-ajax-cur { cursor:progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor:-moz-zoom-out;
  cursor:-webkit-zoom-out;
  cursor:zoom-out;
}
.mfp-zoom {
  cursor:pointer;
  cursor:-webkit-zoom-in;
  cursor:-moz-zoom-in;
  cursor:zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor:auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}
.mfp-loading.mfp-figure { display:none; }
.mfp-hide { display:none !important; }
.mfp-preloader {
  color:#CCC;
  position:absolute;
  top:50%;
  width:auto;
  text-align:center;
  margin-top:-0.8em;
  left:8px;
  right:8px;
  z-index:1044;
}
.mfp-preloader a { color:#CCC; }
.mfp-preloader a:hover { color:#FFF; }
.mfp-s-ready .mfp-preloader { display:none; }
.mfp-s-error .mfp-content { display:none; }
button.mfp-close, button.mfp-arrow {
  overflow:visible;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
  display:block;
  outline:none;
  padding:0;
  z-index:1046;
  box-shadow:none;
  touch-action:manipulation;
}
button::-moz-focus-inner {
  padding:0;
  border:0;
}
.mfp-close {
  width:44px;
  height:44px;
  line-height:44px;
  position:absolute;
  right:0;
  top:0;
  text-decoration:none;
  text-align:center;
  opacity:0.65;
  padding:0 0 18px 10px;
  color:#FFF;
  font-style:normal;
  font-size:28px;
  font-family:Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus { opacity:1; }
.mfp-close:active { top:1px; }
.mfp-close-btn-in .mfp-close { color:#333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color:#FFF;
  right:-6px;
  text-align:right;
  padding-right:6px;
  width:100%;
}
.mfp-counter {
  position:absolute;
  top:0;
  right:0;
  color:#CCC;
  font-size:12px;
  line-height:18px;
  white-space:nowrap;
}
.mfp-arrow {
  position:absolute;
  opacity:0.65;
  margin:0;
  top:50%;
  margin-top:-55px;
  padding:0;
  width:90px;
  height:110px;
  -webkit-tap-highlight-color:transparent;
}
.mfp-arrow:active { margin-top:-54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity:1; }
.mfp-arrow:before, .mfp-arrow:after {
  content:'';
  display:block;
  width:0;
  height:0;
  position:absolute;
  left:0;
  top:0;
  margin-top:35px;
  margin-left:35px;
  border:medium inset transparent;
}
.mfp-arrow:after {
  border-top-width:13px;
  border-bottom-width:13px;
  top:8px;
}
.mfp-arrow:before {
  border-top-width:21px;
  border-bottom-width:21px;
  opacity:0.7;
}
.mfp-arrow-left { left:0; }
.mfp-arrow-left:after {
  border-right:17px solid #FFF;
  margin-left:31px;
}
.mfp-arrow-left:before {
  margin-left:25px;
  border-right:27px solid #3F3F3F;
}
.mfp-arrow-right { right:0; }
.mfp-arrow-right:after {
  border-left:17px solid #FFF;
  margin-left:39px;
}
.mfp-arrow-right:before { border-left:27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top:40px;
  padding-bottom:40px;
}
.mfp-iframe-holder .mfp-content {
  line-height:0;
  width:100%;
  max-width:1240px;
  height:100%;
}
.mfp-iframe-holder .mfp-close { top:-40px; }
.mfp-iframe-scaler {
  width:100%;
  height:0;
  overflow:hidden;
  padding-top:56.25%;
}
.mfp-iframe-scaler iframe {
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:100%;
  box-shadow:0 0 8px rgba(0,0,0,0.6);
  background:#000;
}
img.mfp-img {
  width:auto;
  max-width:100%;
  height:auto;
  display:block;
  line-height:0;
  box-sizing:border-box;
  padding:40px 0 40px;
  margin:0 auto;
}
.mfp-figure { line-height:0; }
.mfp-figure:after {
  content:'';
  position:absolute;
  left:0;
  top:40px;
  bottom:40px;
  display:block;
  right:0;
  width:auto;
  height:auto;
  z-index:-1;
  box-shadow:0 0 8px rgba(0,0,0,0.6);
  background:#444;
}
.mfp-figure small {
  color:#BDBDBD;
  display:block;
  font-size:12px;
  line-height:14px;
}
.mfp-figure figure { margin:0; }
.mfp-bottom-bar {
  margin-top:-36px;
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  cursor:auto;
}
.mfp-title {
  text-align:left;
  line-height:18px;
  color:#F3F3F3;
  word-wrap:break-word;
  padding-right:36px;
}
.mfp-image-holder .mfp-content { max-width:100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor:pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right:0;
  }
  .mfp-img-mobile img.mfp-img { padding:0; }
  .mfp-img-mobile .mfp-figure:after {
    top:0;
    bottom:0;
  }
  .mfp-img-mobile .mfp-figure small {
    display:inline;
    margin-left:5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background:rgba(0,0,0,0.6);
    bottom:0;
    margin:0;
    top:auto;
    padding:3px 5px;
    position:fixed;
    box-sizing:border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding:0; }
  .mfp-img-mobile .mfp-counter {
    right:5px;
    top:3px;
  }
  .mfp-img-mobile .mfp-close {
    top:0;
    right:0;
    width:35px;
    height:35px;
    line-height:35px;
    background:rgba(0,0,0,0.6);
    position:fixed;
    text-align:center;
    padding:0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform:scale(0.75);
    transform:scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin:0;
    transform-origin:0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin:100%;
    transform-origin:100%;
  }
  .mfp-container {
    padding-left:6px;
    padding-right:6px;
  }
}
.owl-carousel {
  display:none;
  width:100%;
  -webkit-tap-highlight-color:transparent;
  position:relative;
  z-index:1;
}
.owl-carousel .owl-stage {
  position:relative;
  -ms-touch-action:pan-Y;
  -moz-backface-visibility:hidden;
}
.owl-carousel .owl-stage:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}
.owl-carousel .owl-stage-outer {
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0px,0px,0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
}
.owl-carousel .owl-item {
  position:relative;
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display:none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor:pointer;
  cursor:hand;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.owl-carousel.owl-loaded { display:block; }
.owl-carousel.owl-loading {
  opacity:0;
  display:block;
}
.owl-carousel.owl-hidden { opacity:0; }
.owl-carousel.owl-refresh .owl-item { visibility:hidden; }
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.owl-carousel.owl-grab {
  cursor:move;
  cursor:grab;
}
.owl-carousel.owl-rtl { direction:rtl; }
.owl-carousel.owl-rtl .owl-item { float:right; }
.no-js .owl-carousel { display:block; }
.owl-carousel .animated {
  animation-duration:1000ms;
  animation-fill-mode:both;
}
.owl-carousel .owl-animated-in { z-index:0; }
.owl-carousel .owl-animated-out { z-index:1; }
.owl-carousel .fadeOut { animation-name:fadeOut; }
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
.owl-height { transition:height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {
  opacity:0;
  transition:opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy { transform-style:preserve-3d; }
.owl-carousel .owl-video-wrapper {
  position:relative;
  height:100%;
  background:#000;
}
.owl-carousel .owl-video-play-icon {
  position:absolute;
  height:80px;
  width:80px;
  left:50%;
  top:50%;
  margin-left:-40px;
  margin-top:-40px;
  background:url("owl.video.play.png") no-repeat;
  cursor:pointer;
  z-index:1;
  -webkit-backface-visibility:hidden;
  transition:transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform:scale(1.3,1.3);
  transform:scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display:none; }
.owl-carousel .owl-video-tn {
  opacity:0;
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  transition:opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position:relative;
  z-index:1;
  height:100%;
  width:100%;
}
@font-face {
  font-family:'FontAwesome';
  src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight:normal;
  font-style:normal;
}
.fa {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.fa-lg {
  font-size:1.33333333em;
  line-height:0.75em;
  vertical-align:-15%;
}
.fa-2x { font-size:2em; }
.fa-3x { font-size:3em; }
.fa-4x { font-size:4em; }
.fa-5x { font-size:5em; }
.fa-fw {
  width:1.28571429em;
  text-align:center;
}
.fa-ul {
  padding-left:0;
  margin-left:2.14285714em;
  list-style-type:none;
}
.fa-ul > li { position:relative; }
.fa-li {
  position:absolute;
  left:-2.14285714em;
  width:2.14285714em;
  top:0.14285714em;
  text-align:center;
}
.fa-li.fa-lg { left:-1.85714286em; }
.fa-border {
  padding:.2em .25em .15em;
  border:solid 0.08em #eeeeee;
  border-radius:.1em;
}
.fa-pull-left { float:left; }
.fa-pull-right { float:right; }
.fa.fa-pull-left { margin-right:.3em; }
.fa.fa-pull-right { margin-left:.3em; }
.pull-right { float:right; }
.pull-left { float:left; }
.fa.pull-left { margin-right:.3em; }
.fa.pull-right { margin-left:.3em; }
.fa-spin {
  -webkit-animation:fa-spin 2s infinite linear;
  animation:fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation:fa-spin 1s infinite steps(8);
  animation:fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform:scale(-1,1);
  -ms-transform:scale(-1,1);
  transform:scale(-1,1);
}
.fa-flip-vertical {
  -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform:scale(1,-1);
  -ms-transform:scale(1,-1);
  transform:scale(1,-1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter:none; }
.fa-stack {
  position:relative;
  display:inline-block;
  width:2em;
  height:2em;
  line-height:2em;
  vertical-align:middle;
}
.fa-stack-1x, .fa-stack-2x {
  position:absolute;
  left:0;
  width:100%;
  text-align:center;
}
.fa-stack-1x { line-height:inherit; }
.fa-stack-2x { font-size:2em; }
.fa-inverse { color:#ffffff; }
.fa-glass:before { content:"\f000"; }
.fa-music:before { content:"\f001"; }
.fa-search:before { content:"\f002"; }
.fa-envelope-o:before { content:"\f003"; }
.fa-heart:before { content:"\f004"; }
.fa-star:before { content:"\f005"; }
.fa-star-o:before { content:"\f006"; }
.fa-user:before { content:"\f007"; }
.fa-film:before { content:"\f008"; }
.fa-th-large:before { content:"\f009"; }
.fa-th:before { content:"\f00a"; }
.fa-th-list:before { content:"\f00b"; }
.fa-check:before { content:"\f00c"; }
.fa-remove:before, .fa-close:before, .fa-times:before { content:"\f00d"; }
.fa-search-plus:before { content:"\f00e"; }
.fa-search-minus:before { content:"\f010"; }
.fa-power-off:before { content:"\f011"; }
.fa-signal:before { content:"\f012"; }
.fa-gear:before, .fa-cog:before { content:"\f013"; }
.fa-trash-o:before { content:"\f014"; }
.fa-home:before { content:"\f015"; }
.fa-file-o:before { content:"\f016"; }
.fa-clock-o:before { content:"\f017"; }
.fa-road:before { content:"\f018"; }
.fa-download:before { content:"\f019"; }
.fa-arrow-circle-o-down:before { content:"\f01a"; }
.fa-arrow-circle-o-up:before { content:"\f01b"; }
.fa-inbox:before { content:"\f01c"; }
.fa-play-circle-o:before { content:"\f01d"; }
.fa-rotate-right:before, .fa-repeat:before { content:"\f01e"; }
.fa-refresh:before { content:"\f021"; }
.fa-list-alt:before { content:"\f022"; }
.fa-lock:before { content:"\f023"; }
.fa-flag:before { content:"\f024"; }
.fa-headphones:before { content:"\f025"; }
.fa-volume-off:before { content:"\f026"; }
.fa-volume-down:before { content:"\f027"; }
.fa-volume-up:before { content:"\f028"; }
.fa-qrcode:before { content:"\f029"; }
.fa-barcode:before { content:"\f02a"; }
.fa-tag:before { content:"\f02b"; }
.fa-tags:before { content:"\f02c"; }
.fa-book:before { content:"\f02d"; }
.fa-bookmark:before { content:"\f02e"; }
.fa-print:before { content:"\f02f"; }
.fa-camera:before { content:"\f030"; }
.fa-font:before { content:"\f031"; }
.fa-bold:before { content:"\f032"; }
.fa-italic:before { content:"\f033"; }
.fa-text-height:before { content:"\f034"; }
.fa-text-width:before { content:"\f035"; }
.fa-align-left:before { content:"\f036"; }
.fa-align-center:before { content:"\f037"; }
.fa-align-right:before { content:"\f038"; }
.fa-align-justify:before { content:"\f039"; }
.fa-list:before { content:"\f03a"; }
.fa-dedent:before, .fa-outdent:before { content:"\f03b"; }
.fa-indent:before { content:"\f03c"; }
.fa-video-camera:before { content:"\f03d"; }
.fa-photo:before, .fa-image:before, .fa-picture-o:before { content:"\f03e"; }
.fa-pencil:before { content:"\f040"; }
.fa-map-marker:before { content:"\f041"; }
.fa-adjust:before { content:"\f042"; }
.fa-tint:before { content:"\f043"; }
.fa-edit:before, .fa-pencil-square-o:before { content:"\f044"; }
.fa-share-square-o:before { content:"\f045"; }
.fa-check-square-o:before { content:"\f046"; }
.fa-arrows:before { content:"\f047"; }
.fa-step-backward:before { content:"\f048"; }
.fa-fast-backward:before { content:"\f049"; }
.fa-backward:before { content:"\f04a"; }
.fa-play:before { content:"\f04b"; }
.fa-pause:before { content:"\f04c"; }
.fa-stop:before { content:"\f04d"; }
.fa-forward:before { content:"\f04e"; }
.fa-fast-forward:before { content:"\f050"; }
.fa-step-forward:before { content:"\f051"; }
.fa-eject:before { content:"\f052"; }
.fa-chevron-left:before { content:"\f053"; }
.fa-chevron-right:before { content:"\f054"; }
.fa-plus-circle:before { content:"\f055"; }
.fa-minus-circle:before { content:"\f056"; }
.fa-times-circle:before { content:"\f057"; }
.fa-check-circle:before { content:"\f058"; }
.fa-question-circle:before { content:"\f059"; }
.fa-info-circle:before { content:"\f05a"; }
.fa-crosshairs:before { content:"\f05b"; }
.fa-times-circle-o:before { content:"\f05c"; }
.fa-check-circle-o:before { content:"\f05d"; }
.fa-ban:before { content:"\f05e"; }
.fa-arrow-left:before { content:"\f060"; }
.fa-arrow-right:before { content:"\f061"; }
.fa-arrow-up:before { content:"\f062"; }
.fa-arrow-down:before { content:"\f063"; }
.fa-mail-forward:before, .fa-share:before { content:"\f064"; }
.fa-expand:before { content:"\f065"; }
.fa-compress:before { content:"\f066"; }
.fa-plus:before { content:"\f067"; }
.fa-minus:before { content:"\f068"; }
.fa-asterisk:before { content:"\f069"; }
.fa-exclamation-circle:before { content:"\f06a"; }
.fa-gift:before { content:"\f06b"; }
.fa-leaf:before { content:"\f06c"; }
.fa-fire:before { content:"\f06d"; }
.fa-eye:before { content:"\f06e"; }
.fa-eye-slash:before { content:"\f070"; }
.fa-warning:before, .fa-exclamation-triangle:before { content:"\f071"; }
.fa-plane:before { content:"\f072"; }
.fa-calendar:before { content:"\f073"; }
.fa-random:before { content:"\f074"; }
.fa-comment:before { content:"\f075"; }
.fa-magnet:before { content:"\f076"; }
.fa-chevron-up:before { content:"\f077"; }
.fa-chevron-down:before { content:"\f078"; }
.fa-retweet:before { content:"\f079"; }
.fa-shopping-cart:before { content:"\f07a"; }
.fa-folder:before { content:"\f07b"; }
.fa-folder-open:before { content:"\f07c"; }
.fa-arrows-v:before { content:"\f07d"; }
.fa-arrows-h:before { content:"\f07e"; }
.fa-bar-chart-o:before, .fa-bar-chart:before { content:"\f080"; }
.fa-twitter-square:before { content:"\f081"; }
.fa-facebook-square:before { content:"\f082"; }
.fa-camera-retro:before { content:"\f083"; }
.fa-key:before { content:"\f084"; }
.fa-gears:before, .fa-cogs:before { content:"\f085"; }
.fa-comments:before { content:"\f086"; }
.fa-thumbs-o-up:before { content:"\f087"; }
.fa-thumbs-o-down:before { content:"\f088"; }
.fa-star-half:before { content:"\f089"; }
.fa-heart-o:before { content:"\f08a"; }
.fa-sign-out:before { content:"\f08b"; }
.fa-linkedin-square:before { content:"\f08c"; }
.fa-thumb-tack:before { content:"\f08d"; }
.fa-external-link:before { content:"\f08e"; }
.fa-sign-in:before { content:"\f090"; }
.fa-trophy:before { content:"\f091"; }
.fa-github-square:before { content:"\f092"; }
.fa-upload:before { content:"\f093"; }
.fa-lemon-o:before { content:"\f094"; }
.fa-phone:before { content:"\f095"; }
.fa-square-o:before { content:"\f096"; }
.fa-bookmark-o:before { content:"\f097"; }
.fa-phone-square:before { content:"\f098"; }
.fa-twitter:before { content:"\f099"; }
.fa-facebook-f:before, .fa-facebook:before { content:"\f09a"; }
.fa-github:before { content:"\f09b"; }
.fa-unlock:before { content:"\f09c"; }
.fa-credit-card:before { content:"\f09d"; }
.fa-feed:before, .fa-rss:before { content:"\f09e"; }
.fa-hdd-o:before { content:"\f0a0"; }
.fa-bullhorn:before { content:"\f0a1"; }
.fa-bell:before { content:"\f0f3"; }
.fa-certificate:before { content:"\f0a3"; }
.fa-hand-o-right:before { content:"\f0a4"; }
.fa-hand-o-left:before { content:"\f0a5"; }
.fa-hand-o-up:before { content:"\f0a6"; }
.fa-hand-o-down:before { content:"\f0a7"; }
.fa-arrow-circle-left:before { content:"\f0a8"; }
.fa-arrow-circle-right:before { content:"\f0a9"; }
.fa-arrow-circle-up:before { content:"\f0aa"; }
.fa-arrow-circle-down:before { content:"\f0ab"; }
.fa-globe:before { content:"\f0ac"; }
.fa-wrench:before { content:"\f0ad"; }
.fa-tasks:before { content:"\f0ae"; }
.fa-filter:before { content:"\f0b0"; }
.fa-briefcase:before { content:"\f0b1"; }
.fa-arrows-alt:before { content:"\f0b2"; }
.fa-group:before, .fa-users:before { content:"\f0c0"; }
.fa-chain:before, .fa-link:before { content:"\f0c1"; }
.fa-cloud:before { content:"\f0c2"; }
.fa-flask:before { content:"\f0c3"; }
.fa-cut:before, .fa-scissors:before { content:"\f0c4"; }
.fa-copy:before, .fa-files-o:before { content:"\f0c5"; }
.fa-paperclip:before { content:"\f0c6"; }
.fa-save:before, .fa-floppy-o:before { content:"\f0c7"; }
.fa-square:before { content:"\f0c8"; }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content:"\f0c9"; }
.fa-list-ul:before { content:"\f0ca"; }
.fa-list-ol:before { content:"\f0cb"; }
.fa-strikethrough:before { content:"\f0cc"; }
.fa-underline:before { content:"\f0cd"; }
.fa-table:before { content:"\f0ce"; }
.fa-magic:before { content:"\f0d0"; }
.fa-truck:before { content:"\f0d1"; }
.fa-pinterest:before { content:"\f0d2"; }
.fa-pinterest-square:before { content:"\f0d3"; }
.fa-google-plus-square:before { content:"\f0d4"; }
.fa-google-plus:before { content:"\f0d5"; }
.fa-money:before { content:"\f0d6"; }
.fa-caret-down:before { content:"\f0d7"; }
.fa-caret-up:before { content:"\f0d8"; }
.fa-caret-left:before { content:"\f0d9"; }
.fa-caret-right:before { content:"\f0da"; }
.fa-columns:before { content:"\f0db"; }
.fa-unsorted:before, .fa-sort:before { content:"\f0dc"; }
.fa-sort-down:before, .fa-sort-desc:before { content:"\f0dd"; }
.fa-sort-up:before, .fa-sort-asc:before { content:"\f0de"; }
.fa-envelope:before { content:"\f0e0"; }
.fa-linkedin:before { content:"\f0e1"; }
.fa-rotate-left:before, .fa-undo:before { content:"\f0e2"; }
.fa-legal:before, .fa-gavel:before { content:"\f0e3"; }
.fa-dashboard:before, .fa-tachometer:before { content:"\f0e4"; }
.fa-comment-o:before { content:"\f0e5"; }
.fa-comments-o:before { content:"\f0e6"; }
.fa-flash:before, .fa-bolt:before { content:"\f0e7"; }
.fa-sitemap:before { content:"\f0e8"; }
.fa-umbrella:before { content:"\f0e9"; }
.fa-paste:before, .fa-clipboard:before { content:"\f0ea"; }
.fa-lightbulb-o:before { content:"\f0eb"; }
.fa-exchange:before { content:"\f0ec"; }
.fa-cloud-download:before { content:"\f0ed"; }
.fa-cloud-upload:before { content:"\f0ee"; }
.fa-user-md:before { content:"\f0f0"; }
.fa-stethoscope:before { content:"\f0f1"; }
.fa-suitcase:before { content:"\f0f2"; }
.fa-bell-o:before { content:"\f0a2"; }
.fa-coffee:before { content:"\f0f4"; }
.fa-cutlery:before { content:"\f0f5"; }
.fa-file-text-o:before { content:"\f0f6"; }
.fa-building-o:before { content:"\f0f7"; }
.fa-hospital-o:before { content:"\f0f8"; }
.fa-ambulance:before { content:"\f0f9"; }
.fa-medkit:before { content:"\f0fa"; }
.fa-fighter-jet:before { content:"\f0fb"; }
.fa-beer:before { content:"\f0fc"; }
.fa-h-square:before { content:"\f0fd"; }
.fa-plus-square:before { content:"\f0fe"; }
.fa-angle-double-left:before { content:"\f100"; }
.fa-angle-double-right:before { content:"\f101"; }
.fa-angle-double-up:before { content:"\f102"; }
.fa-angle-double-down:before { content:"\f103"; }
.fa-angle-left:before { content:"\f104"; }
.fa-angle-right:before { content:"\f105"; }
.fa-angle-up:before { content:"\f106"; }
.fa-angle-down:before { content:"\f107"; }
.fa-desktop:before { content:"\f108"; }
.fa-laptop:before { content:"\f109"; }
.fa-tablet:before { content:"\f10a"; }
.fa-mobile-phone:before, .fa-mobile:before { content:"\f10b"; }
.fa-circle-o:before { content:"\f10c"; }
.fa-quote-left:before { content:"\f10d"; }
.fa-quote-right:before { content:"\f10e"; }
.fa-spinner:before { content:"\f110"; }
.fa-circle:before { content:"\f111"; }
.fa-mail-reply:before, .fa-reply:before { content:"\f112"; }
.fa-github-alt:before { content:"\f113"; }
.fa-folder-o:before { content:"\f114"; }
.fa-folder-open-o:before { content:"\f115"; }
.fa-smile-o:before { content:"\f118"; }
.fa-frown-o:before { content:"\f119"; }
.fa-meh-o:before { content:"\f11a"; }
.fa-gamepad:before { content:"\f11b"; }
.fa-keyboard-o:before { content:"\f11c"; }
.fa-flag-o:before { content:"\f11d"; }
.fa-flag-checkered:before { content:"\f11e"; }
.fa-terminal:before { content:"\f120"; }
.fa-code:before { content:"\f121"; }
.fa-mail-reply-all:before, .fa-reply-all:before { content:"\f122"; }
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content:"\f123"; }
.fa-location-arrow:before { content:"\f124"; }
.fa-crop:before { content:"\f125"; }
.fa-code-fork:before { content:"\f126"; }
.fa-unlink:before, .fa-chain-broken:before { content:"\f127"; }
.fa-question:before { content:"\f128"; }
.fa-info:before { content:"\f129"; }
.fa-exclamation:before { content:"\f12a"; }
.fa-superscript:before { content:"\f12b"; }
.fa-subscript:before { content:"\f12c"; }
.fa-eraser:before { content:"\f12d"; }
.fa-puzzle-piece:before { content:"\f12e"; }
.fa-microphone:before { content:"\f130"; }
.fa-microphone-slash:before { content:"\f131"; }
.fa-shield:before { content:"\f132"; }
.fa-calendar-o:before { content:"\f133"; }
.fa-fire-extinguisher:before { content:"\f134"; }
.fa-rocket:before { content:"\f135"; }
.fa-maxcdn:before { content:"\f136"; }
.fa-chevron-circle-left:before { content:"\f137"; }
.fa-chevron-circle-right:before { content:"\f138"; }
.fa-chevron-circle-up:before { content:"\f139"; }
.fa-chevron-circle-down:before { content:"\f13a"; }
.fa-html5:before { content:"\f13b"; }
.fa-css3:before { content:"\f13c"; }
.fa-anchor:before { content:"\f13d"; }
.fa-unlock-alt:before { content:"\f13e"; }
.fa-bullseye:before { content:"\f140"; }
.fa-ellipsis-h:before { content:"\f141"; }
.fa-ellipsis-v:before { content:"\f142"; }
.fa-rss-square:before { content:"\f143"; }
.fa-play-circle:before { content:"\f144"; }
.fa-ticket:before { content:"\f145"; }
.fa-minus-square:before { content:"\f146"; }
.fa-minus-square-o:before { content:"\f147"; }
.fa-level-up:before { content:"\f148"; }
.fa-level-down:before { content:"\f149"; }
.fa-check-square:before { content:"\f14a"; }
.fa-pencil-square:before { content:"\f14b"; }
.fa-external-link-square:before { content:"\f14c"; }
.fa-share-square:before { content:"\f14d"; }
.fa-compass:before { content:"\f14e"; }
.fa-toggle-down:before, .fa-caret-square-o-down:before { content:"\f150"; }
.fa-toggle-up:before, .fa-caret-square-o-up:before { content:"\f151"; }
.fa-toggle-right:before, .fa-caret-square-o-right:before { content:"\f152"; }
.fa-euro:before, .fa-eur:before { content:"\f153"; }
.fa-gbp:before { content:"\f154"; }
.fa-dollar:before, .fa-usd:before { content:"\f155"; }
.fa-rupee:before, .fa-inr:before { content:"\f156"; }
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content:"\f157"; }
.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content:"\f158"; }
.fa-won:before, .fa-krw:before { content:"\f159"; }
.fa-bitcoin:before, .fa-btc:before { content:"\f15a"; }
.fa-file:before { content:"\f15b"; }
.fa-file-text:before { content:"\f15c"; }
.fa-sort-alpha-asc:before { content:"\f15d"; }
.fa-sort-alpha-desc:before { content:"\f15e"; }
.fa-sort-amount-asc:before { content:"\f160"; }
.fa-sort-amount-desc:before { content:"\f161"; }
.fa-sort-numeric-asc:before { content:"\f162"; }
.fa-sort-numeric-desc:before { content:"\f163"; }
.fa-thumbs-up:before { content:"\f164"; }
.fa-thumbs-down:before { content:"\f165"; }
.fa-youtube-square:before { content:"\f166"; }
.fa-youtube:before { content:"\f167"; }
.fa-xing:before { content:"\f168"; }
.fa-xing-square:before { content:"\f169"; }
.fa-youtube-play:before { content:"\f16a"; }
.fa-dropbox:before { content:"\f16b"; }
.fa-stack-overflow:before { content:"\f16c"; }
.fa-instagram:before { content:"\f16d"; }
.fa-flickr:before { content:"\f16e"; }
.fa-adn:before { content:"\f170"; }
.fa-bitbucket:before { content:"\f171"; }
.fa-bitbucket-square:before { content:"\f172"; }
.fa-tumblr:before { content:"\f173"; }
.fa-tumblr-square:before { content:"\f174"; }
.fa-long-arrow-down:before { content:"\f175"; }
.fa-long-arrow-up:before { content:"\f176"; }
.fa-long-arrow-left:before { content:"\f177"; }
.fa-long-arrow-right:before { content:"\f178"; }
.fa-apple:before { content:"\f179"; }
.fa-windows:before { content:"\f17a"; }
.fa-android:before { content:"\f17b"; }
.fa-linux:before { content:"\f17c"; }
.fa-dribbble:before { content:"\f17d"; }
.fa-skype:before { content:"\f17e"; }
.fa-foursquare:before { content:"\f180"; }
.fa-trello:before { content:"\f181"; }
.fa-female:before { content:"\f182"; }
.fa-male:before { content:"\f183"; }
.fa-gittip:before, .fa-gratipay:before { content:"\f184"; }
.fa-sun-o:before { content:"\f185"; }
.fa-moon-o:before { content:"\f186"; }
.fa-archive:before { content:"\f187"; }
.fa-bug:before { content:"\f188"; }
.fa-vk:before { content:"\f189"; }
.fa-weibo:before { content:"\f18a"; }
.fa-renren:before { content:"\f18b"; }
.fa-pagelines:before { content:"\f18c"; }
.fa-stack-exchange:before { content:"\f18d"; }
.fa-arrow-circle-o-right:before { content:"\f18e"; }
.fa-arrow-circle-o-left:before { content:"\f190"; }
.fa-toggle-left:before, .fa-caret-square-o-left:before { content:"\f191"; }
.fa-dot-circle-o:before { content:"\f192"; }
.fa-wheelchair:before { content:"\f193"; }
.fa-vimeo-square:before { content:"\f194"; }
.fa-turkish-lira:before, .fa-try:before { content:"\f195"; }
.fa-plus-square-o:before { content:"\f196"; }
.fa-space-shuttle:before { content:"\f197"; }
.fa-slack:before { content:"\f198"; }
.fa-envelope-square:before { content:"\f199"; }
.fa-wordpress:before { content:"\f19a"; }
.fa-openid:before { content:"\f19b"; }
.fa-institution:before, .fa-bank:before, .fa-university:before { content:"\f19c"; }
.fa-mortar-board:before, .fa-graduation-cap:before { content:"\f19d"; }
.fa-yahoo:before { content:"\f19e"; }
.fa-google:before { content:"\f1a0"; }
.fa-reddit:before { content:"\f1a1"; }
.fa-reddit-square:before { content:"\f1a2"; }
.fa-stumbleupon-circle:before { content:"\f1a3"; }
.fa-stumbleupon:before { content:"\f1a4"; }
.fa-delicious:before { content:"\f1a5"; }
.fa-digg:before { content:"\f1a6"; }
.fa-pied-piper-pp:before { content:"\f1a7"; }
.fa-pied-piper-alt:before { content:"\f1a8"; }
.fa-drupal:before { content:"\f1a9"; }
.fa-joomla:before { content:"\f1aa"; }
.fa-language:before { content:"\f1ab"; }
.fa-fax:before { content:"\f1ac"; }
.fa-building:before { content:"\f1ad"; }
.fa-child:before { content:"\f1ae"; }
.fa-paw:before { content:"\f1b0"; }
.fa-spoon:before { content:"\f1b1"; }
.fa-cube:before { content:"\f1b2"; }
.fa-cubes:before { content:"\f1b3"; }
.fa-behance:before { content:"\f1b4"; }
.fa-behance-square:before { content:"\f1b5"; }
.fa-steam:before { content:"\f1b6"; }
.fa-steam-square:before { content:"\f1b7"; }
.fa-recycle:before { content:"\f1b8"; }
.fa-automobile:before, .fa-car:before { content:"\f1b9"; }
.fa-cab:before, .fa-taxi:before { content:"\f1ba"; }
.fa-tree:before { content:"\f1bb"; }
.fa-spotify:before { content:"\f1bc"; }
.fa-deviantart:before { content:"\f1bd"; }
.fa-soundcloud:before { content:"\f1be"; }
.fa-database:before { content:"\f1c0"; }
.fa-file-pdf-o:before { content:"\f1c1"; }
.fa-file-word-o:before { content:"\f1c2"; }
.fa-file-excel-o:before { content:"\f1c3"; }
.fa-file-powerpoint-o:before { content:"\f1c4"; }
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content:"\f1c5"; }
.fa-file-zip-o:before, .fa-file-archive-o:before { content:"\f1c6"; }
.fa-file-sound-o:before, .fa-file-audio-o:before { content:"\f1c7"; }
.fa-file-movie-o:before, .fa-file-video-o:before { content:"\f1c8"; }
.fa-file-code-o:before { content:"\f1c9"; }
.fa-vine:before { content:"\f1ca"; }
.fa-codepen:before { content:"\f1cb"; }
.fa-jsfiddle:before { content:"\f1cc"; }
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content:"\f1cd"; }
.fa-circle-o-notch:before { content:"\f1ce"; }
.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content:"\f1d0"; }
.fa-ge:before, .fa-empire:before { content:"\f1d1"; }
.fa-git-square:before { content:"\f1d2"; }
.fa-git:before { content:"\f1d3"; }
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content:"\f1d4"; }
.fa-tencent-weibo:before { content:"\f1d5"; }
.fa-qq:before { content:"\f1d6"; }
.fa-wechat:before, .fa-weixin:before { content:"\f1d7"; }
.fa-send:before, .fa-paper-plane:before { content:"\f1d8"; }
.fa-send-o:before, .fa-paper-plane-o:before { content:"\f1d9"; }
.fa-history:before { content:"\f1da"; }
.fa-circle-thin:before { content:"\f1db"; }
.fa-header:before { content:"\f1dc"; }
.fa-paragraph:before { content:"\f1dd"; }
.fa-sliders:before { content:"\f1de"; }
.fa-share-alt:before { content:"\f1e0"; }
.fa-share-alt-square:before { content:"\f1e1"; }
.fa-bomb:before { content:"\f1e2"; }
.fa-soccer-ball-o:before, .fa-futbol-o:before { content:"\f1e3"; }
.fa-tty:before { content:"\f1e4"; }
.fa-binoculars:before { content:"\f1e5"; }
.fa-plug:before { content:"\f1e6"; }
.fa-slideshare:before { content:"\f1e7"; }
.fa-twitch:before { content:"\f1e8"; }
.fa-yelp:before { content:"\f1e9"; }
.fa-newspaper-o:before { content:"\f1ea"; }
.fa-wifi:before { content:"\f1eb"; }
.fa-calculator:before { content:"\f1ec"; }
.fa-paypal:before { content:"\f1ed"; }
.fa-google-wallet:before { content:"\f1ee"; }
.fa-cc-visa:before { content:"\f1f0"; }
.fa-cc-mastercard:before { content:"\f1f1"; }
.fa-cc-discover:before { content:"\f1f2"; }
.fa-cc-amex:before { content:"\f1f3"; }
.fa-cc-paypal:before { content:"\f1f4"; }
.fa-cc-stripe:before { content:"\f1f5"; }
.fa-bell-slash:before { content:"\f1f6"; }
.fa-bell-slash-o:before { content:"\f1f7"; }
.fa-trash:before { content:"\f1f8"; }
.fa-copyright:before { content:"\f1f9"; }
.fa-at:before { content:"\f1fa"; }
.fa-eyedropper:before { content:"\f1fb"; }
.fa-paint-brush:before { content:"\f1fc"; }
.fa-birthday-cake:before { content:"\f1fd"; }
.fa-area-chart:before { content:"\f1fe"; }
.fa-pie-chart:before { content:"\f200"; }
.fa-line-chart:before { content:"\f201"; }
.fa-lastfm:before { content:"\f202"; }
.fa-lastfm-square:before { content:"\f203"; }
.fa-toggle-off:before { content:"\f204"; }
.fa-toggle-on:before { content:"\f205"; }
.fa-bicycle:before { content:"\f206"; }
.fa-bus:before { content:"\f207"; }
.fa-ioxhost:before { content:"\f208"; }
.fa-angellist:before { content:"\f209"; }
.fa-cc:before { content:"\f20a"; }
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content:"\f20b"; }
.fa-meanpath:before { content:"\f20c"; }
.fa-buysellads:before { content:"\f20d"; }
.fa-connectdevelop:before { content:"\f20e"; }
.fa-dashcube:before { content:"\f210"; }
.fa-forumbee:before { content:"\f211"; }
.fa-leanpub:before { content:"\f212"; }
.fa-sellsy:before { content:"\f213"; }
.fa-shirtsinbulk:before { content:"\f214"; }
.fa-simplybuilt:before { content:"\f215"; }
.fa-skyatlas:before { content:"\f216"; }
.fa-cart-plus:before { content:"\f217"; }
.fa-cart-arrow-down:before { content:"\f218"; }
.fa-diamond:before { content:"\f219"; }
.fa-ship:before { content:"\f21a"; }
.fa-user-secret:before { content:"\f21b"; }
.fa-motorcycle:before { content:"\f21c"; }
.fa-street-view:before { content:"\f21d"; }
.fa-heartbeat:before { content:"\f21e"; }
.fa-venus:before { content:"\f221"; }
.fa-mars:before { content:"\f222"; }
.fa-mercury:before { content:"\f223"; }
.fa-intersex:before, .fa-transgender:before { content:"\f224"; }
.fa-transgender-alt:before { content:"\f225"; }
.fa-venus-double:before { content:"\f226"; }
.fa-mars-double:before { content:"\f227"; }
.fa-venus-mars:before { content:"\f228"; }
.fa-mars-stroke:before { content:"\f229"; }
.fa-mars-stroke-v:before { content:"\f22a"; }
.fa-mars-stroke-h:before { content:"\f22b"; }
.fa-neuter:before { content:"\f22c"; }
.fa-genderless:before { content:"\f22d"; }
.fa-facebook-official:before { content:"\f230"; }
.fa-pinterest-p:before { content:"\f231"; }
.fa-whatsapp:before { content:"\f232"; }
.fa-server:before { content:"\f233"; }
.fa-user-plus:before { content:"\f234"; }
.fa-user-times:before { content:"\f235"; }
.fa-hotel:before, .fa-bed:before { content:"\f236"; }
.fa-viacoin:before { content:"\f237"; }
.fa-train:before { content:"\f238"; }
.fa-subway:before { content:"\f239"; }
.fa-medium:before { content:"\f23a"; }
.fa-yc:before, .fa-y-combinator:before { content:"\f23b"; }
.fa-optin-monster:before { content:"\f23c"; }
.fa-opencart:before { content:"\f23d"; }
.fa-expeditedssl:before { content:"\f23e"; }
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content:"\f240"; }
.fa-battery-3:before, .fa-battery-three-quarters:before { content:"\f241"; }
.fa-battery-2:before, .fa-battery-half:before { content:"\f242"; }
.fa-battery-1:before, .fa-battery-quarter:before { content:"\f243"; }
.fa-battery-0:before, .fa-battery-empty:before { content:"\f244"; }
.fa-mouse-pointer:before { content:"\f245"; }
.fa-i-cursor:before { content:"\f246"; }
.fa-object-group:before { content:"\f247"; }
.fa-object-ungroup:before { content:"\f248"; }
.fa-sticky-note:before { content:"\f249"; }
.fa-sticky-note-o:before { content:"\f24a"; }
.fa-cc-jcb:before { content:"\f24b"; }
.fa-cc-diners-club:before { content:"\f24c"; }
.fa-clone:before { content:"\f24d"; }
.fa-balance-scale:before { content:"\f24e"; }
.fa-hourglass-o:before { content:"\f250"; }
.fa-hourglass-1:before, .fa-hourglass-start:before { content:"\f251"; }
.fa-hourglass-2:before, .fa-hourglass-half:before { content:"\f252"; }
.fa-hourglass-3:before, .fa-hourglass-end:before { content:"\f253"; }
.fa-hourglass:before { content:"\f254"; }
.fa-hand-grab-o:before, .fa-hand-rock-o:before { content:"\f255"; }
.fa-hand-stop-o:before, .fa-hand-paper-o:before { content:"\f256"; }
.fa-hand-scissors-o:before { content:"\f257"; }
.fa-hand-lizard-o:before { content:"\f258"; }
.fa-hand-spock-o:before { content:"\f259"; }
.fa-hand-pointer-o:before { content:"\f25a"; }
.fa-hand-peace-o:before { content:"\f25b"; }
.fa-trademark:before { content:"\f25c"; }
.fa-registered:before { content:"\f25d"; }
.fa-creative-commons:before { content:"\f25e"; }
.fa-gg:before { content:"\f260"; }
.fa-gg-circle:before { content:"\f261"; }
.fa-tripadvisor:before { content:"\f262"; }
.fa-odnoklassniki:before { content:"\f263"; }
.fa-odnoklassniki-square:before { content:"\f264"; }
.fa-get-pocket:before { content:"\f265"; }
.fa-wikipedia-w:before { content:"\f266"; }
.fa-safari:before { content:"\f267"; }
.fa-chrome:before { content:"\f268"; }
.fa-firefox:before { content:"\f269"; }
.fa-opera:before { content:"\f26a"; }
.fa-internet-explorer:before { content:"\f26b"; }
.fa-tv:before, .fa-television:before { content:"\f26c"; }
.fa-contao:before { content:"\f26d"; }
.fa-500px:before { content:"\f26e"; }
.fa-amazon:before { content:"\f270"; }
.fa-calendar-plus-o:before { content:"\f271"; }
.fa-calendar-minus-o:before { content:"\f272"; }
.fa-calendar-times-o:before { content:"\f273"; }
.fa-calendar-check-o:before { content:"\f274"; }
.fa-industry:before { content:"\f275"; }
.fa-map-pin:before { content:"\f276"; }
.fa-map-signs:before { content:"\f277"; }
.fa-map-o:before { content:"\f278"; }
.fa-map:before { content:"\f279"; }
.fa-commenting:before { content:"\f27a"; }
.fa-commenting-o:before { content:"\f27b"; }
.fa-houzz:before { content:"\f27c"; }
.fa-vimeo:before { content:"\f27d"; }
.fa-black-tie:before { content:"\f27e"; }
.fa-fonticons:before { content:"\f280"; }
.fa-reddit-alien:before { content:"\f281"; }
.fa-edge:before { content:"\f282"; }
.fa-credit-card-alt:before { content:"\f283"; }
.fa-codiepie:before { content:"\f284"; }
.fa-modx:before { content:"\f285"; }
.fa-fort-awesome:before { content:"\f286"; }
.fa-usb:before { content:"\f287"; }
.fa-product-hunt:before { content:"\f288"; }
.fa-mixcloud:before { content:"\f289"; }
.fa-scribd:before { content:"\f28a"; }
.fa-pause-circle:before { content:"\f28b"; }
.fa-pause-circle-o:before { content:"\f28c"; }
.fa-stop-circle:before { content:"\f28d"; }
.fa-stop-circle-o:before { content:"\f28e"; }
.fa-shopping-bag:before { content:"\f290"; }
.fa-shopping-basket:before { content:"\f291"; }
.fa-hashtag:before { content:"\f292"; }
.fa-bluetooth:before { content:"\f293"; }
.fa-bluetooth-b:before { content:"\f294"; }
.fa-percent:before { content:"\f295"; }
.fa-gitlab:before { content:"\f296"; }
.fa-wpbeginner:before { content:"\f297"; }
.fa-wpforms:before { content:"\f298"; }
.fa-envira:before { content:"\f299"; }
.fa-universal-access:before { content:"\f29a"; }
.fa-wheelchair-alt:before { content:"\f29b"; }
.fa-question-circle-o:before { content:"\f29c"; }
.fa-blind:before { content:"\f29d"; }
.fa-audio-description:before { content:"\f29e"; }
.fa-volume-control-phone:before { content:"\f2a0"; }
.fa-braille:before { content:"\f2a1"; }
.fa-assistive-listening-systems:before { content:"\f2a2"; }
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content:"\f2a3"; }
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content:"\f2a4"; }
.fa-glide:before { content:"\f2a5"; }
.fa-glide-g:before { content:"\f2a6"; }
.fa-signing:before, .fa-sign-language:before { content:"\f2a7"; }
.fa-low-vision:before { content:"\f2a8"; }
.fa-viadeo:before { content:"\f2a9"; }
.fa-viadeo-square:before { content:"\f2aa"; }
.fa-snapchat:before { content:"\f2ab"; }
.fa-snapchat-ghost:before { content:"\f2ac"; }
.fa-snapchat-square:before { content:"\f2ad"; }
.fa-pied-piper:before { content:"\f2ae"; }
.fa-first-order:before { content:"\f2b0"; }
.fa-yoast:before { content:"\f2b1"; }
.fa-themeisle:before { content:"\f2b2"; }
.fa-google-plus-circle:before, .fa-google-plus-official:before { content:"\f2b3"; }
.fa-fa:before, .fa-font-awesome:before { content:"\f2b4"; }
.fa-handshake-o:before { content:"\f2b5"; }
.fa-envelope-open:before { content:"\f2b6"; }
.fa-envelope-open-o:before { content:"\f2b7"; }
.fa-linode:before { content:"\f2b8"; }
.fa-address-book:before { content:"\f2b9"; }
.fa-address-book-o:before { content:"\f2ba"; }
.fa-vcard:before, .fa-address-card:before { content:"\f2bb"; }
.fa-vcard-o:before, .fa-address-card-o:before { content:"\f2bc"; }
.fa-user-circle:before { content:"\f2bd"; }
.fa-user-circle-o:before { content:"\f2be"; }
.fa-user-o:before { content:"\f2c0"; }
.fa-id-badge:before { content:"\f2c1"; }
.fa-drivers-license:before, .fa-id-card:before { content:"\f2c2"; }
.fa-drivers-license-o:before, .fa-id-card-o:before { content:"\f2c3"; }
.fa-quora:before { content:"\f2c4"; }
.fa-free-code-camp:before { content:"\f2c5"; }
.fa-telegram:before { content:"\f2c6"; }
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content:"\f2c7"; }
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content:"\f2c8"; }
.fa-thermometer-2:before, .fa-thermometer-half:before { content:"\f2c9"; }
.fa-thermometer-1:before, .fa-thermometer-quarter:before { content:"\f2ca"; }
.fa-thermometer-0:before, .fa-thermometer-empty:before { content:"\f2cb"; }
.fa-shower:before { content:"\f2cc"; }
.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content:"\f2cd"; }
.fa-podcast:before { content:"\f2ce"; }
.fa-window-maximize:before { content:"\f2d0"; }
.fa-window-minimize:before { content:"\f2d1"; }
.fa-window-restore:before { content:"\f2d2"; }
.fa-times-rectangle:before, .fa-window-close:before { content:"\f2d3"; }
.fa-times-rectangle-o:before, .fa-window-close-o:before { content:"\f2d4"; }
.fa-bandcamp:before { content:"\f2d5"; }
.fa-grav:before { content:"\f2d6"; }
.fa-etsy:before { content:"\f2d7"; }
.fa-imdb:before { content:"\f2d8"; }
.fa-ravelry:before { content:"\f2d9"; }
.fa-eercast:before { content:"\f2da"; }
.fa-microchip:before { content:"\f2db"; }
.fa-snowflake-o:before { content:"\f2dc"; }
.fa-superpowers:before { content:"\f2dd"; }
.fa-wpexplorer:before { content:"\f2de"; }
.fa-meetup:before { content:"\f2e0"; }
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
}
@font-face {
  font-family:'Linearicons';
  font-weight:normal;
  font-style:normal;
  src:url(../fonts/Linearicons.eot);
  src:local('Linearicons'), local('Linearicons'), url(../fonts/Linearicons.woff) format('woff'), url(../fonts/Linearicons.ttf) format('truetype');
}
.linearicons, [class^="linearicons-"], [class*=" linearicons-"] {
  font-family:'Linearicons' !important;
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.linearicons-home:before { content:"\e900"; }
.linearicons-home2:before { content:"\e901"; }
.linearicons-home3:before { content:"\e902"; }
.linearicons-home4:before { content:"\e903"; }
.linearicons-home5:before { content:"\e904"; }
.linearicons-home6:before { content:"\e905"; }
.linearicons-bathtub:before { content:"\e906"; }
.linearicons-toothbrush:before { content:"\e907"; }
.linearicons-bed:before { content:"\e908"; }
.linearicons-couch:before { content:"\e909"; }
.linearicons-chair:before { content:"\e90a"; }
.linearicons-city:before { content:"\e90b"; }
.linearicons-apartment:before { content:"\e90c"; }
.linearicons-pencil:before { content:"\e90d"; }
.linearicons-pencil2:before { content:"\e90e"; }
.linearicons-pen:before { content:"\e90f"; }
.linearicons-pencil3:before { content:"\e910"; }
.linearicons-eraser:before { content:"\e911"; }
.linearicons-pencil4:before { content:"\e912"; }
.linearicons-pencil5:before { content:"\e913"; }
.linearicons-feather:before { content:"\e914"; }
.linearicons-feather2:before { content:"\e915"; }
.linearicons-feather3:before { content:"\e916"; }
.linearicons-pen2:before { content:"\e917"; }
.linearicons-pen-add:before { content:"\e918"; }
.linearicons-pen-remove:before { content:"\e919"; }
.linearicons-vector:before { content:"\e91a"; }
.linearicons-pen3:before { content:"\e91b"; }
.linearicons-blog:before { content:"\e91c"; }
.linearicons-brush:before { content:"\e91d"; }
.linearicons-brush2:before { content:"\e91e"; }
.linearicons-spray:before { content:"\e91f"; }
.linearicons-paint-roller:before { content:"\e920"; }
.linearicons-stamp:before { content:"\e921"; }
.linearicons-tape:before { content:"\e922"; }
.linearicons-desk-tape:before { content:"\e923"; }
.linearicons-texture:before { content:"\e924"; }
.linearicons-eye-dropper:before { content:"\e925"; }
.linearicons-palette:before { content:"\e926"; }
.linearicons-color-sampler:before { content:"\e927"; }
.linearicons-bucket:before { content:"\e928"; }
.linearicons-gradient:before { content:"\e929"; }
.linearicons-gradient2:before { content:"\e92a"; }
.linearicons-magic-wand:before { content:"\e92b"; }
.linearicons-magnet:before { content:"\e92c"; }
.linearicons-pencil-ruler:before { content:"\e92d"; }
.linearicons-pencil-ruler2:before { content:"\e92e"; }
.linearicons-compass:before { content:"\e92f"; }
.linearicons-aim:before { content:"\e930"; }
.linearicons-gun:before { content:"\e931"; }
.linearicons-bottle:before { content:"\e932"; }
.linearicons-drop:before { content:"\e933"; }
.linearicons-drop-crossed:before { content:"\e934"; }
.linearicons-drop2:before { content:"\e935"; }
.linearicons-snow:before { content:"\e936"; }
.linearicons-snow2:before { content:"\e937"; }
.linearicons-fire:before { content:"\e938"; }
.linearicons-lighter:before { content:"\e939"; }
.linearicons-knife:before { content:"\e93a"; }
.linearicons-dagger:before { content:"\e93b"; }
.linearicons-tissue:before { content:"\e93c"; }
.linearicons-toilet-paper:before { content:"\e93d"; }
.linearicons-poop:before { content:"\e93e"; }
.linearicons-umbrella:before { content:"\e93f"; }
.linearicons-umbrella2:before { content:"\e940"; }
.linearicons-rain:before { content:"\e941"; }
.linearicons-tornado:before { content:"\e942"; }
.linearicons-wind:before { content:"\e943"; }
.linearicons-fan:before { content:"\e944"; }
.linearicons-contrast:before { content:"\e945"; }
.linearicons-sun-small:before { content:"\e946"; }
.linearicons-sun:before { content:"\e947"; }
.linearicons-sun2:before { content:"\e948"; }
.linearicons-moon:before { content:"\e949"; }
.linearicons-cloud:before { content:"\e94a"; }
.linearicons-cloud-upload:before { content:"\e94b"; }
.linearicons-cloud-download:before { content:"\e94c"; }
.linearicons-cloud-rain:before { content:"\e94d"; }
.linearicons-cloud-hailstones:before { content:"\e94e"; }
.linearicons-cloud-snow:before { content:"\e94f"; }
.linearicons-cloud-windy:before { content:"\e950"; }
.linearicons-sun-wind:before { content:"\e951"; }
.linearicons-cloud-fog:before { content:"\e952"; }
.linearicons-cloud-sun:before { content:"\e953"; }
.linearicons-cloud-lightning:before { content:"\e954"; }
.linearicons-cloud-sync:before { content:"\e955"; }
.linearicons-cloud-lock:before { content:"\e956"; }
.linearicons-cloud-gear:before { content:"\e957"; }
.linearicons-cloud-alert:before { content:"\e958"; }
.linearicons-cloud-check:before { content:"\e959"; }
.linearicons-cloud-cross:before { content:"\e95a"; }
.linearicons-cloud-crossed:before { content:"\e95b"; }
.linearicons-cloud-database:before { content:"\e95c"; }
.linearicons-database:before { content:"\e95d"; }
.linearicons-database-add:before { content:"\e95e"; }
.linearicons-database-remove:before { content:"\e95f"; }
.linearicons-database-lock:before { content:"\e960"; }
.linearicons-database-refresh:before { content:"\e961"; }
.linearicons-database-check:before { content:"\e962"; }
.linearicons-database-history:before { content:"\e963"; }
.linearicons-database-upload:before { content:"\e964"; }
.linearicons-database-download:before { content:"\e965"; }
.linearicons-server:before { content:"\e966"; }
.linearicons-shield:before { content:"\e967"; }
.linearicons-shield-check:before { content:"\e968"; }
.linearicons-shield-alert:before { content:"\e969"; }
.linearicons-shield-cross:before { content:"\e96a"; }
.linearicons-lock:before { content:"\e96b"; }
.linearicons-rotation-lock:before { content:"\e96c"; }
.linearicons-unlock:before { content:"\e96d"; }
.linearicons-key:before { content:"\e96e"; }
.linearicons-key-hole:before { content:"\e96f"; }
.linearicons-toggle-off:before { content:"\e970"; }
.linearicons-toggle-on:before { content:"\e971"; }
.linearicons-cog:before { content:"\e972"; }
.linearicons-cog2:before { content:"\e973"; }
.linearicons-wrench:before { content:"\e974"; }
.linearicons-screwdriver:before { content:"\e975"; }
.linearicons-hammer-wrench:before { content:"\e976"; }
.linearicons-hammer:before { content:"\e977"; }
.linearicons-saw:before { content:"\e978"; }
.linearicons-axe:before { content:"\e979"; }
.linearicons-axe2:before { content:"\e97a"; }
.linearicons-shovel:before { content:"\e97b"; }
.linearicons-pickaxe:before { content:"\e97c"; }
.linearicons-factory:before { content:"\e97d"; }
.linearicons-factory2:before { content:"\e97e"; }
.linearicons-recycle:before { content:"\e97f"; }
.linearicons-trash:before { content:"\e980"; }
.linearicons-trash2:before { content:"\e981"; }
.linearicons-trash3:before { content:"\e982"; }
.linearicons-broom:before { content:"\e983"; }
.linearicons-game:before { content:"\e984"; }
.linearicons-gamepad:before { content:"\e985"; }
.linearicons-joystick:before { content:"\e986"; }
.linearicons-dice:before { content:"\e987"; }
.linearicons-spades:before { content:"\e988"; }
.linearicons-diamonds:before { content:"\e989"; }
.linearicons-clubs:before { content:"\e98a"; }
.linearicons-hearts:before { content:"\e98b"; }
.linearicons-heart:before { content:"\e98c"; }
.linearicons-star:before { content:"\e98d"; }
.linearicons-star-half:before { content:"\e98e"; }
.linearicons-star-empty:before { content:"\e98f"; }
.linearicons-flag:before { content:"\e990"; }
.linearicons-flag2:before { content:"\e991"; }
.linearicons-flag3:before { content:"\e992"; }
.linearicons-mailbox-full:before { content:"\e993"; }
.linearicons-mailbox-empty:before { content:"\e994"; }
.linearicons-at-sign:before { content:"\e995"; }
.linearicons-envelope:before { content:"\e996"; }
.linearicons-envelope-open:before { content:"\e997"; }
.linearicons-paperclip:before { content:"\e998"; }
.linearicons-paper-plane:before { content:"\e999"; }
.linearicons-reply:before { content:"\e99a"; }
.linearicons-reply-all:before { content:"\e99b"; }
.linearicons-inbox:before { content:"\e99c"; }
.linearicons-inbox2:before { content:"\e99d"; }
.linearicons-outbox:before { content:"\e99e"; }
.linearicons-box:before { content:"\e99f"; }
.linearicons-archive:before { content:"\e9a0"; }
.linearicons-archive2:before { content:"\e9a1"; }
.linearicons-drawers:before { content:"\e9a2"; }
.linearicons-drawers2:before { content:"\e9a3"; }
.linearicons-drawers3:before { content:"\e9a4"; }
.linearicons-eye:before { content:"\e9a5"; }
.linearicons-eye-crossed:before { content:"\e9a6"; }
.linearicons-eye-plus:before { content:"\e9a7"; }
.linearicons-eye-minus:before { content:"\e9a8"; }
.linearicons-binoculars:before { content:"\e9a9"; }
.linearicons-binoculars2:before { content:"\e9aa"; }
.linearicons-hdd:before { content:"\e9ab"; }
.linearicons-hdd-down:before { content:"\e9ac"; }
.linearicons-hdd-up:before { content:"\e9ad"; }
.linearicons-floppy-disk:before { content:"\e9ae"; }
.linearicons-disc:before { content:"\e9af"; }
.linearicons-tape2:before { content:"\e9b0"; }
.linearicons-printer:before { content:"\e9b1"; }
.linearicons-shredder:before { content:"\e9b2"; }
.linearicons-file-empty:before { content:"\e9b3"; }
.linearicons-file-add:before { content:"\e9b4"; }
.linearicons-file-check:before { content:"\e9b5"; }
.linearicons-file-lock:before { content:"\e9b6"; }
.linearicons-files:before { content:"\e9b7"; }
.linearicons-copy:before { content:"\e9b8"; }
.linearicons-compare:before { content:"\e9b9"; }
.linearicons-folder:before { content:"\e9ba"; }
.linearicons-folder-search:before { content:"\e9bb"; }
.linearicons-folder-plus:before { content:"\e9bc"; }
.linearicons-folder-minus:before { content:"\e9bd"; }
.linearicons-folder-download:before { content:"\e9be"; }
.linearicons-folder-upload:before { content:"\e9bf"; }
.linearicons-folder-star:before { content:"\e9c0"; }
.linearicons-folder-heart:before { content:"\e9c1"; }
.linearicons-folder-user:before { content:"\e9c2"; }
.linearicons-folder-shared:before { content:"\e9c3"; }
.linearicons-folder-music:before { content:"\e9c4"; }
.linearicons-folder-picture:before { content:"\e9c5"; }
.linearicons-folder-film:before { content:"\e9c6"; }
.linearicons-scissors:before { content:"\e9c7"; }
.linearicons-paste:before { content:"\e9c8"; }
.linearicons-clipboard-empty:before { content:"\e9c9"; }
.linearicons-clipboard-pencil:before { content:"\e9ca"; }
.linearicons-clipboard-text:before { content:"\e9cb"; }
.linearicons-clipboard-check:before { content:"\e9cc"; }
.linearicons-clipboard-down:before { content:"\e9cd"; }
.linearicons-clipboard-left:before { content:"\e9ce"; }
.linearicons-clipboard-alert:before { content:"\e9cf"; }
.linearicons-clipboard-user:before { content:"\e9d0"; }
.linearicons-register:before { content:"\e9d1"; }
.linearicons-enter:before { content:"\e9d2"; }
.linearicons-exit:before { content:"\e9d3"; }
.linearicons-papers:before { content:"\e9d4"; }
.linearicons-news:before { content:"\e9d5"; }
.linearicons-reading:before { content:"\e9d6"; }
.linearicons-typewriter:before { content:"\e9d7"; }
.linearicons-document:before { content:"\e9d8"; }
.linearicons-document2:before { content:"\e9d9"; }
.linearicons-graduation-hat:before { content:"\e9da"; }
.linearicons-license:before { content:"\e9db"; }
.linearicons-license2:before { content:"\e9dc"; }
.linearicons-medal-empty:before { content:"\e9dd"; }
.linearicons-medal-first:before { content:"\e9de"; }
.linearicons-medal-second:before { content:"\e9df"; }
.linearicons-medal-third:before { content:"\e9e0"; }
.linearicons-podium:before { content:"\e9e1"; }
.linearicons-trophy:before { content:"\e9e2"; }
.linearicons-trophy2:before { content:"\e9e3"; }
.linearicons-music-note:before { content:"\e9e4"; }
.linearicons-music-note2:before { content:"\e9e5"; }
.linearicons-music-note3:before { content:"\e9e6"; }
.linearicons-playlist:before { content:"\e9e7"; }
.linearicons-playlist-add:before { content:"\e9e8"; }
.linearicons-guitar:before { content:"\e9e9"; }
.linearicons-trumpet:before { content:"\e9ea"; }
.linearicons-album:before { content:"\e9eb"; }
.linearicons-shuffle:before { content:"\e9ec"; }
.linearicons-repeat-one:before { content:"\e9ed"; }
.linearicons-repeat:before { content:"\e9ee"; }
.linearicons-headphones:before { content:"\e9ef"; }
.linearicons-headset:before { content:"\e9f0"; }
.linearicons-loudspeaker:before { content:"\e9f1"; }
.linearicons-equalizer:before { content:"\e9f2"; }
.linearicons-theater:before { content:"\e9f3"; }
.linearicons-3d-glasses:before { content:"\e9f4"; }
.linearicons-ticket:before { content:"\e9f5"; }
.linearicons-presentation:before { content:"\e9f6"; }
.linearicons-play:before { content:"\e9f7"; }
.linearicons-film-play:before { content:"\e9f8"; }
.linearicons-clapboard-play:before { content:"\e9f9"; }
.linearicons-media:before { content:"\e9fa"; }
.linearicons-film:before { content:"\e9fb"; }
.linearicons-film2:before { content:"\e9fc"; }
.linearicons-surveillance:before { content:"\e9fd"; }
.linearicons-surveillance2:before { content:"\e9fe"; }
.linearicons-camera:before { content:"\e9ff"; }
.linearicons-camera-crossed:before { content:"\ea00"; }
.linearicons-camera-play:before { content:"\ea01"; }
.linearicons-time-lapse:before { content:"\ea02"; }
.linearicons-record:before { content:"\ea03"; }
.linearicons-camera2:before { content:"\ea04"; }
.linearicons-camera-flip:before { content:"\ea05"; }
.linearicons-panorama:before { content:"\ea06"; }
.linearicons-time-lapse2:before { content:"\ea07"; }
.linearicons-shutter:before { content:"\ea08"; }
.linearicons-shutter2:before { content:"\ea09"; }
.linearicons-face-detection:before { content:"\ea0a"; }
.linearicons-flare:before { content:"\ea0b"; }
.linearicons-convex:before { content:"\ea0c"; }
.linearicons-concave:before { content:"\ea0d"; }
.linearicons-picture:before { content:"\ea0e"; }
.linearicons-picture2:before { content:"\ea0f"; }
.linearicons-picture3:before { content:"\ea10"; }
.linearicons-pictures:before { content:"\ea11"; }
.linearicons-book:before { content:"\ea12"; }
.linearicons-audio-book:before { content:"\ea13"; }
.linearicons-book2:before { content:"\ea14"; }
.linearicons-bookmark:before { content:"\ea15"; }
.linearicons-bookmark2:before { content:"\ea16"; }
.linearicons-label:before { content:"\ea17"; }
.linearicons-library:before { content:"\ea18"; }
.linearicons-library2:before { content:"\ea19"; }
.linearicons-contacts:before { content:"\ea1a"; }
.linearicons-profile:before { content:"\ea1b"; }
.linearicons-portrait:before { content:"\ea1c"; }
.linearicons-portrait2:before { content:"\ea1d"; }
.linearicons-user:before { content:"\ea1e"; }
.linearicons-user-plus:before { content:"\ea1f"; }
.linearicons-user-minus:before { content:"\ea20"; }
.linearicons-user-lock:before { content:"\ea21"; }
.linearicons-users:before { content:"\ea22"; }
.linearicons-users2:before { content:"\ea23"; }
.linearicons-users-plus:before { content:"\ea24"; }
.linearicons-users-minus:before { content:"\ea25"; }
.linearicons-group-work:before { content:"\ea26"; }
.linearicons-woman:before { content:"\ea27"; }
.linearicons-man:before { content:"\ea28"; }
.linearicons-baby:before { content:"\ea29"; }
.linearicons-baby2:before { content:"\ea2a"; }
.linearicons-baby3:before { content:"\ea2b"; }
.linearicons-baby-bottle:before { content:"\ea2c"; }
.linearicons-walk:before { content:"\ea2d"; }
.linearicons-hand-waving:before { content:"\ea2e"; }
.linearicons-jump:before { content:"\ea2f"; }
.linearicons-run:before { content:"\ea30"; }
.linearicons-woman2:before { content:"\ea31"; }
.linearicons-man2:before { content:"\ea32"; }
.linearicons-man-woman:before { content:"\ea33"; }
.linearicons-height:before { content:"\ea34"; }
.linearicons-weight:before { content:"\ea35"; }
.linearicons-scale:before { content:"\ea36"; }
.linearicons-button:before { content:"\ea37"; }
.linearicons-bow-tie:before { content:"\ea38"; }
.linearicons-tie:before { content:"\ea39"; }
.linearicons-socks:before { content:"\ea3a"; }
.linearicons-shoe:before { content:"\ea3b"; }
.linearicons-shoes:before { content:"\ea3c"; }
.linearicons-hat:before { content:"\ea3d"; }
.linearicons-pants:before { content:"\ea3e"; }
.linearicons-shorts:before { content:"\ea3f"; }
.linearicons-flip-flops:before { content:"\ea40"; }
.linearicons-shirt:before { content:"\ea41"; }
.linearicons-hanger:before { content:"\ea42"; }
.linearicons-laundry:before { content:"\ea43"; }
.linearicons-store:before { content:"\ea44"; }
.linearicons-haircut:before { content:"\ea45"; }
.linearicons-store-24:before { content:"\ea46"; }
.linearicons-barcode:before { content:"\ea47"; }
.linearicons-barcode2:before { content:"\ea48"; }
.linearicons-barcode3:before { content:"\ea49"; }
.linearicons-cashier:before { content:"\ea4a"; }
.linearicons-bag:before { content:"\ea4b"; }
.linearicons-bag2:before { content:"\ea4c"; }
.linearicons-cart:before { content:"\ea4d"; }
.linearicons-cart-empty:before { content:"\ea4e"; }
.linearicons-cart-full:before { content:"\ea4f"; }
.linearicons-cart-plus:before { content:"\ea50"; }
.linearicons-cart-plus2:before { content:"\ea51"; }
.linearicons-cart-add:before { content:"\ea52"; }
.linearicons-cart-remove:before { content:"\ea53"; }
.linearicons-cart-exchange:before { content:"\ea54"; }
.linearicons-tag:before { content:"\ea55"; }
.linearicons-tags:before { content:"\ea56"; }
.linearicons-receipt:before { content:"\ea57"; }
.linearicons-wallet:before { content:"\ea58"; }
.linearicons-credit-card:before { content:"\ea59"; }
.linearicons-cash-dollar:before { content:"\ea5a"; }
.linearicons-cash-euro:before { content:"\ea5b"; }
.linearicons-cash-pound:before { content:"\ea5c"; }
.linearicons-cash-yen:before { content:"\ea5d"; }
.linearicons-bag-dollar:before { content:"\ea5e"; }
.linearicons-bag-euro:before { content:"\ea5f"; }
.linearicons-bag-pound:before { content:"\ea60"; }
.linearicons-bag-yen:before { content:"\ea61"; }
.linearicons-coin-dollar:before { content:"\ea62"; }
.linearicons-coin-euro:before { content:"\ea63"; }
.linearicons-coin-pound:before { content:"\ea64"; }
.linearicons-coin-yen:before { content:"\ea65"; }
.linearicons-calculator:before { content:"\ea66"; }
.linearicons-calculator2:before { content:"\ea67"; }
.linearicons-abacus:before { content:"\ea68"; }
.linearicons-vault:before { content:"\ea69"; }
.linearicons-telephone:before { content:"\ea6a"; }
.linearicons-phone-lock:before { content:"\ea6b"; }
.linearicons-phone-wave:before { content:"\ea6c"; }
.linearicons-phone-pause:before { content:"\ea6d"; }
.linearicons-phone-outgoing:before { content:"\ea6e"; }
.linearicons-phone-incoming:before { content:"\ea6f"; }
.linearicons-phone-in-out:before { content:"\ea70"; }
.linearicons-phone-error:before { content:"\ea71"; }
.linearicons-phone-sip:before { content:"\ea72"; }
.linearicons-phone-plus:before { content:"\ea73"; }
.linearicons-phone-minus:before { content:"\ea74"; }
.linearicons-voicemail:before { content:"\ea75"; }
.linearicons-dial:before { content:"\ea76"; }
.linearicons-telephone2:before { content:"\ea77"; }
.linearicons-pushpin:before { content:"\ea78"; }
.linearicons-pushpin2:before { content:"\ea79"; }
.linearicons-map-marker:before { content:"\ea7a"; }
.linearicons-map-marker-user:before { content:"\ea7b"; }
.linearicons-map-marker-down:before { content:"\ea7c"; }
.linearicons-map-marker-check:before { content:"\ea7d"; }
.linearicons-map-marker-crossed:before { content:"\ea7e"; }
.linearicons-radar:before { content:"\ea7f"; }
.linearicons-compass2:before { content:"\ea80"; }
.linearicons-map:before { content:"\ea81"; }
.linearicons-map2:before { content:"\ea82"; }
.linearicons-location:before { content:"\ea83"; }
.linearicons-road-sign:before { content:"\ea84"; }
.linearicons-calendar-empty:before { content:"\ea85"; }
.linearicons-calendar-check:before { content:"\ea86"; }
.linearicons-calendar-cross:before { content:"\ea87"; }
.linearicons-calendar-31:before { content:"\ea88"; }
.linearicons-calendar-full:before { content:"\ea89"; }
.linearicons-calendar-insert:before { content:"\ea8a"; }
.linearicons-calendar-text:before { content:"\ea8b"; }
.linearicons-calendar-user:before { content:"\ea8c"; }
.linearicons-mouse:before { content:"\ea8d"; }
.linearicons-mouse-left:before { content:"\ea8e"; }
.linearicons-mouse-right:before { content:"\ea8f"; }
.linearicons-mouse-both:before { content:"\ea90"; }
.linearicons-keyboard:before { content:"\ea91"; }
.linearicons-keyboard-up:before { content:"\ea92"; }
.linearicons-keyboard-down:before { content:"\ea93"; }
.linearicons-delete:before { content:"\ea94"; }
.linearicons-spell-check:before { content:"\ea95"; }
.linearicons-escape:before { content:"\ea96"; }
.linearicons-enter2:before { content:"\ea97"; }
.linearicons-screen:before { content:"\ea98"; }
.linearicons-aspect-ratio:before { content:"\ea99"; }
.linearicons-signal:before { content:"\ea9a"; }
.linearicons-signal-lock:before { content:"\ea9b"; }
.linearicons-signal-80:before { content:"\ea9c"; }
.linearicons-signal-60:before { content:"\ea9d"; }
.linearicons-signal-40:before { content:"\ea9e"; }
.linearicons-signal-20:before { content:"\ea9f"; }
.linearicons-signal-0:before { content:"\eaa0"; }
.linearicons-signal-blocked:before { content:"\eaa1"; }
.linearicons-sim:before { content:"\eaa2"; }
.linearicons-flash-memory:before { content:"\eaa3"; }
.linearicons-usb-drive:before { content:"\eaa4"; }
.linearicons-phone:before { content:"\eaa5"; }
.linearicons-smartphone:before { content:"\eaa6"; }
.linearicons-smartphone-notification:before { content:"\eaa7"; }
.linearicons-smartphone-vibration:before { content:"\eaa8"; }
.linearicons-smartphone-embed:before { content:"\eaa9"; }
.linearicons-smartphone-waves:before { content:"\eaaa"; }
.linearicons-tablet:before { content:"\eaab"; }
.linearicons-tablet2:before { content:"\eaac"; }
.linearicons-laptop:before { content:"\eaad"; }
.linearicons-laptop-phone:before { content:"\eaae"; }
.linearicons-desktop:before { content:"\eaaf"; }
.linearicons-launch:before { content:"\eab0"; }
.linearicons-new-tab:before { content:"\eab1"; }
.linearicons-window:before { content:"\eab2"; }
.linearicons-cable:before { content:"\eab3"; }
.linearicons-cable2:before { content:"\eab4"; }
.linearicons-tv:before { content:"\eab5"; }
.linearicons-radio:before { content:"\eab6"; }
.linearicons-remote-control:before { content:"\eab7"; }
.linearicons-power-switch:before { content:"\eab8"; }
.linearicons-power:before { content:"\eab9"; }
.linearicons-power-crossed:before { content:"\eaba"; }
.linearicons-flash-auto:before { content:"\eabb"; }
.linearicons-lamp:before { content:"\eabc"; }
.linearicons-flashlight:before { content:"\eabd"; }
.linearicons-lampshade:before { content:"\eabe"; }
.linearicons-cord:before { content:"\eabf"; }
.linearicons-outlet:before { content:"\eac0"; }
.linearicons-battery-power:before { content:"\eac1"; }
.linearicons-battery-empty:before { content:"\eac2"; }
.linearicons-battery-alert:before { content:"\eac3"; }
.linearicons-battery-error:before { content:"\eac4"; }
.linearicons-battery-low1:before { content:"\eac5"; }
.linearicons-battery-low2:before { content:"\eac6"; }
.linearicons-battery-low3:before { content:"\eac7"; }
.linearicons-battery-mid1:before { content:"\eac8"; }
.linearicons-battery-mid2:before { content:"\eac9"; }
.linearicons-battery-mid3:before { content:"\eaca"; }
.linearicons-battery-full:before { content:"\eacb"; }
.linearicons-battery-charging:before { content:"\eacc"; }
.linearicons-battery-charging2:before { content:"\eacd"; }
.linearicons-battery-charging3:before { content:"\eace"; }
.linearicons-battery-charging4:before { content:"\eacf"; }
.linearicons-battery-charging5:before { content:"\ead0"; }
.linearicons-battery-charging6:before { content:"\ead1"; }
.linearicons-battery-charging7:before { content:"\ead2"; }
.linearicons-chip:before { content:"\ead3"; }
.linearicons-chip-x64:before { content:"\ead4"; }
.linearicons-chip-x86:before { content:"\ead5"; }
.linearicons-bubble:before { content:"\ead6"; }
.linearicons-bubbles:before { content:"\ead7"; }
.linearicons-bubble-dots:before { content:"\ead8"; }
.linearicons-bubble-alert:before { content:"\ead9"; }
.linearicons-bubble-question:before { content:"\eada"; }
.linearicons-bubble-text:before { content:"\eadb"; }
.linearicons-bubble-pencil:before { content:"\eadc"; }
.linearicons-bubble-picture:before { content:"\eadd"; }
.linearicons-bubble-video:before { content:"\eade"; }
.linearicons-bubble-user:before { content:"\eadf"; }
.linearicons-bubble-quote:before { content:"\eae0"; }
.linearicons-bubble-heart:before { content:"\eae1"; }
.linearicons-bubble-emoticon:before { content:"\eae2"; }
.linearicons-bubble-attachment:before { content:"\eae3"; }
.linearicons-phone-bubble:before { content:"\eae4"; }
.linearicons-quote-open:before { content:"\eae5"; }
.linearicons-quote-close:before { content:"\eae6"; }
.linearicons-dna:before { content:"\eae7"; }
.linearicons-heart-pulse:before { content:"\eae8"; }
.linearicons-pulse:before { content:"\eae9"; }
.linearicons-syringe:before { content:"\eaea"; }
.linearicons-pills:before { content:"\eaeb"; }
.linearicons-first-aid:before { content:"\eaec"; }
.linearicons-lifebuoy:before { content:"\eaed"; }
.linearicons-bandage:before { content:"\eaee"; }
.linearicons-bandages:before { content:"\eaef"; }
.linearicons-thermometer:before { content:"\eaf0"; }
.linearicons-microscope:before { content:"\eaf1"; }
.linearicons-brain:before { content:"\eaf2"; }
.linearicons-beaker:before { content:"\eaf3"; }
.linearicons-skull:before { content:"\eaf4"; }
.linearicons-bone:before { content:"\eaf5"; }
.linearicons-construction:before { content:"\eaf6"; }
.linearicons-construction-cone:before { content:"\eaf7"; }
.linearicons-pie-chart:before { content:"\eaf8"; }
.linearicons-pie-chart2:before { content:"\eaf9"; }
.linearicons-graph:before { content:"\eafa"; }
.linearicons-chart-growth:before { content:"\eafb"; }
.linearicons-chart-bars:before { content:"\eafc"; }
.linearicons-chart-settings:before { content:"\eafd"; }
.linearicons-cake:before { content:"\eafe"; }
.linearicons-gift:before { content:"\eaff"; }
.linearicons-balloon:before { content:"\eb00"; }
.linearicons-rank:before { content:"\eb01"; }
.linearicons-rank2:before { content:"\eb02"; }
.linearicons-rank3:before { content:"\eb03"; }
.linearicons-crown:before { content:"\eb04"; }
.linearicons-lotus:before { content:"\eb05"; }
.linearicons-diamond:before { content:"\eb06"; }
.linearicons-diamond2:before { content:"\eb07"; }
.linearicons-diamond3:before { content:"\eb08"; }
.linearicons-diamond4:before { content:"\eb09"; }
.linearicons-linearicons:before { content:"\eb0a"; }
.linearicons-teacup:before { content:"\eb0b"; }
.linearicons-teapot:before { content:"\eb0c"; }
.linearicons-glass:before { content:"\eb0d"; }
.linearicons-bottle2:before { content:"\eb0e"; }
.linearicons-glass-cocktail:before { content:"\eb0f"; }
.linearicons-glass2:before { content:"\eb10"; }
.linearicons-dinner:before { content:"\eb11"; }
.linearicons-dinner2:before { content:"\eb12"; }
.linearicons-chef:before { content:"\eb13"; }
.linearicons-scale2:before { content:"\eb14"; }
.linearicons-egg:before { content:"\eb15"; }
.linearicons-egg2:before { content:"\eb16"; }
.linearicons-eggs:before { content:"\eb17"; }
.linearicons-platter:before { content:"\eb18"; }
.linearicons-steak:before { content:"\eb19"; }
.linearicons-hamburger:before { content:"\eb1a"; }
.linearicons-hotdog:before { content:"\eb1b"; }
.linearicons-pizza:before { content:"\eb1c"; }
.linearicons-sausage:before { content:"\eb1d"; }
.linearicons-chicken:before { content:"\eb1e"; }
.linearicons-fish:before { content:"\eb1f"; }
.linearicons-carrot:before { content:"\eb20"; }
.linearicons-cheese:before { content:"\eb21"; }
.linearicons-bread:before { content:"\eb22"; }
.linearicons-ice-cream:before { content:"\eb23"; }
.linearicons-ice-cream2:before { content:"\eb24"; }
.linearicons-candy:before { content:"\eb25"; }
.linearicons-lollipop:before { content:"\eb26"; }
.linearicons-coffee-bean:before { content:"\eb27"; }
.linearicons-coffee-cup:before { content:"\eb28"; }
.linearicons-cherry:before { content:"\eb29"; }
.linearicons-grapes:before { content:"\eb2a"; }
.linearicons-citrus:before { content:"\eb2b"; }
.linearicons-apple:before { content:"\eb2c"; }
.linearicons-leaf:before { content:"\eb2d"; }
.linearicons-landscape:before { content:"\eb2e"; }
.linearicons-pine-tree:before { content:"\eb2f"; }
.linearicons-tree:before { content:"\eb30"; }
.linearicons-cactus:before { content:"\eb31"; }
.linearicons-paw:before { content:"\eb32"; }
.linearicons-footprint:before { content:"\eb33"; }
.linearicons-speed-slow:before { content:"\eb34"; }
.linearicons-speed-medium:before { content:"\eb35"; }
.linearicons-speed-fast:before { content:"\eb36"; }
.linearicons-rocket:before { content:"\eb37"; }
.linearicons-hammer2:before { content:"\eb38"; }
.linearicons-balance:before { content:"\eb39"; }
.linearicons-briefcase:before { content:"\eb3a"; }
.linearicons-luggage-weight:before { content:"\eb3b"; }
.linearicons-dolly:before { content:"\eb3c"; }
.linearicons-plane:before { content:"\eb3d"; }
.linearicons-plane-crossed:before { content:"\eb3e"; }
.linearicons-helicopter:before { content:"\eb3f"; }
.linearicons-traffic-lights:before { content:"\eb40"; }
.linearicons-siren:before { content:"\eb41"; }
.linearicons-road:before { content:"\eb42"; }
.linearicons-engine:before { content:"\eb43"; }
.linearicons-oil-pressure:before { content:"\eb44"; }
.linearicons-coolant-temperature:before { content:"\eb45"; }
.linearicons-car-battery:before { content:"\eb46"; }
.linearicons-gas:before { content:"\eb47"; }
.linearicons-gallon:before { content:"\eb48"; }
.linearicons-transmission:before { content:"\eb49"; }
.linearicons-car:before { content:"\eb4a"; }
.linearicons-car-wash:before { content:"\eb4b"; }
.linearicons-car-wash2:before { content:"\eb4c"; }
.linearicons-bus:before { content:"\eb4d"; }
.linearicons-bus2:before { content:"\eb4e"; }
.linearicons-car2:before { content:"\eb4f"; }
.linearicons-parking:before { content:"\eb50"; }
.linearicons-car-lock:before { content:"\eb51"; }
.linearicons-taxi:before { content:"\eb52"; }
.linearicons-car-siren:before { content:"\eb53"; }
.linearicons-car-wash3:before { content:"\eb54"; }
.linearicons-car-wash4:before { content:"\eb55"; }
.linearicons-ambulance:before { content:"\eb56"; }
.linearicons-truck:before { content:"\eb57"; }
.linearicons-trailer:before { content:"\eb58"; }
.linearicons-scale-truck:before { content:"\eb59"; }
.linearicons-train:before { content:"\eb5a"; }
.linearicons-ship:before { content:"\eb5b"; }
.linearicons-ship2:before { content:"\eb5c"; }
.linearicons-anchor:before { content:"\eb5d"; }
.linearicons-boat:before { content:"\eb5e"; }
.linearicons-bicycle:before { content:"\eb5f"; }
.linearicons-bicycle2:before { content:"\eb60"; }
.linearicons-dumbbell:before { content:"\eb61"; }
.linearicons-bench-press:before { content:"\eb62"; }
.linearicons-swim:before { content:"\eb63"; }
.linearicons-football:before { content:"\eb64"; }
.linearicons-baseball-bat:before { content:"\eb65"; }
.linearicons-baseball:before { content:"\eb66"; }
.linearicons-tennis:before { content:"\eb67"; }
.linearicons-tennis2:before { content:"\eb68"; }
.linearicons-ping-pong:before { content:"\eb69"; }
.linearicons-hockey:before { content:"\eb6a"; }
.linearicons-8ball:before { content:"\eb6b"; }
.linearicons-bowling:before { content:"\eb6c"; }
.linearicons-bowling-pins:before { content:"\eb6d"; }
.linearicons-golf:before { content:"\eb6e"; }
.linearicons-golf2:before { content:"\eb6f"; }
.linearicons-archery:before { content:"\eb70"; }
.linearicons-slingshot:before { content:"\eb71"; }
.linearicons-soccer:before { content:"\eb72"; }
.linearicons-basketball:before { content:"\eb73"; }
.linearicons-cube:before { content:"\eb74"; }
.linearicons-3d-rotate:before { content:"\eb75"; }
.linearicons-puzzle:before { content:"\eb76"; }
.linearicons-glasses:before { content:"\eb77"; }
.linearicons-glasses2:before { content:"\eb78"; }
.linearicons-accessibility:before { content:"\eb79"; }
.linearicons-wheelchair:before { content:"\eb7a"; }
.linearicons-wall:before { content:"\eb7b"; }
.linearicons-fence:before { content:"\eb7c"; }
.linearicons-wall2:before { content:"\eb7d"; }
.linearicons-icons:before { content:"\eb7e"; }
.linearicons-resize-handle:before { content:"\eb7f"; }
.linearicons-icons2:before { content:"\eb80"; }
.linearicons-select:before { content:"\eb81"; }
.linearicons-select2:before { content:"\eb82"; }
.linearicons-site-map:before { content:"\eb83"; }
.linearicons-earth:before { content:"\eb84"; }
.linearicons-earth-lock:before { content:"\eb85"; }
.linearicons-network:before { content:"\eb86"; }
.linearicons-network-lock:before { content:"\eb87"; }
.linearicons-planet:before { content:"\eb88"; }
.linearicons-happy:before { content:"\eb89"; }
.linearicons-smile:before { content:"\eb8a"; }
.linearicons-grin:before { content:"\eb8b"; }
.linearicons-tongue:before { content:"\eb8c"; }
.linearicons-sad:before { content:"\eb8d"; }
.linearicons-wink:before { content:"\eb8e"; }
.linearicons-dream:before { content:"\eb8f"; }
.linearicons-shocked:before { content:"\eb90"; }
.linearicons-shocked2:before { content:"\eb91"; }
.linearicons-tongue2:before { content:"\eb92"; }
.linearicons-neutral:before { content:"\eb93"; }
.linearicons-happy-grin:before { content:"\eb94"; }
.linearicons-cool:before { content:"\eb95"; }
.linearicons-mad:before { content:"\eb96"; }
.linearicons-grin-evil:before { content:"\eb97"; }
.linearicons-evil:before { content:"\eb98"; }
.linearicons-wow:before { content:"\eb99"; }
.linearicons-annoyed:before { content:"\eb9a"; }
.linearicons-wondering:before { content:"\eb9b"; }
.linearicons-confused:before { content:"\eb9c"; }
.linearicons-zipped:before { content:"\eb9d"; }
.linearicons-grumpy:before { content:"\eb9e"; }
.linearicons-mustache:before { content:"\eb9f"; }
.linearicons-tombstone-hipster:before { content:"\eba0"; }
.linearicons-tombstone:before { content:"\eba1"; }
.linearicons-ghost:before { content:"\eba2"; }
.linearicons-ghost-hipster:before { content:"\eba3"; }
.linearicons-halloween:before { content:"\eba4"; }
.linearicons-christmas:before { content:"\eba5"; }
.linearicons-easter-egg:before { content:"\eba6"; }
.linearicons-mustache2:before { content:"\eba7"; }
.linearicons-mustache-glasses:before { content:"\eba8"; }
.linearicons-pipe:before { content:"\eba9"; }
.linearicons-alarm:before { content:"\ebaa"; }
.linearicons-alarm-add:before { content:"\ebab"; }
.linearicons-alarm-snooze:before { content:"\ebac"; }
.linearicons-alarm-ringing:before { content:"\ebad"; }
.linearicons-bullhorn:before { content:"\ebae"; }
.linearicons-hearing:before { content:"\ebaf"; }
.linearicons-volume-high:before { content:"\ebb0"; }
.linearicons-volume-medium:before { content:"\ebb1"; }
.linearicons-volume-low:before { content:"\ebb2"; }
.linearicons-volume:before { content:"\ebb3"; }
.linearicons-mute:before { content:"\ebb4"; }
.linearicons-lan:before { content:"\ebb5"; }
.linearicons-lan2:before { content:"\ebb6"; }
.linearicons-wifi:before { content:"\ebb7"; }
.linearicons-wifi-lock:before { content:"\ebb8"; }
.linearicons-wifi-blocked:before { content:"\ebb9"; }
.linearicons-wifi-mid:before { content:"\ebba"; }
.linearicons-wifi-low:before { content:"\ebbb"; }
.linearicons-wifi-low2:before { content:"\ebbc"; }
.linearicons-wifi-alert:before { content:"\ebbd"; }
.linearicons-wifi-alert-mid:before { content:"\ebbe"; }
.linearicons-wifi-alert-low:before { content:"\ebbf"; }
.linearicons-wifi-alert-low2:before { content:"\ebc0"; }
.linearicons-stream:before { content:"\ebc1"; }
.linearicons-stream-check:before { content:"\ebc2"; }
.linearicons-stream-error:before { content:"\ebc3"; }
.linearicons-stream-alert:before { content:"\ebc4"; }
.linearicons-communication:before { content:"\ebc5"; }
.linearicons-communication-crossed:before { content:"\ebc6"; }
.linearicons-broadcast:before { content:"\ebc7"; }
.linearicons-antenna:before { content:"\ebc8"; }
.linearicons-satellite:before { content:"\ebc9"; }
.linearicons-satellite2:before { content:"\ebca"; }
.linearicons-mic:before { content:"\ebcb"; }
.linearicons-mic-mute:before { content:"\ebcc"; }
.linearicons-mic2:before { content:"\ebcd"; }
.linearicons-spotlights:before { content:"\ebce"; }
.linearicons-hourglass:before { content:"\ebcf"; }
.linearicons-loading:before { content:"\ebd0"; }
.linearicons-loading2:before { content:"\ebd1"; }
.linearicons-loading3:before { content:"\ebd2"; }
.linearicons-refresh:before { content:"\ebd3"; }
.linearicons-refresh2:before { content:"\ebd4"; }
.linearicons-undo:before { content:"\ebd5"; }
.linearicons-redo:before { content:"\ebd6"; }
.linearicons-jump2:before { content:"\ebd7"; }
.linearicons-undo2:before { content:"\ebd8"; }
.linearicons-redo2:before { content:"\ebd9"; }
.linearicons-sync:before { content:"\ebda"; }
.linearicons-repeat-one2:before { content:"\ebdb"; }
.linearicons-sync-crossed:before { content:"\ebdc"; }
.linearicons-sync2:before { content:"\ebdd"; }
.linearicons-repeat-one3:before { content:"\ebde"; }
.linearicons-sync-crossed2:before { content:"\ebdf"; }
.linearicons-return:before { content:"\ebe0"; }
.linearicons-return2:before { content:"\ebe1"; }
.linearicons-refund:before { content:"\ebe2"; }
.linearicons-history:before { content:"\ebe3"; }
.linearicons-history2:before { content:"\ebe4"; }
.linearicons-self-timer:before { content:"\ebe5"; }
.linearicons-clock:before { content:"\ebe6"; }
.linearicons-clock2:before { content:"\ebe7"; }
.linearicons-clock3:before { content:"\ebe8"; }
.linearicons-watch:before { content:"\ebe9"; }
.linearicons-alarm2:before { content:"\ebea"; }
.linearicons-alarm-add2:before { content:"\ebeb"; }
.linearicons-alarm-remove:before { content:"\ebec"; }
.linearicons-alarm-check:before { content:"\ebed"; }
.linearicons-alarm-error:before { content:"\ebee"; }
.linearicons-timer:before { content:"\ebef"; }
.linearicons-timer-crossed:before { content:"\ebf0"; }
.linearicons-timer2:before { content:"\ebf1"; }
.linearicons-timer-crossed2:before { content:"\ebf2"; }
.linearicons-download:before { content:"\ebf3"; }
.linearicons-upload:before { content:"\ebf4"; }
.linearicons-download2:before { content:"\ebf5"; }
.linearicons-upload2:before { content:"\ebf6"; }
.linearicons-enter-up:before { content:"\ebf7"; }
.linearicons-enter-down:before { content:"\ebf8"; }
.linearicons-enter-left:before { content:"\ebf9"; }
.linearicons-enter-right:before { content:"\ebfa"; }
.linearicons-exit-up:before { content:"\ebfb"; }
.linearicons-exit-down:before { content:"\ebfc"; }
.linearicons-exit-left:before { content:"\ebfd"; }
.linearicons-exit-right:before { content:"\ebfe"; }
.linearicons-enter-up2:before { content:"\ebff"; }
.linearicons-enter-down2:before { content:"\ec00"; }
.linearicons-enter-vertical:before { content:"\ec01"; }
.linearicons-enter-left2:before { content:"\ec02"; }
.linearicons-enter-right2:before { content:"\ec03"; }
.linearicons-enter-horizontal:before { content:"\ec04"; }
.linearicons-exit-up2:before { content:"\ec05"; }
.linearicons-exit-down2:before { content:"\ec06"; }
.linearicons-exit-left2:before { content:"\ec07"; }
.linearicons-exit-right2:before { content:"\ec08"; }
.linearicons-cli:before { content:"\ec09"; }
.linearicons-bug:before { content:"\ec0a"; }
.linearicons-code:before { content:"\ec0b"; }
.linearicons-file-code:before { content:"\ec0c"; }
.linearicons-file-image:before { content:"\ec0d"; }
.linearicons-file-zip:before { content:"\ec0e"; }
.linearicons-file-audio:before { content:"\ec0f"; }
.linearicons-file-video:before { content:"\ec10"; }
.linearicons-file-preview:before { content:"\ec11"; }
.linearicons-file-charts:before { content:"\ec12"; }
.linearicons-file-stats:before { content:"\ec13"; }
.linearicons-file-spreadsheet:before { content:"\ec14"; }
.linearicons-link:before { content:"\ec15"; }
.linearicons-unlink:before { content:"\ec16"; }
.linearicons-link2:before { content:"\ec17"; }
.linearicons-unlink2:before { content:"\ec18"; }
.linearicons-thumbs-up:before { content:"\ec19"; }
.linearicons-thumbs-down:before { content:"\ec1a"; }
.linearicons-thumbs-up2:before { content:"\ec1b"; }
.linearicons-thumbs-down2:before { content:"\ec1c"; }
.linearicons-thumbs-up3:before { content:"\ec1d"; }
.linearicons-thumbs-down3:before { content:"\ec1e"; }
.linearicons-share:before { content:"\ec1f"; }
.linearicons-share2:before { content:"\ec20"; }
.linearicons-share3:before { content:"\ec21"; }
.linearicons-magnifier:before { content:"\ec22"; }
.linearicons-file-search:before { content:"\ec23"; }
.linearicons-find-replace:before { content:"\ec24"; }
.linearicons-zoom-in:before { content:"\ec25"; }
.linearicons-zoom-out:before { content:"\ec26"; }
.linearicons-loupe:before { content:"\ec27"; }
.linearicons-loupe-zoom-in:before { content:"\ec28"; }
.linearicons-loupe-zoom-out:before { content:"\ec29"; }
.linearicons-cross:before { content:"\ec2a"; }
.linearicons-menu:before { content:"\ec2b"; }
.linearicons-list:before { content:"\ec2c"; }
.linearicons-list2:before { content:"\ec2d"; }
.linearicons-list3:before { content:"\ec2e"; }
.linearicons-menu2:before { content:"\ec2f"; }
.linearicons-list4:before { content:"\ec30"; }
.linearicons-menu3:before { content:"\ec31"; }
.linearicons-exclamation:before { content:"\ec32"; }
.linearicons-question:before { content:"\ec33"; }
.linearicons-check:before { content:"\ec34"; }
.linearicons-cross2:before { content:"\ec35"; }
.linearicons-plus:before { content:"\ec36"; }
.linearicons-minus:before { content:"\ec37"; }
.linearicons-percent:before { content:"\ec38"; }
.linearicons-chevron-up:before { content:"\ec39"; }
.linearicons-chevron-down:before { content:"\ec3a"; }
.linearicons-chevron-left:before { content:"\ec3b"; }
.linearicons-chevron-right:before { content:"\ec3c"; }
.linearicons-chevrons-expand-vertical:before { content:"\ec3d"; }
.linearicons-chevrons-expand-horizontal:before { content:"\ec3e"; }
.linearicons-chevrons-contract-vertical:before { content:"\ec3f"; }
.linearicons-chevrons-contract-horizontal:before { content:"\ec40"; }
.linearicons-arrow-up:before { content:"\ec41"; }
.linearicons-arrow-down:before { content:"\ec42"; }
.linearicons-arrow-left:before { content:"\ec43"; }
.linearicons-arrow-right:before { content:"\ec44"; }
.linearicons-arrow-up-right:before { content:"\ec45"; }
.linearicons-arrows-merge:before { content:"\ec46"; }
.linearicons-arrows-split:before { content:"\ec47"; }
.linearicons-arrow-divert:before { content:"\ec48"; }
.linearicons-arrow-return:before { content:"\ec49"; }
.linearicons-expand:before { content:"\ec4a"; }
.linearicons-contract:before { content:"\ec4b"; }
.linearicons-expand2:before { content:"\ec4c"; }
.linearicons-contract2:before { content:"\ec4d"; }
.linearicons-move:before { content:"\ec4e"; }
.linearicons-tab:before { content:"\ec4f"; }
.linearicons-arrow-wave:before { content:"\ec50"; }
.linearicons-expand3:before { content:"\ec51"; }
.linearicons-expand4:before { content:"\ec52"; }
.linearicons-contract3:before { content:"\ec53"; }
.linearicons-notification:before { content:"\ec54"; }
.linearicons-warning:before { content:"\ec55"; }
.linearicons-notification-circle:before { content:"\ec56"; }
.linearicons-question-circle:before { content:"\ec57"; }
.linearicons-menu-circle:before { content:"\ec58"; }
.linearicons-checkmark-circle:before { content:"\ec59"; }
.linearicons-cross-circle:before { content:"\ec5a"; }
.linearicons-plus-circle:before { content:"\ec5b"; }
.linearicons-circle-minus:before { content:"\ec5c"; }
.linearicons-percent-circle:before { content:"\ec5d"; }
.linearicons-arrow-up-circle:before { content:"\ec5e"; }
.linearicons-arrow-down-circle:before { content:"\ec5f"; }
.linearicons-arrow-left-circle:before { content:"\ec60"; }
.linearicons-arrow-right-circle:before { content:"\ec61"; }
.linearicons-chevron-up-circle:before { content:"\ec62"; }
.linearicons-chevron-down-circle:before { content:"\ec63"; }
.linearicons-chevron-left-circle:before { content:"\ec64"; }
.linearicons-chevron-right-circle:before { content:"\ec65"; }
.linearicons-backward-circle:before { content:"\ec66"; }
.linearicons-first-circle:before { content:"\ec67"; }
.linearicons-previous-circle:before { content:"\ec68"; }
.linearicons-stop-circle:before { content:"\ec69"; }
.linearicons-play-circle:before { content:"\ec6a"; }
.linearicons-pause-circle:before { content:"\ec6b"; }
.linearicons-next-circle:before { content:"\ec6c"; }
.linearicons-last-circle:before { content:"\ec6d"; }
.linearicons-forward-circle:before { content:"\ec6e"; }
.linearicons-eject-circle:before { content:"\ec6f"; }
.linearicons-crop:before { content:"\ec70"; }
.linearicons-frame-expand:before { content:"\ec71"; }
.linearicons-frame-contract:before { content:"\ec72"; }
.linearicons-focus:before { content:"\ec73"; }
.linearicons-transform:before { content:"\ec74"; }
.linearicons-grid:before { content:"\ec75"; }
.linearicons-grid-crossed:before { content:"\ec76"; }
.linearicons-layers:before { content:"\ec77"; }
.linearicons-layers-crossed:before { content:"\ec78"; }
.linearicons-toggle:before { content:"\ec79"; }
.linearicons-rulers:before { content:"\ec7a"; }
.linearicons-ruler:before { content:"\ec7b"; }
.linearicons-funnel:before { content:"\ec7c"; }
.linearicons-flip-horizontal:before { content:"\ec7d"; }
.linearicons-flip-vertical:before { content:"\ec7e"; }
.linearicons-flip-horizontal2:before { content:"\ec7f"; }
.linearicons-flip-vertical2:before { content:"\ec80"; }
.linearicons-angle:before { content:"\ec81"; }
.linearicons-angle2:before { content:"\ec82"; }
.linearicons-subtract:before { content:"\ec83"; }
.linearicons-combine:before { content:"\ec84"; }
.linearicons-intersect:before { content:"\ec85"; }
.linearicons-exclude:before { content:"\ec86"; }
.linearicons-align-center-vertical:before { content:"\ec87"; }
.linearicons-align-right:before { content:"\ec88"; }
.linearicons-align-bottom:before { content:"\ec89"; }
.linearicons-align-left:before { content:"\ec8a"; }
.linearicons-align-center-horizontal:before { content:"\ec8b"; }
.linearicons-align-top:before { content:"\ec8c"; }
.linearicons-square:before { content:"\ec8d"; }
.linearicons-plus-square:before { content:"\ec8e"; }
.linearicons-minus-square:before { content:"\ec8f"; }
.linearicons-percent-square:before { content:"\ec90"; }
.linearicons-arrow-up-square:before { content:"\ec91"; }
.linearicons-arrow-down-square:before { content:"\ec92"; }
.linearicons-arrow-left-square:before { content:"\ec93"; }
.linearicons-arrow-right-square:before { content:"\ec94"; }
.linearicons-chevron-up-square:before { content:"\ec95"; }
.linearicons-chevron-down-square:before { content:"\ec96"; }
.linearicons-chevron-left-square:before { content:"\ec97"; }
.linearicons-chevron-right-square:before { content:"\ec98"; }
.linearicons-check-square:before { content:"\ec99"; }
.linearicons-cross-square:before { content:"\ec9a"; }
.linearicons-menu-square:before { content:"\ec9b"; }
.linearicons-prohibited:before { content:"\ec9c"; }
.linearicons-circle:before { content:"\ec9d"; }
.linearicons-radio-button:before { content:"\ec9e"; }
.linearicons-ligature:before { content:"\ec9f"; }
.linearicons-text-format:before { content:"\eca0"; }
.linearicons-text-format-remove:before { content:"\eca1"; }
.linearicons-text-size:before { content:"\eca2"; }
.linearicons-bold:before { content:"\eca3"; }
.linearicons-italic:before { content:"\eca4"; }
.linearicons-underline:before { content:"\eca5"; }
.linearicons-strikethrough:before { content:"\eca6"; }
.linearicons-highlight:before { content:"\eca7"; }
.linearicons-text-align-left:before { content:"\eca8"; }
.linearicons-text-align-center:before { content:"\eca9"; }
.linearicons-text-align-right:before { content:"\ecaa"; }
.linearicons-text-align-justify:before { content:"\ecab"; }
.linearicons-line-spacing:before { content:"\ecac"; }
.linearicons-indent-increase:before { content:"\ecad"; }
.linearicons-indent-decrease:before { content:"\ecae"; }
.linearicons-text-wrap:before { content:"\ecaf"; }
.linearicons-pilcrow:before { content:"\ecb0"; }
.linearicons-direction-ltr:before { content:"\ecb1"; }
.linearicons-direction-rtl:before { content:"\ecb2"; }
.linearicons-page-break:before { content:"\ecb3"; }
.linearicons-page-break2:before { content:"\ecb4"; }
.linearicons-sort-alpha-asc:before { content:"\ecb5"; }
.linearicons-sort-alpha-desc:before { content:"\ecb6"; }
.linearicons-sort-numeric-asc:before { content:"\ecb7"; }
.linearicons-sort-numeric-desc:before { content:"\ecb8"; }
.linearicons-sort-amount-asc:before { content:"\ecb9"; }
.linearicons-sort-amount-desc:before { content:"\ecba"; }
.linearicons-sort-time-asc:before { content:"\ecbb"; }
.linearicons-sort-time-desc:before { content:"\ecbc"; }
.linearicons-sigma:before { content:"\ecbd"; }
.linearicons-pencil-line:before { content:"\ecbe"; }
.linearicons-hand:before { content:"\ecbf"; }
.linearicons-pointer-up:before { content:"\ecc0"; }
.linearicons-pointer-right:before { content:"\ecc1"; }
.linearicons-pointer-down:before { content:"\ecc2"; }
.linearicons-pointer-left:before { content:"\ecc3"; }
.linearicons-finger-tap:before { content:"\ecc4"; }
.linearicons-fingers-tap:before { content:"\ecc5"; }
.linearicons-reminder:before { content:"\ecc6"; }
.linearicons-fingers-crossed:before { content:"\ecc7"; }
.linearicons-fingers-victory:before { content:"\ecc8"; }
.linearicons-gesture-zoom:before { content:"\ecc9"; }
.linearicons-gesture-pinch:before { content:"\ecca"; }
.linearicons-fingers-scroll-horizontal:before { content:"\eccb"; }
.linearicons-fingers-scroll-vertical:before { content:"\eccc"; }
.linearicons-fingers-scroll-left:before { content:"\eccd"; }
.linearicons-fingers-scroll-right:before { content:"\ecce"; }
.linearicons-hand2:before { content:"\eccf"; }
.linearicons-pointer-up2:before { content:"\ecd0"; }
.linearicons-pointer-right2:before { content:"\ecd1"; }
.linearicons-pointer-down2:before { content:"\ecd2"; }
.linearicons-pointer-left2:before { content:"\ecd3"; }
.linearicons-finger-tap2:before { content:"\ecd4"; }
.linearicons-fingers-tap2:before { content:"\ecd5"; }
.linearicons-reminder2:before { content:"\ecd6"; }
.linearicons-gesture-zoom2:before { content:"\ecd7"; }
.linearicons-gesture-pinch2:before { content:"\ecd8"; }
.linearicons-fingers-scroll-horizontal2:before { content:"\ecd9"; }
.linearicons-fingers-scroll-vertical2:before { content:"\ecda"; }
.linearicons-fingers-scroll-left2:before { content:"\ecdb"; }
.linearicons-fingers-scroll-right2:before { content:"\ecdc"; }
.linearicons-fingers-scroll-vertical3:before { content:"\ecdd"; }
.linearicons-border-style:before { content:"\ecde"; }
.linearicons-border-all:before { content:"\ecdf"; }
.linearicons-border-outer:before { content:"\ece0"; }
.linearicons-border-inner:before { content:"\ece1"; }
.linearicons-border-top:before { content:"\ece2"; }
.linearicons-border-horizontal:before { content:"\ece3"; }
.linearicons-border-bottom:before { content:"\ece4"; }
.linearicons-border-left:before { content:"\ece5"; }
.linearicons-border-vertical:before { content:"\ece6"; }
.linearicons-border-right:before { content:"\ece7"; }
.linearicons-border-none:before { content:"\ece8"; }
.linearicons-ellipsis:before { content:"\ece9"; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor:pointer; }
* { box-sizing:border-box; }
.thumbnail { margin-bottom:0.9rem; }
.accordion-group { background:#fff; }
.site-title {
  font-size:4rem;
  line-height:4.8rem;
  font-weight:bold;
}
.header { margin-bottom:0; }
.header .finder { margin-top:1.4rem; }
.header .finder .btn { margin-top:0; }
.navigation {
  padding:0.5rem 0;
  border-top:1px solid rgba(0,0,0,0.075);
  border-bottom:1px solid rgba(0,0,0,0.075);
  margin-bottom:1rem;
}
.navigation .nav-pills { margin-bottom:0; }
.hero-unit { background-color:#08C; }
.hero-unit > * {
  color:white;
  text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width:auto;
  max-width:1620px;
  padding:0 1rem;
}
.well .page-header { margin:0px 0px 0.5rem 0px; }
h1, h2, h3, h4, h5, h6 {
  margin:1rem 0;
  line-height:1.2;
}
h1 { font-size:2.8rem; }
h2 { font-size:2.4rem; }
h3 { font-size:2.0rem; }
h4 { font-size:1.8rem; }
h5 { font-size:1.7rem; }
h6 { font-size:1.5rem; }
.module-header {
  padding-bottom:1.7rem;
  margin:2rem 0 1.8rem 0;
  border-bottom:1px solid #eeeeee;
}
.item-title { margin-bottom:0.9rem; }
.item-content { margin:18px 0; }
.item-subtitle { margin-bottom:0.9rem; }
.pull-right.item-image { margin:0 0 1.8rem 2rem; }
.pull-left.item-image { margin:0 2rem 1.8rem 0; }
.header .nav > li:last-child > .dropdown-menu, .item-actions .dropdown-menu, .item-comment .dropdown-menu {
  left:initial;
  right:0;
}
.article-index { margin:0 0 1rem 1rem; }
.list-item-title { margin-bottom:0.9rem; }
.list-item-content { margin:1.8rem 0; }
.list-item-subtitle { margin-bottom:0.9rem; }
.items-more, .content-links { padding:1.5rem 0; }
.breadcrumb { margin:1.0rem 0; }
.img_caption .left {
  float:left;
  margin-right:1em;
}
.img_caption .right {
  float:right;
  margin-left:1em;
}
.img_caption .left p {
  clear:left;
  text-align:center;
}
.img_caption .right p {
  clear:right;
  text-align:center;
}
.img_caption { text-align:center !important; }
.img_caption.none {
  margin-left:auto;
  margin-right:auto;
}
figure { display:table; }
figure.pull-center, img.pull-center {
  margin-left:auto;
  margin-right:auto;
}
figcaption {
  display:table-caption;
  caption-side:bottom;
}
#aside .nav .nav-child {
  border-left:2px solid ;
  padding-left:0.5rem;
}
.navigation .nav > li > a + .nav-child, .navigation .nav > li > span + .nav-child {
  position:absolute;
  top:100%;
  left:0;
  text-align:left;
  z-index:1000;
  display:block;
  float:left;
  min-width:16rem;
  padding:0;
  margin:0;
  list-style:none;
  border:0;
  transform:translateY(3rem) translateZ(0);
  opacity:0;
  visibility:visible;
  pointer-events:none;
  transition:opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.navigation .nav > li > a + .nav-child a, .navigation .nav > li > span + .nav-child a {
  display:block;
  padding:0.3rem 2rem;
  clear:both;
  font-size:1.6rem;
  font-weight:normal;
  line-height:2rem;
  color:;
}
.navigation .nav > li { position:relative; }
.navigation .nav > li:hover > .nav-child, .navigation .nav > li > a:focus + .nav-child {
  display:block;
  top:100%;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) translateZ(0);
  transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (max-width: 480px) {
  .item-info > span { display:block; }
  .blog-item .pull-right.item-image { margin:0 0 1.8rem 0; }
  .blog-item .pull-left.item-image {
    margin:0 0 1.8rem 0;
    float:none;
  }
}
@media (max-width: 768px) {
  body { padding-top:0; }
  .header .brand {
    float:none;
    display:block;
    text-align:center;
  }
  .header .nav.pull-right, .header-search {
    float:none;
    display:block;
  }
  .header-search form { margin:0; }
  .header-search .search-query { width:90%; }
  .header .nav-pills > li > a {
    border:1px solid ;
    border-bottom:0;
    margin:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-right:0;
  }
  .header .nav-pills > li:first-child > a {
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
  }
  .header .nav-pills > li:last-child > a {
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
    border-bottom:1px solid ;
  }
  .modal.fade { top:-100%; }
  .nav-tabs { border-bottom:0; }
  .nav-tabs > li { float:none; }
  .nav-tabs > li > a {
    border:1px solid ;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-right:0;
  }
  .nav-tabs > li:first-child > a {
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
  }
  .nav-tabs > li:last-child > a, .nav-tabs > .active:last-child > a {
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
    border-bottom:1px solid ;
  }
  .nav-tabs > li > a:hover {
    border-color:;
    z-index:2;
  }
  .nav-tabs.nav-dark > li > a { border:1px solid ; }
  .nav-tabs > li:last-child > a, .nav-tabs > .active:last-child > a { border-bottom:1px solid ; }
  .nav-tabs.nav-dark > li > a:hover { border-color:; }
  .nav-pills > li { float:none; }
  .nav-pills > li > a { margin-right:0; }
  .nav-pills > li > a { margin-bottom:3px; }
  .nav-pills  > li:last-child > a { margin-bottom:1px; }
  .form-search > .pull-left, .form-search > .pull-right {
    float:none;
    display:block;
    margin-bottom:0.9rem;
  }
}
@media (max-width: 980px) {
  .navbar-fixed-top { margin-bottom:0 !important; }
  .item-comment .item-image { display:none; }
}
@font-face {
  font-family:'HelveticaNeue';
  src:url('../fonts/HelveticaNeueCyr-Rom.woff2') format('woff2');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'OCTAVA';
  src:url('../fonts/Octava_Regular.woff') format('woff');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'Costa-Blanca';
  src:url('../fonts/Costa-Blanca_Cyrilli.woff') format('woff');
  font-weight:normal;
  font-style:normal;
}
html {
  font-size:62.5%;
  min-height:100vh;
}
body {
  font-family:'OCTAVA', sans-serif;
  font-weight:400;
  font-size:1.6rem;
  line-height:1.2;
  color:#000;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.fieldset { min-width:0; }
.body { flex-grow:1; }
a {
  color:#000;
  transition:color ease 0.3s;
}
a:hover, a:focus, a:active {
  color:#000;
  transition:color ease 0.3s;
}
li { line-height:inherit; }
[class^="icon-"], [class*=" icon-"] {
  background-image:none;
  width:auto;
  height:auto;
  line-height:inherit;
  font-size:inherit;
  margin:0;
  vertical-align:baseline;
}
p { margin-bottom:1rem; }
ul.nav {
  font-size:inherit;
  line-height:inherit;
}
ul.nav > li {
  font-size:inherit;
  line-height:inherit;
  margin-bottom:0.5em;
}
ul.nav > li > a {
  font-size:inherit;
  line-height:inherit;
  display:block;
  color:#000;
  background:transparent;
  transition:color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
ul.nav > li > a:hover, ul.nav > li > a:focus, ul.nav > li > a:active {
  color:#000;
  background:transparent;
  transition:color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.navigation {
  background:transparent;
  margin:0;
  padding:0;
  border:0;
}
.navigation .navbar-expand-md .navbar-collapse { justify-content:flex-end; }
.navigation ul.nav {
  margin:0;
  padding:0;
  text-align:left;
}
.navigation ul.nav > li {
  display:inline-block;
  margin-bottom:0;
  margin-left:2rem;
  margin-right:2rem;
}
.navigation ul.nav > li > a, .navigation ul.nav > li > span.nav-header, .navigation ul.nav > li > span.separator {
  display:block;
  cursor:pointer;
  font-size:1.6rem;
  color:#000;
  text-align:center;
  padding-top:0;
  padding-bottom:0;
  padding-left:1.5rem;
  padding-right:1.5rem;
  background:transparent;
  border-bottom:1px solid transparent;
  padding-bottom:0.2rem;
}
.navigation ul.nav > li > a:hover, .navigation ul.nav > li > a:focus, .navigation ul.nav > li > a.cur, .navigation ul.nav > li > span.nav-header:hover, .navigation ul.nav > li > span.nav-header:focus, .navigation ul.nav > li > span.nav-header.cur, .navigation ul.nav > li > span.separator:hover, .navigation ul.nav > li > span.separator:focus, .navigation ul.nav > li > span.separator.cur {
  border-bottom:1px solid #dea06d;
  text-decoration:none;
  font-weight:600;
  color:#000;
}
.navigation ul.nav > li.active > a, .navigation ul.nav > li.active > span.nav-header, .navigation ul.nav > li.active > span.separator {
  border-bottom:1px solid #dea06d;
  text-decoration:none;
  font-weight:600;
  color:#000;
}
.navigation ul.nav > li.active > a:hover, .navigation ul.nav > li.active > a:focus, .navigation ul.nav > li.active > a.cur, .navigation ul.nav > li.active > span.nav-header:hover, .navigation ul.nav > li.active > span.nav-header:focus, .navigation ul.nav > li.active > span.nav-header.cur, .navigation ul.nav > li.active > span.separator:hover, .navigation ul.nav > li.active > span.separator:focus, .navigation ul.nav > li.active > span.separator.cur { color:#000; }
.navigation ul.nav > li.current > a, .navigation ul.nav > li.current > span.separator, .navigation ul.nav > li.current > span.nav-header, .navigation ul.nav > li.current.cur {
  border-bottom:1px solid #dea06d;
  text-decoration:none;
  font-weight:600;
  color:#000;
}
.navigation ul.nav > li.current > a:hover, .navigation ul.nav > li.current > a:focus, .navigation ul.nav > li.current > span.separator:hover, .navigation ul.nav > li.current > span.separator:focus, .navigation ul.nav > li.current > span.nav-header:hover, .navigation ul.nav > li.current > span.nav-header:focus, .navigation ul.nav > li.current.cur:hover, .navigation ul.nav > li.current.cur:focus { color:#000; }
.navigation ul.nav > li.active.current > a, .navigation ul.nav > li.active.current > span.nav-header, .navigation ul.nav > li.active.current > span.separator, .navigation ul.nav > li.active.current.cur { color:#000; }
.navigation ul.nav > li.active.current > a:hover, .navigation ul.nav > li.active.current > a:focus, .navigation ul.nav > li.active.current > span.nav-header:hover, .navigation ul.nav > li.active.current > span.nav-header:focus, .navigation ul.nav > li.active.current > span.separator:hover, .navigation ul.nav > li.active.current > span.separator:focus, .navigation ul.nav > li.active.current.cur:hover, .navigation ul.nav > li.active.current.cur:focus { color:#000; }
.navigation ul.nav > li.deeper > a, .navigation ul.nav > li.deeper > span.nav-header, .navigation ul.nav > li.deeper > span.separator { position:relative; }
.navigation ul.nav > li.deeper > a:before, .navigation ul.nav > li.deeper > span.nav-header:before, .navigation ul.nav > li.deeper > span.separator:before {
  display:block;
  vertical-align:baseline;
  border-left:0.4rem solid transparent;
  border-right:0.4rem solid transparent;
  border-top:0.4rem solid #404548;
  right:0.5rem;
  top:1.4rem;
  content:"";
  height:0;
  position:absolute;
  width:0;
}
.navigation ul.nav > li.deeper > a:hover:before, .navigation ul.nav > li.deeper > span.nav-header:hover:before, .navigation ul.nav > li.deeper > span.separator:hover:before { border-top-color:#000; }
.navigation ul.nav > li.deeper.active > a:before, .navigation ul.nav > li.deeper.active > span.nav-header:before, .navigation ul.nav > li.deeper.active > span.separator:before { border-top-color:#000; }
.navigation ul.nav > li .nav-child {
  background-color:#fff;
  border-radius:0;
}
.navigation ul.nav > li .nav-child:after, .navigation ul.nav > li .nav-child:before { content:none; }
.navigation ul.nav > li .nav-child > li > a {
  color:#007bff;
  background:transparent;
  padding:1rem 2rem;
  font-size:1.4rem;
}
.navigation ul.nav > li .nav-child > li > a:hover, .navigation ul.nav > li .nav-child > li > a:focus, .navigation ul.nav > li .nav-child > li > a:active {
  color:#0056b3;
  background:transparent;
}
.navigation ul.nav > li .nav-child > li.current > a, .navigation ul.nav > li .nav-child > li.active > a, .navigation ul.nav > li .nav-child > li:hover > a {
  color:#0056b3;
  background:transparent;
}
.owl-dots {
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-size:0;
  text-align:center;
}
.owl-dots .owl-dot {
  display:inline-block;
  padding:0;
  width:1rem;
  height:1rem;
  margin:0.5rem;
  background:transparent;
  border:1px solid #cecece;
  border-radius:50%;
}
.owl-dots .owl-dot:hover, .owl-dots .owl-dot:focus, .owl-dots .owl-dot:active, .owl-dots .owl-dot.active {
  background:#cecece;
  border:1px solid #cecece;
}
.owl-carousel .owl-item img { width:auto; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  display:block;
  position:absolute;
  background:transparent;
  border:none;
  padding:0;
  margin:0;
  top:50%;
  font-size:1.6rem;
  line-height:1;
  height:1.6rem;
  width:1.6rem;
  transform:translateY(-50%);
  color:#cecece;
}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
  opacity:0.6;
  cursor:default;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:focus, .owl-carousel .owl-nav .owl-next:active { color:#333; }
.owl-carousel .owl-item img { max-width:100%; }
.owl-carousel .owl-nav .owl-prev {
  left:0;
  text-align:left;
}
.owl-carousel .owl-nav .owl-next {
  right:0;
  text-align:right;
}
.page-header {
  padding:0;
  margin:0;
  border:none;
}
div.itemHeader h1.itemTitle, div.catItemHeader h1.catItemTitle, div.itemListCategory h1, .page-header h1, h1.page-header, h1.componentheading, .jshop h1, .jshop > form > h1 {
  font-family:'OCTAVA', sans-serif;
  padding:0;
  margin:0;
  margin-bottom:3rem;
  color:#000;
  font-weight:700;
  background:transparent;
  font-size:3.6rem;
  line-height:1.2;
  padding-top:0;
  text-align:center;
}
div.itemHeader h1.itemTitle .not_first_word, div.catItemHeader h1.catItemTitle .not_first_word, div.itemListCategory h1 .not_first_word, .page-header h1 .not_first_word, h1.page-header .not_first_word, h1.componentheading .not_first_word, .jshop h1 .not_first_word, .jshop > form > h1 .not_first_word {
  background:#1199ff;
  color:#fff;
  padding:0.3rem 0.5rem;
}
div.itemBody {
  padding:0;
  margin:0;
}
#k2Container.itemListView .catItemView h3.catItemTitle { font-size:2.6rem; }
.moduletable > h3, h3.ModalLabel {
  font-family:'OCTAVA', sans-serif;
  color:#000;
  font-size:2.4rem;
  font-weight:700;
  background:transparent;
  padding:1rem;
  text-align:center;
}
.moduletable > h3 .not_first_word, h3.ModalLabel .not_first_word {
  background:#1199ff;
  color:#fff;
  padding:0.3rem 0.5rem;
}
div.itemListCategory {
  padding:0;
  border:0;
  background:none;
}
div.catItemIntroText { padding:0; }
div.catItemView {
  margin-bottom:1rem;
  padding-bottom:0;
  border-bottom:1px dotted #cecece;
}
div.catItemBody div.catItemImageBlock {
  float:left;
  padding:0.6rem;
  margin-bottom:0.5rem;
}
.btn {
  height:auto;
  width:100%;
  display:inline-block;
  border:1px solid #6c757d;
  background:#6c757d;
  color:#fff;
  font-family:'OCTAVA', sans-serif;
  font-weight:400;
  font-size:1.4rem;
  line-height:1.4rem;
  padding:1rem 2rem;
  border-radius:3px;
  box-sizing:border-box;
}
.btn:hover, .btn:focus, .btn:active {
  border-color:#6c757d;
  color:#6c757d;
  background:#fff;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height:auto;
  width:100%;
  display:inline-block;
  border:1px solid #eaeaea;
  color:#000;
  font-family:'OCTAVA', sans-serif;
  font-weight:400;
  font-size:1.4rem;
  line-height:1.4rem;
  padding:1rem 2rem;
  margin:0;
  border-radius:3px;
  box-sizing:border-box;
}
::-moz-placeholder { opacity:1; }
::-webkit-input-placeholder { opacity:1; }
:-ms-input-placeholder { opacity:1; }
::-ms-input-placeholder { opacity:1; }
::placeholder { opacity:1; }
textarea { resize:vertical; }
.rsform-block-submit { text-align:center; }
.rsform-block-submit #submit {
  height:auto;
  width:100%;
  display:inline-block;
  border:1px solid #6c757d;
  background:#6c757d;
  color:#fff;
  font-family:'OCTAVA', sans-serif;
  font-weight:400;
  font-size:1.4rem;
  line-height:1.4rem;
  padding:1rem 2rem;
  border-radius:3px;
  box-sizing:border-box;
}
.rsform-block-submit #submit:hover, .rsform-block-submit #submit:focus, .rsform-block-submit #submit:active {
  border-color:#6c757d;
  color:#6c757d;
  background:#fff;
}
.hidden {
  display:none !important;
  visibility:hidden !important;
}
#fancybox-wrap { box-sizing:initial; }
span.catItemImage img {
  width:auto !important;
  border:none;
  padding:0;
}
div.itemImageBlock {
  float:left;
  padding:1rem;
}
.jsn-themegrid-container { overflow:auto !important; }
@-moz-keyframes fade {
  from { opacity:0; }
  to { opacity:1; }
}
@-webkit-keyframes fade {
  from { opacity:0; }
  to { opacity:1; }
}
@keyframes fade {
  from { opacity:0; }
  to { opacity:1; }
}
.rsform-block-captcha > div > div > div { margin:0 auto; }
.productfull #list_product_image_thumb .img_thumb {
  display:inline-block;
  width:100px;
}
.productfull .image_middle { width:auto; }
.sr-only {
  border:0 none;
  clip:rect(0px,0px,0px,0px);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}
.row-fluid [class*="span"] { min-height:1px; }
.main-wrapper > .row-fluid > [class*="span"] { min-height:0; }
div.pp_default .pp_content_container .pp_details {
  position:relative;
  z-index:2000;
}
.pagination { text-align:center; }
.white-popup {
  position:relative;
  background:#FFF;
  padding:2rem;
  width:auto;
  max-width:50rem;
  margin:2rem auto;
}
.white-popup .mfp-title {
  font-size:3.0rem;
  font-weight:700;
  color:#333;
  margin-bottom:3.5rem;
  line-height:1.2;
  padding-left:36px;
  text-align:center;
}
.mfp-close-btn-in .mfp-inline-holder .mfp-close {
  width:4.4rem;
  height:4.4rem;
  font-size:2.8rem;
  font-weight:700;
  line-height:4.4rem;
  font-family:monospace;
  background:transparent;
  color:#333;
  opacity:0.5;
  border:1px solid transparent;
  transition:opacity 0.3s ease, color 0.3s ease;
}
.mfp-close-btn-in .mfp-inline-holder .mfp-close:hover, .mfp-close-btn-in .mfp-inline-holder .mfp-close:focus, .mfp-close-btn-in .mfp-inline-holder .mfp-close:active {
  background:transparent;
  color:#333;
  opacity:1;
  transition:opacity 0.3s ease, color 0.3s ease;
}
.rsfp_thankyou_popup_outer { text-align:center; }
.rsfp_thankyou_popup_outer::before {
  content:"";
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
.rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner {
  position:relative;
  display:inline-block;
  background:#FFF;
  padding:2rem 5rem;
  width:auto;
  max-width:500px;
  margin:2rem auto !important;
}
.rsfp_thankyou_popup_outer .rsfp_thankou_popup_close_btn {
  width:4.4rem;
  height:4.4rem;
  font-size:2.8rem;
  font-weight:700;
  line-height:4.4rem;
  font-family:monospace;
  background:transparent;
  color:#333;
  opacity:0.5;
  border:1px solid transparent;
  transition:opacity 0.3s ease;
  top:0;
  right:0;
}
.rsfp_thankyou_popup_outer .rsfp_thankou_popup_close_btn:hover, .rsfp_thankyou_popup_outer .rsfp_thankou_popup_close_btn:focus, .rsfp_thankyou_popup_outer .rsfp_thankou_popup_close_btn:active {
  background:transparent;
  color:#333;
  opacity:1;
  transition:opacity 0.3s ease;
}
.ty-msg-header {
  font-size:3.2rem;
  line-height:1.2;
  color:#333;
  padding:0;
  text-align:center;
  margin-bottom:2.5rem;
}
.chosen-container { width:100% !important; }
.chosen-container-single .chosen-single {
  margin-bottom:0;
  width:100%;
  display:block;
  height:auto;
  padding:0 2rem;
  font-family:'Octava', sans-serif;
  border-radius:3px;
  background:#ffffff;
  box-shadow:none;
  border:1px solid #e5e5e5;
  color:#333;
  font-size:1.4rem;
  font-weight:300;
  padding-top:0.8rem;
  padding-bottom:0.8rem;
  line-height:1.6rem;
}
.chosen-container-single .chosen-single > span { margin-right:4rem; }
.chosen-container-single .chosen-single div {
  width:4rem;
  background:#fff;
}
.chosen-container-single .chosen-single div b {
  color:#333;
  position:absolute;
  background:transparent;
  width:1.1rem;
  height:1rem;
  background-size:contain;
  top:50%;
  left:50%;
  margin-top:-0.55rem;
  margin-left:-0.5rem;
}
.chosen-container-single .chosen-single div b:before {
  display:block;
  font:normal normal normal 14px/1 FontAwesome;
  color:inherit;
  font-size:1rem;
  line-height:1rem;
  text-rendering:auto;
  content:"\f078";
}
.chosen-container-active.chosen-with-drop .chosen-single {
  margin-bottom:0;
  width:100%;
  display:block;
  height:auto;
  padding:0 2rem;
  font-family:'Dinpro', sans-serif;
  border-radius:3px;
  background:#ffffff;
  box-shadow:none;
  border:1px solid #e5e5e5;
  color:#333;
  font-size:1.4rem;
  font-weight:300;
  padding-top:0.8rem;
  padding-bottom:0.8rem;
  line-height:1.6rem;
}
.chosen-container .chosen-drop {
  border:1px solid #e5e5e5;
  background:#ffffff;
}
.chosen-container .chosen-drop .chosen-results {
  padding:0;
  margin:0;
}
.chosen-container .chosen-results li.active-result {
  font-size:1.4rem;
  color:#333;
  line-height:1.6rem;
  padding:0 2rem;
  padding-top:0.8rem;
  padding-bottom:0.8rem;
}
.chosen-container .chosen-results li.active-result.highlighted { background:#f1f1f1; }
.chosen-container-active.chosen-with-drop .chosen-single div { background:#fff; }
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background:transparent;
  width:1.1rem;
  height:1rem;
  background-size:contain;
  top:50%;
  left:50%;
  margin-top:-0.55rem;
  margin-left:-0.5rem;
  transform:rotate(180deg);
}
.sf_panel .asc, .sf_panel .desc { border-left:4px solid rgba(0,0,0,0); }
.jq-checkbox, .jq-radio {
  position:relative;
  display:inline-block;
  overflow:hidden;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.jq-checkbox input, .jq-radio input {
  position:absolute;
  z-index:-10;
  margin:0;
  padding:0;
  opacity:0;
  pointer-events:none;
}
.jq-checkbox, .jq-radio {
  vertical-align:-4px;
  width:1.2rem;
  height:1.2rem;
  min-width:10px;
  min-height:10px;
  margin:0 0.6rem 0 0;
  border:1px solid #1a1a1a;
  background:#fff;
  cursor:pointer;
  position:relative;
}
.jq-checkbox.focused, .jq-radio.focused { border:1px solid #000; }
.jq-checkbox.disabled, .jq-radio.disabled { opacity:.55; }
.jq-checkbox { border-radius:3px; }
.jq-checkbox.checked .jq-checkbox__div {
  width:auto;
  height:auto;
  position:absolute;
  top:1px;
  bottom:1px;
  left:1px;
  right:1px;
  background:#1a1a1a;
  border-radius:2px;
}
.jq-radio { border-radius:50%; }
.jq-radio.checked .jq-radio__div {
  width:auto;
  height:auto;
  position:absolute;
  top:2px;
  bottom:2px;
  left:2px;
  right:2px;
  border-radius:50%;
  background:#1a1a1a;
}
.jq-file {
  position:relative;
  display:inline-block;
  overflow:hidden;
}
.jq-file input {
  position:absolute;
  top:0;
  right:0;
  height:auto;
  margin:0;
  padding:0;
  opacity:0;
  font-size:100px;
  line-height:1em;
}
.jq-file__name {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.jq-file {
  width:100%;
  border-radius:4px;
  box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.jq-file input { cursor:pointer; }
.jq-file__name {
  box-sizing:border-box;
  width:100%;
  height:3.4rem;
  padding:0 8rem 0 1rem;
  border:1px solid #CCC;
  border-bottom-color:#B3B3B3;
  border-radius:4px;
  background:#FFF;
  box-shadow:inset 1px 1px #F1F1F1;
  line-height:3.2rem;
}
.jq-file__browse {
  position:absolute;
  top:1px;
  right:1px;
  padding:0 1rem;
  border-left:1px solid #CCC;
  border-radius:0 4px 4px 0;
  background:linear-gradient(#FFF,#E6E6E6);
  box-shadow:inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
  line-height:3.2rem;
  cursor:pointer;
}
.jq-file:hover .jq-file__browse { background:linear-gradient(#F6F6F6,#E6E6E6); }
.jq-file:active .jq-file__browse {
  background:#F5F5F5;
  box-shadow:inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name { border:1px solid #5794BF; }
.jq-file.disabled, .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse {
  border-color:#CCC;
  background:#F5F5F5;
  box-shadow:none;
  color:#888;
}
.extern_content {
  overflow:auto;
  max-height:65vh;
}
.extern_row span.name { max-width:15.0rem; }
.minicart_attr_list { width:260px; }
.navbar { padding:0; }
.first-header {
  display:flex;
  justify-content:flex-end;
  background:#faf0e8;
  padding-left:4rem;
  padding-right:4rem;
  padding-top:1.7rem;
  padding-bottom:1.7rem;
  position:relative;
  align-items:center;
}
.header-lang button {
  background:none;
  padding:0;
  width:auto;
  color:#000;
  border:0;
  box-shadow:none;
  border-radius:0;
  position:relative;
  padding-right:2rem;
}
.header-lang button:after {
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.header-lang button:hover, .header-lang button:focus, .header-lang button:active {
  background:none !important;
  width:auto !important;
  color:#000 !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.header-lang button.show:after { transform:rotate(180deg); }
.header-lang .dropdown-menu {
  font-size:1.4rem;
  float:none;
  position:absolute;
  left:0 !important;
  top:100% !important;
  right:0 !important;
  bottom:auto !important;
  transform:none !important;
  display:flex;
  justify-content:flex-end;
  background:#faf0e8;
  border:0;
  box-shadow:none;
  width:100%;
  opacity:0;
  transition:opacity 0.3s ease-in-out;
  pointer-events:none;
  height:0;
  padding-right:4rem;
}
.header-lang .dropdown-menu.show {
  opacity:1;
  transition:opacity 0.3s ease-in-out;
  pointer-events:all;
  height:auto;
}
.header-lang .btn-group { position:unset; }
div.mod-languages ul li.lang-active { background-color:transparent; }
div.mod-languages ul li {
  padding:0;
  margin-left:1rem;
  margin-right:1rem;
}
div.mod-languages ul li:last-child { margin-right:0; }
div.mod-languages .dropdown-menu {
  padding:.5rem 4rem;
  padding-bottom:3rem;
}
.mod-languages ul li { position:relative; }
.mod-languages ul li::after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.mod-languages ul li:hover::after { transform:scaleX(1); }
.mod-languages ul li.lang-active::after { transform:scaleX(1); }
.second-header {
  padding:1.6rem 4rem;
  display:flex;
  align-items:center;
}
.second-header-left {
  width:33%;
  display:flex;
  align-items:center;
}
.header-search {
  width:1.8rem;
  margin-right:4rem;
}
.header-search img { width:100%; }
.header-contacts a {
  display:block;
  font-size:1.4rem;
}
.header-contacts a:hover, .header-contacts a:focus { text-decoration:none; }
.header-contacts a img {
  width:1.8rem;
  margin-right:1rem;
}
.second-header-center {
  flex:1;
  display:flex;
  justify-content:center;
}
.second-header-right {
  display:flex;
  width:33.333333%;
  align-items:center;
  justify-content:flex-end;
}
.header-cart, .header-wishlist { margin-left:4rem; }
.header-cart img, .header-wishlist img { width:1.8rem; }
.header-cabinet img { width:1.8rem; }
.third-header {
  padding-top:2rem;
  padding-bottom:2rem;
}
.third-header ul.nav { justify-content:center; }
.about-block {
  display:flex;
  align-items:center;
}
.about-block-right {
  flex:1;
  padding-left:5rem;
  padding-right:5rem;
  text-align:center;
}
.about-block-right h3 {
  margin:0;
  margin-bottom:1rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
}
.about-text {
  line-height:1.4;
  margin-bottom:2rem;
}
.about-block-left {
  width:63%;
  overflow:hidden;
}
.about-block-left img { width:100%; }
.about-btn a {
  display:inline-block;
  padding:1.2rem 2.4rem;
  padding-bottom:1rem;
  border:1px solid #000;
}
.about-btn a span {
  position:relative;
  display:inline-block;
  padding-bottom:0.2rem;
}
.about-btn a span:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.about-btn a:hover, .about-btn a:focus { text-decoration:none; }
.about-btn a:hover span:after, .about-btn a:focus span:after { transform:scaleX(1); }
.categories {
  padding-top:6rem;
  padding-bottom:6rem;
}
.categories .moduletable > h3 {
  margin:0;
  padding:0;
  margin-bottom:2rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
}
.categories-pretext {
  margin-bottom:2rem;
  text-align:center;
  font-size:1.6rem;
}
.categories-block {
  display:flex;
  margin-left:-0.8rem;
  margin-right:-0.8rem;
  justify-content:center;
}
.categories-block >div {
  width:16.6%;
  padding-left:0.8rem;
  padding-right:0.8rem;
}
.categories-item-title {
  text-align:center;
  margin-top:1rem;
  font-weight:500;
}
.categories-item-title a { display:inline-block; }
.categories-item-title a span {
  position:relative;
  display:inline-block;
  padding-bottom:0.2rem;
}
.categories-item-title a span:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.categories-item-title a:hover, .categories-item-title a:focus { text-decoration:none; }
.categories-item-title a:hover span:after, .categories-item-title a:focus span:after { transform:scaleX(1); }
.categories-item-image a {
  display:block;
  padding-bottom:100%;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.product-item { position:relative; }
.product-item .product-item-wishlist-btn {
  position:absolute;
  width:1.6rem;
  right:1.2rem;
  top:1.2rem;
}
.product-item .product-item-wishlist-btn img { max-width:100%; }
.lastproducts {
  padding-left:5.2rem;
  padding-right:5.2rem;
}
.lastproducts .owl-carousel .owl-nav .owl-prev {
  background:#fff;
  width:5.6rem;
  height:5.6rem;
  font-size:3rem;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000;
}
.lastproducts .owl-carousel .owl-nav .owl-next {
  background:#fff;
  width:5.6rem;
  height:5.6rem;
  font-size:3rem;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000;
}
.lastproducts .owl-carousel .owl-nav .owl-prev.disabled, .lastproducts .owl-carousel .owl-nav .owl-next.disabled { opacity:1; }
.more-products {
  text-align:center;
  margin-top:3rem;
}
.more-products a {
  display:inline-block;
  padding:1.2rem 2.4rem;
  padding-bottom:1rem;
  border:1px solid #000;
}
.more-products a span {
  position:relative;
  display:inline-block;
  padding-bottom:0.2rem;
}
.more-products a span:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.more-products a:hover, .more-products a:focus { text-decoration:none; }
.more-products a:hover span:after, .more-products a:focus span:after { transform:scaleX(1); }
.osnovatel { margin-top:7rem; }
.big-image-block {
  display:flex;
  align-items:center;
}
.big-image-block h3 {
  margin:0;
  margin-bottom:0px;
  margin-bottom:1rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
}
.big-image-block.rightside .big-image-block-left {
  flex:1;
  padding-left:5rem;
  padding-right:5rem;
  text-align:center;
}
.big-image-block.rightside .big-image-block-right { width:60%; }
.big-image-block.rightside .big-image-block-right img { max-width:100%; }
.big-image-block.leftside .big-image-block-right {
  flex:1;
  padding-left:5rem;
  padding-right:5rem;
  text-align:center;
}
.big-image-block.leftside .big-image-block-left { width:60%; }
.big-image-block.leftside .big-image-block-left img { max-width:100%; }
.big-image-block-text {
  line-height:1.4;
  margin-bottom:2rem;
}
.big-image-block-btn { text-align:center; }
.big-image-block-btn a {
  display:inline-block;
  position:relative;
  padding-bottom:0.3rem;
  padding-right:2rem;
}
.big-image-block-btn a:before {
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-60%);
  content:"\f105";
  font:normal normal normal 14px/1 FontAwesome;
  font-size:1.6rem;
  font-size:inherit;
  text-rendering:auto;
}
.big-image-block-btn a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.big-image-block-btn a:hover, .big-image-block-btn a:focus { text-decoration:none; }
.big-image-block-btn a:hover:after, .big-image-block-btn a:focus:after { transform:scaleX(1); }
.philosophy { margin-top:7rem; }
.footer {
  margin-top:2rem;
  padding-top:3.2rem;
  border-top:0.7rem solid #faf0e8;
}
.first-footer { display:flex; }
.second-footer {
  text-align:center;
  padding-bottom:2rem;
}
.first-footer {
  padding-left:4rem;
  padding-right:4rem;
  padding-bottom:3.2rem;
}
.first-footer .moduletable > h3 {
  text-align:left;
  margin:0;
  padding:0;
  margin-bottom:2.4rem;
  font-weight:600;
  font-size:1.6rem;
}
.first-footer ul.nav { display:block; }
.first-footer ul.nav >li { margin-bottom:1.6rem; }
.first-footer ul.nav >li >a { font-size:1.4rem; }
.footer-menu1 { margin-right:9rem; }
.footer-menu2 { margin-right:9rem; }
.footer-menu3 { flex:1; }
.footer-right { width:37.5rem; }
.footer-social { margin-top:5rem; }
.footer-social a {
  display:inline-block;
  margin-right:2rem;
  font-size:2.5rem;
}
.footer-form .moduletable > h3 { margin-bottom:6rem; }
.footer-form .rsform-block-submit #submit {
  display:inline-block;
  padding:1.2rem 2.4rem;
  border:1px solid #000;
  width:auto;
  border-radius:0;
  background:none;
  color:#000;
}
.footer-form .rsform-block-submit {
  text-align:left;
  margin-top:2rem;
}
.footer-form input[type="text"] {
  background:none;
  padding:0;
  box-shadow:none;
  border-radius:0;
  padding-bottom:0.6rem;
  border:0;
  border-bottom:1px solid #000;
}
.footer-form-pretext {
  margin-bottom:3.2rem;
  font-size:1.4rem;
}
.about-block-left {
  max-height:55rem;
  display:flex;
  justify-content:center;
  align-items:center;
}
.about-block-left video { width:100%; }
.second-footer { font-size:1.4rem; }
.inst {
  margin-top:5rem;
  margin-bottom:5rem;
  background:#f5f5f5;
  padding-top:5rem;
  padding-bottom:5rem;
  text-align:center;
}
.inst h3 {
  margin:0;
  margin-bottom:1rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
}
.inst h3 img {
  width:5rem;
  margin-right:0.5rem;
}
.inst-block-text {
  line-height:1.4;
  margin-bottom:2rem;
}
.inst-block-btn a {
  display:inline-block;
  position:relative;
  padding-bottom:0.3rem;
  padding-right:2rem;
}
.inst-block-btn a:hover, .inst-block-btn a:focus { text-decoration:none; }
.inst-block-btn a:hover:after, .inst-block-btn a:focus:after { transform:scaleX(1); }
.inst-block-btn a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.inst-block-btn a:before {
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-60%);
  content:"\f105";
  font:normal normal normal 14px/1 FontAwesome;
  font-size:1.6rem;
  font-size:inherit;
  text-rendering:auto;
}
.inst-block {
  display:flex;
  align-items:center;
  padding-left:10rem;
}
.inst-block-right { width:53%; }
.inst-block-right img { width:35rem; }
.inst-block-left {
  flex:1;
  padding-left:5rem;
  padding-right:5rem;
}
.inst-block-left-inner { margin:0 auto; }
.footer ul.nav >li >a {
  position:relative;
  padding-bottom:0.3rem;
  display:inline-block;
}
.footer ul.nav >li >a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.footer ul.nav >li >a:hover, .footer ul.nav >li >a:focus { text-decoration:none; }
.footer ul.nav >li >a:hover:after, .footer ul.nav >li >a:focus:after { transform:scaleX(1); }
.advantages { margin-bottom:2rem; }
.advantages-inner {
  background:#fafafa;
  padding-top:2.4rem;
}
.advantages-inner .moduletable > h3 {
  padding:0;
  margin:0;
  margin-bottom:5rem;
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
  color:#000;
  font-family:'OCTAVA';
}
.advantages-block { display:flex; }
.advantages-block >div {
  width:25%;
  text-align:center;
  padding-left:2rem;
  padding-right:2rem;
}
.advantages-block-item { padding-bottom:8rem; }
.advantages-block-item-icon { margin-bottom:1rem; }
.advantages-block-item-icon img { width:4rem; }
.advantages-block-item-title {
  font-weight:700;
  margin-bottom:2rem;
}
.advantages-block-item-text {
  margin-bottom:2rem;
  line-height:1.5;
}
.advantages-block-item-btn a {
  display:inline-block;
  position:relative;
  padding-bottom:0.3rem;
  padding-right:2rem;
}
.advantages-block-item-btn a:before {
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-60%);
  content:"\f105";
  font:normal normal normal 14px/1 FontAwesome;
  font-size:14px;
  font-size:1.6rem;
  font-size:inherit;
  text-rendering:auto;
}
.advantages-block-item-btn a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.advantages-block-item-btn a:hover, .advantages-block-item-btn a:focus { text-decoration:none; }
.advantages-block-item-btn a:hover:after, .advantages-block-item-btn a:focus:after { transform:scaleX(1); }
.contacts-top {
  margin-bottom:5rem;
  background:url('/images/inst-bg.webp') no-repeat center center;
  background-size:auto;
  background-size:cover;
  padding-top:5rem;
  padding-bottom:5rem;
  text-align:center;
}
.contacts-top h3 {
  margin:0;
  margin-bottom:1rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
}
.contacts-top-block {
  display:flex;
  align-items:center;
  padding-left:10rem;
}
.contacts-top-block-right {
  flex:1;
  padding-left:5rem;
  padding-right:5rem;
}
.contacts-top-block-text { line-height:1.4; }
.contacts-top-block-left { width:53%; }
.contacts-top-block-left img {
  width:35rem;
  background:#ede7dd;
  padding:9rem 2rem;
}
.contacts-top-block-left-image {
  display:inline-block;
  padding:3rem;
  border:2px solid #000;
}
.contacts-top-block { padding-right:10rem; }
.contacts-content { padding-bottom:5rem; }
.contacts-content .moduletable {
  max-width:1280px;
  margin:0 auto;
}
.contacts-content .moduletable > h3 {
  margin:0;
  padding:0;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
}
.contacts-page-address {
  margin-bottom:2rem;
  position:relative;
  padding-left:5.4rem;
}
.contacts-page-address:before {
  width:2.8rem;
  height:2.8rem;
  content:"";
  display:block;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background:url('/images/location-icon.svg') no-repeat center center;
  background-size:100% 100%;
  position:absolute;
}
.contacts-page-time {
  margin-bottom:2rem;
  position:relative;
  padding-left:5.4rem;
}
.contacts-page-time:before {
  width:2.5rem;
  height:2.5rem;
  content:"";
  display:block;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background:url('/images/calendar-icon.svg') no-repeat center center;
  background-size:100% 100%;
  position:absolute;
}
.contacts-page-phone {
  position:relative;
  padding-left:5.4rem;
}
.contacts-page-phone:before {
  width:2.8rem;
  height:2.8rem;
  content:"";
  display:block;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background:url('/images/phone-icon.svg') no-repeat center center;
  background-size:100% 100%;
  position:absolute;
}
.contacts-page-form {
  position:relative;
  padding-left:5.4rem;
}
.contacts-page-form:before {
  width:2.8rem;
  height:2.8rem;
  content:"";
  display:block;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background:url('/images/contacts.svg') no-repeat center center;
  background-size:100% 100%;
  position:absolute;
}
.contacts-page-form a {
  display:inline-block;
  position:relative;
  padding-bottom:0.3rem;
  padding-right:2rem;
}
.contacts-page-form a:before {
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-60%);
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
  border-left:6px solid black;
}
.contacts-page-form a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.contacts-page-form a:hover, .contacts-page-form a:focus { text-decoration:none; }
.contacts-page-form a:hover:after, .contacts-page-form a:focus:after { transform:scaleX(1); }
.contacts-page-email {
  margin-bottom:2rem;
  position:relative;
  padding-left:5.4rem;
}
.contacts-page-email:before {
  width:2.8rem;
  height:2.8rem;
  content:"";
  display:block;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background:url('/images/mail-icon.svg') no-repeat center center;
  background-size:100% 100%;
  position:absolute;
}
.contacts-content-block { display:flex; }
.contacts-content-block >div {
  padding-left:1rem;
  padding-right:1rem;
  width:33.3333333%;
}
.contacts-assist { padding-bottom:5rem; }
.contacts-assist .moduletable > h3 {
  margin:0;
  margin-bottom:0px;
  padding:0;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
}
.contacts-assist-block {
  display:flex;
  margin-left:-0.8rem;
  margin-right:-0.8rem;
  justify-content:center;
}
.contacts-assist-block >div {
  padding-left:0.8rem;
  padding-right:0.8rem;
  width:25.2rem;
}
.contacts-assist-block-item-image { margin-bottom:1rem; }
.contacts-assist-block-item-image img { width:100%; }
.contacts-assist-block-item-link { text-align:center; }
.contacts-assist-block-item-link a {
  display:inline-block;
  position:relative;
  padding-bottom:0.3rem;
}
.contacts-assist-block-item-link a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.contacts-assist-block-item-link a:hover, .contacts-assist-block-item-link a:focus { text-decoration:none; }
.contacts-assist-block-item-link a:hover:after, .contacts-assist-block-item-link a:focus:after { transform:scaleX(1); }
.contacts-tab-block {
  display:flex;
  max-width:1280px;
  margin:0 auto;
  justify-content:center;
}
.contacts-tab-block >div {
  padding-left:5.6rem;
  padding-right:5.6rem;
}
.contacts-tab-block >div >div { width:51.2rem; }
.contacts-tab-item { text-align:center; }
.contacts-tab-item-image { margin-bottom:1.6rem; }
.contacts-tab-item-image a {
  height:64rem;
  display:block;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.contacts-tab-item-title {
  margin:0;
  margin-bottom:1rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
}
.contacts-tab-item-text {
  line-height:1.4;
  margin-bottom:2rem;
}
.contacts-tab-item-link a {
  display:inline-block;
  position:relative;
  padding-bottom:0.3rem;
  padding-right:2rem;
}
.contacts-tab-item-link a:before {
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-60%);
  content:"\f105";
  font:normal normal normal 14px/1 FontAwesome;
  font-size:1.6rem;
  font-size:inherit;
  text-rendering:auto;
}
.contacts-tab-item-link a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.contacts-tab-item-link a:hover, .contacts-tab-item-link a:focus { text-decoration:none; }
.contacts-tab-item-link a:hover:after, .contacts-tab-item-link a:focus:after { transform:scaleX(1); }
.faq { margin-top:5rem; }
.faq .moduletable > h3 {
  margin:0;
  margin-bottom:0px;
  padding:0;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:left;
  border-top:0.7rem solid #faf0e8;
}
.accordion-list-item-title {
  padding-top:2.8rem;
  padding-bottom:2.8rem;
  text-align:left;
  position:relative;
  font-weight:700;
}
.accordion-list-item-title:before {
  position:absolute;
  right:1rem;
  top:50%;
  transform:translateY(-50%);
  font-family:'Linearicons' !important;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  display:block;
  content:"\ec36";
  font-size:1.8rem;
  color:#7a7a7a;
}
.accordion-list-item { border-bottom:1px solid #979797; }
.accordion-list-item:first-child { border-top:1px solid #979797; }
.accordion-list-item-text { display:none; }
.accordion-list-item.active .accordion-list-item-text { display:block; }
.accordion-list-item.active .accordion-list-item-title:before { content:"\ec37"; }
.accordion-list-item-text {
  line-height:1.4;
  padding-top:2.8rem;
}
.faq {
  padding-left:4rem;
  padding-right:4rem;
}
.all-faq-btn {
  padding-top:7rem;
  text-align:center;
  padding-bottom:2rem;
}
.all-faq-btn a {
  display:inline-block;
  padding:1.2rem 2.4rem;
  padding-bottom:1rem;
  border:1px solid #000;
}
.all-faq-btn a span {
  position:relative;
  display:inline-block;
  padding-bottom:0.2rem;
}
.all-faq-btn a span:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.all-faq-btn a:hover, .all-faq-btn a:focus { text-decoration:none; }
.all-faq-btn a:hover span:after, .all-faq-btn a:focus span:after { transform:scaleX(1); }
.main-wrapper {
  padding-top:3rem;
  padding-bottom:3rem;
  padding-left:4rem;
  padding-right:4rem;
}
div.itemHeader h1.itemTitle, div.catItemHeader h1.catItemTitle, div.itemListCategory h1, .page-header h1, h1.page-header, h1.componentheading, .jshop h1, .jshop > form > h1 {
  margin:0;
  padding:0;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:left;
}
.guides-top {
  background:#fafafa;
  text-align:center;
  padding-left:4rem;
  padding-right:4rem;
  padding-top:4rem;
  padding-bottom:4rem;
}
.guides-top h1 {
  padding:0;
  margin:0;
  margin-bottom:2rem;
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
  color:#000;
  font-family:'OCTAVA';
}
.accordion-list-item-text a { text-decoration:underline; }
.accordion-list-item-text a:hover, .accordion-list-item-text a:focus { text-decoration:none; }
.guides-content {
  padding-top:5rem;
  padding-bottom:5rem;
}
.guides-content .moduletable > h3 {
  margin:0;
  margin-bottom:6.4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
  font-weight:500;
}
.guides-content-block {
  max-width:96rem;
  margin:0 auto;
  display:flex;
}
.guides-content-block-right { width:49.6rem; }
.guides-content-block-right img { max-width:100%; }
.guides-content-block-left {
  flex:1;
  padding-right:6.4rem;
}
.guides-table-header {
  display:flex;
  font-size:1.4rem;
  font-weight:600;
  margin-bottom:1rem;
}
.guides-table-header >div:first-child { width:40%; }
.guides-table-header >div:last-child { width:60%; }
.guides-table-row {
  display:flex;
  font-size:1.4rem;
  margin-bottom:1rem;
}
.guides-table-row >div:first-child { width:40%; }
.guides-table-row >div:last-child { width:60%; }
.guides-text .moduletable > h3 {
  background:#fafafa;
  padding:0;
  margin:0;
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
  color:#000;
  font-family:'OCTAVA';
  font-weight:500;
  padding-top:4rem;
  padding-bottom:4rem;
}
.guide-text-item {
  display:flex;
  max-width:1280px;
  margin:0 auto;
  padding-bottom:3rem;
  padding-top:2.4rem;
  justify-content:center;
}
.guide-text-title {
  font-weight:700;
  font-size:1.8rem;
  margin-bottom:1.2rem;
}
.guide-text-image img { width:40.8rem; }
.guide-text-top {
  max-width:1600px;
  margin:0 auto;
  padding-top:3rem;
  padding-bottom:3rem;
  padding-left:5.2rem;
  padding-right:5.2rem;
}
.guide-text-item-left { width:51.2rem; }
.guide-text-item-right {
  width:51.2rem;
  padding-top:8rem;
  padding-left:5.2rem;
  padding-right:5.2rem;
}
.guide-text-item-right p {
  margin-bottom:2.4rem;
  line-height:1.5;
}
.guides-navigation {
  border-bottom:1px solid #000;
  display:flex;
  max-width:96rem;
  margin:0 auto;
  margin-bottom:3.2rem;
}
.guides-navigation >div { margin-right:5.6rem; }
.guides-navigation >div span, .guides-navigation >div a {
  display:block;
  padding-bottom:2rem;
}
.guides-navigation >div span:hover, .guides-navigation >div span:focus, .guides-navigation >div a:hover, .guides-navigation >div a:focus { text-decoration:none; }
.guides-navigation >div.active { font-weight:700; }
.guides-navigation >div.active span, .guides-navigation >div.active a { border-bottom:1px solid #000; }
div.itemHeader h1.itemTitle, div.catItemHeader h1.catItemTitle, div.itemListCategory h1, .page-header h1, h1.page-header, h1.componentheading, .jshop h1, .jshop > form > h1 {
  margin:0;
  margin-bottom:3rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
}
.breadcrumb {
  margin:0;
  padding:0 !important;
  margin-bottom:1.6rem;
  margin-top:1.6rem;
  font-size:1.4rem;
  background:none;
}
.breadcrumb a.pathway {
  position:relative;
  padding-bottom:0.3rem;
  display:inline-block;
}
.breadcrumb a.pathway:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.breadcrumb a.pathway:hover, .breadcrumb a.pathway:focus { text-decoration:none; }
.breadcrumb a.pathway:hover:after, .breadcrumb a.pathway:focus:after { transform:scaleX(1); }
.form-horizontal .block_sorting_count_to_page .control-group {
  float:none;
  justify-content:flex-end;
  align-items:center;
}
.block_sorting_count_to_page .input-group { flex-wrap:nowrap; }
.block_sorting_count_to_page .icon-arrow {
  padding:0;
  background:none;
  border:0;
  margin-left:1rem;
  box-shadow:none;
  font-size:1.4rem;
}
.form-horizontal .block_sorting_count_to_page .control-label {
  width:auto;
  margin-top:0 !important;
  color:#767676;
  font-size:1.4rem;
  padding-bottom:0.5rem;
}
.form-horizontal .form_sort_count .control-group .controls {
  margin-left:1rem;
  margin-right:0;
}
.block_sorting_count_to_page .chosen-container-single .chosen-single {
  border:0;
  padding:0;
  padding-bottom:0.3rem;
  font-weight:700;
  font-size:1.4rem;
  position:relative;
  padding-right:1.5rem;
}
.block_sorting_count_to_page .chosen-container-single .chosen-single:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.block_sorting_count_to_page .chosen-container-single .chosen-single:hover:after, .block_sorting_count_to_page .chosen-container-single .chosen-single:focus:after { transform:scaleX(1); }
.block_sorting_count_to_page .chosen-container-single .chosen-single:before {
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:6px solid black;
  border-bottom:0;
  transform:translateY(-60%);
  position:absolute;
  right:0;
  top:50%;
}
.block_sorting_count_to_page .chosen-container-single .chosen-single div b { display:none; }
.block_sorting_count_to_page .chosen-container-single .chosen-single div b::before {
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:6px solid black;
  border-bottom:0;
  transform:translateY(-60%);
}
.block_sorting_count_to_page .chosen-container-single .chosen-single div { width:auto; }
.block_sorting_count_to_page .chosen-container-single .chosen-single > span { margin-right:0; }
.block_sorting_count_to_page .chosen-container .chosen-drop {
  border:0;
  background:#fff !important;
  min-width:20rem;
  box-shadow:none;
  font-size:1.4rem;
}
.block_sorting_count_to_page .chosen-container .chosen-drop li.active-result {
  padding-left:3rem;
  position:relative;
}
.block_sorting_count_to_page .chosen-container .chosen-drop li.active-result.result-selected { background:none; }
.block_sorting_count_to_page .chosen-container .chosen-drop li.active-result.result-selected:before {
  position:absolute;
  left:1rem;
  top:50%;
  transform:translateY(-50%);
  width:0.7rem;
  height:0.7rem;
  content:"";
  display:block;
  border-radius:50%;
  background:#dea06d;
}
.block_sorting_count_to_page .chosen-container .chosen-drop li.active-result:hover, .block_sorting_count_to_page .chosen-container .chosen-drop li.active-result:focus { background:none; }
.jshop.list_product {
  display:flex;
  flex-wrap:wrap;
  margin-left:-0.5rem;
  margin-right:-0.5rem;
}
.jshop.list_product >div {
  width:25%;
  padding-left:0.5rem;
  padding-right:0.5rem;
  margin-bottom:1rem;
}
.product-default-view img { max-width:100%; }
.jshop.list_product .product { position:relative; }
.jshop.list_product .product .product-hovered-view {
  position:absolute;
  left:0;
  top:0;
  right:0;
  z-index:2;
  background:#fff;
  padding:3.2rem;
  border:1px solid #000;
}
.jshop.list_product .product-item-wishlist-btn {
  width:1.6rem;
  position:absolute;
  right:1rem;
  top:1rem;
}
.jshop.list_product .product-item-wishlist-btn img { max-width:100%; }
.jshop.list_product .name {
  text-align:left;
  margin-bottom:1.6rem;
  margin-top:1.6rem;
}
.jshop.list_product a.btn.btn-success.button_buy {
  border-radius:0;
  background:#000;
  display:flex;
  justify-content:space-between;
  border:1px solid #000;
  padding:1.6rem;
}
.jshop.list_product a.btn.btn-success.button_buy:hover, .jshop.list_product a.btn.btn-success.button_buy:focus {
  background:#faf0e8;
  color:#000;
}
.product-hovered-view {
  opacity:0;
  pointer-events:none;
}
.product-hovered-view .owl-carousel .owl-nav .owl-prev {
  font-size:2rem;
  color:#000;
  left:-2rem;
  width:2rem;
  height:2rem;
}
.product-hovered-view .owl-carousel .owl-nav .owl-next {
  font-size:2rem;
  color:#000;
  right:-2rem;
  width:2rem;
  height:2rem;
}
.block_product-wrapper:hover .product-hovered-view, .block_product-wrapper:focus .product-hovered-view {
  opacity:1;
  pointer-events:all;
}
form#sort_count {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.filter-block-title {
  font-size:1.4rem;
  margin-right:5rem;
  color:#767676;
}
.filter-block-top {
  display:flex;
  align-items:center;
}
.filter-block-item {
  margin-right:5rem;
  font-size:1.4rem;
}
.filter-block-item-picker a {
  display:inline-block;
  font-weight:700;
  position:relative;
  padding-right:1.5rem;
  padding-bottom:0.3rem;
}
.filter-block-item-picker a:hover, .filter-block-item-picker a:focus { text-decoration:none; }
.filter-block-item-picker a:hover:after, .filter-block-item-picker a:focus:after { transform:scaleX(1); }
.filter-block-item-picker a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.filter-block-item-picker a:before {
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:6px solid black;
  border-bottom:0;
  transform:translateY(-60%);
  position:absolute;
  right:0;
  top:50%;
}
.filter-block-items {
  display:flex;
  align-items:center;
}
.filter-block-support {
  position:absolute;
  z-index:1;
  background:#fff;
  left:0;
  right:0;
  height:30rem;
  opacity:0;
  pointer-events:none;
}
.filter-block-support.active {
  opacity:1;
  pointer-events:all;
}
.main-block { position:relative; }
.filter-block-item { position:relative; }
.filter-block-item-picker-values {
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  z-index:2;
  padding-top:2rem;
  min-width:20rem;
  opacity:0;
  pointer-events:none;
}
.filter-block-item-picker-values.active {
  opacity:1;
  pointer-events:all;
}
.filter-block-item-picker-values label {
  display:block;
  margin-bottom:1rem;
  font-size:1.4rem;
  cursor:pointer;
}
.filter-block-item-picker-values label span {
  position:relative;
  padding-left:2rem;
}
.filter-block-item-picker-values label span:before {
  position:absolute;
  left:0;
  top:50%;
  border:1px solid #000;
  transform:translateY(-50%);
  width:1rem;
  height:1rem;
  content:"";
  display:block;
}
.filter-block-item-picker-values label input { display:none; }
.filter-block-item-picker-values label input:checked + span:before { background:#dea06d; }
.filter-price-title {
  font-weight:600;
  font-size:1.4rem;
  margin-bottom:2rem;
}
.filter-price-values { margin-bottom:2rem; }
.filter-price-values {
  display:flex;
  align-items:flex-end;
  font-size:1.4rem;
}
.filter-price-values >div { margin-right:1rem; }
.filter-price-values .filter-price-input { width:15rem; }
.filter-price-values .filter-price-input input {
  padding:0;
  padding-bottom:0.3rem;
  border:0;
  box-shadow:none;
  border-radius:0;
  border-bottom:1px solid #000;
}
.filter-price-btn a {
  font-weight:700;
  border:1px solid #000;
  padding:1rem 3rem;
  display:inline-block;
}
.filter-price-btn a:hover, .filter-price-btn a:focus { text-decoration:none; }
.filter-checked {
  margin-bottom:2rem;
  display:flex;
}
.filter-reset { margin-right:2rem; }
.filter-reset a {
  display:inline-block;
  text-decoration:underline;
  font-size:1.4rem;
}
.filter-price-btn a.blocked {
  pointer-events:none;
  opacity:0.4;
}
.filter-checked-items { display:flex; }
.filter-checked-items span {
  display:flex;
  align-items:center;
  margin-right:2rem;
  font-size:1.4rem;
  cursor:pointer;
}
.filter-checked-items span img {
  margin-right:0.3rem;
  width:2rem;
}
.block_sorting_count_to_page .chosen-container.chosen-with-drop .chosen-drop {
  left:auto;
  right:0;
}
.main-wrapper.product-page {
  padding-left:0;
  padding-right:0;
}
.product-page-row {
  display:flex;
  align-items:flex-start;
}
.product-page-row-left {
  width:60%;
  display:flex;
  flex-wrap:wrap;
  margin-left:-0.5rem;
  margin-right:-0.5rem;
}
.product-page-row-left >div {
  width:50%;
  padding-left:0.5rem;
  padding-right:0.5rem;
  margin-bottom:1rem;
}
.product-page-row-left >div a {
  display:block;
  position:relative;
  cursor:zoom-in;
}
.product-page-row-left >div a:hover:before, .product-page-row-left >div a:focus:before {
  opacity:1;
  transition:all 0.5s ease-in-out;
}
.product-page-row-left >div a:before {
  position:absolute;
  left:50%;
  top:50%;
  transform:translateY(-50%) translateX(-50%);
  width:4.2rem;
  height:4.2rem;
  background:url('/images/zoom.svg') no-repeat center center;
  background-size:100% 100%;
  opacity:0;
  content:"";
  display:block;
  transition:all 0.5s ease-in-out;
}
.product-page-row-left >div a img { max-width:100%; }
.product-page-row-right {
  flex:1;
  padding:3.5vw 7.5% 0;
}
.white-popup.prod-gallery-popup {
  max-width:100%;
  height:100vh;
  margin:0;
  padding-bottom:0.5rem;
  display:flex;
  flex-direction:column;
}
.white-popup.prod-gallery-popup .mfp-close {
  right:5rem;
  top:5rem;
}
.mfp-container { padding:0; }
.mfp-close-btn-in .mfp-inline-holder .mfp-close {
  width:2.6rem;
  height:2.6rem;
  padding:0;
  opacity:1;
  display:inline-flex;
}
.mfp-close-btn-in .mfp-inline-holder .mfp-close img {
  max-width:100%;
  position:absolute;
  z-index:-1;
  left:0;
}
.image_middle {
  margin:0 auto;
  flex:1;
  height:70%;
  padding-bottom:1rem;
}
.image_middle img {
  height:100%;
  width:auto;
}
#list_product_image_thumb {
  display:flex;
  justify-content:center;
}
#list_product_image_thumb >div {
  margin-left:0.5rem;
  margin-right:0.5rem;
}
#list_product_image_thumb img {
  border:1px solid #dddddd;
  width:10rem;
}
#list_product_image_thumb img:hover, #list_product_image_thumb img:focus, #list_product_image_thumb img.active { border-color:#000; }
.product-page-row-right .breadcrumb {
  margin-top:0;
  margin-bottom:4rem;
}
.product-page-row-right h1 {
  text-align:left;
  margin-bottom:1rem;
}
.product-collection {
  font-size:1.8rem;
  margin-bottom:1rem;
}
body {
  max-width:100%;
  overflow-x:hidden;
}
.product-code { margin-bottom:1.6rem; }
.product-wishlist {
  margin-bottom:1.6rem;
  text-align:left;
}
.product-wishlist button {
  padding:0;
  border:0;
  box-shadow:none;
  background:none;
  width:auto;
}
.product-wishlist button img { width:1.6rem; }
.product-dostavka {
  display:flex;
  align-items:center;
  padding-top:1.2rem;
  padding-bottom:1.2rem;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}
.product-dostavka img {
  width:3.4rem;
  margin-right:1rem;
}
.productfull .prod_qty_input {
  padding:0;
  padding-top:1.2rem;
  padding-bottom:1.2rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.prod_qty_input-controls a {
  font-size:1.8rem;
  font-weight:700;
  user-select:none;
}
.prod_qty_input-controls a:hover, .prod_qty_input-controls a:focus { text-decoration:none; }
.prod_qty_input-controls a.blocked {
  opacity:0;
  pointer-events:none;
}
.prod_qty_input-controls input {
  max-width:3rem;
  border:0;
  background:none;
  padding:0;
  text-align:center;
  font-weight:700;
}
.buttons.product-buttons button {
  border-radius:0;
  background:#000;
  display:flex;
  justify-content:space-between;
  border:1px solid #000;
  padding:1.6rem;
}
.buttons.product-buttons button:hover, .buttons.product-buttons button:focus, .buttons.product-buttons button:active {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
}
.product-desccription-title {
  font-weight:700;
  margin-top:1.6rem;
  margin-bottom:0.8rem;
}
.product-desccription {
  line-height:1.5;
  margin-bottom:1.6rem;
}
.productfull .extra_fields { margin-top:0; }
.productfull .extra_fields .extra_fields_el {
  margin-bottom:0.5rem;
  position:relative;
  padding-left:1rem;
}
.productfull .extra_fields .extra_fields_el:before {
  position:absolute;
  left:0;
  top:0.8rem;
  width:0.4rem;
  height:0.4rem;
  background:#000;
  content:"";
  display:block;
  border-radius:50%;
}
.prod_qty_input { border-bottom:1px solid #000; }
div.jshop_prod_attributes .attributes_title, .prod_free_attribs .name {
  padding-top:1.2rem;
  font-weight:700;
  margin-bottom:1.2rem;
}
.jshop_prod_attributes label {
  cursor:pointer;
  margin-bottom:1rem;
}
.jshop_prod_attributes label input { display:none; }
.jshop_prod_attributes label input:checked + span span {
  outline:1px solid #000 !important;
  border-color:#000;
}
.jshop_prod_attributes label span.radio_attr_label span {
  font-size:1.4rem;
  height:4rem;
  min-width:4rem;
  padding-left:1rem;
  padding-right:1rem;
  display:flex;
  justify-content:center;
  align-items:center;
  border:1px solid #959595;
}
.jshop_prod_attributes label span.radio_attr_label span:hover, .jshop_prod_attributes label span.radio_attr_label span:focus {
  outline:1px solid #000 !important;
  border-color:#000;
}
.row-attr-3 label span.radio_attr_label span { min-width:5rem !important; }
.jshop .input_type_radio { margin-right:0.5rem; }
.from-collection-block {
  padding-top:5rem;
  padding-bottom:5rem;
}
.from-collection-block h3 {
  margin:0;
  padding:0;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
}
.from-collection-block .owl-carousel .owl-nav .owl-prev, .from-collection-block .owl-carousel .owl-nav .owl-next {
  width:5.6rem;
  height:5.6rem;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000;
  font-size:2.5rem;
}
.from-collection-block .owl-carousel .owl-nav .owl-prev.disabled, .from-collection-block .owl-carousel .owl-nav .owl-next.disabled { opacity:0; }
.from-collection-item-title {
  font-size:1.8rem;
  margin-top:2rem;
}
.from-collection-item-title a:hover, .from-collection-item-title a:focus { text-decoration:none; }
.search-module {
  position:absolute;
  top:100%;
  left:0;
  right:0;
  background:#fff;
  padding-top:6.4rem;
  padding-bottom:6.4rem;
  padding-left:10.4rem;
  padding-right:10.4rem;
  z-index:2;
}
.search-module-close {
  position:absolute;
  right:2.4rem;
  top:2.4rem;
}
.search-module-close img { width:2.4rem; }
.header { position:relative; }
.search-module-module { width:100rem; }
.search-module-module form { position:relative; }
.search-module-module button {
  position:absolute;
  right:0;
  top:50%;
  width:auto;
  padding:0;
  transform:translateY(-50%);
  background:none;
  border:0;
  box-shadow:none;
}
.search-module-module button img { width:2.4rem; }
.search-module-module #jshop_search {
  border:0;
  border-radius:0;
  font-size:2.8rem;
  padding:0;
  padding-bottom:1rem;
  border-bottom:1px solid #000;
}
.search-module {
  opacity:0;
  pointer-events:none;
}
.search-module.active {
  opacity:1;
  pointer-events:all;
}
.back-to-shop-btn { margin-bottom:3rem; }
.back-to-shop-btn a {
  font-size:1.4rem;
  display:inline-block;
  border-radius:0;
  background:#faf0e8;
  color:#000;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
}
.back-to-shop-btn a:hover, .back-to-shop-btn a:focus {
  color:#fff;
  background:#000;
  text-decoration:none;
}
.cart-page-row { display:flex; }
.cart-page-right-inner {
  margin-top:2rem;
  padding:3rem;
  background:#f5f5f5;
}
.cart-page-right { flex:1; }
.cart-page-left h1 {
  margin:0;
  margin-bottom:3rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
  text-align:left;
  font-weight:400;
}
.cart-product-item-row {
  display:flex;
  border-bottom:1px solid #000;
  padding-top:2rem;
  padding-bottom:2rem;
}
.cart-product-item-row:first-child { border-bottom:1px solid #000; }
.cart-product-item-image { width:20rem; }
.cart-product-item-image img { max-width:100%; }
.cart-product-item-right {
  flex:1;
  padding-left:2rem;
}
.cart-product-item-right-top {
  display:flex;
  justify-content:space-between;
}
.cart-page-left { padding-right:10rem; }
.cart-subtitle {
  font-weight:700;
  font-size:1.8rem;
  margin-bottom:2rem;
}
.cart-product-item-delete a {
  display:inline-block;
  padding:0;
  border:0;
  background:none;
  box-shadow:none;
}
.cart-product-item-delete a img { width:1.3rem; }
.cart-product-item-right-top { margin-bottom:2rem; }
.cart-product-item-title { font-weight:700; }
.cart-also-block { padding-top:3rem; }
.cart-also-block h3 {
  margin:0;
  margin-bottom:0px;
  margin-bottom:3rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:left;
}
.cart-product-item-right-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
p.jshop_cart_attribute {
  padding-left:0;
  font-style:normal;
  font-size:1.4rem;
  margin-top:0;
  margin-bottom:0;
  font-weight:700;
}
.cart-aftertext {
  text-align:center;
  font-size:1.4rem;
  padding-top:3rem;
}
.cart-subtotal {
  display:flex;
  justify-content:space-between;
  font-size:1.4rem;
  margin-bottom:3rem;
}
.cart-total {
  font-weight:700;
  display:flex;
  justify-content:space-between;
  margin-bottom:3rem;
  padding-top:1rem;
  border-top:1px solid #000;
}
.cart-checkout-btn a {
  border-radius:0;
  background:#000;
  display:block;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
}
.cart-checkout-btn a:hover, .cart-checkout-btn a:focus, .cart-checkout-btn a:active {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
  text-decoration:none;
  box-shadow:none !important;
}
.cart-page-left { width:84rem; }
.cart-page-row {
  max-width:124rem;
  margin:0 auto;
}
.cart-box-block {
  display:flex;
  background:#f5f5f5;
  align-items:center;
  margin-top:5rem;
  padding-left:8rem;
  padding-top:5rem;
  padding-bottom:5rem;
}
.cart-box-block-image { width:20rem; }
.cart-box-block-image img { max-width:100%; }
.cart-box-block-text {
  width:22.2rem;
  margin-left:7rem;
  line-height:1.5;
}
.cart-exp-block { margin-top:4rem; }
.cart-exp-block h3 {
  font-weight:700;
  margin-bottom:3rem;
  font-size:2rem;
}
.cart-exp-block-item {
  display:flex;
  padding-top:2rem;
  padding-bottom:2rem;
  border-top:1px solid #e0e0e0;
  align-items:center;
}
.cart-exp-block-item:last-child { border-top:1px solid #e0e0e0; }
.cart-exp-block-item a {
  flex:1;
  font-size:1.4rem;
  position:relative;
}
.cart-exp-block-item a:hover, .cart-exp-block-item a:focus { text-decoration:none; }
.cart-exp-block-item a:hover span:after, .cart-exp-block-item a:focus span:after { transform:scaleX(1); }
.cart-exp-block-item a:before {
  position:absolute;
  content:"\f105";
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  font-size:1.8rem;
  right:1rem;
  top:50%;
  transform:translateY(-50%);
  display:block;
}
.cart-exp-block-item a span {
  position:relative;
  padding-bottom:0.3rem;
}
.cart-exp-block-item a span:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.cart-exp-block-item-icon {
  width:2.5rem;
  margin-right:1rem;
}
.cart-exp-block-item-icon img { max-width:100%; }
.modal-close {
  position:absolute;
  width:2.4rem;
  position:absolute;
  right:3rem;
  top:3rem;
}
.modal-close img { max-width:100%; }
.strange-modal {
  position:fixed;
  overflow-y:scroll;
  z-index:10;
  background:#fff;
  right:0;
  top:0;
  bottom:0;
  padding-top:8rem;
  padding-right:4rem;
  padding-left:4rem;
  border-bottom:5px solid #dea06d;
  width:46rem;
  transform:translateX(46rem);
  transition:all 1s ease-in-out;
}
.strange-modal.active {
  transform:translateX(0);
  transition:all 1s ease-in-out;
}
.strange-overlay {
  z-index:9;
  background:rgba(216,216,216,0.25);
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  opacity:0;
  pointer-events:none;
  transition:all 1s ease-in-out;
}
.strange-overlay.active {
  opacity:1;
  pointer-events:all;
  transition:all 1s ease-in-out;
}
.modal-title {
  font-weight:700;
  margin-bottom:2rem;
}
.empty-cart { font-weight:700; }
.login-block-wrapper {
  display:flex;
  max-width:126rem;
  margin:0 auto;
}
.login-block-wrapper >div {
  width:50%;
  padding-left:5rem;
  padding-right:5rem;
}
.login-block-wrapper >div:first-child { border-right:1px solid #dea06d; }
.without_reg_header {
  margin-bottom:1rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:left;
  margin-bottom:2.5rem;
}
.text_pay_without_reg a.btn.btn-primary {
  border-radius:0;
  background:#000;
  display:block;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
  font-weight:700;
  margin-top:4rem;
}
.text_pay_without_reg a.btn.btn-primary:hover, .text_pay_without_reg a.btn.btn-primary:focus, .text_pay_without_reg a.btn.btn-primary:active {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
  text-decoration:none;
}
.login_block .btn, .register_block .btn, .text_pay_without_reg .btn { width:100%; }
.login_block input[type="text"], .login_block input[type="password"] {
  padding:0;
  background:none;
  padding-bottom:0.3rem;
  border:0;
  border-bottom:1px solid #000;
  box-shadow:none;
  font-size:1.6rem;
  border-radius:0;
  outline:none;
}
.login_block .rowlostpassword a {
  display:inline-block;
  position:relative;
  padding-bottom:0.3rem;
  padding-right:2rem;
  font-size:1.4rem;
}
.login_block .rowlostpassword a:hover, .login_block .rowlostpassword a:focus { text-decoration:none; }
.login_block .rowlostpassword a:hover:after, .login_block .rowlostpassword a:focus:after { transform:scaleX(1); }
.login_block .rowlostpassword a:before {
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-60%);
  content:"\f105";
  font:normal normal normal 14px/1 FontAwesome;
  font-size:1.4rem;
  text-rendering:auto;
}
.login_block .rowlostpassword a:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
.login_block .btn.btn-success.button {
  border-radius:0;
  background:#000;
  display:block;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
  font-weight:700;
}
.login_block .btn.btn-success.button:hover, .login_block .btn.btn-success.button:focus, .login_block .btn.btn-success.button:active {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
  text-decoration:none;
}
.login_block .control-elms { margin-bottom:3rem; }
#user-registration .control-label { display:none; }
#user-registration input[type="email"] {
  padding:0;
  background:none;
  padding-bottom:0.3rem;
  border:0;
  border-bottom:1px solid #000;
  box-shadow:none;
  font-size:1.6rem;
  border-radius:0;
  outline:none;
}
#user-registration .btn.btn-primary.validate {
  border-radius:0;
  background:#000;
  display:block;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
  font-weight:700;
  width:28.1rem;
}
#user-registration .btn.btn-primary.validate:hover, #user-registration .btn.btn-primary.validate:focus, #user-registration .btn.btn-primary.validate:active {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
  text-decoration:none;
}
.com-users-reset.reset {
  max-width:126rem;
  padding-left:10rem;
  padding-right:10rem;
  margin:0 auto;
}
.com-users-reset.reset form {
  display:flex;
  align-items:flex-end;
}
.com-users-reset.reset fieldset { margin-right:5rem; }
.reset-pretext {
  margin-bottom:2rem;
  line-height:1.4;
}
#jshop_menu_order {
  justify-content:center;
  border:0;
  border-bottom:1px solid #000;
  background:none;
  border-radius:0;
}
#jshop_menu_order >div {
  padding:0;
  padding-left:2rem;
  padding-right:2rem;
}
#jshop_menu_order >div.active { font-weight:700; }
#jshop_menu_order >div.active .step-inner { border-bottom:2px solid #000; }
#jshop_menu_order >div .step-inner {
  font-size:1.4rem;
  padding-bottom:2rem;
  padding-top:2rem;
  display:flex;
}
#jshop_menu_order >div .step-inner span { margin-left:0.5rem; }
.checkout-step-row { display:flex; }
.checkout-page {
  max-width:126rem;
  margin:0 auto;
}
.checkout-step-row-right { width:40.1rem; }
.checkout-step-row-left { flex:1; }
.checkout-step-row-left { padding-top:3rem; }
.checkout-step-title {
  margin:0;
  margin-bottom:3rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:left;
  font-weight:400;
}
.jshop_register .control-group { margin-bottom:2.6rem; }
.jshop_register input {
  padding:0;
  background:none;
  padding-bottom:0.3rem;
  border:0;
  border-bottom:1px solid #000;
  box-shadow:none;
  font-size:1.6rem;
  border-radius:0;
  outline:none;
}
.jshop_register input:hover, .jshop_register input:focus, .jshop_register input:active {
  box-shadow:none;
  border-bottom:1px solid #000;
}
.jshop.address_block .btn.btn-success {
  border-radius:0;
  background:#000;
  display:block;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
  font-weight:700;
  width:28.1rem;
}
.jshop.address_block .btn.btn-success:hover, .jshop.address_block .btn.btn-success:focus, .jshop.address_block .btn.btn-success:active {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
  text-decoration:none;
  box-shadow:none !important;
}
.jshop.address_block .chosen-container-single .chosen-single {
  padding:0;
  background:none;
  padding-bottom:0.3rem;
  border:0;
  border-bottom:1px solid #000;
  box-shadow:none;
  font-size:1.6rem;
  border-radius:0;
  outline:none;
}
.jshop.address_block .chosen-container-single .chosen-single span {
  margin-right:0;
  position:relative;
  padding-right:1.5rem;
}
.jshop.address_block .chosen-container-single .chosen-single span + div { display:none; }
.jshop.address_block .chosen-container-single .chosen-single span:before {
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:6px solid black;
  border-bottom:0;
  transform:translateY(-60%);
  position:absolute;
  right:1rem;
  top:50%;
}
.minicart-block {
  background:#f5f5f5;
  padding-left:2rem;
  padding-right:2rem;
  padding-top:4rem;
  padding-bottom:2rem;
}
.minicart-block-title {
  font-size:1.8rem;
  font-weight:700;
  margin-bottom:1.5rem;
}
.minicart-item {
  background:#fff;
  padding:1rem;
  padding-bottom:1.5rem;
  margin-bottom:2rem;
}
.minicart-item-top { display:flex; }
.minicart-item-image { width:16.3rem; }
.minicart-item-image img { max-width:100%; }
.minicart-item-title-attribs {
  padding-top:1.5rem;
  font-size:1.2rem;
  padding-left:1rem;
  padding-right:2rem;
}
.minicart-item-title-attribs p.jshop_cart_attribute {
  font-size:1.2rem;
  font-weight:400;
}
.minicart-item-title { font-weight:700; }
.minicart-item-price {
  font-size:1.4rem;
  text-align:right;
  padding-top:1.5rem;
  padding-left:1rem;
  padding-right:1rem;
}
.minicart-item-title { margin-bottom:2rem; }
.minicart-item-top {
  padding-bottom:1rem;
  border-bottom:1px solid #dea06d;
}
.minicart-item-qty {
  align-self:center;
  font-size:1.2rem;
}
.minicart-subtotal {
  display:flex;
  justify-content:space-between;
  font-size:1.4rem;
  margin-bottom:2rem;
}
.minicart-total {
  display:flex;
  justify-content:space-between;
  font-size:1.4rem;
  font-weight:700;
}
.jshop.checkout_shipping_block .btn.btn-success, .jshop.checkout_payment_block .btn.btn-success, .pfinish_comment_block .btn.btn-success {
  border-radius:0;
  background:#000;
  display:block;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
  font-weight:700;
  width:28.1rem;
}
.jshop.checkout_shipping_block .btn.btn-success:hover, .jshop.checkout_shipping_block .btn.btn-success:focus, .jshop.checkout_shipping_block .btn.btn-success:active, .jshop.checkout_payment_block .btn.btn-success:hover, .jshop.checkout_payment_block .btn.btn-success:focus, .jshop.checkout_payment_block .btn.btn-success:active, .pfinish_comment_block .btn.btn-success:hover, .pfinish_comment_block .btn.btn-success:focus, .pfinish_comment_block .btn.btn-success:active {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
  text-decoration:none;
  box-shadow:none !important;
}
.jshop.checkout_shipping_block input[type="radio"], .jshop.checkout_payment_block input[type="radio"], .pfinish_comment_block input[type="radio"] { display:none; }
.jshop.checkout_shipping_block input[type="radio"]+label, .jshop.checkout_payment_block input[type="radio"]+label, .pfinish_comment_block input[type="radio"]+label {
  position:relative;
  padding-left:2.6rem;
}
.jshop.checkout_shipping_block input[type="radio"]+label:before, .jshop.checkout_payment_block input[type="radio"]+label:before, .pfinish_comment_block input[type="radio"]+label:before {
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:1.6rem;
  height:1.6rem;
  border:1px solid #000;
  border-radius:50%;
  content:"";
  display:block;
}
.jshop.checkout_shipping_block input[type="radio"]:checked+label, .jshop.checkout_payment_block input[type="radio"]:checked+label, .pfinish_comment_block input[type="radio"]:checked+label {
  position:relative;
  padding-left:2.6rem;
}
.jshop.checkout_shipping_block input[type="radio"]:checked+label:after, .jshop.checkout_payment_block input[type="radio"]:checked+label:after, .pfinish_comment_block input[type="radio"]:checked+label:after {
  position:absolute;
  left:0.3rem;
  top:50%;
  transform:translateY(-50%);
  width:1rem;
  height:1rem;
  background:#dea06d;
  border-radius:50%;
  content:"";
  display:block;
}
.pfinish_comment_block { max-width:100%; }
.pfinish_comment_block textarea {
  padding:0;
  background:none;
  padding-bottom:0.3rem;
  border:0;
  border-bottom:1px solid #000;
  box-shadow:none;
  font-size:1.6rem;
  border-radius:0;
  outline:none;
  resize:none;
}
.pfinish_comment_block textarea:hover, .pfinish_comment_block textarea:focus, .pfinish_comment_block textarea:active {
  box-shadow:none;
  border-bottom:1px solid #000;
}
.pfinish_comment_block .name {
  text-align:left;
  margin-bottom:2rem;
}
.pfinish_comment_block #order_add_info { max-width:49rem; }
.pfinish_comment_block .box_button { margin-top:3rem; }
.header-currency { margin-right:4rem; }
.community1-block {
  display:flex;
  max-width:1280px;
  margin:0 auto;
}
.community1-block-right { width:70rem; }
.community1-block-right img { max-width:100%; }
.community1-block-left {
  flex:1;
  padding-right:5rem;
  padding-left:5rem;
}
.community-block .moduletable > h3 {
  margin:0;
  margin-bottom:0px;
  margin-bottom:0px;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
  font-weight:400;
}
.community2-block {
  display:flex;
  max-width:1280px;
  margin:0 auto;
  align-items:center;
}
.community-block.second-block {
  padding-top:2.5rem;
  margin-top:2.5rem;
  padding-bottom:2.5rem;
  margin-bottom:2.5rem;
  border-top:5px solid #faf0e8;
  border-bottom:5px solid #faf0e8;
}
.community2-block-left { width:70rem; }
.community2-block-left img { max-width:100%; }
.community2-block-right {
  flex:1;
  padding-right:5rem;
  padding-left:5rem;
  text-align:center;
  font-size:2.4rem;
}
.chtodaet-item {
  display:flex;
  padding-top:2.4rem;
  padding-bottom:4rem;
  border-top:1px solid #979797;
}
.chtodaet-item-digit { width:30rem; }
.chtodaet-item-text { width:45rem; }
.community-block.third-block {
  padding-left:4rem;
  padding-right:4rem;
}
.community-block.third-block h3 {
  text-align:left;
  margin:0;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  font-weight:400;
}
.community-gallery {
  padding-left:4rem;
  padding-right:4rem;
}
.partner-item a {
  display:block;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  height:45rem;
}
.mfp-figure .mfp-close { display:none; }
.partners-slider .owl-carousel .owl-nav .owl-prev, .partners-slider .owl-carousel .owl-nav .owl-next {
  width:4.4rem;
  height:4.4rem;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:2.5rem;
  color:#000;
  opacity:0.7;
}
.partners-slider .owl-carousel .owl-nav .owl-prev:hover, .partners-slider .owl-carousel .owl-nav .owl-prev:focus, .partners-slider .owl-carousel .owl-nav .owl-next:hover, .partners-slider .owl-carousel .owl-nav .owl-next:focus { opacity:1; }
.partners-slider .owl-carousel .owl-nav .owl-prev { left:1rem; }
.partners-slider .owl-carousel .owl-nav .owl-next { right:1rem; }
.community-more { padding-top:5rem; }
.community-more .moduletable > h3 {
  text-align:left;
  padding:0;
  margin:0;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  font-weight:400;
}
.community-more {
  padding-left:4rem;
  padding-right:4rem;
}
.community-more-blocks { display:flex; }
.community-more-blocks >div {
  width:22.2rem;
  margin-right:2rem;
}
a.community-more-block-item-image {
  display:block;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  margin-bottom:1rem;
  height:27.8rem;
}
.community-more-block-item-title { font-size:1.8rem; }
.currency-switch-btn {
  display:flex;
  align-items:center;
  cursor:pointer;
  user-select:none;
}
.currency-switch-btn-symbol {
  font-size:1.8rem;
  margin-right:0.5rem;
}
.currency-switch-btn-name { font-size:1.4rem; }
ul.currency-list {
  padding:.5rem 4rem;
  font-size:1.4rem;
  position:absolute;
  left:0 !important;
  top:100% !important;
  right:0 !important;
  bottom:auto !important;
  display:flex;
  justify-content:flex-end;
  background:#faf0e8;
  list-style:none;
  padding-bottom:3rem;
  height:0;
  opacity:0;
  pointer-events:none;
}
ul.currency-list.active {
  height:auto;
  opacity:1;
  pointer-events:all;
}
ul.currency-list >li { margin-left:2rem; }
ul.currency-list >li >span {
  cursor:pointer;
  user-select:none;
  padding:0.5rem;
  position:relative;
}
ul.currency-list >li >span:hover:after, ul.currency-list >li >span:focus:after, ul.currency-list >li >span.active:after { transform:scaleX(1); }
ul.currency-list >li >span:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color:#dea06d;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.3s ease;
}
ul.currency-list >li >span >span {
  font-size:1.8rem;
  margin-right:0.5rem;
}
.currency-switch-btn {
  position:relative;
  padding-right:2rem;
}
.currency-switch-btn:after {
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:"";
  border-top:.3em solid;
  border-right:.3em solid transparent;
  border-bottom:0;
  border-left:.3em solid transparent;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.currency-switch-btn.active:after { transform:rotate(180deg); }
.itemid-161 .community1-block { align-items:center; }
.itemid-161 .community1-block .community1-block-left {
  font-size:2.4rem;
  text-align:center;
}
.community-block.second-block.double-block {
  padding-top:0;
  border-top:0;
}
.community-block.second-block.double-block2 {
  padding-top:0;
  border-top:0;
}
.community-block.second-block.double-block2 .community2-block-right { font-size:2rem; }
.itemid-162 .community1-block, .itemid-178 .community1-block, .itemid-193 .community1-block { align-items:center; }
.itemid-162 .community1-block-left, .itemid-178 .community1-block-left, .itemid-193 .community1-block-left {
  font-size:1.8rem;
  text-align:center;
}
.itemid-162 .community2-block-right, .itemid-178 .community2-block-right, .itemid-193 .community2-block-right { font-size:1.8rem; }
.itemid-163 .community1-block, .itemid-179 .community1-block, .itemid-194 .community1-block { align-items:center; }
.itemid-163 .community-block.third-block, .itemid-179 .community-block.third-block, .itemid-194 .community-block.third-block {
  border-top:5px solid #faf0e8;
  padding-top:2.5rem;
  margin-top:2.5rem;
}
.vacancies {
  border-top:5px solid #faf0e8;
  padding-top:2.5rem;
  margin-top:2.5rem;
  padding-left:4rem;
  padding-right:4rem;
}
.vacancies .moduletable > h3 {
  text-align:left;
  padding:0;
  margin:0;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  font-weight:400;
}
.vacancies-pretext {
  max-width:51.2rem;
  font-size:1.8rem;
}
.itemid-115 .community1-block, .itemid-175 .community1-block, .itemid-190 .community1-block { align-items:center; }
.itemid-115 .community1-block-left, .itemid-175 .community1-block-left, .itemid-190 .community1-block-left { font-size:1.8rem; }
.journals-list {
  display:flex;
  flex-wrap:wrap;
  margin-left:-1rem;
  margin-right:-1rem;
}
.journals-list >div {
  width:25%;
  padding-left:1rem;
  padding-right:1rem;
  margin-bottom:2rem;
}
.journnal-item-image { margin-bottom:2rem; }
.journnal-item-image a {
  display:block;
  height:40rem;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.journnal-item-title {
  font-weight:700;
  margin-bottom:1rem;
}
.com-content-article.item-page {
  max-width:1260px;
  margin:0 auto;
}
.left.item-image img {
  max-width:100%;
  height:auto;
}
.com-content-article__body img {
  max-width:100%;
  height:auto;
}
.itemid-112 .category-breadcrumb, .itemid-172 .category-breadcrumb, .itemid-187 .category-breadcrumb { display:none; }
.itemid-112 .categories-block > div, .itemid-172 .categories-block > div, .itemid-187 .categories-block > div { width:26rem; }
.itemid-154 .community1-block { align-items:center; }
.itemid-154 .community1-block-left { font-size:1.8rem; }
.proizvodstvo .moduletable > h3 {
  margin:0;
  margin-bottom:4rem;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3rem;
  text-align:center;
  font-weight:400;
}
.proizvodstvo-items {
  display:flex;
  flex-wrap:wrap;
  margin-left:-0.5rem;
  margin-right:-0.5rem;
  overflow:hidden;
}
.proizvodstvo-items >div {
  width:50%;
  padding-left:0.5rem;
  padding-right:0.5rem;
  margin-bottom:1rem;
}
.proizvodstvo-items >div >div {
  padding-top:110%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  padding-bottom:3rem;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
}
.proizvodstvo-item-title {
  text-align:center;
  color:#fff;
  font-family:'OCTAVA';
  letter-spacing:2px;
  font-size:3.5rem;
}
.proizvodstvo-item-text {
  text-align:center;
  line-height:1.4;
  font-size:1.8rem;
  color:#fff;
  padding-top:3rem;
  opacity:0;
  transform:translateY(-100%);
  transition:height 0.3s ease-in-out;
  min-height:20.2rem;
}
.proizvodstvo-item-content {
  padding-left:5rem;
  padding-right:5rem;
  position:absolute;
  left:0;
  right:0;
  bottom:3rem;
}
.proizvodstvo-item-inner:hover .proizvodstvo-item-text, .proizvodstvo-item-inner:focus .proizvodstvo-item-text {
  opacity:1;
  transform:translate(0);
  transition:all .3s ease;
}
.alert-info {
  color:#000;
  background-color:#f5f5f5;
  border-color:transparent;
  text-align:center;
  font-weight:700;
  padding-top:5rem;
  position:relative;
}
.alert-info:before {
  position:absolute;
  top:1rem;
  left:50%;
  transform:translateX(-50%);
  color:red;
  display:block;
  content:"\f06a";
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:5rem;
  text-rendering:auto;
}
.alert-info .alert-heading {
  color:inherit;
  font-weight:700;
  font-size:2rem;
}
#comjshop_register .btn.btn-primary.button {
  border-radius:0;
  background:#000;
  display:block;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
  font-weight:700;
}
#comjshop_register .btn.btn-primary.button:hover, #comjshop_register .btn.btn-primary.button:focus {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
  text-decoration:none;
}
.pagelogin .register_block .form-horizontal .control-group { margin-bottom:2rem; }
.login-block-wrapper > div:nth-child(3) { border-left:1px solid #dea06d; }
.moduletable.cabinet-menu { margin-bottom:5rem; }
.moduletable.cabinet-menu ul.nav { justify-content:center; }
.moduletable.cabinet-menu ul.nav >li {
  margin-left:2rem;
  margin-right:2rem;
}
.moduletable.cabinet-menu ul.nav >li >a {
  font-size:1.4rem;
  display:inline-block;
  border-radius:0;
  background:#faf0e8;
  color:#000;
  border:1px solid #000;
  padding:2rem;
  width:13rem;
  text-align:center;
}
.moduletable.cabinet-menu ul.nav >li >a:hover, .moduletable.cabinet-menu ul.nav >li >a:focus {
  color:#fff;
  background:#000;
  text-decoration:none;
}
.moduletable.cabinet-menu ul.nav >li.active >a, .moduletable.cabinet-menu ul.nav >li.current >a {
  color:#fff;
  background:#000;
  text-decoration:none;
}
.jshop.editaccount_block {
  max-width:50rem;
  margin:0 auto;
}
.jshop.editaccount_block .control-label { margin-bottom:0.5rem; }
.jshop.editaccount_block .btn.btn-primary.button {
  border-radius:0;
  background:#000;
  display:block;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
}
.jshop.editaccount_block .btn.btn-primary.button:hover, .jshop.editaccount_block .btn.btn-primary.button:focus {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
  text-decoration:none;
  box-shadow:none !important;
}
.myorders_no_orders { text-align:center; }
.table_order_list {
  border:0;
  border-radius:0;
  padding:1rem;
}
.table_order_list .btn.btn-primary {
  border-radius:0;
  background:#000;
  display:block;
  border:1px solid #000;
  padding:2rem;
  text-align:center;
}
.table_order_list .btn.btn-primary:hover, .table_order_list .btn.btn-primary:focus {
  background:#faf0e8 !important;
  color:#000 !important;
  border:1px solid #000 !important;
  text-decoration:none;
  box-shadow:none !important;
}
.table_order_list .buttons {
  padding-top:1rem;
  padding-bottom:1rem;
}
.table_order_list .users >div, .table_order_list .products >div { margin-bottom:1rem; }
.order_items table.jshop { width:86rem; }
table.jshop.jshop_subtotal { width:86rem; }
table.jshop.jshop_subtotal tbody {
  display:table;
  width:100%;
}
.order_number { margin-bottom:2rem; }
table.jshop.userdeliveryinfo tbody {
  display:table;
  width:100%;
}
.prod_attr_img { display:none; }
.wishlist_empty_text { font-weight:700; }
.wishlish_buttons a.btn {
  font-size:1.4rem;
  display:inline-block;
  border-radius:0;
  background:#faf0e8;
  color:#000;
  border:1px solid #000;
  padding:2rem;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  text-align:center;
}
.wishlish_buttons a.btn:hover, .wishlish_buttons a.btn:focus {
  color:#fff;
  background:#000;
  text-decoration:none;
}
@media (min-width: 768px) {
  .row-fluid .span5th { width:18.297872%; }
}
@media (max-width: 767px) {
  body {
    padding-left:0;
    padding-right:0;
    overflow-x:hidden;
  }
  html { overflow-x:hidden; }
  .chtodaet-item-text {
    width:84%;
    padding-left:1rem;
  }
  .journals-list > div { margin-bottom:4rem; }
  .footer-form-pretext { text-align:left; }
  .product-page-row-left {
    margin-left:0;
    margin-right:0;
  }
  .first-footer {
    padding-left:2rem;
    padding-right:2rem;
  }
  .strange-modal {
    width:100%;
    transform:translateX(100%);
  }
  .minicart-block { margin-top:2rem; }
  .checkout-step-row-right { width:100%; }
  .checkout-step-row { display:block; }
  .login-block-wrapper > div:nth-child(3) { border-left:0; }
  .text_pay_without_reg { margin-bottom:3rem; }
  .cart-box-block-text {
    width:77%;
    margin-left:2rem;
  }
  .cart-box-block {
    padding-left:2rem;
    padding-top:2rem;
    padding-bottom:2rem;
    padding-right:2rem;
  }
  .cart-product-item-right-bottom { flex-wrap:wrap; }
  .cart-also-block h3 { font-size:2.3rem; }
  .cart-page-row {
    max-width:100%;
    display:block;
  }
  .cart-page-left { padding-right:0; }
  .cart-product-item-image { width:10rem; }
  .cart-page-left { width:100%; }
  .jshop.wishlish_buttons #checkout { display:block !important; }
  .jshop.wishlish_buttons #checkout >div { margin-bottom:1rem; }
  .jshop.wishlish_buttons #checkout .pull-left { float:none; }
  .jshop.wishlish_buttons #checkout .pull-right { float:none; }
  .login-block-wrapper > div {
    padding-left:0;
    padding-right:0;
  }
  .without_reg_header { font-size:2.3rem; }
  .login-block-wrapper > div:first-child { border-right:0; }
  .login-block-wrapper {
    display:block;
    max-width:100%;
  }
  .login-block-wrapper > div {
    width:100%;
    padding-left:2rem;
    padding-right:2rem;
  }
  .search-module-close { display:none; }
  .search-module-module { width:100%; }
  .search-module-module #jshop_search { font-size:2rem; }
  .search-module {
    padding-top:2rem;
    padding-bottom:2rem;
    padding-left:2rem;
    padding-right:2rem;
  }
  .chtodaet-item-digit { width:20rem; }
  .community-block.third-block {
    padding-left:2rem;
    padding-right:2rem;
  }
  .community-block.third-block h3 { font-size:2.3rem; }
  .vacancies .moduletable > h3 {
    font-size:2.3rem;
    margin-bottom:2rem;
  }
  .vacancies {
    padding-top:2rem;
    margin-top:2rem;
    padding-left:2rem;
    padding-right:2rem;
  }
  .community-gallery {
    padding-left:2rem;
    padding-right:2rem;
  }
  .proizvodstvo-item-title { font-size:2.3rem; }
  .proizvodstvo-item-text {
    min-height:0;
    opacity:1;
    transform:none;
  }
  .proizvodstvo-items > div { width:100%; }
  .proizvodstvo-items { display:block; }
  .proizvodstvo .moduletable > h3 {
    font-size:2.3rem;
    margin-bottom:2rem;
  }
  .community-more-blocks > div {
    width:100%;
    margin-bottom:2rem;
  }
  .community-more-blocks { display:block; }
  .community-more .moduletable > h3 {
    font-size:2.3rem;
    margin-bottom:2rem;
  }
  .community-more { padding-top:3rem; }
  .community-more {
    padding-left:2rem;
    padding-right:2rem;
  }
  .community2-block-right {
    flex:1;
    padding-right:2rem;
    padding-left:2rem;
    font-size:1.8rem;
    margin-top:2rem;
  }
  .community2-block-left { width:100%; }
  .community2-block { display:block; }
  .community-block .moduletable > h3 {
    font-size:2.3rem;
    margin-bottom:1rem;
  }
  .journals-list > div { width:100%; }
  div.itemHeader h1.itemTitle, div.catItemHeader h1.catItemTitle, div.itemListCategory h1, .page-header h1, h1.page-header, h1.componentheading, .jshop h1, .jshop > form > h1 {
    font-size:2.3rem;
    margin-bottom:1rem;
  }
  .community1-block-right { width:100%; }
  .community1-block-left {
    padding-right:0;
    padding-left:0;
  }
  .community1-block { display:block; }
  div.mod-languages .dropdown-menu {
    padding:.5rem 2rem;
    justify-content:flex-start;
  }
  .first-header {
    justify-content:flex-start;
    padding-left:2rem;
    padding-right:2rem;
  }
  .from-collection-block h3 { font-size:2.3rem; }
  .from-collection-block {
    padding-top:3rem;
    padding-bottom:3rem;
  }
  .image_middle img { height:auto; }
  .white-popup.prod-gallery-popup { height:60vh; }
  .product-page-row-left { width:100%; }
  .product-page-row { display:block; }
  .product-page-row-right { padding:2rem; }
  .filter-price-values .filter-price-input { width:10rem; }
  .filter-block-item-picker-values {
    padding:1rem;
    background:#fff;
  }
  .filter-block-item { position:unset; }
  .filter-block-top { position:relative; }
  .filter-block-title { margin-bottom:1rem; }
  .filter-block-items { flex-wrap:wrap; }
  .filter-block-top { display:block; }
  .form-horizontal .block_sorting_count_to_page .control-group {
    justify-content:flex-start;
    margin-top:1rem;
  }
  form#sort_count { display:block; }
  .filter-block-item-picker-values { z-index:9; }
  .jshop.list_product .product .product-hovered-view { position:relative; }
  .product-default-view { display:none; }
  .jshop.list_product > div { width:100%; }
  .block_product-wrapper .product-hovered-view {
    opacity:1;
    pointer-events:all;
  }
  .categories-block > div { margin-bottom:1rem; }
  .main-wrapper {
    padding-left:2rem;
    padding-right:2rem;
  }
  .mobile-menu1, .mobile-menu2, .mobile-menu3 {
    padding-left:2rem;
    padding-right:2rem;
    padding-top:1rem;
    padding-bottom:1rem;
  }
  .mobile-menu1 ul.nav, .mobile-menu2 ul.nav, .mobile-menu3 ul.nav { display:block; }
  .mobile-menu1 .moduletable > h3, .mobile-menu2 .moduletable > h3, .mobile-menu3 .moduletable > h3 {
    text-align:left;
    padding:0;
    margin:0;
    font-size:1.8rem;
    margin-bottom:1rem;
  }
  .sticky-wrapper.is-sticky {
    position:relative;
    z-index:9;
  }
  .sticky-wrapper.is-sticky .mobile-header { background:#fff; }
  .footer-menu1, .footer-menu2, .footer-menu3 { display:none; }
  .inst-block-right {
    width:100%;
    margin-top:1rem;
  }
  .inst h3 { font-size:2.3rem; }
  .inst-block-left {
    padding-left:2rem;
    padding-right:2rem;
  }
  .inst-block {
    padding-left:0;
    display:block;
  }
  .inst {
    margin-top:3rem;
    margin-bottom:3rem;
    padding-top:3rem;
    padding-bottom:3rem;
  }
  .big-image-block.leftside .big-image-block-right {
    padding-left:2rem;
    padding-right:2rem;
    margin-top:1rem;
  }
  .big-image-block.leftside .big-image-block-left { width:100%; }
  .philosophy { margin-top:3rem; }
  .big-image-block.rightside .big-image-block-right {
    width:100%;
    margin-top:1rem;
  }
  .big-image-block h3 { font-size:2.3rem; }
  .big-image-block.rightside .big-image-block-left {
    padding-left:2rem;
    padding-right:2rem;
  }
  .big-image-block { display:block; }
  .osnovatel { margin-top:3rem; }
  .lastproducts {
    padding-left:2rem;
    padding-right:2rem;
  }
  .categories-block { flex-wrap:wrap; }
  .categories-block > div { width:33.3333%; }
  .categories {
    padding-top:3rem;
    padding-bottom:3rem;
  }
  .categories .moduletable > h3 { font-size:2.5rem; }
  .about-block-right h3 { font-size:2.3rem; }
  .about-block-right {
    margin-top:2rem;
    padding-left:2rem;
    padding-right:2rem;
  }
  .about-block-left { width:100%; }
  .about-block { display:block; }
  .contacts-top-block {
    display:block;
    padding-left:2rem;
    padding-right:2rem;
  }
  .second-header-left { display:none; }
  .mobile-header { border-bottom:0.7rem solid #faf0e8; }
  .mobile-menu-top { margin-top:1rem; }
  .first-header {
    padding-top:1rem;
    padding-bottom:1rem;
  }
  ul.currency-list { padding:.5rem 1rem; }
  .mobile-menu-contacts {
    text-align:left;
    padding-left:2rem;
    margin-top:1rem;
  }
  .btn.btn-menu {
    width:auto;
    padding:0.5rem 1rem;
    background:none;
    font-size:2.2rem;
    border:0;
    box-shadow:none;
    color:#000;
  }
  .mobile-menu-button {
    flex:1;
    text-align:left;
  }
  .second-header-right { width:100%; }
  .mobile-header-inner {
    display:flex;
    align-items:center;
    padding-top:0.8rem;
    padding-bottom:0.8rem;
  }
  .navigation ul.nav > li {
    width:auto;
    display:block;
  }
  .header, .footer { text-align:center; }
  .rsform-block-captcha {
    max-width:100%;
    overflow:hidden;
  }
  .table-responsive {
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
  }
  .mobile-header {
    background:#fff;
    z-index:100;
    font-size:0;
    text-align:center;
  }
  .mobile-header .mobile-menu-button, .mobile-header .mobile-header-address {
    display:inline-block;
    vertical-align:middle;
    padding:0.5rem;
  }
  .mobile-header.fixed {
    position:fixed;
    top:0;
    left:0;
    right:0;
    box-shadow:0 0 0.5rem 1px rgba(0,0,0,0.5);
  }
  .mobile-menu {
    width:28rem;
    position:fixed;
    left:-28rem;
    top:0;
    bottom:0;
    height:100vh;
    overflow:auto;
    padding:0.5rem;
    background:rgba(255,255,255,0.95);
    color:#333;
    background-size:cover;
    z-index:1001;
    -webkit-transition:-webkit-transform 500ms ease;
    -moz-transition:-moz-transform 500ms ease;
    -o-transition:-o-transform 500ms ease;
    transition:transform 500ms ease;
  }
  .openNav .site {
    position:relative;
    overflow:hidden;
  }
  .openNav .site .mobile-menu {
    -webkit-transform:translate3d(28rem,0,0);
    -moz-transform:translate3d(28rem,0,0);
    -ms-transform:translate3d(28rem,0,0);
    -o-transform:translate3d(28rem,0,0);
    transform:translate3d(28rem,0,0);
    -webkit-transition:-webkit-transform 500ms ease;
    -moz-transition:-moz-transform 500ms ease;
    -o-transition:-o-transform 500ms ease;
    transition:transform 500ms ease;
  }
  .openNav .site .openNav-overlay {
    content:"";
    position:absolute;
    display:block;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.75);
    z-index:1000;
  }
}
@media (max-width: 480px) {
  html { font-size:62.5% !important; }
}
@media (min-width: 481px) and (max-width: 767px) {
  html { font-size:62.5% !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
  html { font-size:40% !important; }
  .nav-pills > li { float:left; }
  .nav-tabs > li { float:left; }
  .navbar { margin-bottom:0; }
  .navbar .btn-navbar { display:none; }
  .nav-collapse { height:auto; }
}
@media (min-width: 980px) and (max-width: 1023px) {
  html { font-size:51.04166667% !important; }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  html { font-size:53.125% !important; }
}
dl.tabs {
  float:left;
  margin-bottom:-1px;
}
dl.tabs dt.tabs {
  float:left;
  margin-left:0.3rem;
  padding:0.4rem 1rem;
  background-color:#F0F0F0;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
}
dl.tabs dt:hover { background-color:#F9F9F9; }
dl.tabs dt.open {
  background-color:#FFF;
  border-bottom:1px solid #FFF;
}
dl.tabs dt.tabs h3 {
  margin:0;
  font-size:1.1em;
  font-weight:normal;
}
dl.tabs dt.tabs h3 a { color:#0088CC; }
dl.tabs dt.tabs h3 a:hover {
  color:#005580;
  text-decoration:none;
}
dl.tabs dt.open h3 a {
  color:#000;
  text-decoration:none;
}
div.current dd.tabs {
  margin:0;
  padding:1rem;
  clear:both;
  border:1px solid #CCC;
  background-color:#FFF;
}
#helpsite-refresh { vertical-align:top; }
#pop-print {
  float:right;
  margin:1rem;
}
code { white-space:pre-wrap; }
#filter-search { vertical-align:top; }
.editor {
  overflow:hidden;
  position:relative;
}
.search span.highlight {
  background-color:#FFFFCC;
  font-weight:bold;
  padding:0.1rem 0.4rem;
}
