/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  overflow: scroll;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  color: #193152;
  text-shadow: none;
  padding: 0;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 40px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -48px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -80px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13.7.2018, 14:08:15
    Author     : Bc. Michal Smejkal <m.smejkal123@gmail.com>
*/
.d-flex {
  display: -ms-flexbox !important;
  display: flex!important;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}
/*! jQuery UI - v1.12.1 - 2018-07-08
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(97.6%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on June 22, 2016 */
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/roboto-medium-webfont.eot');
  src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/roboto-black-webfont.eot');
  src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto-black-webfont.woff') format('woff'), url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url('../fonts/roboto-italic-webfont.eot');
  src: url('../fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-italic-webfont.woff2') format('woff2'), url('../fonts/roboto-italic-webfont.woff') format('woff'), url('../fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@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;
}
/* makes the font 33% larger relative to the icon container */
.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;
}
/* Deprecated as of 4.4.0 */
.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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-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;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.
```
*/
* {
  outline: none;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  color: #3C3C3C;
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #f0f1ed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}
h1 {
  margin: 0 0 20px;
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
h2 {
  font-size: 22px;
  margin: 10px auto 15px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
    margin: 30px auto 25px;
  }
}
h2.hp-headline {
  font-size: 30px;
  margin: 30px auto 20px;
  text-align: center;
}
@media (min-width: 768px) {
  h2.hp-headline {
    font-size: 35px;
    margin: 40px auto 30px;
  }
}
h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
h4 {
  font-size: 15px;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  margin-bottom: 10px;
}
a:not(.btn) {
  color: #9fca0b;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms;
}
a:not(.btn):not(.no-opacity-effect):focus,
a:not(.btn):not(.no-opacity-effect):hover {
  opacity: .85;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms;
}
strong {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  font-weight: normal;
}
p {
  margin: 0 0 10px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  p {
    margin: 0 0 20px;
  }
}
p a {
  text-decoration: underline;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  color: #b50e0c;
}
p a:hover {
  text-decoration: none;
  color: #ce0b10;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.content {
  padding-top: 270px;
  position: relative;
}
@media (min-width: 768px) {
  .content {
    padding-top: 170px;
  }
}
.row-bottom {
  margin-bottom: 30px;
}
.container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1200px;
}
.subtitle {
  color: #5a5a5a;
  margin: 0 0 30px;
  font-size: 15px;
}
.subtitle a,
.subtitle strong {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-weight: normal;
}
.subtitle__list {
  color: #5a5a5a;
  font-size: 14px;
  margin: 0 0 15px -6px;
}
.subtitle__list li {
  display: inline-block;
  margin: 0 6px 0 6px;
}
.subtitle__list li a,
.subtitle__list li strong {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  font-weight: normal;
}
.subtitle__list li .subtitle__list__phone {
  color: #5a5a5a;
  text-decoration: none;
}
h1 + .subtitle,
h1 + .subtitle__list {
  margin-top: -15px;
}
.subtitle + .subtitle {
  margin-top: -20px;
}
.infobox {
  padding: 21px 20px 19px 56px;
  position: relative;
  border: 1px solid transparent;
  margin: 10px 0 35px;
  display: block;
  font-size: 16px;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
.infobox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.infobox--successful {
  color: #fff !important;
  border-color: #57bb57;
  background: #57bb57;
}
.infobox--successful:before {
  background: url(../images/info-ok.svg) no-repeat;
  background-size: contain;
}
.infobox--warning {
  color: #fff !important;
  border-color: #f49b27;
  background: #f49b27;
}
.infobox--warning:before {
  background: url(../images/info-white.svg) no-repeat;
  background-size: contain;
}
.infobox--bad {
  color: #fff !important;
  border-color: #b50e0c;
  background: #b50e0c;
}
.infobox--bad:before {
  background: url(../images/info-error-white.svg) no-repeat;
  background-size: contain;
}
.infobox--bad-result {
  color: #fff !important;
  border-color: #b50e0c;
  background: #b50e0c;
}
.infobox--bad-result:before {
  background: url(../images/info-error-white.svg) no-repeat;
  background-size: contain;
}
.infobox--orange {
  color: #fff !important;
  border-color: #f49b27;
  background-color: #f49b27;
}
.infobox--orange:before {
  background: url(../images/info-white.svg) no-repeat;
  background-size: contain;
  top: 20px;
  margin-top: 0;
}
.infobox--red {
  color: #fff !important;
  border-color: #b50e0c;
  background-color: #b50e0c;
}
.infobox--red:before {
  background: url(../images/info-error-white.svg) no-repeat;
  background-size: contain;
  top: 20px;
  margin-top: 0;
}
.social-wrapper {
  float: left;
}
.social-wrapper--facebook {
  margin: 1px 0 0 10px;
}
.ajax-preloader {
  position: relative;
}
.ajax-preloader:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
}
.ajax-preloader:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url('../images/preloader-green.svg') no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 200;
}
/* IMAGES */
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
/* DROPDOWN */
.dropdown {
  z-index: 998;
}
img:not(.no-r) {
  width: 100%;
  height: auto;
}
/* TRACY */
#tracy-debug img {
  width: auto;
}
.page {
  position: relative;
  display: block;
}
.page__cover {
  display: none;
  background: #000;
  opacity: 0;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  transition: opacity 350ms;
}
@media (max-width: 768px) {
  .page__cover.show {
    display: block;
    opacity: 0.5;
    -webkit-transition: opacity 350ms;
    -moz-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    -ms-transition: opacity 350ms;
    transition: opacity 350ms;
  }
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  font-size: 14px;
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
  border: 1px solid #c5d884;
  padding: 9px 6px 8px;
  background: #e8efce;
}
@media (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    padding: 9px 20px 8px;
  }
}
textarea ::-webkit-input-placeholder {
  color: #5b5b5b;
}
textarea :-moz-placeholder {
  color: #5b5b5b;
}
textarea ::-moz-placeholder {
  color: #5b5b5b;
}
textarea :-ms-input-placeholder {
  color: #5b5b5b;
}
select {
  font-size: 14px;
  padding: 8px 6px 7px;
  background: #e8efce;
  border: 1px solid #c5d884;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  color: #5b5b5b;
}
@media (min-width: 768px) {
  select {
    padding: 8px 20px 7px;
  }
}
.checkbox__wrapper {
  display: inline-block;
  padding-right: 15px;
  padding-left: 5px;
}
.checkbox__wrapper:last-child {
  padding-right: 0;
}
.radio__wrapper {
  display: inline-block;
}
.radio__wrapper label {
  display: inline-block;
  padding: 0 8px 0 2px;
}
.scroll__wrapper {
  height: 150px;
  padding: 20px;
  border: 1px solid #e8efce;
  overflow: auto;
  margin-bottom: 20px;
}
.frm-wrapper .scroll__wrapper p,
.frm-wrapper .scroll__wrapper ul,
.frm-wrapper .scroll__wrapper ol {
  font-size: 13px;
}
.frm-row__info {
  font-size: 13px;
  font-family: 'Roboto-Italic', 'Roboto', Arial, sans-serif;
  color: #575656;
  position: relative;
  height: 17px;
}
@media (min-width: 640px) {
  .frm-row__info {
    padding-left: 30px;
  }
}
.frm-row__info:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 1px;
}
.frm-row__info--btn {
  height: 38px;
}
@media (min-width: 768px) {
  .frm-row__info--btn {
    vertical-align: top;
  }
}
.frm-row__info--btn .btn {
  height: 38px;
  font-size: 12px;
  line-height: 13px;
  padding: 6px 15px 3px;
  border: 0;
  margin: 0;
  vertical-align: top;
}
.frm-row__remove {
  float: right;
  margin: 12px 0 0 5px;
  width: 16px;
  height: 16px;
  background: url(../images/close-red.svg) no-repeat;
  background-size: contain;
}
.frm-row__remove--inline {
  float: none;
  width: auto;
  height: auto;
  min-height: 16px;
  background-position: right center;
  background-size: 16px 16px;
  padding-right: 30px;
  text-decoration: underline;
}
.frm-row__remove--inline:hover,
.frm-row__remove--inline:focus {
  text-decoration: none;
}
.frm-row__tooltip {
  width: 14px;
  height: 14px;
  background: url('../images/info-green.svg') no-repeat;
  background-size: contain;
  display: inline-block;
  margin-bottom: -1px;
}
.frm-row__price {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  color: #9fca0b;
}
.frm-row__input {
  overflow: hidden;
}
.frm-title-wrapper {
  position: relative;
  display: block;
  border: 2px solid #fff;
  padding: 5px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .frm-title-wrapper {
    border: 5px solid #fff;
    padding: 10px;
  }
}
@media (min-width: 1205px) {
  .frm-title-wrapper {
    border: 10px solid #fff;
    padding: 20px;
  }
}
.frm-title-wrapper h2 {
  display: block;
  text-align: center;
  background-color: #fff;
  margin: -5px -5px 5px;
  padding: 0 5px 2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .frm-title-wrapper h2 {
    margin: -10px -10px 10px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1205px) {
  .frm-title-wrapper h2 {
    margin: -20px -20px 20px;
    padding-bottom: 10px;
  }
}
.frm-col-wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .frm-col-wrapper {
    margin: 0 -25px;
  }
}
@media (min-width: 768px) {
  .frm-col-50 {
    padding: 0 25px;
    width: 50%;
    float: left;
  }
}
.frm-col-wrapper--cart {
  overflow: hidden;
}
@media (min-width: 768px) {
  .frm-col-wrapper--cart {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .frm-col-wrapper--cart .frm-col-50 {
    padding: 0 15px;
  }
}
.frm-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.frm-row--required label:after {
  content: "*";
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #b50e0c;
  display: inline-block;
  margin-left: 3px;
}
.frm-row--checkbox {
  margin-bottom: 10px;
}
.frm-row--checkbox label {
  display: inline !important;
  margin: 0 0 0 12px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .frm-row--checkbox label {
    display: inline-block !important;
  }
}
.frm-row--checkbox input[type="checkbox"] {
  display: inline;
}
.frm-row--checkbox .frm-row__tooltip {
  margin-left: 8px;
}
.frm-row--valid select,
.frm-row--valid textarea,
.frm-row--valid input[type="text"],
.frm-row--valid input[type="email"],
.frm-row--valid input[type="password"] {
  border: 1px solid #70af24;
}
.frm-row--valid .frm-row__info {
  padding-left: 30px;
}
.frm-row--valid .frm-row__info:before {
  background: url(../images/instock-green.svg) no-repeat center center;
  background-size: contain;
}
.frm-row--invalid select,
.frm-row--invalid textarea,
.frm-row--invalid input[type="text"],
.frm-row--invalid input[type="email"],
.frm-row--invalid input[type="password"] {
  border: 1px solid #b50e0c;
}
.frm-row--invalid .frm-row__info {
  color: #cc0033;
  padding-left: 30px;
}
.frm-row--invalid .frm-row__info:before {
  background: url(../images/close-red.svg) no-repeat center center;
  background-size: contain;
}
.frm-row .frm-input--valid {
  border: 1px solid #70af24 !important;
  background-image: url(../images/instock-green.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 16px 16px;
}
@media (min-width: 1205px) {
  .frm-row .frm-input--valid {
    background-position: 98% center;
  }
}
.frm-row .frm-input--invalid {
  border: 1px solid #b50e0c !important;
  background-image: url(../images/close-red.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 16px 16px;
}
@media (min-width: 1205px) {
  .frm-row .frm-input--invalid {
    background-position: 98% center;
  }
}
.frm-row__info--invalid {
  color: #cc0033;
}
.frm-wrapper select,
.frm-wrapper textarea,
.frm-wrapper input[type="text"],
.frm-wrapper input[type="email"],
.frm-wrapper input[type="password"],
.frm-wrapper .frm-row__input {
  width: 100%;
}
.frm-wrapper label {
  display: block;
  margin-bottom: 5px;
}
.frm-wrapper--course select,
.frm-wrapper--course textarea,
.frm-wrapper--course input[type="text"],
.frm-wrapper--course input[type="email"],
.frm-wrapper--course input[type="password"],
.frm-wrapper--course .frm-row__input {
  color: #000;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  width: calc(100% - 30px);
}
@media (min-width: 480px) {
  .frm-wrapper--course select,
  .frm-wrapper--course textarea,
  .frm-wrapper--course input[type="text"],
  .frm-wrapper--course input[type="email"],
  .frm-wrapper--course input[type="password"],
  .frm-wrapper--course .frm-row__input {
    display: inline-block;
    width: calc(100% - 100px - 30px);
  }
}
.frm-wrapper--course label {
  padding-top: 3px;
}
@media (min-width: 480px) {
  .frm-wrapper--course label {
    display: inline-block;
    width: 100px;
    margin-bottom: 0;
  }
}
.frm-wrapper--course .btn {
  margin-right: 26px;
}
.frm-wrapper--inline select,
.frm-wrapper--inline textarea,
.frm-wrapper--inline input[type="text"],
.frm-wrapper--inline input[type="email"],
.frm-wrapper--inline input[type="password"],
.frm-wrapper--inline .frm-row__input {
  font-size: 13px;
  padding: 10px 6px;
}
@media (min-width: 768px) {
  .frm-wrapper--inline select,
  .frm-wrapper--inline textarea,
  .frm-wrapper--inline input[type="text"],
  .frm-wrapper--inline input[type="email"],
  .frm-wrapper--inline input[type="password"],
  .frm-wrapper--inline .frm-row__input {
    padding: 10px 20px;
  }
}
@media (min-width: 640px) {
  .frm-wrapper--inline select,
  .frm-wrapper--inline textarea,
  .frm-wrapper--inline input[type="text"],
  .frm-wrapper--inline input[type="email"],
  .frm-wrapper--inline input[type="password"],
  .frm-wrapper--inline .frm-row__input {
    width: calc(100% - 300px - 10px);
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .frm-wrapper--inline select,
  .frm-wrapper--inline textarea,
  .frm-wrapper--inline input[type="text"],
  .frm-wrapper--inline input[type="email"],
  .frm-wrapper--inline input[type="password"],
  .frm-wrapper--inline .frm-row__input {
    width: calc(100% - 260px - 370px - 10px);
  }
}
.frm-wrapper--inline .frm-row__input {
  padding: 0;
}
.frm-wrapper--inline label {
  padding-top: 3px;
}
@media (min-width: 992px) {
  .frm-wrapper--inline label {
    display: inline-block;
    width: 260px;
    margin-bottom: 0;
  }
}
.frm-wrapper--inline .frm-row__info {
  display: block;
  margin-top: 5px;
  line-height: 15px;
}
@media (max-width: 639px) {
  .frm-wrapper--inline .frm-row__info {
    height: auto;
    margin-bottom: 2px;
  }
}
@media (min-width: 640px) {
  .frm-wrapper--inline .frm-row__info {
    width: 290px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 0;
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  .frm-wrapper--inline .frm-row__info {
    width: 360px;
  }
}
.frm-wrapper--inline .frm-row__info.frm-row__info--block {
  display: block;
  padding-left: 0;
  margin: 2px 0 0 0;
  width: 100%;
}
@media (min-width: 992px) {
  .frm-wrapper--inline .frm-row__info.frm-row__info--block {
    padding-left: 262px;
  }
}
.frm-wrapper--inline .frm-row__info.frm-row__info--block:before {
  display: none;
}
@media (max-width: 639px) {
  .frm-wrapper--inline .frm-row__info.frm-row__info--valid,
  .frm-wrapper--inline .frm-row__info.frm-row__info--invalid {
    padding-left: 0;
  }
  .frm-wrapper--inline .frm-row__info.frm-row__info--valid:before,
  .frm-wrapper--inline .frm-row__info.frm-row__info--invalid:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .frm-wrapper--inline.box__space-sm .frm-row__info--block {
    padding-left: 242px;
  }
}
.frm-wrapper--inline-fullwidth {
  max-width: 800px;
}
.frm-wrapper--inline-fullwidth select,
.frm-wrapper--inline-fullwidth textarea,
.frm-wrapper--inline-fullwidth input[type="text"],
.frm-wrapper--inline-fullwidth input[type="email"],
.frm-wrapper--inline-fullwidth input[type="password"],
.frm-wrapper--inline-fullwidth .frm-row__input {
  font-size: 13px;
  padding: 10px 6px;
}
@media (min-width: 768px) {
  .frm-wrapper--inline-fullwidth select,
  .frm-wrapper--inline-fullwidth textarea,
  .frm-wrapper--inline-fullwidth input[type="text"],
  .frm-wrapper--inline-fullwidth input[type="email"],
  .frm-wrapper--inline-fullwidth input[type="password"],
  .frm-wrapper--inline-fullwidth .frm-row__input {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .frm-wrapper--inline-fullwidth select,
  .frm-wrapper--inline-fullwidth textarea,
  .frm-wrapper--inline-fullwidth input[type="text"],
  .frm-wrapper--inline-fullwidth input[type="email"],
  .frm-wrapper--inline-fullwidth input[type="password"],
  .frm-wrapper--inline-fullwidth .frm-row__input {
    width: calc(100% - 160px - 10px);
  }
}
.frm-wrapper--inline-fullwidth .frm-row__input {
  padding: 0;
}
.frm-wrapper--inline-fullwidth label {
  padding-top: 3px;
}
@media (min-width: 992px) {
  .frm-wrapper--inline-fullwidth label {
    display: inline-block;
    width: 160px;
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 10px;
  }
}
.frm-wrapper--inline-fullwidth .frm-row__info {
  display: block;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .frm-wrapper--inline-fullwidth .frm-row__info {
    margin-left: 160px;
  }
}
.frm-wrapper--popup select,
.frm-wrapper--popup textarea,
.frm-wrapper--popup input[type="text"],
.frm-wrapper--popup input[type="email"],
.frm-wrapper--popup input[type="password"],
.frm-wrapper--popup .frm-row__input {
  font-size: 13px;
  padding: 10px 6px;
}
@media (min-width: 768px) {
  .frm-wrapper--popup select,
  .frm-wrapper--popup textarea,
  .frm-wrapper--popup input[type="text"],
  .frm-wrapper--popup input[type="email"],
  .frm-wrapper--popup input[type="password"],
  .frm-wrapper--popup .frm-row__input {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .frm-wrapper--popup select,
  .frm-wrapper--popup textarea,
  .frm-wrapper--popup input[type="text"],
  .frm-wrapper--popup input[type="email"],
  .frm-wrapper--popup input[type="password"],
  .frm-wrapper--popup .frm-row__input {
    width: calc(100% - 200px - 5px);
  }
}
.frm-wrapper--popup .frm-row__input {
  padding: 0;
}
.frm-wrapper--popup label {
  padding-top: 3px;
}
@media (min-width: 992px) {
  .frm-wrapper--popup label {
    display: inline-block;
    width: 200px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .frm-wrapper--popup-xs select,
  .frm-wrapper--popup-xs textarea,
  .frm-wrapper--popup-xs input[type="text"],
  .frm-wrapper--popup-xs input[type="email"],
  .frm-wrapper--popup-xs input[type="password"],
  .frm-wrapper--popup-xs .frm-row__input {
    width: calc(100% - 160px - 5px);
  }
}
@media (min-width: 992px) {
  .frm-wrapper--popup-xs label {
    width: 160px;
  }
}
.frm-wrapper--cart {
  margin-bottom: 20px;
  color: #414040;
  background-color: #fff;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .frm-wrapper--cart {
    margin-bottom: 30px;
    padding: 30px;
  }
}
.frm-wrapper--cart h3 {
  font-size: 18px;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  margin: 0 0 20px;
  color: #000;
}
@media (min-width: 640px) {
  .frm-wrapper--cart h3 {
    font-size: 22px;
  }
}
.frm-wrapper--cart .frm-row {
  margin-bottom: 15px;
}
.frm-wrapper--cart label {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  color: #414040;
  display: inline-block;
}
.frm-wrapper--cart .frm-row__price {
  padding-left: 3px;
  white-space: nowrap;
  display: block;
}
@media (min-width: 320px) {
  .frm-wrapper--cart .frm-row__price {
    float: right;
  }
}
.frm-wrapper--cart .frm-row--account {
  margin-bottom: 0;
}
.frm-wrapper--cart .frm-row--account label {
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
  color: #000;
}
@media (min-width: 480px) {
  .frm-wrapper--cart .frm-row--account label {
    width: 120px;
  }
}
.frm-wrapper--cart .frm-row--account .frm-row__input {
  display: block;
}
@media (min-width: 480px) {
  .frm-wrapper--cart .frm-row--account .frm-row__input {
    width: calc(100% - 120px - 5px);
    display: inline-block;
  }
}
.frm-wrapper--cart .frm-row--account input[type="text"] {
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .frm-wrapper--cart .frm-row--account input[type="text"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.frm-row--account {
  position: relative;
}
.frm-row--account input[type="text"] {
  display: block;
  float: left;
}
.frm-row--account input[type="text"]:nth-of-type(1),
.frm-row--account input[type="text"]:nth-of-type(3) {
  width: 22%;
}
.frm-row--account input[type="text"]:nth-of-type(2) {
  width: 50%;
  width: calc(56% - 65px);
  margin: 0 5px;
}
@media (min-width: 640px) {
  .frm-row--account input[type="text"]:nth-of-type(2) {
    margin: 0 10px;
  }
}
@media (min-width: 1205px) {
  .frm-row--account input[type="text"]:nth-of-type(2) {
    width: calc(56% - 72px);
    margin: 0 20px 0 5px;
  }
}
.frm-row--account select {
  display: block;
  float: left;
  width: calc(100% - 32px);
  margin: 0;
}
.frm-row--account .account-label {
  float: left;
  width: 10px;
  text-align: center;
  font-size: 18px;
  padding: 6px 0 0;
}
.frm-row--account .account-label:nth-of-type(1) {
  margin: 0 0 0 5px;
}
@media (min-width: 640px) {
  .frm-row--account .account-label:nth-of-type(1) {
    margin: 0 -5px 0 5px;
  }
}
@media (min-width: 1205px) {
  .frm-row--account .account-label:nth-of-type(1) {
    margin: 0 0 0 5px;
  }
}
.frm-row--account .account-label:nth-of-type(2) {
  margin: 0 5px 0 0;
}
@media (min-width: 640px) {
  .frm-row--account .account-label:nth-of-type(2) {
    margin: 0 5px 0 -5px;
  }
}
@media (min-width: 1205px) {
  .frm-row--account .account-label:nth-of-type(2) {
    margin: 0 0 0 -15px;
  }
}
.frm-row--account label {
  vertical-align: top;
  padding-top: 10px;
}
.frm-row--account-full input[type="text"]:nth-of-type(2) {
  width: 50%;
  width: calc(56% - 40px);
}
@media (min-width: 1205px) {
  .frm-row--account-full input[type="text"]:nth-of-type(2) {
    width: calc(56% - 40px);
  }
}
.account-toggle__link {
  float: right;
  width: 22px;
  height: 22px;
  color: #000;
  position: relative;
}
.account-toggle__link:before {
  content: "+";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #575656;
  position: absolute;
  left: 0;
  top: 8px;
  line-height: 15px;
  text-align: center;
  color: #000;
}
.account-toggle__link:hover,
.account-toggle__link:focus {
  color: #000;
  text-decoration: none;
}
.account-toggle__link.active:before {
  content: "−";
  line-height: 18px;
}
.frm-toggle {
  margin-bottom: 30px;
}
.frm-toggle .frm-row {
  display: none;
}
.frm-toggle .frm-row:last-of-type {
  margin-bottom: 5px;
}
.frm-toggle .frm-toggle__link {
  display: block;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 22px;
  position: relative;
  margin: 0 0 0;
  padding-left: 30px;
  color: #8cb20a;
}
.frm-toggle .frm-toggle__link:before {
  content: "+";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #8cb20a;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 15px;
  text-align: center;
}
.frm-toggle .frm-toggle__link:hover,
.frm-toggle .frm-toggle__link:focus {
  text-decoration: none;
}
@media (min-width: 640px) {
  .frm-toggle select,
  .frm-toggle textarea,
  .frm-toggle input[type="text"],
  .frm-toggle input[type="email"],
  .frm-toggle input[type="password"],
  .frm-toggle .frm-row__input {
    width: calc(100% - 280px - 10px);
  }
}
@media (min-width: 992px) {
  .frm-toggle select,
  .frm-toggle textarea,
  .frm-toggle input[type="text"],
  .frm-toggle input[type="email"],
  .frm-toggle input[type="password"],
  .frm-toggle .frm-row__input {
    width: calc(100% - 220px - 370px - 10px);
  }
}
@media (min-width: 992px) {
  .frm-toggle label {
    width: 240px;
  }
}
@media (min-width: 640px) {
  .frm-toggle .frm-row__info {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .frm-toggle .frm-row__info {
    width: 340px;
  }
}
.frm-toggle.active .frm-row {
  display: block;
}
.frm-toggle.active .frm-toggle__link {
  margin-bottom: 20px;
}
.frm-toggle.active .frm-toggle__link:before {
  content: "−";
  line-height: 18px;
}
.address-other__chk {
  opacity: 0;
  position: absolute;
}
.address-add {
  width: 22px;
  height: 22px;
  color: #000;
  position: relative;
  display: inline-block;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 22px;
}
.address-add:before {
  content: "+";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #575656;
  position: absolute;
  left: 0;
  top: 8px;
  line-height: 15px;
  text-align: center;
  color: #000;
}
.address-add:hover,
.address-add:focus {
  color: #000;
  text-decoration: none;
}
.address-add.active:before {
  content: "−";
  line-height: 18px;
}
label {
  font-weight: 400;
}
label > input[type=checkbox] {
  margin-right: 15px;
}
select.white-select {
  background: #fff;
  min-width: 240px;
}
.Roboto-Light {
  font-family: 'Roboto-Light', 'Roboto', Arial, sans-serif;
}
.Roboto-Regular {
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
}
.Roboto-Medium {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
}
.Roboto-Bold {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
.Roboto-Black {
  font-family: 'Roboto-Black', 'Roboto', Arial, sans-serif;
}
.Roboto-Italic {
  font-family: 'Roboto-Italic', 'Roboto', Arial, sans-serif;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}
.icon-menu {
  width: 23px;
  height: 4px;
  display: inline-block;
  position: relative;
  background: #fff;
  margin: -4px 10px 0 0;
  vertical-align: middle;
}
.icon-menu:before,
.icon-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 4px;
  background: #fff;
  left: 0;
  top: -8px;
}
.icon-menu:after {
  top: auto;
  bottom: -8px;
}
.icon-menu.icon-menu--red {
  background: #b50e0c;
}
.icon-menu.icon-menu--red:before,
.icon-menu.icon-menu--red:after {
  background: #b50e0c;
}
.icon-menu.icon-menu--open {
  background: transparent;
}
.icon-menu.icon-menu--open:before,
.icon-menu.icon-menu--open:after {
  bottom: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-menu.icon-menu--open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@-ms-viewport {
  width: device-width;
}
.hide {
  display: none;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
}
.pull-right {
  float: right;
}
@media (min-width: 480px) {
  .pull-right--mobile {
    float: right;
  }
}
.text-left {
  text-align: left !important;
}
.pull-left {
  float: left;
}
.text-center {
  text-align: center !important;
}
.img-respons {
  max-width: 100% !important;
  height: auto !important;
}
.col-wrapper {
  overflow: hidden;
  margin: 0 -20px;
}
.col-16,
.col-20,
.col-25,
.col-33,
.col-50,
.col-66,
.col-75 {
  width: 100%;
  position: relative;
  display: block;
  float: none;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .col-16 {
    width: 16.6666%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-20 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 480px) {
  .col-25 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-25 {
    width: 25%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-33 {
    width: 33.3333%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-50 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-66 {
    width: 66.6666%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-75 {
    width: 75%;
    float: left;
  }
}
.line-through {
  text-decoration: line-through;
}
.text-light {
  font-family: 'Roboto-Light', 'Roboto', Arial, sans-serif;
}
.text-regular {
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
}
.text-medium {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
}
.text-bold {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
.text-xs {
  font-size: 13px !important;
}
.text-sm {
  font-size: 14px !important;
}
.text-md {
  font-size: 16px !important;
}
.text-lg {
  font-size: 18px !important;
}
.text-xl {
  font-size: 22px !important;
}
.text-italic {
  font-style: italic !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-uppercase-none {
  text-transform: none !important;
}
.text-black {
  color: #000 !important;
}
.text-gray {
  color: #5a5a5a !important;
}
.text-red {
  color: #b50e0c !important;
}
.text-green {
  color: #70af24 !important;
}
.text-cyan {
  color: #4fb8b5 !important;
}
.text-orange {
  color: #f49b27 !important;
}
.text-orange-dark {
  color: #df7a00 !important;
}
.text-blue {
  color: #8cb20a !important;
}
.text-blue-course {
  color: #0099d1 !important;
}
.text-purple {
  color: #a300bb !important;
}
.text-purple-course {
  color: #8064a2 !important;
}
.display-block {
  display: block;
}
.display-table {
  display: table;
  width: 100%;
}
.overflow-hidden,
.col-wrapper {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.box__white {
  background-color: #fff !important;
}
.box__gray-border {
  background-color: #fbfbfb;
  border: 1px solid #8cb20a;
}
.box__space-sm {
  padding: 12px;
}
@media (min-width: 768px) {
  .box__space-sm {
    padding: 20px;
  }
}
.box__space-md {
  padding: 20px;
}
@media (min-width: 768px) {
  .box__space-md {
    padding: 30px;
  }
}
.space-0-bottom {
  margin-bottom: 0 !important;
}
.space-xxs-bottom {
  margin-bottom: 5px !important;
}
.space-xs-bottom {
  margin-bottom: 10px !important;
}
.space-sm-bottom {
  margin-bottom: 20px !important;
}
.space-md-bottom {
  margin-bottom: 30px !important;
}
.space-lg-bottom {
  margin-bottom: 40px !important;
}
.space-xl-bottom {
  margin-bottom: 50px !important;
}
.space-xxs-top {
  margin-top: 5px !important;
}
.space-xs-top {
  margin-top: 10px !important;
}
.space-sm-top {
  margin-top: 20px !important;
}
.space-md-top {
  margin-top: 30px !important;
}
.space-lg-top {
  margin-top: 40px !important;
}
.space-xl-top {
  margin-top: 50px !important;
}
.space-xs-right {
  margin-right: 10px !important;
}
.table {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.table-row {
  display: table-row;
  vertical-align: middle;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.line-2x {
  line-height: 1.8;
}
.link-underline {
  text-decoration: underline;
}
.link-underline:hover,
.link-underline:focus {
  text-decoration: none;
}
.link-noline {
  text-decoration: none;
}
.link-noline:hover,
.link-noline:focus {
  text-decoration: underline;
}
.img-border-wrapper {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px;
}
.fixed-menu-cover {
  position: fixed;
  display: none;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  cursor: pointer;
}
.fixed-menu-cover:after {
  content: "ZAVŘÍT";
  position: fixed;
  display: block;
  background: url('../images/close-white.svg') no-repeat center 8px;
  background-size: 26px 26px;
  color: #fff;
  left: 252px;
  top: 10px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  font-size: 16px;
  padding: 41px 0 0 6px;
  text-align: center;
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
}
.fixed-menu-cover.open {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 890;
}
.fixed-menu-cover.open--autocomplete:after {
  display: none;
}
.table-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .table-wrapper {
    overflow: hidden;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
  }
  .table-wrapper:before {
    content: "";
    width: 56px;
    height: 56px;
    background: rgba(80, 80, 80, 0.5) url(../images/ico-hand-click.png) no-repeat center center;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -28px;
  }
  .table-wrapper table {
    min-width: 640px;
  }
}
.table-wrapper.active:before {
  display: none;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 59%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.iframe-wrapper.iframe-wrapper--youtube {
  padding-bottom: 56%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px;
}
.transitionColor {
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -ms-transition: color 250ms linear;
  transition: color 250ms linear;
}
.transitionBg {
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.transitionBorder {
  -webkit-transition: border 250ms linear;
  -moz-transition: border 250ms linear;
  -o-transition: border 250ms linear;
  -ms-transition: border 250ms linear;
  transition: border 250ms linear;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.no-padding {
  padding: 0;
}
.partis-button,
a.partis-button {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  display: inline-block;
  width: auto;
  background: #8cb20a;
  color: #fff;
  border: 0;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
}
.partis-button-reverse,
a.partis-button-reverse {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  display: inline-block;
  width: auto;
  background: #8cb20a;
  color: #fff;
  border: 0;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
  color: #8cb20a;
  background: #fff;
  border: 1px solid #8cb20a;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.partis-button-reverse:hover,
a.partis-button-reverse:hover {
  color: #fff;
  background: #8cb20a;
  -webkit-transition: color background 250ms;
  -moz-transition: color background 250ms;
  -o-transition: color background 250ms;
  -ms-transition: color background 250ms;
  transition: color background 250ms;
}
.partis-button-xlight,
a.partis-button-xlight {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  display: inline-block;
  width: auto;
  background: #8cb20a;
  color: #fff;
  border: 0;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
  background: #c8f44b;
}
.partis-button-lg,
a.partis-button-lg {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  font-size: 20px;
}
.partis-button-lg i,
a.partis-button-lg i {
  margin-right: 10px;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
}
.partis-button.disabled,
.partis-button-reverse.disabled,
.partis-button-xlight.disabled,
a.partis-button.disabled,
a.partis-button-reverse.disabled,
a.partis-button-xlight.disabled {
  cursor: no-drop;
  background: #f7f7f7;
  color: #a8a8a8;
  border-color: #d8d8d8;
}
.partis-button.disabled:hover,
.partis-button-reverse.disabled:hover,
.partis-button-xlight.disabled:hover,
a.partis-button.disabled:hover,
a.partis-button-reverse.disabled:hover,
a.partis-button-xlight.disabled:hover {
  background: #f7f7f7;
  color: #a8a8a8;
  border-color: #d8d8d8;
  opacity: 1;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
  .full-width-mobile {
    width: 100%;
  }
}
.bg-white {
  background: #fff;
}
.bg-main {
  background: #8cb20a;
}
.bg-main-light {
  background: #9fca0b;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* For Loop */
/* Padding classes */
.padding-0 {
  padding: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-vertical-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.padding-horizontal-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.padding-5 {
  padding: 5px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-vertical-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.padding-horizontal-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.padding-10 {
  padding: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-horizontal-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.padding-15 {
  padding: 15px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-vertical-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-horizontal-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.padding-20 {
  padding: 20px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padding-horizontal-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.padding-25 {
  padding: 25px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-right-25 {
  padding-right: 25px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-bottom-25 {
  padding-bottom: 25px;
}
.padding-vertical-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.padding-horizontal-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.padding-30 {
  padding: 30px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-horizontal-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.padding-35 {
  padding: 35px;
}
.padding-left-35 {
  padding-left: 35px;
}
.padding-right-35 {
  padding-right: 35px;
}
.padding-top-35 {
  padding-top: 35px;
}
.padding-bottom-35 {
  padding-bottom: 35px;
}
.padding-vertical-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.padding-horizontal-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.margin-0 {
  margin: 0px;
}
.margin-left-0 {
  margin-left: 0px;
}
.margin-right-0 {
  margin-right: 0px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-vertical-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.margin-horizontal-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.margin-5 {
  margin: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-vertical-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-horizontal-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-vertical-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-horizontal-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-vertical-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-horizontal-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-20 {
  margin: 20px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-vertical-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-horizontal-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-25 {
  margin: 25px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-vertical-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-horizontal-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.margin-30 {
  margin: 30px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-vertical-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-horizontal-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-35 {
  margin: 35px;
}
.margin-left-35 {
  margin-left: 35px;
}
.margin-right-35 {
  margin-right: 35px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-vertical-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.margin-horizontal-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.border {
  border: 1px solid #c5d884 !important;
}
.border-top {
  border-top: 1px solid #c5d884 !important;
}
.border-right {
  border-right: 1px solid #c5d884 !important;
}
.border-bottom {
  border-bottom: 1px solid #c5d884 !important;
}
.border-left {
  border-left: 1px solid #c5d884 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 2px !important;
}
.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}
.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.bg-transparent {
  background-color: transparent!important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.4.2018, 8:31:34
    Author     : Bc. Michal Smejkal <m.smejkal123@gmail.com>
*/
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9.7.2018, 16:28:47
    Author     : Bc. Michal Smejkal <m.smejkal123@gmail.com>
*/
.w-100 {
  width: 100% !important;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .header__information-button {
    display: none;
  }
  .header__information-list {
    display: block;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    min-width: inherit;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  li.header__information-item {
    display: inline-block;
  }
  li.header__information-item:not(:first-child) {
    padding: 0 15px;
  }
  li.header__information-item > a {
    font-size: 12px;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  li.header__information-item > a:hover {
    background: inherit;
  }
}
.header__topmenu {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0;
  font-size: 12px;
  color: #1d191a;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
}
@media (min-width: 480px) {
  .header__topmenu {
    padding: 12px 0;
  }
}
.header__contact {
  text-align: center;
}
.header__contact a {
  color: #3C3C3C;
}
.header__contact--left .dropdown-menu {
  min-width: 100px;
}
.header__contact--left a {
  text-decoration: none;
}
.header__content {
  padding-top: 22px;
}
@media (min-width: 992px) {
  .header__content {
    max-height: 130px;
  }
}
.header__column--center {
  padding: 15px 0 0 0;
}
@media (min-width: 768px) {
  .header__column--center {
    padding: 0 13px 0 13px;
  }
}
img.header__logo {
  max-height: 80px;
  width: auto;
}
.header__search {
  position: relative;
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .header__search {
    float: left;
    width: 100%;
    text-align: center;
    clear: none;
  }
}
input[type="text"].header__search__txt {
  width: 100%;
  background: #fff;
  font-size: 13px;
  height: 47px;
}
input[type="text"].header__search__txt ::-webkit-input-placeholder {
  color: #a3a3a3;
}
input[type="text"].header__search__txt :-moz-placeholder {
  color: #a3a3a3;
}
input[type="text"].header__search__txt ::-moz-placeholder {
  color: #a3a3a3;
}
input[type="text"].header__search__txt :-ms-input-placeholder {
  color: #a3a3a3;
}
.header__search__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: url(../images/search.svg) no-repeat center center;
  background-size: 20px 20px;
}
.header__search.open {
  z-index: 900;
  background: #eeeeee;
}
.header__search.open .header__search__btn {
  background: #9fca0b url(../images/search-white.svg) no-repeat center center;
  background-size: 20px 20px;
}
.header__search__form .ui-menu .ui-menu-item .image {
  width: 60px;
  height: 100%;
}
.header__search__form .ui-menu .ui-menu-item .description {
  width: 518px;
}
.header__search-caption {
  display: block;
  font-weight: 600;
  font-style: italic;
  padding: 0 0 3px 0;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .header__tools {
    width: 200px;
    float: right;
  }
}
.header__user {
  display: block;
  float: right;
  padding: 22px 0 0 15px;
}
@media (min-width: 320px) {
  .header__user {
    padding: 22px 0 0 22px;
  }
}
@media (min-width: 768px) {
  .header__user {
    float: none;
    padding: 0;
  }
}
.header__user a {
  font-size: 14px;
  padding-left: 20px;
  color: #1d191a;
  text-decoration: none;
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .header__user a {
    display: inline-block;
    width: auto;
    height: auto;
  }
}
.header__user a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .header__user a:before {
    width: 16px;
    height: 14px;
    top: 2px;
  }
}
.header__user a.header__user__login:before {
  background: url('../images/user-login-green.svg') no-repeat 0 0;
  background-size: contain;
}
.header__user a.header__user__register {
  margin-left: 15px;
  display: none;
}
@media (min-width: 768px) {
  .header__user a.header__user__register {
    display: inline-block;
  }
}
.header__user a.header__user__register:before {
  background: url('../images/user-register-green.svg') no-repeat 0 0;
  background-size: contain;
}
.header__user a.header__user__logout i {
  color: #9fca0b;
  margin-right: 5px;
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (min-width: 768px) {
  .header__user a.header__user__logout i {
    display: inline-block;
    font-size: inherit;
  }
}
.header__user a span {
  display: none;
}
@media (min-width: 768px) {
  .header__user a span {
    display: inline;
  }
}
a.header__cart {
  display: block;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 8px;
  float: right;
  color: #3C3C3C;
  position: relative;
}
@media (min-width: 768px) {
  a.header__cart {
    float: none;
    padding-top: 10px;
  }
}
a.header__cart:hover {
  text-decoration: none;
}
a.header__cart .header__cart-count {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background-color: #9fca0b;
  position: absolute;
  bottom: 8px;
  right: -3px;
  font-size: 11px;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header__cart__price {
  display: none;
  color: #3C3C3C;
  font-family: 'Roboto-Black', 'Roboto', Arial, sans-serif;
  font-size: 24px;
  padding: 13px 15px 0 0;
  vertical-align: top;
}
@media (min-width: 480px) {
  .header__cart__price {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .header__cart__price {
    padding: 3px 15px 0 0;
  }
}
.header__cart__price small {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 12px;
}
.main-nav {
  margin-bottom: 20px;
}
.main-nav__wrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .main-nav__wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.main-nav__header {
  background: #9fca0b;
  text-align: center;
  border-bottom: 1px solid #90987a;
}
.main-nav__header > button {
  float: none;
  margin: 5px 0;
  font-size: 16px;
  color: #fff;
}
.main-nav__list {
  background: #9fca0b;
  width: 100%;
}
@media (min-width: 768px) {
  .main-nav__list {
    display: table-row;
    margin: 0;
    padding: 0;
  }
}
li.main-nav__item {
  text-align: center;
  border-bottom: 1px solid #90987a;
}
@media (min-width: 768px) {
  li.main-nav__item {
    height: 100%;
    list-style: none;
    display: table-cell;
    border-bottom: 0;
  }
  li.main-nav__item a {
    padding: 20px 0;
  }
  li.main-nav__item:not(:last-child) {
    border-right: 1px solid #9fca0b;
  }
  li.main-nav__item:not(:last-child) a:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    background: #90987a;
    height: 40%;
  }
}
li.main-nav__item a {
  position: relative;
  color: #fff;
  display: block;
  background: inherit;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms;
  -o-transition: background 200ms;
  -ms-transition: background 200ms;
  transition: background 200ms;
}
li.main-nav__item a:hover {
  background: #8cb20a;
  text-decoration: none;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms;
  -o-transition: background 200ms;
  -ms-transition: background 200ms;
  transition: background 200ms;
}
li.main-nav__item.active > a {
  background: #8cb20a;
}
.left-nav {
  left: -250px;
  top: 0;
  position: fixed;
  z-index: 1000;
  overflow: scroll;
  height: 100%;
  width: 250px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  -ms-transition: left 250ms ease;
  transition: left 250ms ease;
}
.left-nav__button {
  position: fixed;
  display: block;
  color: #8cb20a;
  background: #fff;
  border: 1px solid #9fca0b;
  width: 50px;
  text-align: center;
  z-index: 1001;
  bottom: 5px;
  left: 5px;
  cursor: pointer;
  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  -ms-transition: left 250ms ease;
  transition: left 250ms ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.left-nav__button i {
  vertical-align: middle;
}
.left-nav__button.open {
  left: 255px;
  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  -ms-transition: left 250ms ease;
  transition: left 250ms ease;
}
.left-nav__button.open + .left-nav {
  left: 0;
  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  -ms-transition: left 250ms ease;
  transition: left 250ms ease;
}
.left-nav__button.open i:before {
  content: '\f00d';
}
@media (min-width: 768px) {
  .left-nav {
    overflow: auto;
    position: relative;
    height: auto;
    width: 100%;
    max-width: 270px;
    top: auto;
    left: auto;
  }
  .left-nav__button {
    display: none;
  }
}
.left-nav__caption {
  background: #8cb20a;
  width: 100%;
  padding: 15px 20px;
}
.left-nav__caption h2 {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  border: 0;
  margin: 0;
  padding: 0;
}
.left-nav__item {
  width: 100%;
  padding: 0 0 0 3px;
  position: relative;
  background: inherit;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
@media (min-width: 992px) {
  .left-nav__item {
    padding: 0 0 0 15px;
  }
}
.left-nav__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding: 10px 0 10px 32px;
  border-bottom: 1px solid #aad90c;
}
.left-nav__item a.active {
  font-weight: 600;
  text-decoration: underline;
}
.left-nav__item i {
  position: absolute;
  font-size: 9px;
  margin: 0 10px;
  vertical-align: middle;
  line-height: 22px;
  left: 0;
}
.left-nav__item.open {
  background: #8cb20a;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
.left-nav__item.open > a > i:before {
  content: '\f078';
}
.left-nav__item.active > a {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  text-decoration: underline;
}
.left-nav > .left-nav__list {
  background: #9fca0b;
  border: 2px solid #9fca0b;
  display: block;
}
.left-nav > .left-nav__list > .left-nav__item {
  padding-right: 3px;
}
@media (min-width: 992px) {
  .left-nav > .left-nav__list > .left-nav__item {
    padding-right: 15px;
  }
}
.left-nav > .left-nav__list > .left-nav__item:not(.open) > a {
  border-bottom-color: #baec0d;
}
.left-nav > .left-nav__list > .left-nav__item:last-child > a {
  border: 0;
}
.left-nav__list {
  width: 100%;
  height: 100%;
  display: none;
}
.footer {
  background: #8cb20a;
  position: relative;
  margin-top: 30px;
}
.footer__top-cover {
  position: absolute;
  background: #f0f1ed;
  top: 0;
  left: 0;
  width: 100%;
  height: 47px;
}
.footer__nav {
  padding: 0 0 40px 0;
  color: #fff;
}
.footer__nav-block {
  padding-top: 40px;
}
@media (max-width: 440px) {
  .footer__nav-block {
    width: 100%;
    text-align: center;
  }
}
.footer__nav-item {
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
}
.footer__nav-item:before {
  display: inline-block;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 9px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer__nav-item a {
  color: inherit;
}
.footer__copyright {
  font-family: 'Roboto-Light', 'Roboto', Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  padding: 25px 0;
}
.footer__copyright a {
  color: inherit;
  font-weight: 600;
}
.footer__social {
  text-align: center;
}
@media (min-width: 440px) {
  .footer__social {
    text-align: left;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
.footer__social-item {
  width: 100%;
}
.footer__social-item a.social-button {
  padding: 7px 15px 5px 7px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.footer__social-item a.social-button--facebook {
  background: #4882C1;
}
.footer__social-item a.social-button--instagram {
  background: #A563AA;
}
.footer__social-item a.social-button--twitter {
  background: #56C7EA;
}
.footer__social-item a.social-button span {
  display: inline-block;
  margin-left: 5px;
}
.footer__social-item a.social-button i {
  font-size: 18px;
}
#google_translate_element {
  width: 50px;
}
.btn {
  display: inline-block;
  padding: 12px 30px 12px;
  border: 1px solid;
  text-decoration: none;
  background: transparent;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn.btn--xxs {
  font-size: 11px;
  padding: 5px 10px;
}
.btn.btn--xs {
  font-size: 12px;
  padding: 14px 20px 12px;
}
.btn.btn--lg {
  font-size: 15px;
  padding: 20px 25px;
}
.btn .icon-arrow-right,
.btn .icon-arrow-left {
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../images/arrow-white.svg) no-repeat 0 0;
  background-size: contain;
  margin: -3px 0 0 4px;
  vertical-align: middle;
}
.btn .icon-arrow-left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 0 1px;
  height: 17px;
  margin: -3px 4px 0 0;
}
.btn i {
  color: inherit;
}
span.btn {
  cursor: default;
}
.btn--red {
  background-color: #b50e0c;
  border-color: #b50e0c;
  color: #fff;
}
.btn--red:hover,
.btn--red:focus {
  color: #fff;
  background-color: #ce0b10;
  border-color: #ce0b10;
}
.btn--black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn--black:hover,
.btn--black:focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn--green {
  background-color: #70af24;
  border-color: #70af24;
  color: #fff;
}
.btn--green:hover,
.btn--green:focus {
  color: #fff;
  background-color: #80c829;
  border-color: #80c829;
}
.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn--white:hover,
.btn--white:focus {
  background-color: #8cb20a;
  color: #fff;
}
.btn--cyan {
  background-color: #4fb8b5;
  border-color: #4fb8b5;
  color: #fff;
}
.btn--cyan:hover,
.btn--cyan:focus {
  color: #fff;
  background-color: #65c1be;
  border-color: #65c1be;
}
.btn--orange {
  background-color: #f49b27;
  border-color: #f49b27;
  color: #fff;
}
.btn--orange:hover,
.btn--orange:focus {
  color: #fff;
  background-color: #f5a844;
  border-color: #f5a844;
}
.btn--transparent {
  background-color: transparent;
  border-color: transparent;
  color: #3C3C3C;
}
.btn--blue {
  background-color: #8cb20a;
  border-color: #8cb20a;
  color: #fff;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms;
}
.btn--blue:hover,
.btn--blue:focus {
  color: #fff;
  opacity: 0.85;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  transition: opacity 200ms;
  /*background-color: @blue-hover;
		border-color: @blue-hover;*/
}
.btn--blue-course {
  background-color: #0099d1;
  border-color: #0099d1;
  color: #fff;
}
.btn--blue-course:hover,
.btn--blue-course:focus {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn--purple {
  background-color: #8064a2;
  border-color: #8064a2;
  color: #fff;
}
.btn--purple:hover,
.btn--purple:focus {
  color: #fff;
  background-color: #9077ad;
  border-color: #9077ad;
}
.btn--gray {
  background-color: #9d9999;
  border-color: #9d9999;
  color: #fff;
}
.btn--gray:hover,
.btn--gray:focus {
  color: #fff;
  background-color: #aca9a9;
  border-color: #aca9a9;
}
.btn--red-border {
  border-color: #b50e0c;
  color: #b50e0c;
}
.btn--red-border:hover,
.btn--red-border:focus {
  background-color: #b50e0c;
  color: #fff;
}
.btn--blue-border {
  border-color: #8cb20a;
  color: #8cb20a;
}
.btn--blue-border:hover,
.btn--blue-border:focus {
  background-color: #8cb20a;
  color: #fff;
}
.btn--green-border {
  border-color: #70af24;
  color: #70af24;
}
.btn--green-border:hover,
.btn--green-border:focus {
  background-color: #70af24;
  color: #fff;
}
.btn--black-border {
  border-color: #000;
  color: #b50e0c;
}
.btn--black-border:hover,
.btn--black-border:focus {
  background-color: #000;
  color: #fff;
}
.btn--red-action {
  background-color: #ed323d;
  border-color: #ed323d;
  color: #fff;
}
.btn--red-action:hover,
.btn--red-action:focus {
  color: #fff;
  background-color: #ef4e58;
  border-color: #ef4e58;
}
.btn---facebook,
.btn---twitter,
.btn---instagram {
  border: 0;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  font-size: 12px;
  padding: 7px 10px 6px 35px;
  color: #000;
  width: 160px;
  text-align: left;
}
@media (min-width: 992px) {
  .btn---facebook,
  .btn---twitter,
  .btn---instagram {
    width: 100%;
  }
}
.btn---facebook:hover,
.btn---twitter:hover,
.btn---instagram:hover,
.btn---facebook:focus,
.btn---twitter:focus,
.btn---instagram:focus {
  background-color: #b50e0c;
  color: #fff;
}
.btn---facebook {
  background: #fff url(../images/social-facebook.svg) no-repeat 12px center;
  background-size: auto 16px;
}
.btn---facebook:hover,
.btn---facebook:focus {
  color: #fff;
  background: #b50e0c url(../images/social-facebook-white.svg) no-repeat 12px center;
  background-size: auto 16px;
}
.btn---twitter {
  background: #fff url(../images/social-twitter.svg) no-repeat 10px center;
  background-size: auto 14px;
  border: 0;
}
.btn---twitter:hover,
.btn---twitter:focus {
  color: #fff;
  background: #b50e0c url(../images/social-twitter-white.svg) no-repeat 10px center;
  background-size: auto 14px;
}
.btn---instagram {
  background: #fff url(../images/social-instagram.svg) no-repeat 10px center;
  background-size: auto 16px;
  border: 0;
}
.btn---instagram:hover,
.btn---instagram:focus {
  color: #fff;
  background: #b50e0c url(../images/social-instagram-white.svg) no-repeat 10px center;
  background-size: auto 16px;
}
.btn--block {
  display: block;
  position: relative;
}
.btn--cart {
  font-size: 12px;
  padding: 9px 12px 8px;
}
.btn--cart .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: -5px 5px 0 0;
}
.btn--cart.btn--red .icon {
  background: url(../images/cart-white.svg) no-repeat 0 0;
  background-size: contain;
}
.btn--cart.btn--red:hover {
  background: #fff;
  border-color: #b50e0c;
  color: #b50e0c;
}
.btn--cart.btn--red:hover .icon {
  background: url(../images/cart-red.svg) no-repeat 0 0;
  background-size: contain;
}
.btn--cart.btn--red-border .icon,
.btn--cart.btn--blue-border .icon {
  background: url(../images/cart-red.svg) no-repeat 0 0;
  background-size: contain;
}
.btn--cart.btn--red-border:hover .icon,
.btn--cart.btn--blue-border:hover .icon {
  background: url(../images/cart-white.svg) no-repeat 0 0;
  background-size: contain;
}
.btn--cart.btn--green-border .icon {
  background: url(../images/cart-green.svg) no-repeat 0 0;
  background-size: contain;
}
.btn--cart.btn--green-border:hover .icon {
  background: url(../images/cart-white.svg) no-repeat 0 0;
  background-size: contain;
}
.btn--remove {
  border-color: transparent;
  background: transparent;
  color: #b50e0c;
  padding-left: 15px;
  padding-right: 15px;
}
.btn--remove .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: -5px 5px 0 0;
  background: url(../images/close-red.svg) no-repeat 0 0;
  background-size: contain;
}
.btn--remove:hover {
  background: #b50e0c;
  border-color: #b50e0c;
  color: #fff;
}
.btn--remove:hover .icon {
  background: url(../images/close-white.svg) no-repeat 0 0;
  background-size: contain;
}
.btn--chevron-right:after {
  content: '\f054';
  font-family: FontAwesome;
  color: inherit;
}
.ico--refresh {
  border: none;
  font-size: 0 !important;
  background-color: inherit;
  background: url(../images/refresh.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.ico--delete {
  border: none;
  font-size: 0 !important;
  background-color: inherit;
  background: url(../images/close-red.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.breadcrumbs {
  overflow: hidden;
}
.breadcrumbs li {
  display: inline-block;
  color: #5a5a5a;
  font-size: 11px;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  color: #303030;
}
.breadcrumbs li a {
  margin-right: 6px;
  color: #5a5a5a;
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
  color: #545454;
}
.breadcrumbs li a:after {
  content: "›";
  display: inline-block;
  padding-left: 8px;
  font-size: 13px;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}
.paginator {
  display: block;
  line-height: 1;
}
.paginator__item {
  display: inline-block;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  padding: 0 3px;
  vertical-align: middle;
}
.paginator__item a {
  text-decoration: underline;
}
.paginator__item a:hover {
  text-decoration: none;
}
.paginator__item a i {
  font-size: 11px;
}
.paginator__item--dots {
  color: #9fca0b;
  font-size: 18px;
}
.paginator__limit {
  vertical-align: text-bottom;
}
.paginator__limit__item {
  padding: 0 8px 0 4px;
  border-right: 1px solid #c5d884;
}
.paginator__limit__item:last-child {
  border-right: none;
}
.sorting {
  font-size: 14px;
  color: #8cb20a;
}
a.sorting__item {
  display: inline-block;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  padding: 0 10px 0 2px;
  text-decoration: underline;
  position: relative;
  color: #8cb20a;
}
a.sorting__item:hover {
  text-decoration: none;
}
a.sorting__item.sorting__item--asc,
a.sorting__item.sorting__item--desc {
  padding-right: 25px;
}
a.sorting__item.sorting__item--asc:after,
a.sorting__item.sorting__item--desc:after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
}
a.sorting__item.sorting__item--desc:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
a.list-type {
  display: inline-block;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  padding: 8px 0 0 18px;
  margin-right: 15px;
  position: relative;
  color: #000;
}
a.list-type:last-of-type {
  margin-right: 0;
}
a.list-type:before {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 14px;
  height: 12px;
  display: block;
}
a.list-type:hover,
a.list-type.list-type--active {
  color: #b50e0c;
}
a.list-type:hover:before,
a.list-type.list-type--active:before {
  background-position: 0 -12px;
}
.list-type--list:before {
  background: url(../images/list-style-list.png) no-repeat 0 0;
}
.list-type--box:before {
  background: url(../images/list-style-box.png) no-repeat 0 0;
}
.nav-tabs {
  border: 0;
}
.nav-tabs > li {
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
}
@media (max-width: 479px) {
  .nav-tabs > li {
    width: 33.333%;
    margin-bottom: 0;
  }
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  margin-right: 3px;
  color: #5a5a5a;
  padding: 12px 5px;
  background-color: #fff;
  border: 0;
  border-top: 2px solid #fff;
  border-radius: 0;
  font-size: 13px;
  color: #000;
}
@media (min-width: 640px) {
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    padding: 15px 10px;
    font-size: 14px;
    margin-right: 4px;
  }
}
@media (min-width: 768px) {
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    padding: 15px 10px;
    font-size: 16px;
    margin-right: 6px;
  }
}
@media (min-width: 1205px) {
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    padding: 15px;
    font-size: 18px;
    margin-right: 8px;
  }
}
@media (max-width: 479px) {
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border-bottom: 1px solid #ebebeb;
    height: 50px;
    padding: 8px;
    font-size: 14px;
    margin-right: 2px;
  }
}
@media (max-width: 319px) {
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    font-size: 13px;
    height: 65px;
  }
}
.nav-tabs > li:hover > a,
.nav-tabs > li:hover > a:hover,
.nav-tabs > li:hover > a:focus {
  border: 0;
  color: #8cb20a;
  background-color: #fff;
  border-top: 2px solid #fff;
}
@media (max-width: 479px) {
  .nav-tabs > li:hover > a,
  .nav-tabs > li:hover > a:hover,
  .nav-tabs > li:hover > a:focus {
    border-bottom: 1px solid #ebebeb;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active:hover > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active:hover > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active:hover > a:focus {
  border: 0;
  background-color: #fff;
  border-top: 2px solid #8cb20a;
  color: #8cb20a;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
@media (max-width: 479px) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active:hover > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active:hover > a:hover,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active:hover > a:focus {
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 479px) {
  .nav-tabs.nav-tabs--long > li {
    width: 50%;
    margin-bottom: 0;
  }
}
.tab-content {
  background-color: #fff;
  padding: 20px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .tab-content {
    padding: 30px;
  }
}
.fancybox-inner {
  height: auto !important;
}
.popup-fancybox {
  width: auto;
  border-radius: 0;
  color: #000;
  width: 100%;
  padding: 30px 15px 15px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 2px solid #8cb20a;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 320px) {
  .popup-fancybox {
    width: 300px;
  }
}
@media (min-width: 480px) {
  .popup-fancybox {
    width: 440px;
  }
}
@media (min-width: 640px) {
  .popup-fancybox {
    width: 640px;
  }
}
@media (min-width: 768px) {
  .popup-fancybox {
    padding: 35px 25px 25px;
  }
}
@media (min-width: 992px) {
  .popup-fancybox {
    width: 850px;
  }
}
@media (min-width: 640px) {
  .popup-fancybox.popup--sm {
    width: 470px;
  }
}
@media (min-width: 640px) {
  .popup-fancybox.popup--md {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .popup-fancybox.popup--lg {
    width: 650px;
  }
}
.popup-fancybox.popup--infobox {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}
.popup-fancybox.popup--infobox .infobox {
  margin: 0;
  text-decoration: none;
}
.popup-fancybox h2 {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .popup-fancybox h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .popup-fancybox .col-50 {
    float: none;
    text-align: center !important;
    padding-bottom: 10px;
  }
}
.popup__info li {
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.popup__info li:last-of-type {
  border-bottom: 0;
}
@media (min-width: 480px) {
  .popup__info__label {
    display: inline-block;
    width: 150px;
  }
}
.popup__info__value {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
}
.popup__info__value--price {
  color: #b50e0c;
  font-size: 18px;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
.autocomplete {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 900;
}
.autocomplete__results {
  text-align: left;
  background: #fff;
}
.autocomplete__results li {
  display: block;
}
.autocomplete__results li a {
  display: block;
  padding: 12px 20px;
  font-size: 13px;
  color: #414040;
  overflow: hidden;
}
.autocomplete__results li a:hover {
  color: #414040;
  background-color: #eeeeee;
}
.autocomplete__results li.infobox {
  margin: 10px 0 0 0;
}
.autocomplete__results__code {
  display: table-cell;
  min-width: 100px;
}
.autocomplete__results__title {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  display: table-cell;
  padding-left: 10px;
}
.autocomplete__info {
  text-align: center;
  color: #3C3C3C;
  font-size: 12px;
  border-top: 1px solid #565656;
  background: #fff;
  padding: 10px;
}
.autocomplete__info .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/info-darkgray.svg) no-repeat 0 0;
  background-size: contain;
  margin: 0 2px 0 0;
  vertical-align: sub;
}
.tooltip {
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
}
.tooltip-inner {
  background-color: #8cb20a;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #8cb20a;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #8cb20a;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #8cb20a;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #8cb20a;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #8cb20a;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8cb20a;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #8cb20a;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #8cb20a;
}
.hp-carousel {
  margin-bottom: 30px;
}
.hp-carousel .carousel-indicators {
  bottom: 0;
}
.hp-carousel .carousel-indicators li {
  margin: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: .8;
}
.hp-carousel .carousel-indicators .active {
  margin: 0;
  background-color: #fff;
  opacity: 1;
}
.hp-carousel .carousel-inner .item img {
  width: 100%;
  max-width: auto !important;
  height: auto !important;
}
.hp-categories {
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hp-categories {
    padding: 0 10px;
  }
}
.hp-categories > li {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .hp-categories > li {
    float: left;
    width: 33.333%;
    padding: 20px 10px;
    margin-bottom: 0;
  }
}
.hp-categories ul {
  padding: 0 15px 0 20px;
}
@media (min-width: 768px) {
  .hp-categories ul {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 992px) {
  .hp-categories ul.hp-categories__50 {
    width: 50%;
    float: left;
  }
}
.hp-categories ul li {
  display: block;
  padding: 7px 0;
}
.hp-categories ul li a {
  display: inline-block;
  position: relative;
  color: #b50e0c;
  text-decoration: underline;
  font-size: 16px;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  line-height: 18px;
}
@media (min-width: 1205px) {
  .hp-categories ul li a {
    text-decoration: none;
    border-bottom: 2px solid #da8786;
    font-size: 18px;
    line-height: 20px;
  }
}
.hp-categories ul li a:hover {
  color: #ce0b10;
  border-bottom: 0;
  text-decoration: none;
}
.hp-categories ul li .icon {
  display: inline-block;
  padding-right: 10px;
  width: 14px;
  height: 8px;
  background: url(../images/arrow-red.svg) no-repeat right 0;
  background-size: contain;
  text-decoration: none;
}
.hp-categories__title {
  padding: 20px;
  display: block;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hp-categories__title {
    height: 145px;
    padding: 0;
  }
}
.hp-categories__title.hp-categories__title--books {
  border-bottom: 6px solid #e3010f;
}
@media (min-width: 768px) {
  .hp-categories__title.hp-categories__title--books {
    background: #f5f5f5 url(../images/hp-category-books.jpg) no-repeat right bottom;
  }
}
.hp-categories__title.hp-categories__title--courses {
  overflow: hidden;
  border-bottom: 6px solid #7c932b;
}
@media (min-width: 768px) {
  .hp-categories__title.hp-categories__title--courses {
    background: #f5f5f5 url(../images/hp-category-courses.jpg) no-repeat right bottom;
  }
}
.hp-categories__title.hp-categories__title--magazines {
  border-bottom: 6px solid #008ed0;
}
@media (min-width: 768px) {
  .hp-categories__title.hp-categories__title--magazines {
    background: #f5f5f5 url(../images/hp-category-magazines.jpg) no-repeat right bottom;
  }
}
.hp-categories__title h2 {
  font-size: 26px;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .hp-categories__title h2 {
    position: absolute;
    left: 15px;
    top: 20px;
  }
}
@media (min-width: 992px) {
  .hp-categories__title h2 {
    font-size: 30px;
    left: 30px;
  }
}
.homepage-news {
  background: #fff;
}
.homepage-news__block {
  padding: 25px;
}
.homepage-news__block--left {
  padding-right: 10px;
}
.homepage-news__block--right {
  padding-left: 10px;
  display: none;
}
@media (min-width: 480px) {
  .homepage-news__block--right {
    display: block;
  }
}
.homepage-news__block h2 {
  margin: 10px 0 20px 0;
}
.homepage-news__bottom {
  margin-top: 13px;
}
.homepage-news__promo-text {
  color: #8cb20a;
  width: 100%;
}
.homepage-news__promo-text th {
  width: 20%;
  padding: 10px 15px 10px 0;
}
.homepage-news__promo-text th img {
  max-width: 85px;
  max-height: 85px;
  width: 100%;
  height: 100%;
}
.homepage-news__promo-text h3 {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .homepage-news__promo-text th {
    width: 30%;
  }
}
.article > .row {
  border-bottom: 1px solid #f0f1ed;
  padding: 20px 0;
}
.article h3 {
  display: block;
  margin-bottom: 15px;
}
.article__date {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  display: block;
  background: #f0f1ed;
  color: #8cb20a;
  border: 1px solid #d8dbd0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 480px) {
  .article__date {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.article__content {
  width: 100%;
  text-align: justify;
}
.article__more {
  display: block;
  text-align: right;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 12px;
}
.homepage-actions img {
  max-width: 180px;
}
h2.homepage-actions__caption {
  display: block;
  text-align: center;
  padding: 40px 0 0 0;
}
.homepage-actions__bottom {
  padding: 20px 0;
  border-top: 1px solid #f0f1ed;
  margin: 15px 15px 0 15px;
}
.hp-products {
  overflow: hidden;
  display: block;
  margin: 0 -17px 50px;
}
@media (min-width: 992px) {
  .hp-products {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hp-products__wrapper {
  width: 100%;
  padding: 0 17px 25px;
}
@media (min-width: 992px) {
  .hp-products__wrapper {
    float: left;
    width: 50%;
    min-width: 50%;
    padding-bottom: 0;
  }
}
.hp-products__wrapper > .btn {
  padding: 10px 16px 8px;
}
.hp-products__list {
  background-color: #fff;
  overflow: hidden;
  display: block;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .hp-products__list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .hp-products__list {
    padding: 0 25px 10px;
  }
}
.hp-products__list.hp-products__list--red {
  border-top: 2px solid #b50e0c;
}
.hp-products__list.hp-products__list--green {
  border-top: 2px solid #70af24;
}
.hp-products__list .product {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.hp-products__list .product:last-of-type {
  border-bottom: 0;
}
@media (min-width: 480px) {
  .hp-products__list .product {
    width: 50%;
    min-width: 50%;
    float: left;
    border-bottom: 0;
  }
  .hp-products__list .product:nth-of-type(1),
  .hp-products__list .product:nth-of-type(2) {
    border-bottom: 1px solid #e5e5e5;
  }
  .hp-products__list .product:nth-of-type(even) {
    padding-left: 15px;
  }
  .hp-products__list .product:nth-of-type(odd) {
    padding-right: 15px;
  }
}
@media (min-width: 480px) {
  .hp-products__list .product__title a {
    height: 65px;
    overflow: hidden;
  }
}
@media (min-width: 480px) {
  .hp-products__list .product__title__author {
    height: 40px;
    display: inline-block;
    overflow: hidden;
  }
}
.page-promo {
  position: absolute;
  top: 70px;
  width: 177px;
  display: none;
  z-index: 100;
}
@media (min-width: 1540px) {
  .page-promo {
    display: block;
  }
}
.page-promo.page-promo--left {
  left: -188px;
}
@media (min-width: 1620px) {
  .page-promo.page-promo--left {
    left: -217px;
  }
}
.page-promo.page-promo--right {
  right: -188px;
}
@media (min-width: 1620px) {
  .page-promo.page-promo--right {
    right: -217px;
  }
}
.page-promo-sidebar {
  position: relative;
  width: 100%;
  margin-top: 30px;
  display: none;
}
.page-promo-sidebar img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .page-promo-sidebar {
    display: block;
  }
}
.newsletter {
  background-color: #fff;
  border-top: 2px solid #8cb20a;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .newsletter {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .newsletter {
    padding: 0 40px;
  }
}
.newsletter *[class*="col-sm"] {
  height: auto;
}
@media (min-width: 768px) {
  .newsletter *[class*="col-sm"] {
    height: 95px;
  }
}
.newsletter__column {
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .newsletter__column {
    text-align: left;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.newsletter__title {
  margin: 0;
  font-size: 22px;
}
.newsletter__title:before {
  content: "";
  width: 26px;
  height: 22px;
  display: inline-block;
  margin: 2px 10px 0 0;
  vertical-align: middle;
  background: url('../images/newsletter-green.svg') no-repeat 0 0;
  background-size: contain;
}
.newsletter__form {
  text-align: center;
}
.newsletter__form input.newsletter__form-email {
  width: 52%;
  padding: 10px;
}
.newsletter__form input[type=submit] {
  width: 110px;
  background: #8cb20a;
  color: #fff;
  border: 0;
  height: 38px;
  margin: 0 0 0 -5px;
}
.container--static,
.tab-pane,
.store__info,
.cart-guide,
.scroll__wrapper,
.static-page {
  font-size: 14px;
}
.container--static ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs),
.tab-pane ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs),
.store__info ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs),
.cart-guide ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs),
.scroll__wrapper ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs),
.static-page ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) {
  margin: 5px 0 20px;
  color: #646464;
}
.container--static ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li,
.tab-pane ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li,
.store__info ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li,
.cart-guide ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li,
.scroll__wrapper ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li,
.static-page ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li {
  padding: 0 0 10px 28px;
  position: relative;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
}
.container--static ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li:before,
.tab-pane ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li:before,
.store__info ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li:before,
.cart-guide ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li:before,
.scroll__wrapper ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li:before,
.static-page ul:not(.breadcrumbs):not(.products__list):not(.cart__guide_advantages):not(.cart__guide_advantages ul):not(.product__desc):not(.store__photo__thumbs) li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8cb20a;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 7px;
}
.container--static ol:not(.breadcrumbs),
.tab-pane ol:not(.breadcrumbs),
.store__info ol:not(.breadcrumbs),
.cart-guide ol:not(.breadcrumbs),
.scroll__wrapper ol:not(.breadcrumbs),
.static-page ol:not(.breadcrumbs) {
  margin: 5px 0 20px;
  color: #646464;
  padding: 0;
}
.container--static ol:not(.breadcrumbs) li,
.tab-pane ol:not(.breadcrumbs) li,
.store__info ol:not(.breadcrumbs) li,
.cart-guide ol:not(.breadcrumbs) li,
.scroll__wrapper ol:not(.breadcrumbs) li,
.static-page ol:not(.breadcrumbs) li {
  padding: 0 0 10px 28px;
  position: relative;
  list-style-type: none;
}
.container--static ol:not(.breadcrumbs) li:before,
.tab-pane ol:not(.breadcrumbs) li:before,
.store__info ol:not(.breadcrumbs) li:before,
.cart-guide ol:not(.breadcrumbs) li:before,
.scroll__wrapper ol:not(.breadcrumbs) li:before,
.static-page ol:not(.breadcrumbs) li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: url(../images/arrow-red.svg) no-repeat 0 0;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 7px;
}
.container--static p,
.tab-pane p,
.store__info p,
.cart-guide p,
.scroll__wrapper p,
.static-page p {
  margin: 0 0 25px;
  color: #646464;
  font-size: 15px;
  line-height: 22px;
}
.container--static img,
.tab-pane img,
.store__info img,
.cart-guide img,
.scroll__wrapper img,
.static-page img {
  display: block;
  max-width: 100%;
  height: auto;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px;
}
.container--static table:not(.lecturer-courses):not(.table-empty),
.tab-pane table:not(.lecturer-courses):not(.table-empty),
.store__info table:not(.lecturer-courses):not(.table-empty),
.cart-guide table:not(.lecturer-courses):not(.table-empty),
.scroll__wrapper table:not(.lecturer-courses):not(.table-empty),
.static-page table:not(.lecturer-courses):not(.table-empty) {
  width: 100%;
  margin: 20px 0;
}
.container--static table:not(.lecturer-courses):not(.table-empty) td,
.tab-pane table:not(.lecturer-courses):not(.table-empty) td,
.store__info table:not(.lecturer-courses):not(.table-empty) td,
.cart-guide table:not(.lecturer-courses):not(.table-empty) td,
.scroll__wrapper table:not(.lecturer-courses):not(.table-empty) td,
.static-page table:not(.lecturer-courses):not(.table-empty) td,
.container--static table:not(.lecturer-courses):not(.table-empty) th,
.tab-pane table:not(.lecturer-courses):not(.table-empty) th,
.store__info table:not(.lecturer-courses):not(.table-empty) th,
.cart-guide table:not(.lecturer-courses):not(.table-empty) th,
.scroll__wrapper table:not(.lecturer-courses):not(.table-empty) th,
.static-page table:not(.lecturer-courses):not(.table-empty) th {
  padding: 10px 15px;
}
@media (min-width: 480px) {
  .container--static table:not(.lecturer-courses):not(.table-empty) td,
  .tab-pane table:not(.lecturer-courses):not(.table-empty) td,
  .store__info table:not(.lecturer-courses):not(.table-empty) td,
  .cart-guide table:not(.lecturer-courses):not(.table-empty) td,
  .scroll__wrapper table:not(.lecturer-courses):not(.table-empty) td,
  .static-page table:not(.lecturer-courses):not(.table-empty) td,
  .container--static table:not(.lecturer-courses):not(.table-empty) th,
  .tab-pane table:not(.lecturer-courses):not(.table-empty) th,
  .store__info table:not(.lecturer-courses):not(.table-empty) th,
  .cart-guide table:not(.lecturer-courses):not(.table-empty) th,
  .scroll__wrapper table:not(.lecturer-courses):not(.table-empty) th,
  .static-page table:not(.lecturer-courses):not(.table-empty) th {
    padding: 12px 25px;
  }
}
@media (min-width: 992px) {
  .container--static table:not(.lecturer-courses):not(.table-empty) td,
  .tab-pane table:not(.lecturer-courses):not(.table-empty) td,
  .store__info table:not(.lecturer-courses):not(.table-empty) td,
  .cart-guide table:not(.lecturer-courses):not(.table-empty) td,
  .scroll__wrapper table:not(.lecturer-courses):not(.table-empty) td,
  .static-page table:not(.lecturer-courses):not(.table-empty) td,
  .container--static table:not(.lecturer-courses):not(.table-empty) th,
  .tab-pane table:not(.lecturer-courses):not(.table-empty) th,
  .store__info table:not(.lecturer-courses):not(.table-empty) th,
  .cart-guide table:not(.lecturer-courses):not(.table-empty) th,
  .scroll__wrapper table:not(.lecturer-courses):not(.table-empty) th,
  .static-page table:not(.lecturer-courses):not(.table-empty) th {
    padding: 15px 35px;
  }
}
.container--static table:not(.lecturer-courses):not(.table-empty) th,
.tab-pane table:not(.lecturer-courses):not(.table-empty) th,
.store__info table:not(.lecturer-courses):not(.table-empty) th,
.cart-guide table:not(.lecturer-courses):not(.table-empty) th,
.scroll__wrapper table:not(.lecturer-courses):not(.table-empty) th,
.static-page table:not(.lecturer-courses):not(.table-empty) th {
  background-color: #8cb20a;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  border-left: 2px solid #8cb20a;
  text-align: left;
}
.container--static table:not(.lecturer-courses):not(.table-empty) th:first-child,
.tab-pane table:not(.lecturer-courses):not(.table-empty) th:first-child,
.store__info table:not(.lecturer-courses):not(.table-empty) th:first-child,
.cart-guide table:not(.lecturer-courses):not(.table-empty) th:first-child,
.scroll__wrapper table:not(.lecturer-courses):not(.table-empty) th:first-child,
.static-page table:not(.lecturer-courses):not(.table-empty) th:first-child {
  border-left: 0;
}
.container--static table:not(.lecturer-courses):not(.table-empty) td,
.tab-pane table:not(.lecturer-courses):not(.table-empty) td,
.store__info table:not(.lecturer-courses):not(.table-empty) td,
.cart-guide table:not(.lecturer-courses):not(.table-empty) td,
.scroll__wrapper table:not(.lecturer-courses):not(.table-empty) td,
.static-page table:not(.lecturer-courses):not(.table-empty) td {
  background-color: #ffffff;
}
.container--static table:not(.lecturer-courses):not(.table-empty) td a,
.tab-pane table:not(.lecturer-courses):not(.table-empty) td a,
.store__info table:not(.lecturer-courses):not(.table-empty) td a,
.cart-guide table:not(.lecturer-courses):not(.table-empty) td a,
.scroll__wrapper table:not(.lecturer-courses):not(.table-empty) td a,
.static-page table:not(.lecturer-courses):not(.table-empty) td a,
.container--static table:not(.lecturer-courses):not(.table-empty) td strong,
.tab-pane table:not(.lecturer-courses):not(.table-empty) td strong,
.store__info table:not(.lecturer-courses):not(.table-empty) td strong,
.cart-guide table:not(.lecturer-courses):not(.table-empty) td strong,
.scroll__wrapper table:not(.lecturer-courses):not(.table-empty) td strong,
.static-page table:not(.lecturer-courses):not(.table-empty) td strong {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-weight: normal;
}
.container--static table:not(.lecturer-courses):not(.table-empty) tr:nth-child(odd) td,
.tab-pane table:not(.lecturer-courses):not(.table-empty) tr:nth-child(odd) td,
.store__info table:not(.lecturer-courses):not(.table-empty) tr:nth-child(odd) td,
.cart-guide table:not(.lecturer-courses):not(.table-empty) tr:nth-child(odd) td,
.scroll__wrapper table:not(.lecturer-courses):not(.table-empty) tr:nth-child(odd) td,
.static-page table:not(.lecturer-courses):not(.table-empty) tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.container--static .table-empty td,
.tab-pane .table-empty td,
.store__info .table-empty td,
.cart-guide .table-empty td,
.scroll__wrapper .table-empty td,
.static-page .table-empty td,
.container--static .table-empty th,
.tab-pane .table-empty th,
.store__info .table-empty th,
.cart-guide .table-empty th,
.scroll__wrapper .table-empty th,
.static-page .table-empty th {
  padding: 5px 5px 5px 0;
}
.container--static blockquote,
.tab-pane blockquote,
.store__info blockquote,
.cart-guide blockquote,
.scroll__wrapper blockquote,
.static-page blockquote {
  display: block;
  padding: 25px 25px 25px 80px;
  background-color: #fff;
  border-top: 2px solid #8cb20a;
  margin: 20px 0;
  font-family: 'Roboto-Italic', 'Roboto', Arial, sans-serif;
  position: relative;
  color: #646464;
}
.container--static blockquote:before,
.tab-pane blockquote:before,
.store__info blockquote:before,
.cart-guide blockquote:before,
.scroll__wrapper blockquote:before,
.static-page blockquote:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 42px;
  height: 40px;
  background: url(../images/blockqoute.png) no-repeat 0 0;
}
.container--static blockquote:after,
.tab-pane blockquote:after,
.store__info blockquote:after,
.cart-guide blockquote:after,
.scroll__wrapper blockquote:after,
.static-page blockquote:after {
  content: "";
}
.store {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .store {
    padding: 30px;
  }
}
.store__photo {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .store__photo {
    float: left;
    width: 300px;
  }
}
@media (min-width: 1205px) {
  .store__photo {
    width: 350px;
  }
}
.store__photo img {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px;
}
.store__photo img:hover {
  outline: 2px solid #b50e0c;
  outline-offset: -2px;
}
.store__photo__main {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .store__photo__main {
    width: 300px;
    height: 310px;
    display: table;
    table-layout: fixed;
  }
}
@media (min-width: 1205px) {
  .store__photo__main {
    width: 350px;
    height: 365px;
    margin-bottom: 20px;
  }
}
.store__photo__main a {
  margin: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .store__photo__main a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
}
.store__photo__main a img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
  vertical-align: middle;
  max-height: 365px;
}
.store__photo__thumbs {
  overflow: hidden;
  margin: 0 -5px;
  display: inline-block;
}
@media (min-width: 480px) and (max-width: 991px) {
  .store__photo__thumbs {
    width: 310px;
  }
}
@media (min-width: 1205px) {
  .store__photo__thumbs {
    margin: 0 -10px;
  }
}
.store__photo__thumbs li {
  width: 33.333%;
  float: left;
  padding: 0 5px;
}
@media (min-width: 1205px) {
  .store__photo__thumbs li {
    padding: 0 10px;
  }
}
.store__photo__thumbs li img {
  max-width: 100% !important;
  height: auto !important;
}
.store__map {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .store__map {
    width: 60%;
    width: calc(100% - 300px - 30px);
    float: right;
  }
}
@media (min-width: 1205px) {
  .store__map {
    width: calc(100% - 350px - 30px);
  }
}
.store__info--sections {
  overflow: hidden;
}
@media (min-width: 768px) {
  .store__info--sections {
    margin: 0 -10px;
  }
}
@media (min-width: 1205px) {
  .store__info--sections {
    margin: 0 -25px;
  }
}
.store__info__section {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .store__info__section {
    width: 28%;
    float: left;
    padding: 0 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1205px) {
  .store__info__section {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .store__info__section.store__info__section--persons {
    width: 44%;
  }
}
.store__info__section h2 {
  margin: 10px 0 15px;
}
.store__opening {
  margin-bottom: 10px;
}
.store__opening.store__opening--last {
  margin-bottom: 20px;
}
.store__opening__day {
  color: #5a5a5a;
  display: inline-block;
  width: 70px;
}
.store__opening__hour {
  color: #1d191a;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  display: inline-block;
  margin-right: 6px;
}
.store__persons {
  overflow: hidden;
  margin: 0 -6px;
}
.store__person {
  float: left;
  padding: 0 3px 6px;
  font-size: 13px;
  text-align: center;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  color: #1d191a;
  width: 50%;
  min-height: 190px;
}
@media (min-width: 480px) and (max-width: 768px), (min-width: 1205px) {
  .store__person {
    width: 33.333%;
  }
}
.store__person img {
  margin: 0 auto 10px;
  display: block;
  max-width: 100%;
  height: auto;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px;
}
.store__person img:hover {
  outline: 2px solid #b50e0c;
  outline-offset: -2px;
}
.store__person a {
  font-size: 12px;
}
.store-list {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}
@media (min-width: 1205px) {
  .store-list {
    padding: 25px;
    top: 15px;
  }
}
.store-list__item {
  background-color: #eeeeee;
  padding: 12px 10px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .store-list__item {
    padding: 18px 20px 16px 20px;
    text-align: left;
  }
}
.store-list__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .store-list__item .btn {
    float: right;
  }
}
.store-list__image {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .store-list__image {
    float: left;
    width: 150px;
    margin: 0 0 10px;
  }
}
.store-list__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.store-list__title {
  font-size: 14px;
  display: block;
  margin: 0 0 10px;
  color: #5a5a5a;
}
.store-list__title a {
  text-decoration: none;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  color: #000;
  font-size: 18px;
  display: block;
  padding: 0 0 5px;
}
@media (min-width: 768px) {
  .store-list__title a {
    display: inline-block;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 768px) {
  .store-list__title {
    float: left;
    width: calc(100% - 150px - 180px);
    margin: 0 0 10px;
  }
}
.store-list__opening {
  display: block;
  margin-top: 5px;
}
.store-list__opening h4 {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
}
@media (min-width: 768px) {
  .store-list__opening .col-50 {
    width: auto;
  }
}
.store-list__opening .store__opening--last {
  margin-bottom: 10px;
}
.user-profile-nav {
  margin: 5px -5px 30px;
  overflow: hidden;
}
.user-profile-nav .btn {
  margin: 0 5px 5px;
}
@media (max-width: 479px) {
  .user-profile-nav .btn {
    display: block;
    text-align: center;
  }
}
.user-profile-nav .btn--white:hover {
  background: #fff;
  color: #8cb20a;
}
a.user-profile-nav__backlink {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  color: #3C3C3C;
  border-width: 0;
  padding-left: 0;
}
a.user-profile-nav__backlink:hover {
  text-decoration: none;
}
a.user-profile-nav__backlink i {
  margin-right: 10px;
}
.user-address {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .user-address {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .user-address:last-of-type {
    margin-bottom: 0;
  }
}
.user-address h3 {
  font-size: 20px;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .user-address h3 {
    font-size: 22px;
  }
}
.user-address ul li {
  margin-bottom: 12px;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
.user-address ul li a:not(.btn) {
  text-decoration: underline;
}
.user-address ul li a:not(.btn):hover,
.user-address ul li a:not(.btn):focus {
  text-decoration: none;
}
.user-address ul li label {
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
}
@media (min-width: 480px) and (max-width: 768px) {
  .user-address.col-33 {
    width: 50%;
    float: left;
  }
}
.user-address__label {
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
}
@media (min-width: 992px) {
  .user-address__label {
    display: inline-block;
    width: 155px;
  }
}
.lecturer {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .lecturer__info {
    width: 60%;
    width: calc(100% - 275px - 40px);
    float: left;
  }
}
.lecturer__info p {
  color: #5a5a5a;
  margin: 0 0 20px;
}
.lecturer__info h1 + p {
  margin-top: -15px;
}
.lecturer__image {
  height: 290px;
  text-align: center;
  width: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
  background-color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .lecturer__image {
    width: 275px;
    float: right;
    margin-bottom: 0;
  }
}
.lecturer__image a {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  vertical-align: bottom;
}
.lecturer__image a img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
  vertical-align: bottom;
  max-height: 290px;
}
.lecturer-courses {
  width: 100%;
  margin: -15px 0 15px;
}
.lecturer-courses td {
  border-bottom: 1px solid #ebebeb;
  vertical-align: middle;
  padding: 18px 8px;
  color: #646464;
  font-size: 15px;
}
@media (max-width: 767px) {
  .lecturer-courses td {
    display: block;
    text-align: center !important;
    width: 100%;
    padding: 5px 10px;
    border: 0;
  }
}
.lecturer-courses tr:last-child {
  border-bottom: 0;
}
.lecturer-courses tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .lecturer-courses tr {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
  }
}
.lecturer-courses a:not(.btn) {
  text-decoration: underline;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
.lecturer-courses a:not(.btn):hover,
.lecturer-courses a:not(.btn):focus {
  text-decoration: none;
}
.lecturer-courses .btn {
  padding: 6px 8px 5px;
  white-space: nowrap;
}
.lecturer-courses .frm-row__tooltip {
  margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .layout__left-nav {
    padding-right: 2px;
  }
  .layout__main-content {
    padding-left: 2px;
  }
}
.product {
  width: 100%;
  padding: 40px 0;
}
.product img {
  max-height: 255px;
  width: auto;
}
.product__name {
  padding: 7px 0;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 16px;
}
.product__name a {
  color: #9fca0b;
  text-decoration: underline;
}
.product__tags {
  font-size: 13px;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
}
.product__tag {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  margin-right: 5px;
}
.product__tag--red {
  background: #E01412;
}
.product__tag--orange {
  background: #F49B27;
}
.product__tag--blue {
  background: #106FC0;
}
.product__tag--lg {
  padding: 8px 13px;
}
.product__description {
  padding: 7px 0;
  font-size: 13px;
  text-align: justify;
}
.product__bottom {
  margin-top: 10px;
}
.product__bottom .partis-button,
.product__bottom .partis-button-reverse,
.product__bottom a.partis-button,
.product__bottom a.partis-button-reverse {
  padding: 5px 12px;
}
.product__bottom .partis-button i,
.product__bottom .partis-button-reverse i,
.product__bottom a.partis-button i,
.product__bottom a.partis-button-reverse i {
  display: inline-block;
  margin-right: 5px;
}
.product__bottom--list {
  font-size: 12px;
  background: #F3F3F3;
  text-align: center;
}
@media (min-width: 480px) {
  .product__bottom-left {
    display: inline-block;
    text-align: left;
  }
  .product__bottom-right {
    display: inline-block;
    text-align: right;
  }
  .product__bottom .block {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .product__bottom-left {
    width: 48.5%;
  }
  .product__bottom-right {
    width: 48.5%;
  }
}
@media (min-width: 1205px) {
  .product__bottom-left {
    padding: 10px 0 10px 10px;
  }
  .product__bottom-right {
    padding: 10px 10px 10px 0;
  }
}
.product__availability {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
.product__price {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 18px;
  color: #B50E0C;
  margin: 0 20px;
}
.product__price.in-list {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  .product *[class*="col-"],
  .product *[class*='full'] {
    width: 100%;
    text-align: center;
  }
  .product__description {
    text-align: justify;
  }
}
.on-stock {
  color: #20AC27;
}
.not-on-stock {
  color: #B50E0C;
}
.product-list__filters {
  border-top: 1px solid #f0f1ed;
  border-bottom: 1px solid #f0f1ed;
}
.product-list__filter {
  display: inline-block;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  padding: 5px 0;
}
.product-list__filter:not(:first-child) {
  margin-left: 20px;
}
.product-list__filter--red {
  color: #E01412;
}
.product-list__filter--orange {
  color: #F49B27;
}
.product-list__tools {
  padding: 15px 0;
  border-color: #f0f1ed;
  border-style: solid;
  border-width: 0;
}
.product-list__tools--top {
  border-bottom-width: 1px;
}
.product-list__tools--bottom {
  border-top-width: 1px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .product-list__left-tools,
  .product-list__right-tools {
    width: 100%;
  }
  .product-list__left-tools {
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f1ed;
  }
  .product-list__right-tools {
    padding-top: 15px;
  }
}
.product-search {
  overflow: hidden;
  padding-bottom: 15px;
}
.product-search select {
  margin: 0 5px 5px 5px;
}
@media (min-width: 768px) {
  .product-search select {
    margin: 0 0 5px 15px;
  }
}
.product-search .checkbox__wrapper {
  font-size: 14px;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .product-search__title {
    display: block;
    margin-bottom: 5px;
  }
}
.product-search__selwrapper {
  white-space: nowrap;
  display: inline-block;
}
.product-search__results {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  white-space: nowrap;
  display: block;
}
@media (min-width: 480px) {
  .product-search__results {
    display: inline;
  }
}
.product-search__left {
  text-align: center;
}
@media (min-width: 768px) {
  .product-search__left {
    text-align: left;
    float: left;
  }
}
.product-search__right {
  text-align: center;
}
@media (min-width: 768px) {
  .product-search__right {
    text-align: right;
    float: right;
  }
}
.product-search--courses .product-search__left {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 18px;
  vertical-align: middle;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .product-search--courses .product-search__left {
    padding-top: 5px;
  }
}
@media (min-width: 480px) {
  .product-search--courses .product-search__right select {
    margin-right: 18px;
  }
}
.letter-search {
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .letter-search {
    text-align: left;
  }
}
.letter-search ul {
  display: inline-block;
}
.letter-search ul li {
  display: inline-block;
  color: #f4f4f4;
  padding: 0 14px 5px 0;
}
.letter-search ul li:last-child {
  padding-right: 7px;
}
.letter-search ul li a {
  font-family: 'Roboto-Light', 'Roboto', Arial, sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.letter-search ul li.active a {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  color: #b50e0c;
}
@media (min-width: 768px) {
  .letter-search--active ul {
    width: calc(100% - 110px);
    float: left;
  }
}
.letter-search__cancel {
  color: #b50e0c;
  display: block;
  text-transform: uppercase;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  font-size: 12px;
  padding: 9px 0 5px 0;
}
@media (min-width: 768px) {
  .letter-search__cancel {
    float: right;
    padding: 9px 0 5px 10px;
  }
}
.letter-search__cancel strong {
  font-family: 'Roboto-Black', 'Roboto', Arial, sans-serif;
  font-weight: normal;
}
.detail {
  padding: 30px;
}
.detail__image img {
  max-height: 320px;
  width: auto;
}
.detail__price {
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
  color: #fff;
  width: 100%;
}
.detail__price--lg {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  font-size: 20px;
}
.detail__description {
  line-height: 1.6;
  text-align: justify;
}
.detail__info {
  width: 100%;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
}
@media (max-width: 480px) {
  .detail__info-cell {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail__info-cell * {
    float: none;
  }
}
@media (max-width: 480px) {
  .detail__buy-cell > *[class*="col-"] {
    width: 100%;
  }
  .detail__buy-cell a[class*="partis-button"] {
    margin-top: 15px;
  }
}
@media (max-width: 1205px) {
  .detail__buy-cell {
    padding: 10px;
  }
  .detail__buy-cell a[class*="partis-button"] {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .detail__image-cell {
    display: none;
  }
}
@media (max-width: 360px) {
  .detail__gallery-cell {
    width: 100%;
  }
}
.detail__left-cell {
  margin-bottom: 15px;
}
a.detail__social-button {
  width: 180px;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  display: block;
  font-size: 12px;
  border: 1px solid;
  padding: 5px 10px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
a.detail__social-button:not(:last-child) {
  margin-bottom: 5px;
}
a.detail__social-button:hover {
  text-decoration: none;
}
a.detail__social-button i {
  font-size: 14px;
  margin-right: 5px;
}
a.detail__social-button--blue {
  color: #064282;
  border-color: #064282;
}
a.detail__social-button--blue:hover {
  background: #064282;
  color: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
a.detail__social-button--red {
  color: #E01412;
  border-color: #E01412;
}
a.detail__social-button--red:hover {
  background: #E01412;
  color: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
/*
.detail__image {
	height: 320px;
	text-align: center;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	

	@media (min-width: @desktop-xs) {
		float: left;
		width: 290px;
		display: table;
		table-layout: fixed;
		margin-bottom: 0;
	}

	@media (min-width: @desktop) {
		height: 385px;
	}

	a {
    	margin: 0;
    	text-align: left;

    	@media (min-width: @desktop-xs) {
    		display: table-cell;
			width:100%;
    		height:100%;
    		vertical-align: top;
    	}

		img {
			.img-respons;
			display: inline-block;
			vertical-align: middle;
			max-height: 320px;

			@media (min-width: @desktop) {
				max-height: 385px;
			}
		}
	}
}

// -- Info
.detail__info {
	overflow: hidden;
	padding: 20px;

	@media (min-width: @tablet-xs) {
		float: left;
		width: 46%;
		padding: 20px 0;
	}
	@media (min-width: @desktop-xs) {
		float: left;
		width: 40%;
		width: calc(~"100% - 275px - 320px - 50px");

	}

	ul {
		float: right;
		width: 100%;
		color: #414040;
		font-size: 14px;

		@media (min-width: @desktop-xs) {
			max-width: 320px;
		}

		li {
			padding: 6px 0;
			border-bottom: 1px solid @white;
			overflow: hidden;

			&:last-child {
				border-bottom: 0;
			}
		}
	}
}

.detail__value {
	float: right;
	.Roboto-Bold;
	text-align: right;
	padding-left: 5px;
	display: inline-block;

	&.text-xl {
		margin-top: -8px;
	}
}

.detail__value__radio {
	display: inline-block;

	label {
		display: inline-block;
		padding: 0 10px 0 4px;
	}

	&:last-of-type {
		label {
			padding-right: 0;
		}	
	}
}

.detail__label__magazines {
	@media (min-width: @tablet-xs) {
		display: inline-block;
		width: 142px;
	}
}
.detail__label__magazines + .radio__wrapper {
	@media (min-width: @tablet-xs) {
		padding-left: 1px !important;
	}
}

// -- Order
.detail__order {
	background-color: @white;
	padding: 20px;

	@media (min-width: @tablet-xs) {
		float: right;
		width: 46%;
	}
	@media (min-width: @desktop-xs) {
		float: right;
		width: 275px;
		margin-left: 50px;
	}
}

.detail__prices {
	li {
		padding-bottom: 12px;
	}
}

.detail__price {
	position: relative;

	@media (min-width: @mobile) {
		float: right;
	}

	.price {
		color: @red;
		.Roboto-Bold;
		font-size: 18px;
		float: none;
		padding: 0;
		display: inline-block;
		margin: 0 15px 5px 0;

		small {
			color: #414040;
			font-size: 14px;
			.Roboto-Regular;
		}
	}

	.btn {
		
	}
}

.detail__form {
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	color: #5b5b5b;

	input[type="text"] {
		padding: 9px 10px 8px;
		margin-right: 5px;
	}

	.btn {
		//display: block;
		@media (min-width: @mobile) {
			float: right;
		}
	}
}

.detail__tools {
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6;
}

.detail__tool {
	display: block;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 14px;
	.Roboto-Medium;
	position: relative;

	&:last-of-type {
		margin-bottom: 0;
	}

	// icon
	&:before {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		position: absolute;
		left: 0;
		top: -1px;
	}

	a {
		text-decoration: underline;
	}

	&.detail__tool--instock {
		color: @green;
		
		&:before {
			background: @green url(../images/instock-white.svg) no-repeat 5px 6px;
			background-size: 13px 10px;
		}
	}

	&.detail__tool--favorites {
		&:before {
			background: @red url(../images/favorites-white.svg) no-repeat 5px 6px;
			background-size: 13px 11px;
		}
	}
}

.detail__social {
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	overflow: hidden;
}


// -- Tabs
.detail__tabs {
	margin-bottom: 45px;
	overflow: hidden;
}

.detail__tabs--magazine {
	@media (min-width: @tablet-xs) {
		float: left;
		width: calc(~"100% - 315px - 30px");
	}
}


// -- Promo
.detail__promo {
	text-align: center;
	background-color: @white;
	border-top: 2px solid @red;
	padding: 20px; 
	margin-bottom: 45px;

	h3 {
		font-size: 20px;
		margin: 10px 0 30px;
		position: relative;

		strong {
			color: @red;
		}

		&:after {
			content: "";
			position: absolute;
			width: 26px;
			height: 2px;
			background-color: @red;
			bottom: -14px;
			left: 50%;
			margin-left: -13px;
		}
	}

	p {
		color: #4d4d4d;
		font-size: 14px;
	}
}

.detail__promo--magazine {
	@media (min-width: @tablet-xs) {
		float: right;
		width: 315px;
		margin-top: 53px;
	}
}


// --- DETAIL COURSES ---
.detail--course {
	padding: 25px;
	background: @white;
	margin: 0 0 45px; 

	a:not(.btn) {
		text-decoration: underline;

		&:hover {
			text-decoration: none;
		}
	}

	.detail__info {
		display: block;
		width: 100%;
		background: transparent;
		padding: 10px;
		float: none;
		color: #414040;
		margin: 0;
		font-size: 14px;
		text-align: center;

		@media (min-width: @mobile) {
			text-align: left;
			padding: 20px;
		}
	}

	.detail__order {
		display: block;
		width: 100%;
		background: transparent;
		background: @gray-background;
		padding: 10px;
		float: none;
		margin: 0;
		overflow: hidden;
		text-align: center;

		@media (min-width: @mobile) {
			text-align: left;
			padding: 20px;
		}
	}
}

.detail__info_author {
	padding: 5px 0;

	a {
		display: inline-block;
		.Roboto-Bold;
		//padding: 0 5px 0 5px;

		@media (min-width: @mobile) {
			//padding: 0 12px 0 0;
		}

		&:first-of-type {
			padding-left: 2px;
		}
	}
}
.detail__info__map {
	@media (min-width: @mobile) {
		float: right;
		padding: 0;
	}
}

.detail__desc {
	color: #414040;
	font-size: 14px;
	margin-bottom: 10px;

	@media (min-width: @mobile) {
		float: left;
		width: calc(~"100% - 260px");
		margin-bottom: 0;
	}

	li {
		display: inline-block;
		padding: 5px 10px 0 10px;

		@media (min-width: @mobile) {
			padding: 9px 30px 0 0;
		}

		&:last-child {
			padding-right: 0;
		}
	}
}


// -- DETAIL MAGAZINE ---
.detail--magazine {
	.detail__image {
		height: 370px;
		
		@media (min-width: @tablet) {
			float: left;
			width: 290px;
			display: table;
			table-layout: fixed;
			margin-bottom: 0;
			text-align: left;
		}
		@media (min-width: @desktop-xs) {
			width: 310px;
		}

		@media (min-width: @desktop) {
			height: 440px;
		}

		a {
			img {
				max-height: 370px;

				@media (min-width: @desktop) {
					max-height: 440px;
				}
			}
		}
	}
}

// -- Magazine order form
.detail__magorder {
	background-color: @white;
	padding: 20px;
	color: #414040;
	font-size: 14px;

	@media (min-width: @tablet) {
		width: calc(~"100% - 290px - 20px");
		float: right;
	}
	@media (min-width: @desktop-xs) {
		width: calc(~"100% - 310px - 50px");
	}
	@media (min-width: @desktop) {
		width: calc(~"100% - 310px - 80px");
	}

	input[type="text"],
	select {
		margin: 0 3px;
	}
	input[type="radio"] {
		margin-left: 3px;
	}

	input[type="radio"] + label {
		.Roboto-Bold;
	}

	.detail__value {
		white-space: nowrap;

		@media (max-width: @mobile) {
			display: inline;
			float: none;
		}
	}

	h4 {
		font-size: 18px;
		.Roboto-Medium;
		color: #292929;

		@media (min-width: @desktop) {
			display: inline-block;
			padding-right: 75px;
		}
	}

	.btn {
		font-size: 14px;
		float: right;
	}

	.input__wrapper {
		padding-right: 2px;
		
		@media (max-width: @mobile-max) {
			display: block;
			margin-bottom: 8px;
		}

		// Detail casopisu - posledni polozka v radku - bez odsazeni
		&:last-of-type {
			padding-right: 0;

			input[type="text"] {
				margin-right: 0;
			}
		}
	}
}

.detail__magorder__50 {
	padding-bottom: 10px;

	@media (min-width: @desktop) {
		width: 50%;
		float: left;
		//padding-right: 10px;
		padding-bottom: 0;
	}
}
.detail__magorder__50 + .detail__magorder__50 {
	@media (min-width: @desktop) {
		padding: 0 0 0 10px;
	}
}

.detail__magorder__row {
	display: block;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;

	.radio__wrapper {
		display: block;
		padding: 3px 0; 

		@media (min-width: @tablet-xs) {
			display: inline-block;
			padding: 0;
		
			&:nth-of-type(2) {
				padding-left: 15px;
			}
		}
	}
}

.detail__magorder__row--border-top {
	border-top: 1px solid @gray-border;
	padding-top: 15px;
	margin-top: 5px; 

	.radio__wrapper {
		@media (min-width: @tablet-xs) {
			&:nth-of-type(2) {
				padding-left: 25px;
			}
		}
	}
}
.detail__magorder__row--border-bottom {
	border-bottom: 2px solid @gray-border;
	padding-bottom: 15px;
	margin-bottom: 5px; 

	.btn {
		@media (min-width: @tablet) {
			position: absolute;
			bottom: 15px;
			right: 0;
		}
	}

	textarea {
		height: 120px;
		width: 100%;
		margin: 5px 0 10px;
		font-size: 13px;

		@media (min-width: @tablet) {
			width: calc(~"100% - 155px");
			height: 80px;
			margin: 5px 0 0 0;
		}
	}
}

.detail__magorder__row--accessories {
	padding-top: 15px;
	overflow: hidden;

	.detail__value.text-xl {
		margin-top: 0;
	}
}
*/
.vertical-carousel.thin {
  max-width: 120px;
}
.vertical-carousel > .window {
  overflow: hidden;
  position: relative;
  height: 320px;
}
.vertical-carousel .itemGal {
  height: 160px;
}
.vertical-carousel .itemGal a {
  display: block;
  height: 160px;
  width: 120px;
  position: relative;
}
.vertical-carousel .itemGal a img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*
    This is the item wrapper,
    it will be animated.
*/
.vertical-carousel ul {
  list-style: none;
  height: 10000px;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  width: 100%;
}
.vertical-carousel span {
  color: #ffffff;
  font-size: 19px;
  left: 7px;
  position: absolute;
  top: 5px;
}
.vertical-carousel a {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vertical-carousel a:hover {
  opacity: 1;
}
/*
    These are the items
*/
.vertical-carousel .prev,
.vertical-carousel .next {
  display: block;
  font-size: 26px;
  width: 100%;
  position: relative;
  height: 26px;
}
.vertical-carousel .prev i,
.vertical-carousel .next i {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: inherit;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.vertical-carousel .disabled i {
  cursor: auto;
  color: #3C3C3C;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.vertical-carousel li:first-child {
  margin: 0;
}
@media (max-width: 480px) {
  .vertical-carousel > .window {
    height: 106.66666667px;
  }
  .vertical-carousel .itemGal {
    height: 106.66666667px;
  }
  .vertical-carousel .itemGal a {
    height: 106.66666667px;
  }
}
@media (max-width: 360px) {
  .vertical-carousel.thin {
    max-width: 100%;
  }
  .vertical-carousel > .window {
    height: 246.15384615px;
  }
  .vertical-carousel .itemGal {
    height: 246.15384615px;
  }
  .vertical-carousel .itemGal a {
    height: 246.15384615px;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    opacity: 1;
  }
}
.btn-score-toggle {
  position: relative;
}
.btn-score-toggle:before {
  content: '\f068';
  font-family: FontAwesome;
  font-size: 12px;
  display: block;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.btn-score-toggle.collapsed:before {
  content: '\f067';
}
.rating-symbol {
  font-size: 24px;
  color: #e59400;
  cursor: pointer;
}
.rating-symbol .selected {
  color: #ffb732;
}
.score-form-wrapper.in {
  border-bottom: 1px solid #f0f1ed;
}
.review {
  padding: 10px 0;
}
.review__name {
  display: inline-block;
  font-size: 18px;
}
.review__score {
  display: inline-block;
  padding: 0 15px;
}
.review__score i {
  color: #e59400;
  font-size: 18px;
}
.review:not(:last-child) {
  border-bottom: 1px solid #f0f1ed;
}
.cart-footer {
  overflow: hidden;
}
@media (max-width: 320px) {
  .cart-footer {
    text-align: center;
  }
}
@media (max-width: 320px) {
  .cart-footer .btn {
    float: none !important;
    margin: 5px auto;
  }
}
@media (max-width: 480px) {
  .popup-fancybox .cart-footer .btn {
    float: none !important;
    margin: 5px auto;
  }
}
.cart-summary {
  padding-bottom: 25px;
}
.cart-summary--top-border {
  border-top: 1px solid #d1d1d1;
  padding-top: 30px;
}
.cart-summary--no-border {
  border: 0;
  padding-bottom: 0;
}
.cart-summary__row {
  text-align: left;
  margin-bottom: 2px;
  font-size: 16px;
  padding: 10px 20px;
  background: #9fca0b;
  color: #fff;
}
.cart-summary__row--main {
  font-size: 20px;
}
@media (max-width: 400px) {
  .cart-summary__row > span {
    float: none;
  }
}
.cart-summary__row--notice {
  color: #5b5b5b;
  font-size: 13px;
  margin-top: -10px;
}
.cart__info-magazine {
  padding: 25px 0;
  margin-bottom: 25px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.cart-guide {
  background-color: #fff;
  padding: 25px;
  border-top: 2px solid #8cb20a;
  margin-bottom: 20px;
  overflow: hidden;
}
.cart-guide h2 {
  text-align: center;
  margin: 0 0 2px;
  color: #8cb20a;
}
@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
  .cart-guide .btn {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
}
@media (min-width: 480px) {
  .cart-guide .btn {
    float: right;
  }
}
.cart-guide .frm-wrapper {
  margin-bottom: 30px;
}
.cart-guide ol li {
  color: #000;
}
.cart-guide__subtitle {
  text-align: center;
  font-size: 13px;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  margin-bottom: 30px;
}
.cart-guide__lost {
  padding: 0 0 10px;
  display: inline-block;
  text-decoration: underline;
}
.cart-guide__lost:hover,
.cart-guide__lost:focus {
  text-decoration: none;
}
@media (min-width: 480px) {
  .cart-guide__lost {
    padding: 15px 0 0 0;
    text-align: left;
  }
}
.cart__guide_advantages {
  margin: 6px 0 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style-type: none;
}
.cart__guide_advantages li {
  overflow: hidden;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  vertical-align: middle;
  padding: 0 0 0 56px;
  position: relative;
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.cart__guide_advantages li img {
  height: 38px;
  width: auto;
  outline: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
}
.cart__guide_advantages li .table-cell {
  height: 38px;
}
.cart-address {
  margin-bottom: 30px;
  border-right: 1px solid #dedede;
}
@media (min-width: 768px) {
  .cart-address {
    margin-bottom: 0;
  }
}
.cart-address:last-of-type {
  margin-bottom: 0;
  border-right: 0;
}
.cart-address h3 {
  font-size: 18px;
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .cart-address h3 {
    font-size: 22px;
  }
}
.cart-address ul li {
  margin-bottom: 12px;
}
.cart-address ul li a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cart-address__label {
    display: inline-block;
    width: 85px;
  }
}
.cart-ok {
  font-size: 24px;
  padding: 0 0 10px 56px;
  position: relative;
}
@media (min-width: 768px) {
  .cart-ok {
    font-size: 30px;
  }
}
.cart-ok:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 13px;
  width: 32px;
  height: 32px;
  background: url(../images/info-ok.svg) no-repeat;
  background-size: contain;
}
.nav-cart {
  list-style-type: none;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0;
  position: relative;
  min-height: 42px;
}
@media (min-width: 992px) {
  .nav-cart {
    min-height: 46px;
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
  }
}
.nav-cart li {
  display: block;
  font-size: 18px;
  color: #808080;
  position: relative;
  padding: 7px 10px 0 0;
  margin: 0 0 15px;
  counter-increment: item;
}
@media (min-width: 480px) {
  .nav-cart li {
    width: 50%;
    float: left;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 2px 10px 0 10px;
  }
}
@media (min-width: 768px) {
  .nav-cart li {
    width: 25%;
    font-size: 21px;
    padding: 5px 10px 0 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .nav-cart li {
    text-align: center;
    width: auto;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
}
@media (min-width: 1205px) {
  .nav-cart li {
    font-size: 24px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .nav-cart li:after {
    content: "";
    display: block;
    width: 11px;
    height: 20px;
    background: url(../images/arrow-gray.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 19px;
  }
}
@media (min-width: 1205px) {
  .nav-cart li:after {
    top: 15px;
  }
}
.nav-cart li:last-child:after {
  display: none;
}
.nav-cart li a,
.nav-cart li span {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 6px 0 2px 40px;
}
@media (min-width: 480px) {
  .nav-cart li a,
  .nav-cart li span {
    padding: 4px 0 2px 40px;
  }
}
@media (min-width: 768px) {
  .nav-cart li a,
  .nav-cart li span {
    padding: 6px 0 6px 50px;
  }
}
@media (min-width: 1205px) {
  .nav-cart li a,
  .nav-cart li span {
    padding: 4px 0 4px 50px;
  }
}
.nav-cart li a:before,
.nav-cart li span:before {
  content: counter(item);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 18px;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cdcdcd;
  color: #fff;
}
@media (min-width: 992px) {
  .nav-cart li a:before,
  .nav-cart li span:before {
    font-size: 22px;
    width: 42px;
    height: 42px;
    line-height: 41px;
  }
}
.nav-cart li a:before {
  background-color: #8cb20a;
}
.nav-cart .nav-cart__active > a,
.nav-cart .nav-cart__active > span {
  color: #8cb20a;
}
.nav-cart .nav-cart__active > a:before,
.nav-cart .nav-cart__active > span:before {
  background-color: #8cb20a;
}
.cart-table {
  width: 100%;
}
@media (min-width: 768px) {
  .cart-table {
    border-top: 1px solid #d1d1d1;
  }
}
.cart-table th {
  background: #8cb20a;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-align: left;
  padding: 10px;
}
@media (min-width: 992px) {
  .cart-table th {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media (min-width: 1205px) {
  .cart-table th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .cart-table thead {
    display: none;
  }
}
.cart-table tr {
  background-color: #fff;
}
.cart-table tr:nth-child(2n) {
  background-color: #F4F9FD;
}
@media (max-width: 767px) {
  .cart-table tr {
    display: block;
    text-align: center;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    padding: 5px 0;
  }
}
.cart-table td {
  overflow: hidden;
  vertical-align: top;
  padding: 12px 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cart-table td {
    padding: 12px 8px;
  }
}
@media (min-width: 992px) {
  .cart-table td {
    padding: 20px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1205px) {
  .cart-table td {
    padding: 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cart-table td {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 10px;
    border: 0;
  }
}
.cart-table td a:not(.btn) {
  text-decoration: underline;
}
.cart-table td a:not(.btn):hover,
.cart-table td a:not(.btn):focus {
  text-decoration: none;
}
.cart-table .frm-row__remove {
  margin: 9px 0 0;
}
@media (max-width: 767px) {
  .cart-table .frm-row__remove {
    float: none;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
  }
}
.cart-table a.frm-row__remove {
  color: #b50e0c;
}
.cart-table .frm-row__remove--inline {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
@media (min-width: 992px) {
  .cart-table .frm-row__remove--inline {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .cart-table .frm-row__remove--inline {
    height: auto;
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .cart-table__td-title {
    min-width: 360px;
  }
}
.cart-table__mobile-label {
  display: inline-block;
  padding-right: 3px;
  color: #5a5a5a;
  font-size: 13px;
}
@media (min-width: 768px) {
  .cart-table__mobile-label {
    display: none;
  }
}
@media (min-width: 992px) {
  .cart-table__image {
    float: left;
    margin: 0 15px 0 0;
  }
}
.cart-table__image img {
  max-width: 100px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-table__image img {
    width: 50px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .cart-table__image {
    float: left;
    margin: 0 15px 0 0;
  }
}
@media (min-width: 992px) {
  .cart-table__image img {
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  .cart-table__title-wrap {
    float: left;
    width: calc(100% - 115px);
  }
}
.cart-table__title-wrap .btn {
  font-size: 13px;
  margin-top: 10px;
}
.cart-table__title {
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
  display: block;
  margin: 8px 0 10px;
}
.cart-table__row {
  display: block;
  margin-bottom: 5px;
}
.cart-table__row label {
  width: 75px;
}
.cart-table__row input[type="text"] {
  width: calc(100% - 75px);
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .cart-table__row input[type="text"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  td.cart-table__td-code {
    text-align: right;
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  td.cart-table__td-code {
    padding-top: 28px;
  }
}
@media (min-width: 768px) {
  td.cart-table__td-common {
    text-align: right;
  }
}
@media (min-width: 768px) {
  td.cart-table__td-count {
    width: 100px;
  }
}
@media (min-width: 992px) {
  td.cart-table__td-count {
    width: 110px;
  }
}
td.cart-table__td-count input[type="text"] {
  width: 42px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
@media (min-width: 992px) {
  td.cart-table__td-count input[type="text"] {
    float: left;
  }
}
@media (min-width: 768px) {
  td.cart-table__td-count-final {
    text-align: center;
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  td.cart-table__td-count-final {
    padding-top: 28px;
  }
}
.cart-table__recount {
  width: 20px;
  height: 38px;
  background: url('../images/refresh-green.svg') no-repeat center 4px;
  background-size: contain;
  border: 0;
  outline: 0;
  margin: 5px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cart-table__recount {
    float: right;
    background-position: center center;
    margin: 0 0 0 5px;
  }
}
.cart-table__icon-pdf,
.cart-table__icon-epub {
  display: inline-block;
  min-height: 26px;
  padding-right: 28px;
  position: relative;
  margin: 0 0 0 5px;
}
@media (max-width: 767px) {
  .cart-table__icon-pdf,
  .cart-table__icon-epub {
    vertical-align: middle;
  }
}
.cart-table__icon-pdf:after,
.cart-table__icon-epub:after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 21px;
  height: 26px;
}
.cart-table__icon-pdf:after {
  background: url(../images/file-pdf.svg) no-repeat right top;
  background-size: contain;
}
.cart-table__icon-epub:after {
  background: url(../images/file-epub.svg) no-repeat right top;
  background-size: contain;
}
@media (min-width: 768px) {
  td.cart-table__td-status {
    padding-top: 18px;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  td.cart-table__td-status {
    padding-top: 28px;
  }
}
td.cart-table__td-status strong {
  font-family: 'Roboto-Medium', 'Roboto', Arial, sans-serif;
}
@media (min-width: 768px) {
  td.cart-table__td-price {
    text-align: right;
    padding-top: 18px;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  td.cart-table__td-price {
    padding-top: 28px;
  }
}
@media (min-width: 768px) {
  td.cart-table__td-remove {
    text-align: right;
    padding-top: 18px;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  td.cart-table__td-remove {
    padding-top: 28px;
  }
}
td.cart-table__td-participant {
  border-top: 0;
  padding: 0 10px 12px;
}
@media (min-width: 992px) {
  td.cart-table__td-participant {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  td.cart-table__td-participant {
    padding: 8px 10px 5px;
    margin-top: -6px;
  }
}
td.cart-table__td-participant .btn {
  padding: 7px 8px 6px;
  font-size: 13px;
}
.cart-table__participant {
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .cart-table__participant {
    min-width: 280px;
  }
}
@media (min-width: 992px) {
  .cart-table__participant {
    min-width: 290px;
  }
}
@media (min-width: 1205px) {
  .cart-table__participant {
    min-width: 295px;
  }
}
.cart-table__participant .frm-row__remove {
  margin-left: 5px;
  float: none;
  display: inline-block;
}
.cart-table-delivery {
  width: 100%;
  margin: 6px 0 12px;
}
.cart-table-delivery td {
  border: 1px solid #d1d1d1;
  padding: 10px 15px 10px 5px;
  color: #000;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-table-delivery td {
    padding: 10px 5px;
  }
}
/* Progres bar */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #8cb20a;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.7.2018, 9:38:07
    Author     : Bc. Michal Smejkal <m.smejkal123@gmail.com>
*/
.quick-order-shopping-list-name {
  line-height: 39px;
  font-weight: 400;
  font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
}
.quick-order-shopping-list-count {
  width: 50px;
  font-size: 14px;
  font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
  border: 1px solid #CDD9E6;
  padding: 9px 6px 8px;
  background: #F5F7FA;
}
