/* Na míru přestylované jQuery UI. Byl to špatný krok, přepsání bude náročné. Zatím zachováváme. */
/*! jQuery UI - v1.11.4 - 2015-03-26
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, autocomplete.css, button.css, dialog.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 10000;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.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-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
  background: none;
  color: #242f3a;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #d21145;
  font-size: 28px;
  margin-left: 22px;
  width: 343px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 10px 0 0;
  padding: 1px;
  height: 20px;
  text-indent: -9999px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: hidden;
}
.ui-dialog .ui-dialog-content .msg.info,
.ui-dialog .ui-dialog-content .msg.error {
  padding: 5px;
  font-size: 14px !important;
  margin-top: 7px;
  clear: both;
  margin-bottom: 10px !important;
}
.ui-dialog-content.ui-widget-content p.dialog-content-p {
  margin-left: 23px;
  margin-right: 23px;
}
.ui-dialog-content.ui-widget-content span.dialogNoThanks {
  display: inline-block;
  padding-top: 7px;
  text-decoration: underline;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  padding: 0.3em 2.3em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  padding: 0.4em 1em;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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;*/
  /* zakomentovano protoze polozka pri hoveru poskakovala */
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/* Component containers
----------------------------------*/
.ui-dialog-title {
  font-size: 1.3em;
}
.ui-widget-content {
  z-index: 12000;
  background: #ffffff;
  color: #242f3a;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  color: #000000;
  font-weight: bold;
  margin-top: 1.1em;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: bold;
  margin-right: 15px;
  margin-top: -20px;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  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 {
  background: #242f3a;
  font-weight: bold;
}
.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 {
  color: #c77405;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("/assets/lib/jqueryui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("/assets/lib/jqueryui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.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: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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 is deprecated, use ui-icon-seek-start instead */
.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;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  background: #000000;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
  position: fixed;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* support: IE8 */
}
/* Datepicker */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* Datepicker fixes */
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  font-weight: normal;
  margin-top: 0;
  margin-right: 0;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-datepicker .ui-widget-header {
  margin-top: 0;
}
.ui-datepicker .ui-state-hover {
  background: #fffde6;
}
.ui-datepicker .ui-state-active {
  font-weight: bold;
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url("../../mfm/img/ui-icons_222222_256x240.png");
}

/*
waitMe - 1.12 [12.05.15]
Author: vadimsva
Github: https://github.com/vadimsva/waitMe
*/
.waitMe_container {
  position: relative;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.waitMe_container {
  position: fixed;
  width: 100%;
  height: 100%;
}
.waitMe_container .waitMe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9989;
  text-align: center;
}
.waitMe_container .waitMe * {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: initial;
  font-style: initial;
  color: initial;
  text-decoration: initial;
  text-transform: initial;
  padding: initial;
  margin: initial;
}
.waitMe_container .waitMe .waitMe_content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.waitMe_container .waitMe .waitMe_progress {
  position: relative;
}
.waitMe_container .waitMe .waitMe_progress > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.waitMe_container .waitMe .waitMe_text {
  position: relative;
  margin: 20px 0 0;
}
/* before load animation */
body.waitMe_body {
  overflow: hidden;
  height: 100%;
}
body.waitMe_body.hideMe {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
body.waitMe_body .waitMe_container:not([data-waitme_id]) {
  position: fixed;
  z-index: 9989;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}
body.waitMe_body .waitMe_container:not([data-waitme_id]) > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}
body.waitMe_body .waitMe_container.progress > div {
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background: #000;
  box-shadow: -5px 0 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation: progress_body 7s infinite ease-out;
  animation: progress_body 7s infinite ease-out;
}
body.waitMe_body .waitMe_container.working > div {
  width: 10%;
  height: 3px;
  top: 0;
  left: -10%;
  background: #000;
  box-shadow: -5px 0 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation: working_body 2s infinite ease-in-out;
  animation: working_body 2s infinite ease-in-out;
}
body.waitMe_body .waitMe_container.progress > div:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 60%;
  right: 0;
  width: 60px;
  border-radius: 50%;
  opacity: 0.5;
  transform: rotate(3deg);
  box-shadow: #000 1px 0 6px 1px;
}
body.waitMe_body .waitMe_container.img > div {
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
body.waitMe_body .waitMe_container.text > div {
  width: 100%;
  top: 45%;
  text-align: center;
}
@-webkit-keyframes progress_body {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress_body {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes working_body {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
@keyframes working_body {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
/* bounce */
.waitMe_container .waitMe_progress.bounce > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: bounce 1.4s infinite ease-in-out;
  animation: bounce 1.4s infinite ease-in-out;
}
.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* rotateplane */
.waitMe_container .waitMe_progress.rotateplane > div {
  width: 30px;
  height: 30px;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px);
  }
  50% {
    transform: perspective(120px) rotateY(180deg);
  }
  100% {
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
/* stretch */
.waitMe_container .waitMe_progress.stretch > div {
  width: 8px;
  height: 60px;
  margin: 1px;
  -webkit-animation: stretch 1.2s infinite ease-in-out;
  animation: stretch 1.2s infinite ease-in-out;
}
.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretch {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretch {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* orbit */
.waitMe_container .waitMe_progress.orbit {
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-animation: orbit_rotate 2s infinite linear;
  animation: orbit_rotate 2s infinite linear;
}
.waitMe_container .waitMe_progress.orbit > div {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  top: 0;
  position: absolute;
  -webkit-animation: orbit 2s infinite ease-in-out;
  animation: orbit 2s infinite ease-in-out;
}
.waitMe_container .waitMe_progress.orbit .waitMe_progress_elem2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes orbit_rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes orbit_rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes orbit {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes orbit {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/* roundBounce */
.waitMe_container .waitMe_progress.roundBounce {
  width: 60px;
  height: 60px;
  margin: auto;
}
.waitMe_container .waitMe_progress.roundBounce > div {
  width: 20%;
  height: 20%;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: roundBounce 1.2s infinite ease-in-out;
  animation: roundBounce 1.2s infinite ease-in-out;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem1 {
  top: 0;
  left: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2 {
  top: 0;
  right: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3 {
  bottom: 0;
  right: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4 {
  bottom: 0;
  left: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5 {
  top: -9%;
  left: 50%;
  margin-top: -10%;
  margin-left: -10%;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6 {
  top: 50%;
  right: -9%;
  margin-top: -10%;
  margin-right: -10%;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7 {
  bottom: -9%;
  left: 50%;
  margin-bottom: -10%;
  margin-left: -10%;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8 {
  top: 50%;
  left: -9%;
  margin-top: -10%;
  margin-left: -10%;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9 {
  top: 0;
  right: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10 {
  bottom: 0;
  right: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11 {
  bottom: 0;
  left: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12 {
  top: 0;
  left: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes roundBounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes roundBounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* win8 */
.waitMe_container .waitMe_progress.win8 {
  height: 40px;
  margin: auto;
}
.waitMe_container .waitMe_progress.win8 > div {
  width: 40px;
  height: 40px;
  opacity: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transform: rotate(225deg);
  -webkit-animation: win8 5.5s infinite;
  transform: rotate(225deg);
  animation: win8 5.5s infinite;
}
.waitMe_container .waitMe_progress.win8 > div > div {
  width: 15%;
  height: 15%;
  border-radius: 50%;
  position: absolute;
  margin: -12.5%;
}
.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem2 {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem3 {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem4 {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem5 {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
@-webkit-keyframes win8 {
  0% {
    -webkit-transform: rotate(225deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
  }
  30% {
    -webkit-transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
  }
  39% {
    -webkit-transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(815deg);
    -webkit-animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
  }
}
@keyframes win8 {
  0% {
    transform: rotate(225deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    transform: rotate(815deg);
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    transform: rotate(945deg);
  }
}
/* win8_linear */
.waitMe_container .waitMe_progress.win8_linear {
  margin: auto;
  width: 150px;
  height: 6px;
}
.waitMe_container .waitMe_progress.win8_linear > div {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-animation: win8_linear 3s infinite;
  animation: win8_linear 3s infinite;
}
.waitMe_container .waitMe_progress.win8_linear > div > div {
  width: 4%;
  height: 100%;
  border-radius: 50%;
}
.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@-webkit-keyframes win8_linear {
  0% {
    -webkit-transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(33.333%);
    -webkit-animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(53.333%);
    -webkit-animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(86.666%);
  }
}
@keyframes win8_linear {
  0% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  10% {
    opacity: 1;
    transform: translateX(33.333%);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(53.333%);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0;
    transform: translateX(86.666%);
  }
}
/* ios */
.waitMe_container .waitMe_progress.ios {
  margin: auto;
  width: 40px;
  height: 40px;
}
.waitMe_container .waitMe_progress.ios > div {
  width: 10%;
  height: 26%;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-animation: ios 1s linear infinite;
  animation: ios 1s linear infinite;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem1 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: 0s;
  transform: rotate(0deg) translate(0, -142%);
  animation-delay: 0s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.9167s;
  transform: rotate(30deg) translate(0, -142%);
  animation-delay: -0.9167s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.833s;
  transform: rotate(60deg) translate(0, -142%);
  animation-delay: -0.833s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
  transform: rotate(90deg) translate(0, -142%);
  animation-delay: -0.75s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.667s;
  transform: rotate(120deg) translate(0, -142%);
  animation-delay: -0.667s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.5833s;
  transform: rotate(150deg) translate(0, -142%);
  animation-delay: -0.5833s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
  transform: rotate(180deg) translate(0, -142%);
  animation-delay: -0.5s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
  transform: rotate(210deg) translate(0, -142%);
  animation-delay: -0.41667s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.333s;
  transform: rotate(240deg) translate(0, -142%);
  animation-delay: -0.333s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
  transform: rotate(270deg) translate(0, -142%);
  animation-delay: -0.25s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.1667s;
  transform: rotate(300deg) translate(0, -142%);
  animation-delay: -0.1667s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.0833s;
  transform: rotate(330deg) translate(0, -142%);
  animation-delay: -0.0833s;
}
@-webkit-keyframes ios {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes ios {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
/* facebook */
.waitMe_container .waitMe_progress.facebook {
  margin: auto;
}
.waitMe_container .waitMe_progress.facebook > div {
  width: 6px;
  height: 25px;
  margin-left: 3px;
  -webkit-animation: facebook 1.3s linear infinite;
  animation: facebook 1.3s linear infinite;
}
.waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem1 {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
  -webkit-transform: scale(0.7);
  opacity: 0.3;
}
.waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem2 {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
  -webkit-transform: scale(0.85);
  opacity: 0.4;
}
.waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem3 {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  -webkit-transform: scale(1);
  opacity: 0.5;
}
@-webkit-keyframes facebook {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0.1;
  }
  1% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0.1;
  }
}
@keyframes facebook {
  0% {
    transform: scale(0.7);
    opacity: 0.1;
  }
  1% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.1;
  }
}
/* rotation */
.waitMe_container .waitMe_progress.rotation > div {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 100%;
  border-width: 6px;
  border-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* timer */
.waitMe_container .waitMe_progress.timer {
  width: 40px;
  height: 40px;
  margin: auto;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  text-indent: -9999px;
}
.waitMe_container .waitMe_progress.timer > .waitMe_progress_elem1 {
  border-radius: 3px;
  position: absolute;
  width: 4px;
  height: 48%;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  -webkit-animation: timer 1.25s infinite linear;
  animation: timer 1.25s infinite linear;
  -webkit-transform-origin: 2px 2px;
  transform-origin: 2px 2px;
}
.waitMe_container .waitMe_progress.timer > .waitMe_progress_elem2 {
  border-radius: 3px;
  position: absolute;
  width: 4px;
  height: 40%;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  -webkit-animation: timer 15s infinite linear;
  animation: timer 15s infinite linear;
  -webkit-transform-origin: 2px 2px;
  transform-origin: 2px 2px;
}
@-webkit-keyframes timer {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes timer {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* pulse */
.waitMe_container .waitMe_progress.pulse {
  width: 30px;
  height: 30px;
  margin: auto;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  position: relative;
  opacity: 0;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* progressBar */
.waitMe_container .waitMe_progress.progressBar {
  width: 200px;
  height: 20px;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 20px;
  line-height: 0;
}
.waitMe_container .waitMe_progress.progressBar > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-size: 50px 50px;
  -webkit-animation: progressBar 2s linear infinite;
  animation: progressBar 2s linear infinite;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(-45deg, rgba(240, 240, 240, 0.4) 25%, transparent 25%, transparent 50%, rgba(240, 240, 240, 0.4) 50%, rgba(240, 240, 240, 0.4) 75%, transparent 75%, transparent);
}
@-webkit-keyframes progressBar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes progressBar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/* bouncePulse */
.waitMe_container .waitMe_progress.bouncePulse > div {
  width: 20px;
  height: 20px;
  margin-right: 1%;
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: bouncePulse 1.4s infinite ease-in-out;
  animation: bouncePulse 1.4s infinite ease-in-out;
  -webkit-transform: scale(0.5);
}
.waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem1,
.waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes bouncePulse {
  0%,
  90%,
  100% {
    -webkit-transform: scale(0.5);
  }
  45% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncePulse {
  0%,
  90%,
  100% {
    -transform: scale(0.5);
  }
  45% {
    -transform: scale(1);
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 *  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('/assets/font/font-awesome//fontawesome-webfont.eot?v=4.7.0');
  src: url('/assets/font/font-awesome//fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/assets/font/font-awesome//fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/assets/font/font-awesome//fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/assets/font/font-awesome//fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/assets/font/font-awesome//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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -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: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "My Food Market";
  src: url("/assets/font/MyFoodMarket.eot?ca35b2e733072e5e465e7d32ef397220");
  src: url("/assets/font/MyFoodMarket.eot?ca35b2e733072e5e465e7d32ef397220#iefix") format("embedded-opentype"), url("/assets/font/MyFoodMarket.woff2?ca35b2e733072e5e465e7d32ef397220") format("woff2"), url("/assets/font/MyFoodMarket.woff?ca35b2e733072e5e465e7d32ef397220") format("woff"), url("/assets/font/MyFoodMarket.ttf?ca35b2e733072e5e465e7d32ef397220") format("truetype"), url("/assets/font/MyFoodMarket.svg?ca35b2e733072e5e465e7d32ef397220#_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "My Food Market";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alert:before,
.icon-back:before,
.icon-calendar_circle:before,
.icon-check_circle:before,
.icon-check:before,
.icon-close:before,
.icon-collapse:before,
.icon-delete:before,
.icon-down:before,
.icon-expand:before,
.icon-facebook:before,
.icon-home:before,
.icon-info_circle:before,
.icon-instagram:before,
.icon-left:before,
.icon-mail_circle:before,
.icon-menu:before,
.icon-more:before,
.icon-phone_circle:before,
.icon-pin_circle:before,
.icon-right:before,
.icon-search:before,
.icon-up:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-alert:before {
  content: "\f101";
}
.icon-back:before {
  content: "\f102";
}
.icon-calendar_circle:before {
  content: "\f103";
}
.icon-check_circle:before {
  content: "\f104";
}
.icon-check:before {
  content: "\f105";
}
.icon-close:before {
  content: "\f106";
}
.icon-collapse:before {
  content: "\f107";
}
.icon-delete:before {
  content: "\f108";
}
.icon-down:before {
  content: "\f109";
}
.icon-expand:before {
  content: "\f10a";
}
.icon-facebook:before {
  content: "\f10b";
}
.icon-home:before {
  content: "\f10c";
}
.icon-info_circle:before {
  content: "\f10d";
}
.icon-instagram:before {
  content: "\f10e";
}
.icon-left:before {
  content: "\f10f";
}
.icon-mail_circle:before {
  content: "\f110";
}
.icon-menu:before {
  content: "\f111";
}
.icon-more:before {
  content: "\f112";
}
.icon-phone_circle:before {
  content: "\f113";
}
.icon-pin_circle:before {
  content: "\f114";
}
.icon-right:before {
  content: "\f115";
}
.icon-search:before {
  content: "\f116";
}
.icon-up:before {
  content: "\f117";
}
.border-left {
  border-left: 1px solid #d1d6db;
}
.border-right {
  border-right: 1px solid #d1d6db;
}
.border-top {
  border-top: 1px solid #d1d6db;
}
.border-bottom {
  border-bottom: 1px solid #d1d6db;
}
/* Box Sizing */
/* Border Box For IE7 */
/* Rounded Corners */
/* Single Side Rounded Corners */
/* Drop shadow */
/* Transition */
/* User select */
/* Opacity */
/* Placeholder */
/* Top-to-Bottom Gradient */
/* Left-to-Right Gradient */
/* Top-to-Bottom 3 Stop Gradient */
/* Left-to-Right 3 Stop Gradient */
/* Top-to-Bottom 4 Stop Gradient */
/* Left-to-Right 4 Stop Gradient */
/* Top-to-Bottom transparent 6 Gradient */
/****** Utils ******/
/* Font */
/* Center */
/* Size */
/* Square Size */
/* Reset Filter */
/* Image from Sprite */
/***** RESET CSS/LESS *****/
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Display in IE6-9 and FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Display block in IE6-9 and FF3 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}
/* Prevents sub and sup affecting line-height in all browsers */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Img border in a's and image quality */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Forms */
/* Font size in all browsers, margin changes, misc consistency */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/***** FONT CSS/LESS *****/
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/font/font-awesome//fontawesome-webfont.eot?v=4.7.0');
  src: url('/assets/font/font-awesome//fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/assets/font/font-awesome//fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/assets/font/font-awesome//fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/assets/font/font-awesome//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thirstyscriptextrabolddemo';
  src: url('/assets/font/thirstyscriptextrabolddemo.eot');
  src: url('/assets/font/thirstyscriptextrabolddemo.eot?#iefix') format('embedded-opentype'), url('/assets/font/thirstyscriptextrabolddemo.svg') format('svg'), url('/assets/font/thirstyscriptextrabolddemo.woff') format('woff'), url('/assets/font/thirstyscriptextrabolddemo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'thirstyroughreg';
  src: url('/assets/font/thirstyroughreg.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IntroRegular';
  src: url('/assets/font/IntroRegular.eot');
  src: local('☺'), url('/assets/font/IntroRegular.eot#iefix') format('embedded-opentype'), url('/assets/font/IntroRegular.woff') format('woff'), url('/assets/font/IntroRegular.ttf') format('truetype'), url('/assets/font/IntroRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IntroBold';
  src: url('/assets/font/IntroBold.eot');
  src: local('☺'), url('/assets/font/IntroBold.eot#iefix') format('embedded-opentype'), url('/assets/font/IntroBold.woff') format('woff'), url('/assets/font/IntroBold.ttf') format('truetype'), url('/assets/font/IntroBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SantEliaScript-Light';
  src: url('/assets/font/SantEliaScript-Light.eot');
  src: local('☺'), url('/assets/font/SantEliaScript-Light.eot?#iefix') format('embedded-opentype'), url('/assets/font/SantEliaScript-Light.woff') format('woff'), url('/assets/font/SantEliaScript-Light.ttf') format('truetype'), url('/assets/font/SantEliaScript-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***** BASE CSS/LESS *****/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  font-family: IntroRegular, Verdana, sans-serif;
  font-size: 0.85em;
  line-height: 1.5em;
  color: #10263b;
  background: #fff;
  width: 100%;
  display: block;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #10263b;
  font-family: "IntroBold";
}
h1 {
  font-weight: normal;
  margin-top: 0.5833em;
  font-size: 2.5714em;
  line-height: 1.1667em;
  /* 36px/42px */
  margin-bottom: 15px;
}
h2 {
  font-weight: normal;
  font-size: 1.2857em;
  line-height: 1.1667em;
  /* 18px/21px */
}
h3 {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.235em;
  /* 17px/21px */
}
h4 {
  font-weight: 500;
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  /* 14px/21px */
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
p,
ul,
ol,
address {
  font-size: 1em;
  /* 14px */
  margin-bottom: 10px;
  /* 10px */
}
ol {
  list-style-position: inside;
}
strong {
  font-weight: bold;
}
.semi {
  font-weight: 500;
}
em {
  font-style: italic;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: 0.714em;
  /* 10px */
}
big,
big a {
  font-size: 1.286em;
  /* 18px */
  font-weight: 500;
  color: #c6143d;
}
.bigger {
  font-size: 2.5714em;
  line-height: 1.1667em;
  /* 36px/42px */
}
abbr {
  color: #c6143d;
  border-bottom: 1px dashed #c6143d;
}
hr {
  border: none;
  border-top: 1px solid #000;
}
/***** COMMON CSS/LESS *****/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.hidden,
.js-hidden {
  display: none;
}
.show,
.js-show {
  display: block;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #d1d6db;
}
.perex {
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.upper {
  font-weight: 500;
  text-transform: uppercase;
}
.for-big {
  line-height: 42px;
  vertical-align: baseline;
}
/* fonts */
.font-1-14 {
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.elia {
  font-family: "SantEliaScript-Light";
}
/* margin / padding */
.mt-1n {
  margin-top: 10px;
}
.mt-2n {
  margin-top: 20px;
}
.mt-3n {
  margin-top: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1n {
  margin-bottom: 10px;
}
.mb-2n {
  margin-bottom: 20px;
}
.mb-3n {
  margin-bottom: 30px;
}
.mr-4n {
  margin-right: 40px;
}
.ml-21 {
  margin-left: 21px !important;
}
/* width */
.w-15p {
  width: 15%;
}
.w-10 {
  width: 10px;
}
.w-90 {
  width: 90px;
}
.w-100 {
  width: 100px;
}
.w-110 {
  width: 110px;
}
.w-120 {
  width: 120px;
}
.w-140 {
  width: 140px;
}
.w-160 {
  width: 160px;
}
ol.upper-roman {
  counter-reset: chapter;
  list-style: none;
  padding: 0;
  line-height: 25px;
}
ol.upper-roman > li .title {
  font-weight: 500;
  margin: 20px 0;
  font-weight: bold;
}
ol.upper-roman > li .title:before {
  counter-increment: chapter;
  content: counter(chapter, upper-roman) '.';
  margin-right: 5px;
}
ol.upper-roman > li:first-child .title {
  margin-top: 0;
}
ol.upper-roman > li ol {
  counter-reset: section;
  list-style: none;
  padding: 0;
}
ol.upper-roman > li ol > li {
  margin-bottom: 10px;
}
ol.upper-roman > li ol > li:before {
  counter-increment: section;
  content: counter(chapter) '.' counter(section);
  margin-right: 5px;
}
ol.upper-roman > li ul {
  margin: 15px 0 15px 15px;
}
ul.alpha li {
  list-style: lower-alpha inside;
  background: none;
}
.hr {
  width: 100%;
  clear: both;
  border-top: 1px solid #d1d6db;
}
/* COLS */
.cols-2 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cols-2 .col {
  width: 49%;
  margin-right: 2%;
}
.cols-2 .col.child {
  margin-right: 0;
}
.cols-2.bordered .col {
  padding-right: 2%;
  border-right: 1px solid #d1d6db;
}
.cols-2.bordered .col.child {
  border: none;
}
.cols-3 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cols-3 .col {
  width: 32%;
  margin-right: 2%;
}
.cols-3 .col.child {
  margin-right: 0;
}
.cols-3.bordered .col {
  padding-right: 2%;
  border-right: 1px solid #d1d6db;
}
.cols-3.bordered .col.child {
  border: none;
}
.cols-4 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cols-4 .col {
  width: 23.5%;
  margin-right: 2%;
}
.cols-4 .col.child {
  margin-right: 0;
}
.cols-4.bordered .col {
  padding-right: 2%;
  border-right: 1px solid #d1d6db;
}
.cols-4.bordered .col.child {
  border: none;
}
.cols-4 .s-col {
  width: 18.5%;
  margin-right: 2%;
}
.cols-4 .s-col.child {
  margin-right: 0;
}
.cols-4 .b-col {
  width: 28.5%;
  margin-right: 2%;
}
.cols-4 .b-col.child {
  margin-right: 0;
}
.cols-2-3 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cols-2-3 .s-col {
  width: 33.33333333%;
  padding-right: 30px;
}
.cols-2-3 .b-col {
  width: 66.66666667%;
}
.cols-3-2 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cols-3-2 .s-col {
  width: 33.33333333%;
}
.cols-3-2 .b-col {
  width: 66.66666667%;
  padding-right: 30px;
}
.cols-4-1 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cols-4-1 .s-col {
  width: 25%;
}
.cols-4-1 .b-col {
  width: 75%;
  padding-right: 30px;
}
.col,
.s-col,
.b-col {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  cursor: help;
}
.dotted-underline {
  border-bottom: 1px dashed #777777;
}
.ui-tooltip {
  position: absolute;
  z-index: 13000;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
  background: #10263b;
  color: #fff;
  padding: 5px 10px;
  opacity: 0.95;
  font-size: 0.9286em;
  line-height: 1.6154em;
  /* 13px/21px */
  text-align: center;
}
.ui-tooltip:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #10263b transparent transparent transparent;
  display: block;
  width: 0px;
  height: 0px;
}
.ui-autocomplete {
  list-style-type: none;
  border: 2px solid #d7d7d7;
  background-color: #fff;
  z-index: 1001;
  font-size: 16px;
  font-family: IntroRegular;
}
.ui-autocomplete .ui-menu-item {
  height: 50px;
  line-height: 50px;
  background: none;
  padding: 0 25px !important;
  float: none !important;
  margin: 0 !important;
  text-transform: none;
  color: #10263b;
  border-bottom: 1px solid #d7d7d7;
}
.ui-autocomplete .ui-menu-item.header {
  font-size: 1.2em;
  cursor: default;
  height: 35px;
  line-height: 35px;
  background-color: #b4c332;
  color: #fff;
  font-family: SantEliaScript-Light;
}
.ui-autocomplete .ui-menu-item.header.ui-state-focus {
  /* = hover */
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item.category {
  text-transform: uppercase;
}
.ui-autocomplete .ui-menu-item.category .arrow {
  display: inline-block;
  float: right;
}
.ui-autocomplete .ui-menu-item.category:hover {
  color: #c6143d;
}
.ui-autocomplete .ui-menu-item.product:hover,
.ui-autocomplete .ui-menu-item.search:hover {
  color: #c6143d;
}
.ui-autocomplete .ui-menu-item.product .price {
  display: inline-block;
  float: right;
  font-weight: bold;
}
.ui-autocomplete .ui-menu-item.search {
  text-transform: uppercase;
  padding-left: 90px !important;
  background: url('../../eshop/img/ic_search.png') no-repeat 35px center;
}
.ui-autocomplete .ui-menu-item .item-prefix {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}
.ui-autocomplete .ui-menu-item .item-prefix:hover {
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item .item-prefix img {
  vertical-align: middle;
  width: 44px;
  height: 44px;
}
.ui-autocomplete .ui-state-focus {
  font-weight: normal;
  text-decoration: underline;
  background: #f3f5f7;
  cursor: pointer;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  padding: 0;
  margin: 1px 0.2em 0 0;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom-width: 0;
  white-space: nowrap;
  background: none;
}
.ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 20px;
  color: #10263b;
  outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background-color: #f3f5f7;
}
.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 .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 30px;
  background-color: #f3f5f7;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs {
  z-index: inherit;
}
.b-require:before {
  content: '';
  speak: none;
  vertical-align: middle;
  background: url("../../eshop/img/main_sprite.png") no-repeat scroll transparent -104px -89px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
strong {
  font-family: 'IntroBold';
}
/***** FORM ELEMENT CSS/LESS *****/
button:-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
a.btn,
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  padding: 3px 20px 0 20px;
  background: #c6143d;
  border: 0;
  text-transform: uppercase;
  font-family: IntroRegular;
  font-size: 1em;
  line-height: 2.214em;
  height: 2.214em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
button:disabled,
a.btn:disabled,
.btn:disabled,
button.disabled,
a.btn.disabled,
.btn.disabled {
  color: #fff !important;
  background-color: #d1d6db !important;
  cursor: default !important;
}
button:active,
a.btn:active,
.btn:active {
  outline: none;
}
button:hover,
a.btn:hover,
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #10263b;
}
button.green,
a.btn.green,
.btn.green {
  background: #c2d100;
  color: #10263b;
}
button.green:hover,
a.btn.green:hover,
.btn.green:hover {
  background: #b4c332;
  color: #10263b;
}
button.green:visited,
a.btn.green:visited,
.btn.green:visited {
  color: #10263b;
}
button.grey,
a.btn.grey,
.btn.grey {
  background: #f3f5f7;
}
button.grey:hover,
a.btn.grey:hover,
.btn.grey:hover {
  background: #d1d6db;
}
button.for-h,
a.btn.for-h,
.btn.for-h {
  position: relative;
  top: -15px;
}
button strong,
a.btn strong,
.btn strong {
  font-family: IntroBold;
  font-weight: normal;
}
input,
textarea {
  margin: 0 0 10px 0;
  padding: 0;
  color: #10263b;
  font-size: 1em;
  outline: none;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
textarea[type="text"],
input[type="password"],
textarea[type="password"],
input[type="email"],
textarea[type="email"] {
  border: 1px solid #d1d6db;
  padding: 0.357em;
  background-color: #fff;
}
input[type="radio"],
textarea[type="radio"],
input[type="checkbox"],
textarea[type="checkbox"] {
  margin: 0;
}
input:focus,
textarea:focus {
  border: 1px solid #c2d100;
}
input.input-error,
textarea.input-error {
  border: 1px solid #a94442;
}
textarea {
  border: 1px solid #d1d6db;
  padding: 0.357em;
  background-color: #fff;
  height: 147px;
}
.popup-slots .slots div.select2-container {
  float: none !important;
  width: 82% !important;
}
.popup-slots .msg.info.news {
  width: 80%;
}
.popup-slots .ui-button.dialog-button {
  width: 30%;
  float: none !important;
}
.groups input[type="radio"],
.groups input[type="checkbox"] {
  float: left;
  width: 20px;
  margin-top: 1px;
}
.groups .label-group {
  width: 92%;
  float: left;
}
.groups .label-group .long {
  width: 75%;
  text-align: left;
  font-weight: 500;
}
.groups .label-group .short {
  width: 20%;
  text-align: right;
}
.form-placeholder input[type="text"],
.form-placeholder input[type="password"],
.form-placeholder input[type="email"] {
  width: 100%;
  padding: 0.571em;
}
.form-placeholder textarea {
  width: 100%;
  padding: 0.571em;
}
.form-fullwidth {
  width: 100%;
  padding: 0;
}
.form-fullwidth label,
.form-fullwidth div.input,
.form-fullwidth input[type="text"],
.form-fullwidth input[type="password"],
.form-fullwidth input[type="email"],
.form-fullwidth textarea,
.form-fullwidth select,
.form-fullwidth .val-info {
  float: left;
  width: 30%;
}
.form-fullwidth label {
  width: 13%;
  margin-right: 1%;
  text-align: right;
  padding-top: 0.357em;
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.form-fullwidth input[type="text"],
.form-fullwidth input[type="password"],
.form-fullwidth input[type="email"],
.form-fullwidth textarea,
.form-fullwidth select,
.form-fullwidth div.input {
  width: 30%;
}
.form-fullwidth input[type="radio"],
.form-fullwidth input[type="checkbox"] {
  margin-top: 0.643em;
  float: left;
}
.form-fullwidth div.input {
  padding-top: 0.357em;
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.form-fullwidth .val-info {
  width: 50%;
  margin-bottom: 15px;
}
.form-fullwidth .val-info .require,
.form-fullwidth .val-info .validation {
  display: inline-block;
}
.form-fullwidth .val-info .require {
  vertical-align: top;
  background: url("../../eshop/img/main_sprite.png") no-repeat scroll transparent -104px -89px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.form-fullwidth .val-info .validation {
  width: 90%;
}
.form-fullwidth button {
  margin-left: 14%;
  margin-bottom: 10px;
}
.form-fullwidth .form-note {
  margin-left: 14%;
}
.form-fullwidth .m-label {
  margin-left: 14%;
}
.form-fullwidth h3 {
  margin-left: 14%;
  margin-top: 10px;
}
.form-login {
  margin: 20px 0;
  padding: 30px 0;
  border-top: 1px solid #f3f5f7;
  border-bottom: 1px solid #f3f5f7;
}
.form-register {
  margin: 20px 0;
  padding: 30px 0;
  border-top: 1px solid #f3f5f7;
  border-bottom: 1px solid #f3f5f7;
}
.form-register .terms-of-use,
.form-register .newsletter-subscription {
  margin-bottom: 10px;
}
.form-register .terms-of-use label,
.form-register .newsletter-subscription label {
  width: 33%;
  text-align: left;
}
.form-register .terms-of-use input,
.form-register .newsletter-subscription input {
  /* width: 2%;*/
  margin-right: 1%;
  margin-left: 11%;
}
.form-register .terms-of-use a,
.form-register .newsletter-subscription a {
  text-decoration: underline;
}
.step-2 .form-anonymous .terms-of-use {
  margin-bottom: 10px;
}
.step-2 .form-anonymous .terms-of-use label {
  width: 57%;
  text-align: left;
}
.step-2 .form-anonymous .terms-of-use input {
  margin-right: 1%;
}
.form-user {
  margin: 0 0 20px 0;
  padding: 30px 0;
  border-bottom: 1px solid #f3f5f7;
}
.form-user .select2 {
  width: auto !important;
}
.form-password {
  margin: 0 0 20px 0;
  padding: 30px 0;
  border-bottom: 1px solid #f3f5f7;
}
.form-password .select2 {
  width: auto !important;
}
.form-filter {
  margin: 0 0 40px;
}
.form-filter fieldset {
  display: inline-block;
}
.form-filter label {
  font-weight: 500;
  margin-right: 10px;
  font-family: 'IntroRegular';
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.form-filter select .select2-choice,
.form-filter .selectizr .select2-choice {
  min-width: 140px;
  width: 140px;
}
.form-buy input {
  width: 60px;
  height: 40px;
  background-color: #f3f5f7;
  text-align: center;
  margin: 0;
}
.form-buy button {
  line-height: 45px;
  font-size: 15px;
  height: 40px;
  padding: 0 16px;
  font-family: IntroBold;
}
.form-buy.form-buy-inline form {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.form-buy.form-buy-inline form button {
  margin-left: 0;
}
.form-buy.form-buy-inline form button:disabled {
  margin: 0 auto;
}
.form-zip input {
  width: 125px;
  margin: 0 10px 0 0;
}
/* DialogMessage amount/zip form styles */
.buttonSend {
  position: relative;
  display: inline-block;
  margin-left: 17px;
  float: left;
  height: 32px;
}
.buttonSend[id=buttonSpinner] {
  width: 120px;
}
#buttonSpinnerAmount {
  float: left;
  margin-left: 0;
  margin-right: 17px;
}
.inputZip {
  width: 188px;
  height: 32px;
  float: left;
}
.phone-number #personalData-phonePrefix,
.phone-number #user-phonePrefix {
  border: 1px solid #d1d6db;
}
.phone-number #personalData-phonePrefix:focus,
.phone-number #user-phonePrefix:focus {
  outline-color: #c2d100;
}
.phone-number #personalData-phonePrefix {
  height: 32px;
  width: 14%;
}
.phone-number #user-phonePrefix {
  height: 27px;
  width: 5%;
}
.phone-number #personalData-phonePrefix-validation-icon,
.phone-number #user-phonePrefix-validation-icon {
  display: none;
}
.phone-number #personalData-phone {
  width: 56%;
}
.phone-number #user-phone {
  width: 25%;
}
.phone-number #user-phonePrefix-errors {
  display: none;
}
/***** TABLE CSS/LESS *****/
table {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 0.643em 1.214em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
}
table thead th,
table thead td {
  background-color: #c6143d;
  color: #fff;
}
table thead th {
  font-weight: bold;
}
table tbody tr:nth-child(odd) th,
table tbody tr:nth-child(odd) td {
  background-color: #f3f5f7;
}
table tbody tr:nth-child(even) th,
table tbody tr:nth-child(even) td {
  background-color: #f3f5f7;
}
.table-cart th,
.table-cart td {
  border-right: none;
  border-bottom: 1px solid #f3f5f7;
  padding: 10px 30px 10px 0;
}
.table-cart thead th,
.table-cart thead td {
  background-color: #fff;
  color: #10263b;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-cart thead th {
  font-weight: normal;
}
.table-cart tbody tr:nth-child(even) th,
.table-cart tbody tr:nth-child(odd) th,
.table-cart tbody tr:nth-child(even) td,
.table-cart tbody tr:nth-child(odd) td {
  background-color: #fff;
  font-size: 1.2857em;
  line-height: 1.1667em;
  /* 18px/21px */
}
.table-cart tbody tr td.prod-img {
  line-height: 0.6em;
  padding-right: 5px;
}
.table-cart tbody tr td.prod-img img {
  margin-left: 65px;
  width: 50px;
  height: 50px;
}
.table-cart tbody tr td a.btn {
  font-size: 0.778em;
}
.table-cart tbody tr td .msg {
  margin-bottom: 0;
  padding: 10px;
}
.table-cart tfoot tr th,
.table-cart tfoot tr td {
  font-size: 1.2857em;
  line-height: 1.1667em;
  border-bottom: none;
  vertical-align: baseline;
}
.table-cart tfoot tr th a,
.table-cart tfoot tr td a,
.table-cart tfoot tr th button,
.table-cart tfoot tr td button {
  font-size: 0.7778em;
  line-height: 1.5em;
  /* 14px/21px */
}
.table-cart tfoot tr th .in-table,
.table-cart tfoot tr td .in-table {
  font-size: 1em;
  line-height: 2.214em;
}
.table-cart tfoot .final-payment-price .right {
  font-size: 25px;
  line-height: 21px;
}
.table-cart tfoot .tfoot-total-price {
  font-weight: 500;
  color: #c6143d;
  font-size: 35px;
  line-height: 40px;
}
.table-cart tfoot .tfoot-total-price span.currency {
  color: #10263b;
  font-weight: normal;
  font-size: 25px;
  line-height: 21px;
}
.table-cart tfoot .price {
  white-space: nowrap;
  margin-top: 5px;
}
.table-cart tfoot .price span.currency {
  color: #10263b;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
.table-cart tfoot .footinfo {
  font-size: 0.95em;
  padding-right: 23px;
}
.table-cart .prod-info {
  vertical-align: top;
  padding-right: 60px;
}
.table-cart .prod-info h3 {
  padding-top: 0.357em;
  font-size: 18px;
}
.table-cart .prod-info a:hover {
  color: #000;
}
.table-cart .prod-info .manufacturer {
  font-size: 0.7778em;
  line-height: 1.5em;
  /* 14px/21px */
}
.table-cart input {
  width: 55px;
  text-align: center;
  vertical-align: baseline;
}
.table-cart .label {
  color: #c6143d;
  font-style: normal;
}
.table-cart .discount {
  font-style: italic;
  font-size: 0.7778em;
  line-height: 1.5em;
  /* 14px/21px */
}
.table-cart .discount.review .valid {
  padding-right: 93px;
}
.table-cart .discount.done .valid {
  padding-right: 115px;
}
.table-cart .discount h3 {
  font-size: 24px;
  padding: 15px 0;
  font-weight: normal;
}
.table-cart .discount h3.valid {
  text-align: right;
  padding-right: 65px;
}
.table-cart .discount h3.invalid {
  text-align: center;
}
.table-cart .discount strong,
.table-cart .discount i {
  color: #c6143d;
}
.table-cart .currency {
  font-weight: 500;
}
.table-cart .pieces {
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 10px;
}
.table-cart .price,
.table-cart .total-price {
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 10px;
}
.table-cart .price span.currency,
.table-cart .total-price span.currency,
.table-cart .price small,
.table-cart .total-price small {
  color: #10263b;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
.table-cart .remove {
  padding-right: 0;
  padding-top: 14px;
}
.table-cart .remove .icon-delete {
  font-size: 25px;
  cursor: pointer;
}
.table-cart .remove .icon-delete:hover {
  text-decoration: none;
}
.table-cart .remove:before {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
}
.table-cart .error td {
  background-color: #f2dede !important;
}
.table-cart .warning td {
  background-color: #fcf8e3 !important;
}
.table-info {
  border-top: 1px solid #f3f5f7;
  border-bottom: 1px solid #f3f5f7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.table-info th,
.table-info td {
  border-right: none;
  padding: 2px 1.071em 2px 0;
}
.table-info th {
  padding-top: 20px;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: 1.2857em;
  line-height: 1.1667em;
  /* 18px/21px */
}
.table-info tbody tr:nth-child(even) th,
.table-info tbody tr:nth-child(odd) th,
.table-info tbody tr:nth-child(even) td,
.table-info tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.table-orders th,
.table-orders td {
  border-right: none;
  border-bottom: 1px solid #f3f5f7;
  padding: 0.714em;
}
.table-orders thead th,
.table-orders thead td {
  background-color: #fff;
  color: #10263b;
  padding-top: 0.357em;
  padding-bottom: 0.357em;
}
.table-orders thead th {
  font-weight: normal;
}
.table-orders tbody tr:nth-child(even) th,
.table-orders tbody tr:nth-child(odd) th,
.table-orders tbody tr:nth-child(even) td,
.table-orders tbody tr:nth-child(odd) td {
  background-color: #fff;
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.table-orders tbody tr td a.btn {
  padding: 0 20px;
}
#identity {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 27px;
}
#identity a {
  color: #10263b;
  font-family: IntroRegular;
  font-size: 18px;
  text-transform: uppercase;
}
#identity .login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#identity .separator {
  margin: 0 10px;
  font-size: 20px;
}
#identity #logged-user {
  background: url('../../eshop/img/ic_user.png') no-repeat left top;
  padding-left: 25px;
}
#identity #delivery-address {
  text-transform: none;
  background: url('../../eshop/img/ic_pin.png') no-repeat left top;
  padding-left: 20px;
}
#top_search {
  width: calc(100% - 40px);
  max-width: none;
  padding: 25px 20px 20px;
}
@media screen and (min-width: 1200px) {
  #top_search {
    width: auto;
    max-width: 1170px;
    padding: 0;
  }
}
.top-search {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  margin-left: 15px;
}
.top-search form {
  display: flex;
  justify-content: center;
}
.top-search__submit {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin: 0;
}
.top-search__submit button {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #10263b;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.top-search__submit button .icon {
  font-size: 16px;
}
.top-search__submit button:hover {
  background-color: #10263b;
  color: #fff;
}
.top-search__input {
  width: 0;
  height: 50px;
  margin: 0;
  padding: 2px 0 0;
  font-size: 17px;
  color: #10263b;
  font-style: normal;
  transition: width 0.7s ease-in-out, padding 0.7s ease-in-out;
  border: none;
}
.top-search__input::placeholder {
  font-size: 17px;
  color: #10263b;
  font-style: normal;
  font-family: IntroRegular, Verdana, sans-serif;
  opacity: 1;
}
input.top-search__input {
  padding: 2px 0 0;
  border: none;
}
.top-search.hidden {
  visibility: visible !important;
}
.top-search.open .top-search__submit button {
  color: #10263b;
  background-color: #c2d100;
}
.top-search.open .top-search__input {
  width: 280px;
  padding: 2px 19px 0;
}
.cbp-hrmenu {
  width: 1170px;
  font-family: IntroRegular;
  position: relative;
  z-index: 1000;
  font-size: 17px;
  line-height: 20px;
  background-color: rgba(16, 38, 59, 0.8);
}
.cbp-hrmenu.cropped {
  overflow: hidden;
}
.cbp-hrmenu a,
.cbp-hrmenu a:focus,
.cbp-hrmenu a:visited,
.cbp-hrmenu a:visited:focus {
  color: #fff;
}
.cbp-hrmenu a:hover,
.cbp-hrmenu a:focus:hover,
.cbp-hrmenu a:visited:hover,
.cbp-hrmenu a:visited:focus:hover {
  text-decoration: none;
  color: #c2d100;
  background: #10263b;
}
.cbp-hrmenu a#search-open {
  font-size: 18px;
}
.cbp-hrmenu a.vertical {
  text-transform: uppercase;
}
.cbp-hrmenu a.active {
  color: #c2d100;
}
.cbp-hrmenu ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cbp-hrmenu > ul > li {
  flex-grow: 1;
  height: 78px;
}
.cbp-hrmenu > ul > li.link {
  padding-right: 1px;
  background: url(../../eshop/img/separator.png) no-repeat 100% 18px;
}
.cbp-hrmenu > ul > li > a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cbp-hrmenu .cbp-hrsub {
  display: none;
  position: absolute;
  background: #10263b;
  width: 100%;
  left: 0;
  line-height: 25px;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner {
  padding: 20px;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner a {
  display: flex;
  align-items: center;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner a:hover span {
  text-decoration: underline;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner a .fa {
  color: #c2d100;
  margin-right: 15px;
  padding-bottom: 4px;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner ul {
  flex-wrap: wrap;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner ul li {
  width: 250px;
  line-height: 40px;
}
.cbp-hrmenu .cbp-hropen .cbp-hrsub {
  display: block;
}
#menu-item-13234 {
  display: none;
}
/***** NAVIGATION CSS/LESS *****/
#content-nav {
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content-nav li {
  padding: 0;
  background: none;
  display: block;
  float: left;
  vertical-align: middle;
  position: relative;
}
#content-nav li.open > a,
#content-nav li.active > a {
  color: #c6143d;
}
#content-nav a:hover {
  color: #c6143d;
  text-decoration: none;
}
#content-nav a:active,
#content-nav a:focus {
  color: #c6143d;
}
#content-nav {
  height: 31px;
  border-top: 1px solid #d1d6db;
  border-bottom: 1px solid #d1d6db;
  margin-bottom: 10px;
  font-size: 0.9286em;
  line-height: 1.6154em;
  /* 13px/21px */
}
#content-nav li {
  max-width: 110px;
  margin: 4px 0;
}
.back-link {
  text-transform: uppercase;
  font-family: 'IntroBold';
  margin-top: 13px !important;
}
.sidebar-nav {
  margin: 5px 0 0;
}
.sidebar-nav li {
  padding: 0;
  background: none;
}
.sidebar-nav li a:hover {
  color: #c6143d;
}
.sidebar-nav li.open > a,
.sidebar-nav li.active > a {
  color: #c6143d;
}
.sidebar-nav li ul {
  margin-left: 10px;
}
.sidebar-nav a:hover {
  color: #c6143d;
}
.sidebar-nav a:active,
.sidebar-nav a:focus {
  color: #c6143d;
}
#cart-nav {
  text-align: center;
}
#cart-nav dt {
  display: inline-block;
  margin-right: -4px;
  border-left: 1px solid #c6143d;
  position: relative;
  font-size: 1.2857em;
  line-height: 2.333em;
  /* 18px/42px */
}
#cart-nav dt:first-child {
  border: none;
}
#cart-nav dt.active {
  background: #c6143d;
}
#cart-nav dt.active:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #c6143d transparent transparent transparent;
  display: block;
  width: 0px;
  height: 0px;
}
#cart-nav dt.active span {
  color: #fff;
}
#cart-nav dt.active a {
  color: #fff;
  text-decoration: none;
}
#cart-nav dt.active a:hover {
  color: #fff;
  text-decoration: none;
}
#cart-nav dt a,
#cart-nav dt span {
  margin: 0 20px;
}
.cart-nav-rohlik {
  background-color: #f3f5f7;
  padding: 15px 15px 5px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.cart-nav-rohlik h3 {
  line-height: 1.5em;
  margin-bottom: 5px;
}
.cart-nav-rohlik a {
  text-decoration: underline;
}
.cart-nav-rohlik ul {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 15px;
}
.cart-nav-rohlik ul li {
  padding: 5px;
}
#narrow-banner {
  margin: 10px auto;
  overflow: hidden;
  display: block;
  width: 980px;
  height: 48px;
}
#narrow-banner a {
  display: block;
  width: 980px;
  height: 48px;
}
.bannerboard .banner-large,
.bannerboard .banner-small {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  background: no-repeat transparent;
}
.bannerboard a {
  display: block;
  position: relative;
}
.bannerboard a .btnBoxBig,
.bannerboard a .btnBox {
  position: absolute;
  left: 50%;
  bottom: 55px;
}
.bannerboard a .btnBoxBig .btn,
.bannerboard a .btnBox .btn {
  position: relative;
  font-size: 15px;
  padding: 4px 20px 1px 20px;
  background: #fae64e;
  color: #10263b;
  left: -50%;
}
.bannerboard a .btnBox {
  right: 50px;
  left: inherit;
}
.bannerboard a .btnBox .btn {
  left: inherit;
  font-size: 22px;
}
.bannerboard a .btnBoxBig {
  bottom: 40px;
}
.bannerboard a:hover {
  text-decoration: none;
}
.bannerboard a:hover .btn {
  background: #fff !important;
  color: #10263b !important;
}
.bannerboard .banner-large a.bg-1 .btn {
  background: #c6143d;
  color: #fff;
}
.bannerboard .banner-large a.bg-2 .btn {
  background: #c2d100;
  color: #10263b;
}
.bannerboard .banner-large a.bg-3 .btn {
  background: #F2B558;
  color: #fff;
}
.bannerboard .banner-large a:hover.bg-1 .btn {
  background: #fff;
  color: #10263b;
}
.bannerboard .banner-large a:hover.bg-2 .btn {
  background: #fff;
  color: #10263b;
}
.bannerboard .banner-large a:hover.bg-3 .btn {
  background: #fff;
  color: #10263b;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #c6143d;
  text-decoration: underline;
}
a:active,
a:visited:active,
a:focus,
a:visited:focus {
  color: #c6143d;
}
a.highlight,
a:visited.highlight {
  color: #c6143d;
  text-decoration: none;
}
a.highlight:hover,
a:visited.highlight:hover {
  color: #000;
  text-decoration: underline;
}
a.highlight:active,
a:visited.highlight:active,
a.highlight:focus,
a:visited.highlight:focus {
  color: #000;
}
a.btn,
a:visited.btn {
  color: #fff;
  text-decoration: none;
}
a.btn:hover,
a:visited.btn:hover {
  color: #fff;
  text-decoration: none;
}
a.btn:active,
a:visited.btn:active,
a.btn:focus,
a:visited.btn:focus {
  color: #fff;
}
a.btn .space,
a:visited.btn .space {
  padding-left: 3px;
}
a.btn.disabled,
a:visited.btn.disabled {
  color: #000;
  text-decoration: none;
}
a.btn.disabled:hover,
a:visited.btn.disabled:hover {
  color: #000;
  text-decoration: none;
}
a.btn.disabled:active,
a:visited.btn.disabled:active,
a.btn.disabled:focus,
a:visited.btn.disabled:focus {
  color: #000;
}
a.back,
a:visited.back {
  color: #000;
  text-decoration: none;
}
a.back:hover,
a:visited.back:hover {
  color: #000;
  text-decoration: underline;
}
a.back:active,
a:visited.back:active,
a.back:focus,
a:visited.back:focus {
  color: #000;
}
a.back.icon-back:before,
a:visited.back.icon-back:before {
  margin-right: 5px;
  font-size: 14px;
  line-height: 21px;
  height: 21px;
}
a.more,
a:visited.more {
  color: #000;
  text-decoration: none;
}
a.more:hover,
a:visited.more:hover {
  color: #000;
  text-decoration: underline;
}
a.more:active,
a:visited.more:active,
a.more:focus,
a:visited.more:focus {
  color: #000;
}
a.more.icon-more:after,
a:visited.more.icon-more:after {
  margin-left: 5px;
  font-size: 14px;
  line-height: 21px;
  height: 21px;
}
a.link,
a:visited.link {
  color: #c6143d;
  font-weight: 500;
}
p a {
  text-decoration: underline;
}
/***** CAROUSELS CSS/LESS *****/
.scrollable-holder {
  position: relative;
}
.scrollable-holder .prev,
.scrollable-holder .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 49px;
  height: 40px;
}
.scrollable-holder .prev:before,
.scrollable-holder .next:before {
  color: #c6143d;
  font-size: 77px;
  line-height: 40px;
  height: 40px;
}
.scrollable-holder .prev.disabled,
.scrollable-holder .next.disabled {
  display: none;
}
.scrollable-holder .prev:hover:before,
.scrollable-holder .next:hover:before,
.scrollable-holder .prev:focus:before,
.scrollable-holder .next:focus:before {
  color: #10263b;
}
.scrollable-holder .prev {
  left: -90px;
}
.scrollable-holder .next {
  right: -70px;
}
.scrollable-holder.vertical .prev,
.scrollable-holder.vertical .next {
  top: -30px;
  margin-top: 0;
  left: 50%;
  margin-left: -28px;
  display: block;
  width: 58px;
  height: 20px;
}
.scrollable-holder.vertical .prev:before,
.scrollable-holder.vertical .next:before {
  font-size: 56px;
  line-height: 15px;
  height: 15px;
}
.scrollable-holder.vertical .prev {
  top: -30px;
}
.scrollable-holder.vertical .next {
  top: auto;
  bottom: -30px;
}
.scrollable {
  overflow: hidden;
  position: relative;
}
.scrollable .items {
  position: absolute;
  width: 20000em;
}
.scrollable .items .item {
  float: left;
  position: relative;
}
.vertical .scrollable .items {
  width: auto;
  height: 20000em;
}
.vertical .scrollable .items .item {
  float: left;
  position: relative;
}
.scrollable-nav {
  text-align: center;
  margin: 0 auto 30px auto;
  display: block;
  width: 200px;
  height: 14px;
}
.scrollable-nav a {
  margin-right: 10px;
  background: url("../../eshop/img/main_sprite.png") no-repeat scroll transparent -100px -106px;
  width: 14px;
  height: 14px;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.scrollable-nav a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.scrollable-nav a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background: url("../../eshop/img/main_sprite.png") no-repeat scroll transparent -100px -127px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
#recently-viewed-items {
  border: 1px solid #f3f5f7;
  width: 110px;
  background: #f3f5f7;
  position: absolute;
  top: 290px;
  right: -142px;
}
#recently-viewed-items h5 {
  text-align: center;
  margin: 0;
  padding: 13px 0;
  background: #fff;
  border-bottom: 1px solid #f3f5f7;
}
#open-cart {
  margin-right: 36px;
}
#shopping-cart-icon {
  transition-timing-function: ease-out;
}
#cart-banner-wrapper {
  font-weight: normal;
}
.c-cart {
  width: 230px;
  height: 45px;
  box-shadow: 0 2px 30px 0 rgba(48, 50, 50, 0.3);
}
.c-cart strong {
  font-size: 18px;
  padding-left: 3px;
  display: inline-block;
  float: none;
  height: 45px;
}
.c-cart i {
  font-size: 23px;
  padding: 10px 14px 12px 12px;
  background-color: #c2d100;
}
.c-cart span {
  padding-left: 10px;
  font-size: 16px;
  padding-top: 5px;
  display: inline-block;
}
.c-cart .item {
  margin-bottom: 0;
  float: none;
  height: 45px;
}
.c-cart .center {
  margin: 10px 0;
}
.c-cart.scrollable-holder.vertical .next,
.c-cart.scrollable-holder.vertical .prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  padding: 6px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.c-cart.scrollable-holder.vertical .next.disabled,
.c-cart.scrollable-holder.vertical .prev.disabled {
  display: none;
}
/***** PRODUCT LAYOUT CSS/LESS *****/
.product-info {
  font-family: IntroRegular;
  margin-left: 30px;
}
.product-info h1 {
  font-family: IntroRegular;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 0;
}
.product-info a {
  text-decoration: underline;
}
.product-info dl.product-attributes {
  display: flex;
}
.product-info dl.product-attributes.first {
  margin-top: 30px;
}
.product-info dl.product-attributes dt,
.product-info dl.product-attributes dd {
  font-size: 18px;
  padding: 0 0 10px 5px;
}
.product-info dl.product-attributes dd {
  font-weight: normal;
  font-family: IntroBold;
}
.product-info .product-icons {
  position: relative;
  margin: 15px 0 10px 0;
}
.product-info .prices {
  margin: 25px 0;
}
.product-info .prices strong .price,
.product-info .prices strong .currency {
  font-size: 30px;
}
.product-info .prices .amount-info {
  min-height: 23px;
}
.product-info .prices .amount-info small {
  font-size: 18px;
}
.product-info .prices .amount-info .amount-info-per-kg {
  border-left: 2px solid #d1d6db;
  margin-left: 10px;
  padding-left: 10px;
}
.product-info .product-count {
  margin-top: 5px;
}
.product-info .form-buy form {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.product-info .form-buy .add-count {
  height: 50px;
  line-height: 54px;
  margin-right: 20px;
}
.product-info .form-buy .add-count input {
  height: 50px;
  width: 80px;
  font-size: 15px;
}
.product-info .form-buy .add-count .plus,
.product-info .form-buy .add-count .minus {
  height: 50px;
  line-height: 54px;
  width: 40px;
  font-size: 25px;
}
.product-info .form-buy button {
  height: 50px;
  line-height: 54px;
  font-size: 20px;
}
.product-info .not-saleable {
  font-size: 28px;
  margin: 50px 0;
  line-height: 40px;
}
.product-breadcrumb-wrapper {
  padding-bottom: 20px;
}
.product-breadcrumb-wrapper a {
  text-decoration: underline;
}
.product-img-wrapper {
  display: flex;
  display: -ms-flexbox;
}
.product-popup {
  cursor: auto;
  min-width: 1170px;
}
.product-popup .mfp-container {
  padding-top: 70px;
}
.product-popup a.mfp-close,
.product-popup .product-breadcrumb {
  position: absolute;
  font-size: 15px;
  color: #fff;
}
.product-popup a.mfp-close,
.product-popup .product-breadcrumb a {
  text-decoration: underline;
}
.product-popup a.mfp-close:hover,
.product-popup .product-breadcrumb a:hover {
  color: #b4c332;
}
.product-popup a.mfp-close,
.product-popup a.mfp-close:active {
  font-family: IntroRegular;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.5em;
  opacity: 1;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  top: -42px;
}
.product-popup a.mfp-close.icon-close:before,
.product-popup a.mfp-close:active.icon-close:before {
  display: inline-block;
  color: #b4c332;
  font-size: 1.4em;
  margin-right: 10px;
  text-decoration: none;
}
.product-popup .product-breadcrumb {
  top: -42px;
  margin-left: -30px;
}
.product-popup .product-breadcrumb a {
  color: #fff;
  font-family: IntroRegular;
}
.product-popup .mfp-preloader {
  font-size: 40px;
}
.product-popup .product-img .product-image-detail img.small {
  width: 400px;
  height: 400px;
}
.nutritions-short {
  font-family: IntroRegular;
  margin-top: 10px;
}
.nutritions-short .nutritions {
  display: flex;
  display: -ms-flexbox;
  text-transform: lowercase;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.nutritions-short .nutritions .nutrition {
  background-color: #10263b;
  margin-right: 8px;
  padding: 6px;
  min-width: 60px;
  text-align: center;
  border-radius: 6px;
}
.nutritions-short .nutritions .nutrition .nutrition-name {
  color: white;
}
.nutritions-short .nutritions .nutrition .nutrition-amount {
  background-color: #fff;
  padding: 8px 5px 5px 5px;
  text-align: center;
  border-radius: 3px;
  font-weight: 400;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_energie-kj {
  background-color: #c2d100;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_tuky {
  background-color: #196bba;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_sacharidy {
  background-color: #f2b558;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_vlaknina {
  background-color: #518f00;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_bilkoviny {
  background-color: #7c3e9a;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_sul {
  background-color: #c6143d;
}
.nutritions-short .nutritions .nutrition:last-child {
  margin-right: 0;
}
.content-container-ajax {
  position: relative;
}
.content-container-ajax .nutritions-short .nutritions {
  font-size: 11px;
}
.content-container-ajax .nutritions-short .nutritions .nutrition {
  min-width: initial;
}
.nutritions .unit {
  text-transform: none;
}
.bold {
  font-weight: bold !important;
}
.product-description {
  font-family: IntroRegular;
  font-size: 15px;
  line-height: 2;
  clear: both;
  margin-top: 30px;
}
.product-description a {
  text-decoration: underline;
}
.product-description > div {
  color: #10263b;
}
#nutricni-hodnoty {
  padding: 20px;
}
#nutricni-hodnoty td:last-child,
#nutricni-hodnoty th:last-child {
  border-right: none;
}
#nutricni-hodnoty td,
#nutricni-hodnoty th {
  border-bottom: none;
}
#nutricni-hodnoty th {
  text-transform: uppercase;
  background-color: #f3f5f7;
}
#nutricni-hodnoty tr:nth-child(odd) td {
  background-color: #f3f5f7;
}
#nutricni-hodnoty tr:nth-child(even) td {
  background-color: transparent;
}
.recipes a {
  display: block;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 15px;
}
.recipes a .fa {
  margin-right: 5px;
  font-size: 16px;
}
.form-buy .add-count input {
  border: none;
}
.add-count {
  height: 40px;
  line-height: 44px;
  position: relative;
  display: inline-block;
}
.add-count input {
  vertical-align: top;
}
.table-cart .add-count {
  width: 120px;
}
.table-cart .add-count input {
  border: none;
  width: 60px;
  height: 40px;
  font-size: 16px;
  background-color: #f3f5f7;
}
.add-count .plus,
.add-count .minus {
  cursor: pointer;
  font-size: 20px;
  font-family: IntroBold;
  overflow: hidden;
  line-height: 44px;
  height: 40px;
  width: 30px;
  text-align: center;
  color: #10263b;
  background-color: #d1d6db;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.add-count .plus:hover,
.add-count .minus:hover {
  color: #fff;
  background-color: #10263b;
}
.add-count .plus {
  float: right;
}
.add-count .minus {
  float: left;
}
.add-count a {
  display: block;
  color: #fff;
}
.add-count a:hover {
  text-decoration: none;
}
.product-bar dt {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
  border-right: 1px solid #d1d6db;
}
.product-bar dt:last-child {
  padding-right: 0;
  border: none;
}
.product-img .product-image-detail {
  position: relative;
}
.product-img .product-image-detail img.small {
  width: 498px;
  height: 498px;
}
.product-img .magnify {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.product-header {
  font-family: SantEliaScript-Light;
  font-size: 40px;
  color: #10263b;
  text-align: center;
  margin-bottom: 30px;
}
.product-ladder .scrollable,
.product-ladder .items,
.product-ladder .item {
  height: 436px;
}
.product-ladder ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
.product-ladder ul li {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0;
  margin: 0 30px 0 0;
  width: 255px;
  background: none;
}
.product-ladder ul li.child,
.product-ladder ul li:last-child {
  margin-right: 0;
}
.label {
  font-style: italic;
}
.prices {
  margin: 15px 0;
  min-height: 52px;
}
.prices del {
  font-size: 1.2857em;
  line-height: 1.1667em;
  /* 18px/21px */
}
.prices strong .price,
.prices strong .currency {
  font-family: IntroBold;
  font-size: 20px;
  color: #c6143d;
}
.prices small {
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
  margin-left: 20px;
}
.prices .amount-info {
  margin-top: 10px;
}
.prices .amount-info .amount-info-per-ks,
.prices .amount-info .amount-info-per-type {
  margin-left: 0;
}
.prices .amount-info .amount-info-per-kg {
  margin-left: 25px;
}
.l-product {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.l-product li {
  position: relative;
  width: 255px;
  padding: 0 15px 30px 15px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #f3f5f7;
  background: none;
}
.l-product.category {
  margin-left: 23px;
}
.l-product.search-list li:nth-child(4n) {
  padding-left: 14px;
  /* Safari hack */
  padding-right: 0;
}
.l-product.search-list li:nth-child(4n+1) {
  padding-left: 0;
}
.preview-product a {
  outline: none;
}
.preview-product h3 {
  font-family: IntroRegular;
  font-size: 18px;
  color: #10263b;
  text-align: center;
  height: 44px;
  margin-top: 15px;
  overflow: hidden;
}
.preview-product .price-info {
  text-align: center;
  overflow: hidden;
}
.preview-product .label {
  height: 21px;
  overflow: hidden;
}
.preview-product a.btn {
  margin-top: 5px;
}
.preview-product small {
  font-family: IntroRegular;
  margin-left: 10px;
}
.preview-product .img-255 {
  display: block;
  width: 255px;
  height: 255px;
}
.preview-product .text-sticker-configurator {
  background-color: rgba(15, 38, 57, 0.9);
  left: 15px;
  text-align: center;
}
.information-wrapper .textSticker .added .fa,
.preview-product .textSticker .added .fa {
  display: block;
  color: #c2d100;
}
.information-wrapper .textSticker .added span,
.preview-product .textSticker .added span {
  display: block;
  color: #fff;
  font-family: IntroRegular;
  font-size: 25px;
  font-weight: normal;
  line-height: 35px;
}
.information-wrapper .textSticker .added span:last-child,
.preview-product .textSticker .added span:last-child {
  font-family: SantEliaScript-Light;
  font-size: 30px;
}
.information-wrapper {
  display: block;
  position: relative;
  text-align: center;
}
.information-wrapper .waitMe_container .product-count-info {
  bottom: 0;
}
.information-wrapper .product-image-detail .product-count-info {
  bottom: 0;
}
a.information-wrapper:hover {
  text-decoration: none;
}
a.information-wrapper:hover h3 {
  text-decoration: underline;
}
.fresh-overlay,
.overlay {
  position: absolute;
  top: 0;
  color: #10263b;
  background-color: rgba(229, 232, 237, 0.85);
  font-family: IntroRegular;
  font-size: 25px;
  line-height: 35px;
}
.fresh-overlay span,
.overlay span {
  font-family: SantEliaScript-Light;
  font-size: 30px;
}
.preview-product-image {
  position: relative;
}
.preview-product-image .fresh-overlay {
  padding-top: 74px;
  width: 255px;
  height: 181px;
}
.preview-product-image .overlay {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 25px;
}
.preview-product-image .overlay .overlay-text {
  padding: 94px 30px 0;
}
.preview-product-image .overlay .overlay-text span {
  line-height: 35px;
}
.product-img .fresh-overlay,
.product-img .overlay {
  padding-top: 156px;
  width: 498px;
  height: 342px;
  font-size: 50px;
  line-height: 60px;
}
.product-img .fresh-overlay span,
.product-img .overlay span {
  font-size: 55px;
}
.product-img .overlay {
  font-size: 36px;
}
.product-popup .product-img .fresh-overlay {
  padding-top: 122px;
  width: 400px;
  height: 278px;
  font-size: 40px;
  line-height: 50px;
}
.product-popup .product-img .fresh-overlay span {
  font-size: 45px;
}
.product-popup .product-img .overlay {
  width: 100%;
  height: 100%;
  font-size: 25px;
  line-height: 30px;
  padding: 0;
}
.product-popup .product-img .overlay .overlay-text {
  padding: 158px 76px 0;
}
.product-popup .product-img .overlay span {
  font-size: 39px;
  line-height: 44px;
}
.product-count-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 6%;
  font-family: IntroRegular;
  font-size: 18px;
  color: #fff;
  background-color: rgba(15, 38, 57, 0.9);
  cursor: inherit;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.product-count-info.hidden {
  display: none;
}
.product-count-info.product-count-info-eshop {
  width: 88%;
}
.product-count-info.product-count-info-small {
  padding-top: 8px;
  padding-bottom: 5px;
}
.product-count-info-label {
  padding-bottom: 5px;
}
.product-count-info-label-decorative {
  font-family: SantEliaScript-Light !important;
  color: #c2d100;
}
.product-count-info-label-one {
  float: left;
  padding-right: 10px;
}
.product-count-info-items {
  font-size: 15px;
  padding-top: 5px;
}
.product-count-info-items-one {
  padding-top: 0;
}
.product-count-info-items-text:before {
  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;
  content: "\f054";
  font-size: 10px;
  color: #c2d100;
  padding-right: 6px;
}
.product-count-info-items-amount {
  font-family: IntroBold;
  float: right;
}
.product-count-info span:last-child {
  font-family: IntroBold;
}
/***** MESSAGES CSS/LESS *****/
.msg {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
}
.msg li {
  padding: 0;
  background: none;
}
.msg.default {
  background-color: #f3f5f7;
  border-color: #dcdcdc;
}
.msg.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.msg.info2 {
  background-color: #fffac1;
  border-color: #fffac1;
  color: #10263b;
}
.msg.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.msg.ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.msg.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.msg i {
  display: inline-block;
  margin-right: 3px;
}
.msg li {
  margin: 0 !important;
}
.msg big {
  color: #10263b;
  font-size: 1.313em;
  line-height: 1em;
  /* 21px/21px */
  font-weight: 500;
}
.msg a {
  text-decoration: underline;
  color: #000;
}
div.error-info {
  background-color: #f2dede;
  color: #a94442;
  margin-top: 10px;
  font-size: 15px;
}
div.error-info a {
  text-decoration: underline;
}
div.warning-info {
  background-color: #fcf8e3;
  color: #8a6d3b;
  margin-top: 10px;
  font-size: 15px;
}
div.warning-info a {
  text-decoration: underline;
}
/** MIXINS **/
/***** CART CSS/LESS *****/
#cart-header {
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shopping-cart-container a.checkbox:hover,
.shopping-cart-container a.checkbox:active {
  color: #000;
}
.order-finished-container .msg a.btn {
  text-decoration: none;
}
.payment-name {
  width: 350px !important;
}
.msg-payment-info {
  background-color: #f3f5f7;
}
#address-data .msg.warning {
  width: 75%;
  margin-left: 36px;
  margin-top: 10px;
  margin-bottom: 0;
}
div.select2-container .select2-choices,
div.select2-container .select2-results,
div.select2-container .select2-choice,
div.select2-container .select2-container {
  height: 29px;
}
div.select2-container a.select2-choice {
  padding-top: 1px;
  text-decoration: none;
  min-width: 150px;
  line-height: 29px;
}
div.select2-container a.select2-choice .select2-arrow b:after {
  line-height: 29px;
  height: 29px;
}
.select2-results li {
  white-space: nowrap;
}
label[for^="s2id_autogen"] {
  line-height: 26px;
}
#personal-data input[type=text] {
  height: 32px;
}
.step-2 .col,
.step-3 .col,
.step-4 .col {
  margin: 0 auto;
  padding: 20px 0;
  float: none;
  width: 500px;
}
.step-2 .col .actions a,
.step-3 .col .actions a,
.step-4 .col .actions a,
.step-2 .col .action-edit a,
.step-3 .col .action-edit a,
.step-4 .col .action-edit a {
  font-weight: normal;
  text-decoration: underline;
}
.step-2 .col.deliveryInfo,
.step-3 .col.deliveryInfo,
.step-4 .col.deliveryInfo {
  border-left: 1px solid #f3f5f7;
  padding-left: 30px;
}
.step-2 .col.deliveryInfo .select label,
.step-3 .col.deliveryInfo .select label,
.step-4 .col.deliveryInfo .select label {
  width: 30%;
  padding-top: 8px;
}
.step-2 .col.deliveryInfo .select .action-edit,
.step-3 .col.deliveryInfo .select .action-edit,
.step-4 .col.deliveryInfo .select .action-edit {
  margin-left: 31%;
  display: block;
}
.step-2 .col.deliveryInfo .select .selectizr,
.step-3 .col.deliveryInfo .select .selectizr,
.step-4 .col.deliveryInfo .select .selectizr {
  font-size: 18px;
  font-weight: 500;
  max-width: 285px;
}
.step-2 .col.deliveryInfo .select .selectizr a,
.step-3 .col.deliveryInfo .select .selectizr a,
.step-4 .col.deliveryInfo .select .selectizr a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.step-2 .col.deliveryInfo .actions,
.step-3 .col.deliveryInfo .actions,
.step-4 .col.deliveryInfo .actions {
  margin-left: 31%;
}
.step-2 .col.deliveryInfo .actions a,
.step-3 .col.deliveryInfo .actions a,
.step-4 .col.deliveryInfo .actions a {
  display: block;
  margin-bottom: 5px;
}
.step-2 .col.personalInfo,
.step-3 .col.personalInfo,
.step-4 .col.personalInfo {
  border-right: 1px solid #f3f5f7;
  margin-right: -1px;
}
.step-2 .col.personalInfo #personal-data .label,
.step-3 .col.personalInfo #personal-data .label,
.step-4 .col.personalInfo #personal-data .label {
  width: 30%;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
}
.step-2 .col.personalInfo #personal-data span,
.step-3 .col.personalInfo #personal-data span,
.step-4 .col.personalInfo #personal-data span {
  font-weight: bold;
}
.step-2 .col.personalInfo .actions,
.step-3 .col.personalInfo .actions,
.step-4 .col.personalInfo .actions {
  margin-left: 33%;
  margin-top: 16px;
}
.step-2 .col.fisrt-child,
.step-3 .col.fisrt-child,
.step-4 .col.fisrt-child {
  border-right: 1px solid #f3f5f7;
}
.step-2 {
  margin-top: 30px;
  padding-top: 0;
}
.step-2 h3 {
  margin-bottom: 30px;
}
.step-2 h3.secondHeadline {
  margin-top: 20px;
}
.step-2 .noneditable-field {
  width: 64%;
  margin: 8px 7px 10px;
  height: 20px;
  float: left;
}
.step-2 #address-data .action-edit,
.step-2 #address-data .action-add {
  margin-left: 105px;
}
.step-2 #address-data .action-add {
  margin-top: 5px;
  display: inline-block;
}
.step-2 #address-data.identify label {
  padding-top: 2px;
  width: 18%;
}
.step-2 #address-data .msg.warning {
  width: 58%;
  margin-left: 120px;
  margin-top: 10px;
  margin-bottom: 0;
}
.step-2 #address-data .msg.warning i {
  margin-right: 10px;
}
.step-2 .form-fullwidth label {
  width: 29%;
  padding-top: 9px;
}
.step-2 .form-fullwidth fieldset {
  position: relative;
}
.step-2 .form-fullwidth .val-info {
  width: 78% !important;
  margin-left: 30%;
  display: none;
}
.step-2 .form-fullwidth .val-info.error {
  display: block;
}
.step-2 .form-fullwidth .val-info .require {
  display: none;
}
.step-2 .form-fullwidth .val-info .msg {
  margin-bottom: 0;
}
.step-2 .form-fullwidth input[type="text"],
.step-2 .form-fullwidth input[type="password"],
.step-2 .form-fullwidth input[type="email"],
.step-2 .form-fullwidth textarea,
.step-2 .form-fullwidth select {
  width: 70%;
}
.step-2 .form-fullwidth.identify {
  margin-left: 40px;
}
.step-2 .form-fullwidth.identify .label {
  font-style: normal;
  width: 70px;
  display: inline-block;
}
.step-2 .form-fullwidth.identify .action-edit {
  margin-top: 10px;
  display: block;
}
.step-2 .invoiceChoice {
  margin-left: 21%;
  margin-top: 20px;
}
.step-2 .invoiceChoice.identify {
  margin-left: 40px;
}
.step-2 .groups .label-group {
  margin: 0 20px 20px 40px;
  width: 85%;
  border-top: 1px solid #f3f5f7;
  padding-top: 20px;
}
.step-2 .groups .label-group:first-child {
  border: none;
  padding-top: 0;
}
.step-2 .groups .label-group.error {
  margin-bottom: 0;
}
.step-2 .groups .label-group.disabled {
  margin-bottom: 0;
}
.step-2 .groups .label-group.disabled .msg {
  margin-left: 15px;
  margin-top: 15px;
}
.step-2 .groups .label-group:last-child {
  margin-bottom: 0;
}
.step-2 .checkbox {
  font-size: 18px;
}
.step-2 .label {
  margin-left: 21px;
  margin-top: 0;
  color: #666;
}
.step-2 .cart-address-form {
  padding-left: 40px;
}
.step-3 h3 {
  margin-bottom: 40px;
}
.step-3 .checkbox {
  font-size: 18px;
}
.step-3 .label {
  margin-left: 21px;
  margin-top: 0;
  color: #666;
}
.step-3 .slots {
  margin: 10px 0 10px 21px;
}
.step-3 .slots h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.step-3 .slots label {
  display: block;
  margin-right: 5px;
  line-height: 32px;
}
.step-3 .price-text {
  padding: 5px 0 0 20px;
}
.step-3 .price-text .today-order-info {
  font-style: italic;
  margin-top: 5px;
}
.step-3 .free-delivery {
  color: #c6143d;
}
.step-3 .arrow_box {
  position: relative;
  background: #f3f5f7;
}
.step-3 .arrow_box:after {
  bottom: 100%;
  left: 10%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 15px solid rgba(252, 248, 227, 0);
  border-bottom-color: #f3f5f7;
}
.step-3 .groups .label-group {
  margin: 0 20px 20px 40px;
  width: 85%;
  border-top: 1px solid #f3f5f7;
  padding-top: 20px;
}
.step-3 .groups .label-group:first-child {
  border: none;
  padding-top: 0;
}
.step-3 .groups .label-group.error {
  margin-bottom: 0;
}
.step-3 .groups .label-group.disabled {
  margin-bottom: 0;
}
.step-3 .groups .label-group.disabled .msg {
  margin-left: 15px;
  margin-top: 15px;
}
.step-3 .groups .label-group:last-child {
  margin-bottom: 0;
}
.cart-box {
  font-size: 15px;
}
.cart-box .point {
  background: none repeat scroll 0 0 #c6143d;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  width: 22px;
  height: 22px;
  line-height: 25px;
  text-align: center;
  margin-right: 3px;
}
.cart-box h2 {
  font-size: 24px;
}
.cart-box .msg.news {
  margin: 20px 0 0;
}
.cart-box .msg.discount {
  background: #c2d100;
  color: #10263b;
}
.cart-box a.checkbox {
  text-decoration: none !important;
}
.cart-box a.checkbox :hover {
  text-decoration: none !important;
}
.cart-box .select {
  padding-bottom: 10px;
}
.cart-box .select .val-info {
  display: none;
}
.cart-box .select .selectizr {
  min-width: 35%;
}
.cart-box .note {
  margin-bottom: 0;
}
.cart-box .note h3 {
  margin-left: 0;
}
.cart-box .note .form-fullwidth {
  margin: 0 auto;
  width: 500px;
}
.cart-box .note textarea {
  width: 100%;
  height: 100px;
  max-width: 100%;
}
.cart-box .note .val-info {
  display: none;
}
.cart-box.orderBtnBox {
  margin: 15px auto 40px;
  font-size: 22px;
  width: 500px;
}
.cart-box.orderBtnBox span {
  text-transform: none;
}
.cart-box .ageRestriction fieldset > a,
.cart-box .termsOfUseForm fieldset > a,
.cart-box .wantsUserRegistration fieldset > a,
.cart-box .newsletterSubscriptionForm fieldset > a {
  text-decoration: underline;
}
.cart-box .itemsPaymentInfo-box {
  background-color: #f3f5f7;
  padding: 20px;
  margin: 20px 0;
  text-align: initial;
}
.cart-box .itemsPaymentInfo-price {
  font-size: 18px;
}
.cart-box .confirmations {
  margin-bottom: 15px;
  width: 400px;
  margin: 0 auto;
}
.cart-box .btn.buybutton {
  margin: 20px 0;
  color: #10263b;
  font-size: 20px;
  font-weight: bold;
}
.cart-box .btn.buybutton:hover {
  color: #fff;
}
.cart-box.delivery {
  font-size: 14px;
}
.cart-box.delivery a {
  text-decoration: underline;
}
.cart-box.delivery td a {
  text-decoration: none;
}
.cart-box.delivery .groups .label-group .short {
  width: 40%;
}
.cart-box.delivery .groups .label-group .long {
  width: 60%;
}
.cart-box.delivery .arrowed {
  background: url("/assets/eshop/img/arrow.png") no-repeat scroll 20px 100%;
  padding-bottom: 70px;
}
.cart-box.delivery .disabled .name {
  opacity: 0.5;
}
.cart-box .form-fullwidth label {
  font-size: 15px;
}
.inline-input {
  position: absolute;
  font-size: 18px;
  right: 0.6em;
  top: 7px;
  display: inline;
}
.inline-input .show-success {
  display: none;
}
.inline-input .show-warning {
  display: none;
}
.inline-input .show-loading {
  display: none;
}
.inline-input.loading {
  color: grey;
}
.inline-input.loading .show-success {
  display: none;
}
.inline-input.loading .show-warning {
  display: none;
}
.inline-input.loading .show-loading {
  display: inline;
}
.inline-input.success {
  color: green;
}
.inline-input.success .show-success {
  display: inline;
}
.inline-input.success .show-warning {
  display: none;
}
.inline-input.success .show-loading {
  display: none;
}
.inline-input.warning {
  color: red;
}
.inline-input.warning .show-success {
  display: none;
}
.inline-input.warning .show-warning {
  display: inline;
}
.inline-input.warning .show-loading {
  display: none;
}
#voucher-input {
  width: 100%;
  font-size: 0.8em;
}
.remove-voucher {
  top: -20px;
  left: 40px;
}
.icon-delete-wrapper {
  position: relative;
}
#voucher-input-row td {
  padding-right: 5px;
}
#voucher-input-row .caption {
  font-size: 15px;
}
.discount-code {
  text-align: right;
  padding-right: 65px;
  font-size: 14px;
}
#order-list-error {
  padding: 10px 0;
}
#order-list-error .msg.error {
  text-align: center;
}
.select2-result-label .splitted,
.select2-chosen .splitted {
  display: -ms-flexbox;
  display: flex;
}
.select2-result-label .splitted span:last-child,
.select2-chosen .splitted span:last-child {
  margin-left: auto;
}
.slots .slot-picker-option,
.select2-results .slot-picker-option {
  display: inline-block;
  text-align: center;
}
.slots .namespace-wizardSlots .slot-picker-option.day,
.select2-results .namespace-wizardSlots .slot-picker-option.day {
  width: 26px;
}
.slots .namespace-wizardSlots .slot-picker-option.date,
.select2-results .namespace-wizardSlots .slot-picker-option.date {
  width: 88px;
}
.slots .namespace-wizardSlots .slot-picker-option.time,
.select2-results .namespace-wizardSlots .slot-picker-option.time {
  width: 105px;
}
.slots .namespace-wizardSlots .slot-picker-option.price,
.select2-results .namespace-wizardSlots .slot-picker-option.price {
  width: 56px;
}
.slots .namespace-cartSlots .slot-picker-option.day,
.select2-results .namespace-cartSlots .slot-picker-option.day {
  width: 26px;
}
.slots .namespace-cartSlots .slot-picker-option.date,
.select2-results .namespace-cartSlots .slot-picker-option.date {
  width: 68px;
}
.slots .namespace-cartSlots .slot-picker-option.time,
.select2-results .namespace-cartSlots .slot-picker-option.time {
  width: 86px;
}
.slots .namespace-cartSlots .slot-picker-option.price,
.select2-results .namespace-cartSlots .slot-picker-option.price {
  width: 56px;
}
#delivery-selection {
  width: 740px;
  min-height: 520px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-family: IntroRegular;
  color: #00253c;
  background: #fff url('../../eshop/img/doprava_pozadi.jpg') bottom no-repeat;
}
#delivery-selection h2 {
  font-family: 'SantEliaScript-Light';
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}
#delivery-selection h2 span {
  font-family: IntroRegular;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
#delivery-selection p {
  font-size: 18px;
  line-height: 30px;
}
#delivery-selection strong {
  font-weight: normal;
  font-family: IntroBold;
}
#delivery-selection .select-delivery {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 30px;
}
#delivery-selection .select-delivery .select-home-delivery,
#delivery-selection .select-delivery .select-pickup {
  position: relative;
  width: 355px;
  height: 205px;
  background: #10263b no-repeat;
}
#delivery-selection .select-delivery .select-home-delivery .description,
#delivery-selection .select-delivery .select-pickup .description {
  margin: 30px 0 0 120px;
  line-height: 35px;
  color: #fff;
  font-family: IntroRegular;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}
#delivery-selection .select-delivery .select-home-delivery .description > div,
#delivery-selection .select-delivery .select-pickup .description > div {
  color: #c2d100;
  font-family: 'SantEliaScript-Light';
  font-size: 40px;
  text-transform: none;
}
#delivery-selection .select-delivery .select-home-delivery {
  background-image: url('../../eshop/img/doprava_auticko_velke.png');
  background-position: 50px 40px;
}
#delivery-selection .select-delivery .select-home-delivery .description {
  margin-left: 180px;
}
#delivery-selection .select-delivery .select-pickup {
  background-image: url('../../eshop/img/doprava_taska_velka.png');
  background-position: 45px 32px;
}
#delivery-selection .select-delivery a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
#delivery-selection .select-delivery button {
  font-size: 15px;
  font-family: IntroBold;
  margin-top: 125px;
  height: 40px;
}
#delivery-selection .select-delivery button:hover {
  color: #10263b;
  background-color: #c2d100;
}
#delivery-selection .delivery-selection-menu {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 30px;
}
#delivery-selection .delivery-selection-menu a {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  width: 355px;
  height: 70px;
  font-size: 20px;
  font-family: IntroRegular;
  text-transform: uppercase;
  color: #10263b;
  background: #f3f5f7 no-repeat 20px center;
}
#delivery-selection .delivery-selection-menu a:hover {
  text-decoration: none;
}
#delivery-selection .delivery-selection-menu a.home-delivery-link {
  background-image: url('../../eshop/img/doprava_auticko_male.png');
}
#delivery-selection .delivery-selection-menu a.home-delivery-link.selected {
  background-image: url('../../eshop/img/doprava_auticko_male_inverze.png');
}
#delivery-selection .delivery-selection-menu a.pickup-link {
  background-image: url('../../eshop/img/doprava_taska_mala_inverze.png');
}
#delivery-selection .delivery-selection-menu a.pickup-link.selected {
  background-image: url('../../eshop/img/doprava_taska_mala.png');
}
#delivery-selection .delivery-selection-menu a.selected {
  position: relative;
  color: #fff;
  background-color: #10263b;
}
#delivery-selection .delivery-selection-menu a.selected:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #10263b;
  border-width: 10px;
  margin-left: -10px;
}
#delivery-selection .delivery-selection-menu a.selected span {
  color: #c2d100;
}
#delivery-selection .delivery-selection-menu a span {
  text-transform: none;
  font-size: 25px;
  font-family: 'SantEliaScript-Light';
}
#delivery-selection .delivery-address-control a#change-address {
  color: #c6143d;
  text-decoration: underline;
  margin-right: 30px;
}
#delivery-selection .delivery-address-control a#change-address:hover {
  text-decoration: none;
}
#delivery-selection .delivery-address-control button {
  font-family: IntroBold;
  height: 50px;
  line-height: 50px;
}
#delivery-selection .address-input {
  margin-top: 20px;
}
#delivery-selection .address-input input#address-autocomplete {
  width: 370px;
  height: 50px;
  margin: 0 20px 0 0;
  box-shadow: inset 0 2px 0 rgba(209, 214, 219, 0.5);
  border-radius: 3px;
  border: 1px solid #d1d6db;
}
#delivery-selection .address-input button {
  font-family: IntroBold;
  height: 50px;
}
#delivery-selection #dialog-close button {
  height: 50px;
}
#delivery-selection .pickup-selector {
  margin: 30px 0;
}
#delivery-selection .ui-dialog-content.ui-widget-content p.dialog-content-p,
#delivery-selection .ui-dialog,
#delivery-selection #dialog {
  margin: 0;
  padding: 0;
}
#delivery-selection .ui-dialog-titlebar {
  display: none;
}
#delivery-selection .address-fields {
  margin-bottom: 20px;
}
#delivery-selection .address-fields label {
  padding-top: 3px;
}
#delivery-selection .address-fields .address-field {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
  width: 400px;
  margin: 10px auto;
}
#delivery-selection .address-fields .address-field input {
  margin: 0;
  width: 253px;
}
#delivery-selection .address-fields .error-field input {
  border-color: #c6143d;
  padding-right: 25px;
}
#delivery-selection .address-fields .error-field:after {
  content: '\2716';
  position: absolute;
  color: #c6143d;
  right: 7px;
  top: 10px;
}
#delivery-selection .address-fields .msg {
  width: 370px;
  margin: 0 auto;
}
.ui-widget-overlay {
  background-color: #10263b;
  opacity: 0.8;
}
.dialog-query .msg.warning {
  clear: both;
  margin-top: 24px;
}
.dialog-query .dialog-button {
  width: 100%;
  margin: auto !important;
  margin-top: 10px !important;
}
.dialog-query .dialog-button.half {
  width: 48%;
}
.dialog-query .dialog-button:disabled:hover {
  background-color: #d1d6db;
  cursor: default;
}
.dialog-query .dialog-button:last-child {
  float: right;
}
.dialog-query .tooltip-dialog {
  width: 228px !important;
  left: 204px !important;
  top: 35px !important;
  background-color: #c2d100;
  color: #10263b;
  z-index: 100100;
}
.dialog-query .tooltip-dialog h4 {
  color: #10263b;
}
.dialog-query .tooltip-dialog:before {
  top: -9px !important;
  border-color: #c2d100 transparent transparent transparent;
  transform: rotate(180deg) !important;
}
#dialog {
  padding-bottom: 15px;
}
#dialog .msg-info {
  background-color: #d9edf7;
}
.ui-dialog {
  top: 20% !important;
  position: fixed;
  box-shadow: 0 0 98px -2px rgba(0, 0, 0, 0.79);
  min-width: 450px;
  font-size: 15px;
}
.ui-dialog h2 {
  margin-bottom: 10px;
}
.ui-dialog .dialog-query .slots:not(.slots-store) label {
  position: relative;
  top: 30px;
}
.ui-dialog .dialog-query .slots:first-child {
  padding-top: 10px;
}
.ui-dialog .pickups-button {
  margin-top: 20px !important;
}
.ui-dialog .ui-dialog-title {
  margin-bottom: 0 !important;
}
.ui-dialog div.select2-container {
  float: right;
  width: 61% !important;
}
.ui-dialog div.select2-container .select2-choices,
.ui-dialog div.select2-container .select2-results,
.ui-dialog div.select2-container .select2-choice,
.ui-dialog div.select2-container .select2-container {
  height: 29px;
}
.ui-dialog div.select2-container a.select2-choice {
  padding-top: 1px;
  text-decoration: none;
  min-width: 150px;
  line-height: 29px;
}
.ui-dialog div.select2-container .select2-container .select2-choice .select2-arrow b:after {
  line-height: 9px;
}
.ui-dialog .select label {
  width: 30%;
  padding-top: 8px;
}
.ui-dialog .select .action-edit {
  margin-left: 31%;
  display: block;
}
.ui-dialog .select .selectizr {
  font-size: 18px;
  font-weight: 500;
  max-width: 285px;
}
.ui-dialog .select .selectizr a {
  padding-top: 5px;
  padding-bottom: 5px;
}
/***** LAYOUT CSS/LESS *****/
body {
  background: url("../../mfm/img/pattern-drevo-myfood.png");
}
.body-wrapper {
  position: relative;
  width: 1170px;
  display: block;
  margin: 0 auto;
  margin: 20px auto 0 auto;
}
h1.main-header {
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
  margin-bottom: 40px;
}
a.underline-link {
  text-decoration: underline !important;
}
a.underline-link:hover {
  text-decoration: none !important;
}
.registration-finished {
  text-align: center;
}
.registration-finished h1 {
  margin: 20px 0 23px 0;
  color: #10263b;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: IntroRegular, Verdana, sans-serif;
}
.registration-finished h1 span {
  color: #10263b;
  font-family: SantEliaScript-Light;
  font-size: 50px;
  line-height: 20px;
  text-transform: none;
}
.registration-finished .btn {
  height: 50px;
  margin: 40px 0 30px 0;
  color: #fff;
  font-family: "IntroBold";
  font-size: 24px;
  transition: background-color 0.2s ease-out;
}
.nodisplay {
  display: none;
}
.disableclickevent {
  pointer-events: none;
  cursor: default;
}
a.logo {
  display: block;
  width: 160px;
  height: 129px;
  background: url('/assets/mfm/img/logo.png') top left no-repeat;
  float: left;
}
.body-container {
  overflow: hidden;
  position: absolute;
  top: -70px;
  /* potřebuji vidět #cart-banner-wrapper, který přetíká nahoru a overflow mám hidden */
  padding-top: 180px;
  width: 100%;
}
.body-container .bg-left,
.body-container .bg-right {
  left: 50%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.body-container .bg-left {
  height: 1876px;
  margin-left: -900px;
  margin-top: 325px;
  width: 534px;
  background: url("../../eshop/img/backgrounds/bg-default-left.png?v=1") no-repeat;
}
.body-container .bg-right {
  height: 1808px;
  margin-left: 435px;
  margin-top: 315px;
  width: 422px;
  background: url("../../eshop/img/backgrounds/bg-default-right.png?v=1") no-repeat;
}
@media only screen and (max-width: 1170px) {
  .body-container {
    width: initial;
  }
  .body-container .bg-left,
  .body-container .bg-right {
    display: none;
  }
}
.content-container {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}
.content-container.homepage {
  background: transparent;
  padding: 0;
  margin-top: 0;
}
.content-container.homepage > div {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}
body .mfp-bg {
  background-color: #10263b;
}
.mfp-wrap .mfp-content {
  display: inline-flex;
  display: -ms-inline-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}
.mfp-wrap .mfp-content .content-container-ajax {
  background: #fff;
  width: 825px;
  padding: 30px;
}
.eu-cookies {
  min-width: 1170px;
}
#header-container {
  background-color: #c2d100;
}
#header-container #header {
  width: max-content;
  margin: 0 auto;
  height: 110px;
  background-color: #c2d100;
}
#header-container #header-content {
  width: 1170px;
  margin: 0 auto;
}
.cart-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1040;
  margin-top: 10px;
}
.stop-cart-banner {
  top: 0 !important;
}
.pac-container {
  z-index: 12051;
}
#open-cart {
  position: absolute;
  right: 0;
  top: 57px;
  background: #fff;
  display: none;
}
#open-cart .c-cart:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #f3f5f7 transparent;
}
#open-cart .c-cart:after {
  content: '';
  position: absolute;
  top: -8px;
  right: 61px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}
#open-cart .icon-delete {
  position: absolute;
  right: 5px;
  top: 5px;
}
#user-info {
  margin-right: 140px;
  text-align: right;
  padding: 2px 0;
}
#user-info a {
  display: block;
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
#user-info .btn.login {
  font-size: 1em;
  line-height: 2.214em;
  margin-top: -3px;
  padding: 8px 13px 7px;
}
#user-info .empty {
  height: 42px;
}
.news {
  margin: 20px 0 30px;
}
.news .col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.news h3 {
  height: 42px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news .perex {
  height: 63px;
  overflow: hidden;
}
.news .link {
  display: block;
}
.stories {
  margin: 30px 0 40px;
}
.stories img {
  margin-bottom: 20px;
}
.stories h3 {
  height: 21px;
  overflow: hidden;
  margin-bottom: 20px;
}
.stories .perex {
  height: 63px;
  overflow: hidden;
  margin-bottom: 20px;
}
.contact {
  margin: 30px 0;
}
.contact h3,
.contact p {
  margin-bottom: 21px;
}
.contact p {
  font-size: 1.143em;
  line-height: 1.3125em;
  /* 16px/21px */
}
#searchForm {
  display: none;
  position: absolute;
  z-index: 500;
  left: 1170px;
  width: 1170px;
  height: 78px;
  transition: left 0.8s ease-in;
}
#searchForm.opened {
  left: 0;
}
#searchForm.active {
  display: -ms-flexbox;
  display: flex;
}
#searchForm #search-close {
  width: 60px;
  height: 100%;
  color: #fff;
  font-size: 50px;
  background: #10263b url('../../eshop/img/middle_ellipsis.png') no-repeat center center;
  cursor: pointer;
}
#searchForm #search-close:hover {
  width: 120px;
}
#searchForm #searchBox {
  float: left;
  width: calc(100% - 160px);
  height: 100%;
  margin: 0;
  padding: 20px 20px 15px 20px;
  border: none;
  background-color: #fff;
}
#searchForm #search-close,
#searchForm #searchBox {
  transition: width 1s ease-in;
}
#searchForm #searchSubmit {
  width: 160px;
  height: 100%;
  padding: 5px 0 0 28px;
  font-family: IntroRegular;
  font-size: 18px;
  color: #10263b;
  background: #c2d100 url('../../eshop/img/ic_search.png') no-repeat 20px center;
}
#searchForm #f-search {
  max-width: 1110px;
  width: 100%;
}
#searchForm ul {
  display: block;
}
.content {
  width: 900px;
}
.sidebar {
  width: 180px;
}
.page-nav {
  height: 21px;
  text-align: center;
}
.page-nav .previous,
.page-nav .next,
.page-nav .page-list {
  display: inline-block;
}
.page-nav .page-list {
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.page-nav .page-list a {
  color: #c6143d;
  text-decoration: none;
}
.page-nav .page-list a:hover {
  color: #c6143d;
  text-decoration: underline;
}
.page-nav .page-list a:active,
.page-nav .page-list a:focus {
  color: #c6143d;
}
.page-nav .page-list strong {
  border: 1px solid #f3f5f7;
  font-weight: normal;
}
.page-nav .page-list a,
.page-nav .page-list strong {
  padding: 0 5px;
}
.page-nav .previous,
.page-nav .next {
  position: relative;
  top: -1px;
}
.page-nav .previous:before,
.page-nav .next:before {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}
.page-nav .previous {
  margin-right: 4px;
}
.page-nav .next {
  margin-left: 4px;
}
.fit-btn a {
  line-height: 2.214em;
}
div.navigation-container > ul {
  margin-top: 49px !important;
}
div.navigation-container ul > li.home i::before {
  line-height: 40px;
}
div.navigation-container ul > li:last-child > ul {
  right: initial !important;
}
#user-header {
  padding: 0 20px 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f5f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#user-header h1 {
  margin-bottom: 30px;
}
.l-address {
  margin-top: 20px;
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.l-address .col {
  margin-right: 0;
  padding-left: 2%;
  min-height: 170px;
  margin-bottom: 20px;
  position: relative;
  border-right: 1px solid #d1d6db;
}
.l-address .col a.icon-delete {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 10px;
}
.l-address .col a.icon-delete:before {
  font-size: 15px;
  line-height: 15px;
  height: 15px;
}
.l-address .col strong {
  display: block;
  margin-bottom: 20px;
}
.l-address .col .new-address {
  margin-top: 63px;
}
.l-address .hr {
  margin-bottom: 20px;
}
.user-orders {
  margin-bottom: 20px;
}
.user-orders .buttons {
  min-width: 350px;
}
.scroll-to-top {
  position: fixed;
  bottom: 142px;
  right: 50px;
  background: #fff;
  border: 1px solid #f3f5f7;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  display: block;
  width: 64px;
  height: 77px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.scroll-to-top .icon-up {
  font-size: 1.85em;
  color: #c6143d;
}
#subcategories {
  -webkit-transform: translateZ(0);
}
#subcategories.fixed {
  position: fixed;
  top: 0;
}
#subcategories.absolute {
  position: absolute;
}
.for-header {
  margin-top: 16px !important;
}
#content-text-page {
  padding: 20px 200px 60px 80px;
  font-size: 1.1429em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text-page h2 {
  font-size: 2.5714em;
  line-height: 1.1667em;
  /* 36px/42px */
  border-bottom: 1px solid #d1d6db;
  margin-bottom: 10px;
}
#content-text-page p {
  margin-bottom: 1.5em;
}
#content-text-page a {
  color: #c6143d;
}
/*  Arrow navigation in category */
#TDIMessagePrev,
#TDIMessageNext {
  width: 250px;
  text-align: center;
  height: 80px;
  margin: 0 auto;
}
#TDIMessagePrev i.fa,
#TDIMessageNext i.fa {
  color: #b40e3b;
  font: normal normal normal 37px/1 FontAwesome;
}
#TDIMessagePrev i.fa-chevron-up {
  margin-top: 6px;
}
#TDIMessageNext i.fa-chevron-down {
  margin-top: 8px;
}
#TDIMessageNext a,
#TDIMessageNext a:visited,
#TDIMessageNext a:hover,
#TDIMessagePrev a,
#TDIMessagePrev a:visited,
#TDIMessagePrev a:hover {
  text-decoration: none;
  color: #b40e3b;
}
/* bootstrap-like classes */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-4 {
  width: 33.3333%;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#how-to {
  font-family: "IntroRegular";
  padding: 0 150px;
}
#how-to h1 {
  font-size: 45px;
  margin-bottom: 45px;
  text-align: center;
}
#how-to h2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}
#how-to h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
#how-to strong {
  font-family: "IntroBold";
}
#how-to p {
  line-height: 30px;
  margin-bottom: 15px;
}
#how-to p.divider {
  margin-bottom: 40px;
}
#how-to .box {
  margin-bottom: 60px;
  font-size: 17px;
}
#how-to .box ol {
  margin: 15px 0 40px;
  list-style-type: none;
}
#how-to .box i.fa {
  float: left;
  margin-right: 15px;
  font-size: 18px;
  color: #c2d100;
  padding-bottom: 10px;
}
#how-to .box img.side-img {
  float: right;
  width: 350px;
  display: inline-block;
  margin: 10px 0 0 30px;
}
#how-to .box a {
  color: #c6143d;
  text-decoration: underline;
}
#how-to .box a:hover {
  color: #10263b;
}
#how-to .box .suBbox {
  margin: 15px 0 40px;
}
#how-to .box .suBbox ol li {
  float: left;
  margin-right: 50px;
  width: 230px;
}
#how-to .box .suBbox ol li:nth-child(3n) {
  margin-right: 0;
}
#how-to .btn {
  width: 170px;
  font-family: "IntroRegular";
  font-size: 20px;
  display: block;
  height: 49px;
  margin: 0 auto 20px;
  padding-top: 4px;
  line-height: 50px;
  text-align: center;
}
#how-to .google-map {
  display: inline-block;
  overflow: hidden;
  margin-bottom: -66px;
}
#how-to .google-map iframe {
  position: relative;
  top: -46px;
  width: 810px;
  height: 480px;
  border: none;
}
#welcome {
  font-family: "IntroRegular";
}
#welcome strong {
  font-family: "IntroBold";
}
#welcome .green {
  color: #c2d100;
}
#welcome h1 {
  font-size: 50px;
  line-height: 80px;
  margin-bottom: 45px;
  font-family: "IntroRegular";
  color: #0f283b;
  text-transform: uppercase;
}
#welcome h1 span {
  text-transform: none;
  font-size: 60px;
}
#welcome h2 {
  font-size: 30px;
  margin-bottom: 45px;
  text-align: center;
  font-family: "IntroRegular";
  text-transform: uppercase;
}
#welcome h2 span {
  text-transform: none;
  font-size: 40px;
}
#welcome h3 {
  font-size: 25px;
  font-family: "IntroRegular";
  margin-bottom: 10px;
  text-transform: uppercase;
}
#welcome .mainBox {
  padding: 40px 410px 40px 40px;
  margin-bottom: 35px;
  color: #0f273b;
  background: #f3f5f7 url("../../eshop/img/welcome/vitejte-top.png") 100% 0 no-repeat;
}
#welcome .mainBox.noveSklizeno {
  background: #10263b url("../../eshop/img/welcome/sklizeno-spojeni.png") center 185px no-repeat;
}
#welcome .mainBox.noveSklizeno p {
  margin-top: 285px;
}
#welcome .mainBox p {
  font-size: 20px;
  line-height: 35px;
}
#welcome .mainBox p span {
  font-size: 25px;
}
#welcome .mainBox .btn {
  margin: 30px 0 0px;
}
#welcome .mainBox .btn:hover {
  background: #c2d100;
  color: #10263b;
}
#welcome .delivery-map {
  text-align: center;
  margin-bottom: 70px;
  background: #f3f5f7;
  padding: 40px 40px 45px;
}
#welcome .delivery-map h2 {
  margin-bottom: 25px;
}
#welcome .delivery-map .google-map {
  display: inline-block;
  overflow: hidden;
  margin-bottom: -66px;
}
#welcome .delivery-map .google-map iframe {
  position: relative;
  top: -46px;
  width: 1025px;
  height: 480px;
  border: none;
}
#welcome .how-to {
  margin-bottom: 30px;
  text-align: center;
}
#welcome .how-to p {
  font-size: 17px;
  line-height: 25px;
  padding: 10px 40px 10px;
}
#welcome .codex {
  margin-bottom: 85px;
  background: #10263b;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  padding: 40px;
}
#welcome .codex h2 {
  color: #c2d100;
  margin-bottom: 25px;
}
#welcome .codex p {
  text-align: center;
  margin-bottom: 35px;
}
#welcome .codex .codex-items {
  width: 1035px;
  margin: 0 auto;
}
#welcome .codex .codex-items .codex-item {
  float: left;
  width: 345px;
  padding-bottom: 10px;
  line-height: 25px;
}
#welcome .codex .codex-items .codex-item img {
  padding-right: 10px;
}
#welcome .codex .codex-items .codex-item .ci-part-1 {
  color: #c2d100;
  font-size: 25px;
}
#welcome .codex .codex-items .codex-item .ci-part-2 {
  color: #c2d100;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'IntroBold';
}
#welcome .codex .codex-items .codex-item .ci-part-3 {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 40px;
}
#welcome .howWeWork {
  margin-bottom: 20px;
  width: 1025px;
  margin: 0 auto;
}
#welcome .howWeWork .item {
  width: 370px;
  margin-bottom: 40px;
  padding-left: 100px;
  float: left;
  padding-top: 15px;
}
#welcome .howWeWork .item h3 span {
  font-size: 30px;
  text-transform: none;
}
#welcome .howWeWork .item p {
  font-size: 15px;
  line-height: 25px;
}
#welcome .howWeWork .item.bakery {
  background: url("../../eshop/img/welcome/badge_pekarna.png") 0 0 no-repeat;
  margin-right: 85px;
}
#welcome .howWeWork .item.fresh {
  background: url("../../eshop/img/welcome/badge_fresh.png") 0 0 no-repeat;
}
#welcome .howWeWork .item.cut {
  background: url("../../eshop/img/welcome/badge_maso.png") 0 0 no-repeat;
  margin-right: 85px;
}
#welcome .howWeWork .item.delivery {
  background: url("../../eshop/img/welcome/badge_auto.png") 0 0 no-repeat;
  margin-right: 85px;
}
#welcome .howWeWork .item.box {
  background: url("../../eshop/img/welcome/badge_bedynka.png") 0 0 no-repeat;
  margin-right: 85px;
}
#welcome .howWeWork .item.origin {
  background: url("../../eshop/img/welcome/badge_lupa.png") 0 0 no-repeat;
}
#welcome .howWeWork .item.bag {
  background: url("../../eshop/img/welcome/badge_taska.png") 0 0 no-repeat;
}
#welcome .btn {
  width: 170px;
  font-family: "IntroRegular";
  font-size: 20px;
  display: block;
  height: 49px;
  margin: 0 auto 20px;
  padding-top: 4px;
  line-height: 50px;
  text-align: center;
}
.welcome-popup .mfp-content {
  padding: 70px 0;
}
.welcome-popup .mfp-content .content-container-ajax {
  width: 1110px;
}
#free-delivery {
  width: 600px;
  margin: 0 auto;
}
#free-delivery span.red {
  color: #c6143d;
}
#free-delivery h1 {
  text-transform: uppercase;
  font-size: 40px;
  margin: 10px 0 20px;
  line-height: 40px;
  text-align: center;
}
#free-delivery h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 30px 0 20px;
  display: block;
}
#free-delivery p {
  font-size: 18px;
  line-height: 30px;
}
#free-delivery .line-through {
  text-decoration: line-through;
}
#free-delivery .countdown {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
#free-delivery .countdown #countdown-content {
  display: inline-block;
}
#free-delivery .countdown #countdown-content .time-slot {
  display: inline-block;
  margin-right: 5px;
}
#free-delivery .countdown #countdown-content .time-slot .time {
  display: inline-block;
  padding: 15px 15px;
  background: #10263b;
  color: #fff;
  border-radius: 3px;
  font-size: 22px;
}
#free-delivery .countdown #countdown-content .time-slot .desc {
  display: block;
  font-size: 14px;
  text-align: center;
}
#free-delivery .btn {
  width: 290px;
  font-size: 26px;
  display: block;
  margin: 40px auto 0;
}
#free-delivery ul {
  list-style-type: none;
  font-size: 18px;
  margin-left: 15px;
}
#free-delivery ul li {
  padding-left: 85px !important;
  height: 65px;
  margin-bottom: 30px;
}
#free-delivery ul li.icon-24hour {
  background: url("../../eshop/img/ic_24.png") no-repeat;
}
#free-delivery ul li.icon-cart {
  background: url("../../eshop/img/ic_cart.png") no-repeat;
}
.category-pretext {
  font-size: 16px;
  line-height: 25px;
  margin: 0 auto 40px;
  font-family: 'IntroRegular';
  background: #f3f5f7;
  padding: 20px 20px 10px;
}
.category-pretext .text {
  display: inline-block;
}
.category-pretext .text strong {
  font-family: 'IntroBold';
}
.category-image {
  margin: 0 0 20px;
}
.sectionPromo {
  padding: 21px 21px 0 21px;
  background-color: #f3f5f7;
}
.sectionPromo__title {
  font-size: 16pt;
  margin-bottom: 20px;
}
.sectionPromo__linkText {
  padding: 42px 15px;
}
.sectionPromo li.preview-product {
  margin-bottom: 14px;
}
.sectionPromo li:last-child {
  width: 138px;
  height: 178px;
  margin-right: 0;
  background-color: #c2d100;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: 'IntroBold';
}
.sectionPromo li:last-child a {
  display: block;
  height: 100%;
}
.sectionPromo li:last-child a .fa-arrow-circle-right {
  font-size: 24pt;
}
#landing-page li {
  padding: 0;
  margin: 0;
  background: none;
}
#landing-page h1 {
  font-size: 80px;
  line-height: 60px;
  text-align: center;
}
#landing-page h1 .claim {
  display: block;
  white-space: nowrap;
  font-size: 50px;
  text-transform: none;
}
#landing-page h2 {
  font-size: 30px;
  line-height: 35px;
  margin: 0 auto 30px;
  text-align: center;
}
#landing-page h2 .claim {
  font-size: 25px;
}
#landing-page .mainBox {
  /* vždy nachystat na akci background: url('../../eshop/img/campaign/nazev_akce/fotka.jpg') no-repeat; */
  background: url('../../eshop/img/campaign/grill/headline.png') no-repeat;
  padding: 350px 0 90px 0;
  margin-top: -5px;
  position: relative;
  text-align: center;
}
#landing-page .mainBox p {
  font-size: 70px;
  font-family: "IntroRegular";
  margin-top: 10px;
  line-height: 70px;
}
#landing-page .headlineBox {
  margin: 0 0 40px;
}
#landing-page .headlineBox h2 {
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 50px;
}
#landing-page .headlineBox p {
  font-size: 25px;
  text-align: center;
  color: #000;
}
#landing-page .gold {
  color: #c2a265;
}
#landing-page .upper {
  text-transform: uppercase;
}
#landing-page .red {
  color: #c6143d;
}
#landing-page .green {
  color: #c2d100;
}
#landing-page .yellow {
  color: #fae64e;
}
#landing-page .dark-green {
  color: #e6f452;
}
#landing-page .white {
  color: #fff;
}
#landing-page .gifts {
  background: url('../../eshop/img/chrismas-main-img.jpg') no-repeat;
  padding-top: 180px;
}
#landing-page .gifts .gift-links {
  width: 650px;
  margin: 0 auto 65px;
}
#landing-page .gifts .gift-links li {
  display: inline-block;
  margin-right: 50px;
}
#landing-page .gifts .gift-links li:last-child {
  margin-right: 0;
}
#landing-page .gifts .gift-links li a {
  display: block;
  width: 180px;
  height: 189px;
}
#landing-page .gifts .gift-links li a.for-her {
  background: url('../../eshop/img/chrismas-for-her.png');
}
#landing-page .gifts .gift-links li a.for-her:hover {
  background: url('../../eshop/img/chrismas-for-her-hover.png');
}
#landing-page .gifts .gift-links li a.for-him {
  background: url('../../eshop/img/chrismas-for-him.png');
}
#landing-page .gifts .gift-links li a.for-him:hover {
  background: url('../../eshop/img/chrismas-for-him-hover.png');
}
#landing-page .gifts .gift-links li a.for-seniors {
  background: url('../../eshop/img/chrismas-for-seniors.png');
}
#landing-page .gifts .gift-links li a.for-seniors:hover {
  background: url('../../eshop/img/chrismas-for-seniors-hover.png');
}
#landing-page .gifts .gift-links li a .hidden {
  visibility: hidden;
}
#landing-page .vouchers {
  margin-bottom: 40px;
}
#landing-page .vouchers .voucher {
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
  width: 310px;
  margin-right: 21px;
}
#landing-page .vouchers .voucher:last-child {
  margin-right: 0;
}
#landing-page .vouchers .voucher img {
  float: right;
}
#landing-page .vouchers .voucher a {
  background-color: #f3f5f7;
  padding: 10px;
  display: block;
}
#landing-page .vouchers .voucher a:hover {
  text-decoration: none;
  background: #10263b;
  color: #fff;
}
#landing-page .vouchers .voucher .text {
  display: block;
  margin: 14px;
  width: 100px;
  float: left;
}
#landing-page .categories-grid {
  margin-bottom: 40px;
  text-align: center;
}
#landing-page .categories-grid li {
  display: inline-block;
  margin: 0 25px 16px 0;
  position: relative;
}
#landing-page .categories-grid li:nth-child(4n) {
  margin-right: 0;
}
#landing-page .categories-grid li .text {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 165px;
  width: 255px;
  height: 90px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  color: #fae64e;
  z-index: 1001;
  background-color: rgba(36, 47, 58, 0.3);
}
#landing-page .categories-grid li .text:hover {
  /*background-color: rgba(36, 47, 58, 0.8);*/
  background-color: rgba(250, 230, 78, 0.8);
  color: #10263b;
}
#landing-page .categories-grid li .text.long {
  padding-top: 80px;
  height: 150px;
}
#landing-page .description-content-box {
  padding: 0 60px;
}
#landing-page .description-content-box .content-item {
  float: left;
  width: 400px;
  margin-right: 60px;
  margin-bottom: 47px;
}
#landing-page .description-content-box .content-item h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
#landing-page .description-content-box .content-item p {
  font-size: 18px;
  line-height: 25px;
}
#landing-page .description-content-box .content-item:nth-child(2n) {
  margin-right: 0;
}
#landing-page .mainCategories {
  margin-bottom: 50px;
}
#landing-page .mainCategories li {
  width: 350px;
  height: 350px;
  margin: 0 30px 20px 0;
  float: left;
  position: relative;
}
#landing-page .mainCategories li:nth-child(3n) {
  margin-right: 0;
}
#landing-page .mainCategories li .item {
  width: 100%;
}
#landing-page .mainCategories li .item .btn {
  background: #fae64e;
  color: #10263b;
}
#landing-page .mainCategories li .item:hover {
  text-decoration: none;
}
#landing-page .mainCategories li .item:hover .overlay {
  /*background-color: rgba(36, 47, 58, 0.8);*/
  background-color: rgba(250, 230, 78, 0.8);
  color: #c2d100;
}
#landing-page .mainCategories li .item:hover .overlay.dark {
  background-color: rgba(36, 47, 58, 0.8);
}
#landing-page .mainCategories li .item:hover .headline {
  color: #10263b;
}
#landing-page .mainCategories li .item:hover .headline .head-name {
  color: #10263b;
}
#landing-page .mainCategories li .item:hover .btn {
  background: #fff;
  color: #10263b;
}
#landing-page .mainCategories li .item .headline {
  color: #fae64e;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 90px;
  display: block;
}
#landing-page .mainCategories li .item .headline.long {
  margin-bottom: 15px;
}
#landing-page .mainCategories li .item .headline .head-name {
  text-transform: uppercase;
  font-size: 60px;
  font-family: "IntroBold";
  line-height: 70px;
  color: #fff;
}
#landing-page .mainCategories li .item .btn {
  font-size: 18px;
  font-family: "IntroRegular";
  padding: 4px 20px 0;
}
#landing-page .mainCategories li .item .overlay {
  background-color: rgba(36, 47, 58, 0.3);
  padding-top: 135px;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 215px;
  text-align: center;
}
#landing-page .mainCategories li .item .overlay.dark {
  background-color: rgba(36, 47, 58, 0.4);
}
#landing-page .mainCategories li .item .grill-badge {
  background: url('../../eshop/img/campaign/badge_tip_yellow.png') no-repeat;
  width: 70px;
  height: 70px;
  top: 25px;
  left: 25px;
  position: absolute;
}
#landing-page .ups {
  width: 718px;
  margin: 0 auto;
}
#landing-page .ups li {
  display: block;
  margin-bottom: 40px;
}
#landing-page .ups li img {
  float: left;
  margin-right: 40px;
}
#landing-page .ups li p {
  float: left;
  line-height: 25px;
}
#landing-page .ups li p.headline {
  font-size: 20px;
  width: 216px;
  margin-right: 40px;
  font-family: "IntroRegular";
  padding-top: 6px;
}
#landing-page .ups li p.text {
  font-size: 15px;
  width: 330px;
}
#landing-page .ups .btn {
  margin: 40px auto 0;
  width: 285px;
  font-size: 18px;
  display: block;
  font-family: "IntroRegular";
  padding: 14px 14px 11px;
}
#footer {
  margin-top: 30px;
  padding: 0 10px;
  color: #fff;
  background-color: #10263b;
}
#footer .container {
  margin: 0 auto;
  max-width: 414px;
}
#footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 17px;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-content.container {
  padding: 20px 0 0;
}
#footer .footer-content.container::before {
  display: none;
}
#footer .footer-content a {
  color: #fff;
  text-decoration: underline;
  box-shadow: none;
}
#footer .footer-content a:hover,
#footer .footer-content a:focus {
  box-shadow: none;
}
#footer .footer-content h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 20px;
  font-family: IntroRegular;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  #footer .footer-content h3 {
    font-size: 25px;
  }
}
#footer .footer-content h3 .em {
  color: #c2d100;
  text-transform: none;
  font-size: 1.2em;
  font-family: 'SantEliaScript-Light', 'Verdana', sans-serif;
  font-weight: 300;
}
#footer .footer-content > div {
  flex-basis: 100%;
  margin-bottom: 40px;
}
#footer .footer-content .widget {
  padding-bottom: 0;
}
#footer .footer-content .footer-left {
  text-align: center;
}
#footer .footer-content .footer-left p {
  margin-bottom: 15px;
  line-height: 25px;
}
#footer .footer-content .footer-left input {
  width: calc(100% - 30px);
  height: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #10263b;
  box-shadow: inset 0 4px 0 rgba(0, 37, 60, 0.05);
  font-style: normal;
}
#footer .footer-content .footer-left input::placeholder {
  opacity: 1;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
#footer .footer-content .footer-left button {
  height: auto;
  margin-top: 10px;
  padding: 6px 16px 4px;
  background-color: #c2d100;
  color: #10263b;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
}
#footer .footer-content .footer-middle {
  text-align: center;
}
#footer .footer-content .footer-middle .widget_media_image > img {
  background-color: #c2d100;
}
#footer .footer-content .footer-middle .textwidget a {
  color: #c2d100;
}
#footer .footer-content .footer-middle .textwidget a:hover {
  color: #fff;
}
#footer .footer-content .footer-middle .social-navigation {
  float: none;
  width: 100%;
  margin-top: 20px;
}
#footer .footer-content .footer-middle .social-navigation .social-links-menu {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#footer .footer-content .footer-middle .social-navigation .social-links-menu li {
  display: inline-block;
}
#footer .footer-content .footer-middle .social-navigation .social-links-menu a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 9px 0.5em 0;
  text-align: center;
  border-radius: 32px;
  color: #10263b;
  background-color: #c2d100;
  transition: background-color 0.2s ease-out;
  line-height: 32px;
}
#footer .footer-content .footer-middle .social-navigation .social-links-menu a:hover {
  background-color: rgba(194, 209, 0, 0.9);
}
#footer .footer-content .footer-middle .social-navigation .social-links-menu a .icon {
  position: relative;
  top: 1px;
  left: 0;
}
#footer .footer-content .footer-middle .social-navigation .social-links-menu a .icon:before {
  padding-left: 2px;
  vertical-align: middle;
  line-height: 32px;
  font-size: 21px;
}
#footer .footer-content .footer-right .widget ul {
  padding: 0;
}
#footer .footer-content .footer-right .widget ul li {
  display: flex;
  align-items: center;
  padding: 0 0 0.2em;
  border: none;
}
#footer .footer-content .footer-right .widget ul li:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#footer .footer-content .footer-right .widget ul li:before {
  content: "\f115";
}
#footer .footer-content .footer-right .widget ul li::before {
  display: inline-block;
  height: 100%;
  margin-right: 5px;
  color: #c2d100;
  font-family: "My Food Market";
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
}
#footer .footer-content .footer-right .widget ul li:last-child {
  padding-bottom: 0;
}
#footer .footer-content .footer-right a {
  display: flex;
  height: 100%;
  text-transform: none;
}
#footer .footer-content .footer-right a:hover {
  color: #c2d100;
}
#footer .legal {
  display: flex;
  flex-flow: column;
  padding: 2rem 0 4rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  #footer .legal {
    flex-flow: row;
    text-align: left;
  }
}
#footer .legal .copyright {
  order: 2;
  flex-basis: 100%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 48em) {
  #footer .legal .copyright {
    order: 0;
    flex-basis: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  #footer .legal .eet {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    margin-top: 80px;
  }
  #footer .container {
    max-width: 1170px;
  }
  #footer .footer-content.container {
    padding: 60px 0;
  }
  #footer .footer-content h3 {
    text-align: left;
  }
  #footer .footer-content > div {
    flex-basis: 33%;
    margin-bottom: 1rem;
  }
  #footer .footer-content .footer-left {
    max-width: 300px;
    text-align: left;
  }
  #footer .footer-content .footer-left p {
    margin-bottom: 20px;
    line-height: 30px;
  }
  #footer .footer-content .footer-left input::placeholder {
    text-align: left;
  }
  #footer .footer-content .footer-left button {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 16px 4px;
    background-color: #c6143d;
    color: #fff;
  }
  #footer .footer-content .footer-left button:hover {
    background-color: rgba(198, 20, 61, 0.9);
  }
  #footer .footer-content .footer-middle {
    text-align: left;
  }
  #footer .footer-content .footer-middle .textwidget p {
    margin-bottom: 1em;
  }
  #footer .footer-content .footer-middle .social-navigation {
    margin-top: 0;
  }
  #footer .footer-content .footer-middle .social-navigation .social-links-menu {
    justify-content: flex-start;
  }
  #footer .footer-content .footer-right::before {
    margin-right: 1rem;
  }
  #footer .legal {
    flex-flow: row;
    padding: 40px 0 72px;
    text-align: left;
  }
  #footer .copyright {
    flex-basis: 50%;
    margin-bottom: 0;
  }
  #footer .eet {
    text-align: right;
  }
}
.search-results h2 {
  font-size: 24px;
  margin: 30px 0 20px 0;
}
.search-results ul.category-results li {
  background: none;
  padding-left: 0;
  line-height: 1.5em;
  font-family: "IntroRegular";
  font-size: 16px;
}
.form-buy form .configurator-attribute-part-container,
.form-buy form .configurator-attribute-name,
.form-buy form .configurator-attribute-value {
  width: 100%;
}
.table-cart .configurator-attribute-value-container,
.table-cart .configurator-attribute-name,
.table-cart .configurator-attribute-value {
  display: inline;
}
.table-cart .select2-choice {
  display: inline;
  padding: 0;
}
.configurator-attribute-part-container {
  font-size: 18px;
  padding-bottom: 10px;
}
.configurator-attribute-part-container .select2-container {
  font-weight: 600;
  text-decoration: underline;
}
.configurator-attribute-part-container .select2-container .select2-choice {
  border: none;
  padding-left: 0;
}
.configurator-attribute-part-container .select2-container .select2-choice .select2-arrow {
  display: none;
}
.configurator-attribute-dropdown {
  border: none;
  color: #fff;
  background-color: #10263b;
  margin-top: 10px;
  font-size: 15px;
  width: 280px !important;
}
.configurator-attribute-dropdown:before {
  /* trojúhelník */
  content: "";
  display: block;
  position: relative;
  top: -10px;
  left: 30px;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #10263b;
}
.configurator-attribute-dropdown .select2-results {
  margin: 15px 30px;
}
.configurator-attribute-dropdown .select2-results li {
  padding: 0 0 15px 0;
}
.configurator-attribute-dropdown .select2-results li:hover {
  background-color: inherit;
}
.configurator-attribute-dropdown .select2-results .select2-result-label:before {
  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;
  content: "\f10c";
}
.configurator-attribute-dropdown .select2-results .select2-result.select2-highlighted {
  color: inherit;
}
.configurator-attribute-dropdown .select2-results .select2-result.select2-default {
  color: #c2d100;
}
.configurator-attribute-dropdown .select2-results .select2-result.select2-default .select2-result-label:before {
  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;
  content: "\f192";
  color: #c2d100;
}
.preview-product .configurator-text-sticker {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 15px;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-family: IntroRegular;
  background-color: rgba(15, 38, 57, 0.9);
}
.preview-product .configurator-text-sticker-child {
  width: 205px;
  height: 350px;
  padding: 30px;
}
.preview-product .configurator-text-sticker-child .ui-button {
  width: 100%;
  text-align: left;
}
.preview-product .configurator-text-sticker-name {
  padding-bottom: 20px;
}
.preview-product .configurator-text-sticker .ui-checkboxradio-label {
  font-size: 18px;
}
.preview-product .configurator-text-sticker .ui-checkboxradio-label:before {
  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;
  content: "\f10c";
  font-size: 15px;
  padding-right: 10px;
}
.preview-product .configurator-text-sticker .ui-checkboxradio-icon {
  display: none;
}
.preview-product .configurator-text-sticker .ui-checkboxradio-checked {
  color: #c2d100;
}
.preview-product .configurator-text-sticker .ui-checkboxradio-checked:before {
  content: "\f192";
  color: #c2d100;
}
.preview-product .configurator-text-sticker button {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 15px;
  height: 40px;
}
.preview-product .configurator-text-sticker .waitMe {
  right: 10px;
  bottom: 5px;
}
.select2-container--default .select2-selection--single {
  border-color: #d1d6db;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #10263B;
  padding-right: 28px;
  border-color: #d1d6db;
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 1px solid #d1d6db;
  height: 31px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #10263B;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #10263B;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #10263B;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #c2d100;
  color: #10263B;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 256px;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #d1d6db;
}
.select2-container .select2-selection--single {
  height: 32px;
}
.select2-container .select2-selection--single:focus {
  outline: 0;
}
.select2-dropdown {
  border: 1px solid #d1d6db;
}
.text-sticker {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
}
.text-sticker-product {
  background: rgba(15, 38, 57, 0.9);
}
#wrap .error-page,
.error-page {
  font-family: IntroRegular;
  font-size: 20px;
  line-height: 30px;
  color: #10263b;
  margin-right: -30px;
  padding: 30px;
}
#wrap .error-page h1,
.error-page h1 {
  font-family: "SantEliaScript-Light";
  font-size: 80px;
  color: #c2d100;
}
#wrap .error-page p,
.error-page p {
  margin-bottom: 35px;
}
#wrap .error-page a,
.error-page a {
  color: #c6143d;
  text-decoration: underline;
}
#wrap .error-page a:hover,
.error-page a:hover {
  color: #c6143d;
}
#wrap .error-page .subheading,
.error-page .subheading {
  font-size: 40px;
  line-height: 45px;
}
#wrap .error-page .button,
.error-page .button {
  font-size: 18px;
  color: white;
  background-color: #c6143d;
  text-decoration: none;
  padding: 10px 15px;
}
#wrap .error-page .button:hover,
.error-page .button:hover {
  color: white;
  background-color: #10263b;
}
#wrap .error-page .note,
.error-page .note {
  font-size: 14px;
  margin: 25px 0 40px 0;
}
#wrap .error-page.error-page-404,
.error-page.error-page-404 {
  background: url("/assets/eshop/img/error_404_bg.png") no-repeat right -30px;
}
#wrap .error-page.error-page-500,
.error-page.error-page-500 {
  background: url("/assets/eshop/img/error_500_bg.png") no-repeat right -30px;
}
.eu-cookies {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  color: GrayText;
  z-index: 1040;
  position: relative;
}
.eu-cookies,
.eu-cookies span,
.eu-cookies a {
  font-size: 12px;
}
.eu-cookies span {
  padding-right: 5px;
}
.eu-cookies a,
.eu-cookies a:hover,
.eu-cookies a:visited,
.eu-cookies a:active,
.eu-cookies a:focus {
  color: GrayText;
  text-decoration: underline;
}
.eu-cookies button {
  flex-shrink: 0;
  cursor: pointer;
}
.eu-cookies.priority {
  background-color: #2CACEA;
  font-size: 11px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
}
.eu-cookies.priority span {
  padding-right: 15px;
  padding-left: 10px;
}
.eu-cookies.priority span a {
  color: #fff;
}
.eu-cookies.priority button {
  color: #fff;
  text-decoration: none;
  background: #72CCFF;
  padding: 0 25px;
  text-transform: uppercase;
  line-height: 28px;
  margin-left: 6px;
  width: 130px;
  font-weight: bold;
  transition: background 0.5s;
  border: none;
}
.eu-cookies.priority button:hover {
  background: #0E6EA5;
}
.ui-dialog {
  min-width: 800px;
  /* max-height: 570px; zakomentováno kvůli b2b registračnímu formuláři */
}
.ui-dialog #dialog {
  padding: 0 30px;
  /* max-height: 380px !important; zakomentováno kvůli b2b registračnímu formuláři */
  /* TWB nastavuje .hidden na important, takže musíme odkrytí přenastavit taky přes important */
}
.ui-dialog #dialog.hidden {
  display: block !important;
}
.ui-dialog .ui-dialog-title {
  font-family: "IntroRegular";
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #10263b;
  width: 100%;
  margin-left: 0;
  text-align: center;
}
.ui-dialog .ui-dialog-title .font-elia {
  font-family: 'SantEliaScript-Light';
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
}
.ui-dialog .dialog-content-p {
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ui-dialog .dialog-content-p .show-more-hidden-items-container {
  background-color: #f3f5f7;
  padding: 30px;
  text-align: left;
  line-height: 25px;
  margin-bottom: 30px;
}
.ui-dialog .dialog-content-p .show-more-hidden-items-container ul {
  list-style: disc inside;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.ui-dialog .dialog-content-p .show-more-hidden-items-container ul .fog-of-war {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f3f5f7 80%);
}
.ui-dialog .dialog-content-p .show-more-hidden-items-container .show-more-hidden-items-trigger {
  margin-top: 15px;
}
.ui-dialog .dialog-content-p p {
  margin-bottom: 25px;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 10px 30px 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
  line-height: 30px;
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper {
  width: auto;
  flex: 1 0 auto;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper .ui-button {
  padding: 6px 12px;
  height: 40px;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper .ui-button.left-button {
  font-family: 'IntroBold';
  height: 40px;
  float: right;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper .ui-button.right-button {
  font-family: 'IntroBold';
  text-decoration: underline;
  background-color: transparent;
  color: #c6143d;
  float: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper .ui-button.right-button:hover {
  text-decoration: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: -61px;
  right: -3px;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
  line-height: 20px;
  z-index: 5000;
  text-indent: 0px;
  color: #fff;
  font-weight: 400;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}
.ui-dialog .ui-dialog-titlebar-close .icon-close {
  display: inline-block;
  color: #b4c332;
  font-size: 1.4em;
  margin-right: 10px;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  color: #b4c332;
  background: transparent;
}
ul.msg {
  list-style-type: none;
}
.msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.msg.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
/*HLAVNI MENU*/
div.navigation-container {
  z-index: 1040;
  position: relative;
}
div.navigation-container > ul {
  float: right;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 0;
  white-space: nowrap;
  font-family: 'IntroRegular';
  padding-left: 0;
}
div.navigation-container > ul > li {
  font-size: 18px;
  display: inline-block;
  margin-left: 4px;
  padding: 0;
  background: none;
}
/*submenu*/
div.navigation-container ul > li > ul {
  display: none;
  position: absolute;
  z-index: 100;
  margin: 60px 0 0 0;
  font-family: 'IntroRegular';
  background-color: #10263b;
  padding: 5px 0;
  list-style-type: none;
}
div.navigation-container ul > li:last-child > ul {
  right: 0;
}
div.navigation-container ul > li > ul a {
  display: block;
  margin: 0 25px;
  padding: 10px;
  text-transform: none;
  border-bottom: 1px solid #4d6977;
  color: white;
}
div.navigation-container ul > li > ul > li {
  padding: 0;
  background: none;
}
div.navigation-container ul > li > ul > li:last-child a {
  border-bottom: 0 none;
}
div.navigation-container ul > li > ul a:hover {
  text-decoration: none;
  color: #c2d100;
}
div.navigation-container li.divider {
  height: 1em;
  position: relative;
  top: -13px;
  white-space: nowrap;
  width: 0;
  margin-right: 20px;
  margin-left: 15px;
  background: #000;
}
div.navigation-container > ul > li > a {
  display: block;
  text-align: center;
  float: left;
  padding: 10px 10px;
  color: #10263b;
  font-family: IntroRegular;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
div.top.navigation-container > ul > li > a.stretched-for-menu {
  padding-bottom: 11px;
  margin-bottom: -1px;
}
div.navigation-container > ul > li.active > a,
div.navigation-container > ul > li > a:hover {
  background-color: #b4c332;
  color: #fff;
  text-decoration: none !important;
}
#cart {
  background-color: #b4c332;
  display: block;
  width: 195px;
  height: 110px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin-top: -190px;
  opacity: 0.9;
}
#cart .cart-content {
  width: 100%;
  height: 95px;
  display: block;
  padding: 15px 0 0 0;
  color: #fff;
  font-family: IntroRegular;
  font-size: 18px;
}
#cart .cart-content.cart-no-button {
  padding: 35px 0 0 0;
  height: 75px;
}
#cart .cart-content:hover {
  text-decoration: none;
  background: #10263b;
}
#cart .cart-content:hover .pieces {
  color: #c2d100;
}
#cart .cart-content:hover #shopping-cart-icon .cart,
#cart .cart-content:hover #shopping-cart-icon.plus .cart-plus {
  opacity: 0;
}
#cart .cart-content:hover #shopping-cart-icon .cart-hover {
  opacity: 1;
}
#cart .cart-content:hover .cart-in .total-price {
  color: #fff;
}
#cart .cart-content:hover .cart-in .total-price > div {
  color: #c2d100;
}
#cart .cart-content:hover .cart-min-order {
  color: #fff;
  border-top-color: #485868;
}
#cart .cart-content:hover .cart-min-order span {
  color: #c2d100;
}
#cart .cart-content .cart-in {
  position: relative;
}
#cart .cart-content .cart-in .pieces {
  position: absolute;
  top: 2px;
  left: 47px;
  text-align: center;
  line-height: 23px;
  font-family: IntroBold;
  font-size: 11px;
  color: #10263b;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
#cart .cart-content .cart-in .total-price {
  text-align: right;
  margin: 8px 20px 0 0;
  color: #10263b;
  font-size: 15px;
}
#cart .cart-content .cart-in .total-price > div {
  font-family: IntroBold;
  text-transform: uppercase;
}
#cart .cart-content .cart-in .total-price > div .currency {
  text-transform: none;
}
#cart .cart-content #shopping-cart-icon {
  float: left;
  width: 32px;
  height: 30px;
  margin: 3px 15px 0 20px;
}
#cart .cart-content #shopping-cart-icon .cart,
#cart .cart-content #shopping-cart-icon .cart-plus,
#cart .cart-content #shopping-cart-icon .cart-hover {
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
#cart .cart-content #shopping-cart-icon .cart .icon,
#cart .cart-content #shopping-cart-icon .cart-plus .icon,
#cart .cart-content #shopping-cart-icon .cart-hover .icon {
  fill-rule: evenodd;
}
#cart .cart-content #shopping-cart-icon .cart {
  opacity: 1;
}
#cart .cart-content #shopping-cart-icon .cart .icon {
  fill: #10263b;
}
#cart .cart-content #shopping-cart-icon .cart-hover .icon {
  fill: #c2d100;
}
#cart .cart-content #shopping-cart-icon .cart-plus .icon {
  fill: #10263b;
}
#cart .cart-content #shopping-cart-icon.plus .cart-plus {
  opacity: 1;
}
#cart .cart-content #shopping-cart-icon.plus .cart {
  opacity: 0;
}
#cart .cart-button {
  line-height: 38px;
  margin-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
#cart .cart-button .cart-min-order {
  color: #10263b;
  border-top: 1px solid #c2d100;
  font-family: IntroBold;
  padding-top: 2px;
}
#cart .cart-button .cart-min-order span {
  text-transform: none;
}
#cart .cart-button .cart-submit {
  background: #10263b;
  color: #fff;
  border-top: 1px solid #10263b;
  padding-top: 2px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
