@charset "UTF-8";
/*! jQuery UI - v1.10.4 - 2014-06-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=2px&bgColorHeader=%23e2e2e2&bgTextureHeader=highlight_hard&bgImgOpacityHeader=75&borderColorHeader=%23ccc&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23ccc&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23f2f2f2&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=%23e2e2e2&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23e2e2e2&bgTextureHover=highlight_hard&bgImgOpacityHover=75&borderColorHover=%23ccc&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=highlight_hard&bgImgOpacityActive=65&borderColorActive=%23ccc&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.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;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-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;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.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;
}
input.ui-button {
  padding: 0.4em 1em;
}
.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;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.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: 49%;
}
.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;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  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;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.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: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ccc;
  background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #ccc;
  background: #e2e2e2 url("images/ui-bg_highlight-hard_75_e2e2e2_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e2e2e2;
  background: #f2f2f2 url("images/ui-bg_highlight-hard_100_f2f2f2_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  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 {
  border: 1px solid #ccc;
  background: #e2e2e2 url("images/ui-bg_highlight-hard_75_e2e2e2_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.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: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ccc;
  background: #fff url("images/ui-bg_highlight-hard_65_ffffff_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% 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: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.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);
  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);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.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 {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}
.ui-widget-overlay {
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url('fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/** Paths **/
/** Bootstrap **/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #f0f0f0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1b1b1b;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #666;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4d4d4d;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #666;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4d4d4d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.form-control,
input[type="text"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: rgba(102, 102, 102, 0.4);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 102, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 102, 102, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-default:focus,
.btn-default.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #000000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #000;
}
.btn-default .badge {
  color: transparent;
  background-color: #000;
}
.btn-primary {
  color: #fff;
  background-color: #666;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4d4d4d;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #666;
  border-color: transparent;
}
.btn-primary .badge {
  color: #666;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-info:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-info .badge {
  color: transparent;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #333;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1b1b1b;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #1b1b1b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #666;
  border-color: #666;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.cpanel:before,
.cpanel:after,
.elm_Images .images:before,
.elm_Images .images:after,
.flex-row:before,
.flex-row:after,
#gallery .entries:before,
#gallery .entries:after,
.storeAdmin .cpanel2:before,
.storeAdmin .cpanel2:after,
.checkout #store .stepperContent.info_guest form:before,
.checkout #store .stepperContent.info_guest form:after,
#store .categories.list:before,
#store .categories.list:after,
#store .category .subcategories:before,
#store .category .subcategories:after,
#store .category .categoryProducts:before,
#store .category .categoryProducts:after,
body.product #store .product .relationsWrap ul.relList:before,
body.product #store .product .relationsWrap ul.relList:after,
.hasSidebar #store > .boxText:before,
.hasSidebar #store > .boxText:after,
.frontpage #multibox div ul:before,
.frontpage #multibox div ul:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.cpanel:after,
.elm_Images .images:after,
.flex-row:after,
#gallery .entries:after,
.storeAdmin .cpanel2:after,
.checkout #store .stepperContent.info_guest form:after,
#store .categories.list:after,
#store .category .subcategories:after,
#store .category .categoryProducts:after,
body.product #store .product .relationsWrap ul.relList:after,
.hasSidebar #store > .boxText:after,
.frontpage #multibox div ul:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden,
body.hideright #sidebar,
body.forsida #sidebar {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.8);
}
.table .table {
  background-color: #f0f0f0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.8);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/** Owl Carousel **/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/** Font Awesome **/
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.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-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.eot');
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.woff2') format('woff2'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.woff') format('woff'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.ttf') format('truetype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.eot');
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.woff2') format('woff2'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.woff') format('woff'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.ttf') format('truetype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.eot');
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.woff2') format('woff2'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.woff') format('woff'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.ttf') format('truetype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fab:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
}
.fab:before.fa-pull-left {
  margin-right: 0.3em;
}
.fab:before.fa-pull-right {
  margin-left: 0.3em;
}
.fas:before,
.fa:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
.fas:before.fa-pull-left,
.fa:before.fa-pull-left {
  margin-right: 0.3em;
}
.fas:before.fa-pull-right,
.fa:before.fa-pull-right {
  margin-left: 0.3em;
}
.far:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.far:before.fa-pull-left {
  margin-right: 0.3em;
}
.far:before.fa-pull-right {
  margin-left: 0.3em;
}
div.elm_datePicker .lmnt:before,
#search #elm_submit:before,
#search ol.items .type:before,
#sortList .ui-sortable-handle:before,
div.sortOptions a.title:before,
#employees.box .staff div.content ul.extra li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
div.elm_datePicker .lmnt:before.fa-pull-left,
#search #elm_submit:before.fa-pull-left,
#search ol.items .type:before.fa-pull-left,
#sortList .ui-sortable-handle:before.fa-pull-left,
div.sortOptions a.title:before.fa-pull-left,
#employees.box .staff div.content ul.extra li:before.fa-pull-left {
  margin-right: 0.3em;
}
div.elm_datePicker .lmnt:before.fa-pull-right,
#search #elm_submit:before.fa-pull-right,
#search ol.items .type:before.fa-pull-right,
#sortList .ui-sortable-handle:before.fa-pull-right,
div.sortOptions a.title:before.fa-pull-right,
#employees.box .staff div.content ul.extra li:before.fa-pull-right {
  margin-left: 0.3em;
}
div.fancybox-outer .fancybox-nav.fancybox-prev span:before {
  content: "\f053";
}
div.fancybox-outer .fancybox-nav.fancybox-next span:before {
  content: "\f054";
}
div.fancybox-outer .fancybox-nav span:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  width: 100%;
  font-size: 25px!important;
  padding-top: 12px;
}
div.fancybox-outer .fancybox-nav span:before.fa-pull-left {
  margin-right: 0.3em;
}
div.fancybox-outer .fancybox-nav span:before.fa-pull-right {
  margin-left: 0.3em;
}
body#tinymce *.fab,
body#tinymce *.fas,
body#tinymce *.far,
body#tinymce *.fa {
  display: inherit;
  line-height: inherit;
}
/** Site fonts **/
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
/** Module styles **/
/** PRE-DEFINED **/
.thin {
  width: 1%;
}
.column {
  float: left;
}
.w50 {
  width: 49%;
}
.w33 {
  width: 33%;
}
.menu,
.toolbar {
  margin: 0;
  list-style: none outside;
}
.horizontal li,
.toolbar li {
  display: inline;
  margin-right: 1em;
}
.required {
  color: #822;
}
.required:after {
  content: " *";
}
.altRow2 {
  background: #f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/** SOON TO DIE **/
.listAll {
  width: 100%;
}
.listAll td,
.listAll th {
  padding: 4px;
}
.listAll th {
  text-align: left;
}
.toolCol {
  text-align: right;
  width: 1%;
  white-space: nowrap;
}
.rusl,
#rusl {
  display: none;
}
#captcha,
.captchaImg {
  display: block;
}
label.inline {
  float: left;
  display: block;
  width: 120px;
  clear: left;
}
ul.categories {
  list-style: none;
  display: inline;
  margin: 0;
}
/*loading overlay*/
.waiting {
  position: relative;
}
.waiting .overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff url(/_w/elrte/images/loading.gif) no-repeat 50% 200px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.waiting li {
  list-style: none;
}
#userAttributes {
  width: 50%;
}
#userAttributes td {
  padding: 4px;
}
#userAttributes input {
  width: 100%;
}
/*
To fix elfinder opened from tinymce.
JQuery UI should now default to 200020 as base zIndex.
TinyMCE InlinePopupus plugin uses 300000 as base zIndex.
So we force elFinder to base at 400010.
This way we get the correct stack order without using jquery dialog stack stuff.
*/
.ui-front {
  z-index: 200020 !important;
}
.ui-widget-overlay.ui-front {
  z-index: 200010 !important;
}
.ui-front.el-finder-dialog {
  z-index: 400010 !important;
}
.paginationControl {
  margin: 20px 0;
}
.paginationControl .pagerContent > a,
.paginationControl .pagerContent > span {
  display: inline-block;
  padding: 4px 10px;
  background: #f3f3f3;
}
#search .debug {
  display: none;
}
#search #searchForm {
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  #search #searchForm {
    width: 100%;
  }
}
#search #elm_q label {
  display: none;
}
#search #elm_q input {
  width: 100%;
  height: 38px;
}
#search #elm_t {
  display: none;
}
#search #elm_submit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 38px;
  height: 38px;
}
#search #elm_submit:before {
  position: absolute;
  right: 0;
  content: "\f002";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 38px;
  font-size: 120%;
}
#search #elm_submit input {
  position: absolute;
  right: 0;
  background: none;
  padding: 0;
  width: 38px;
  height: 38px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#search .term {
  color: #000;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 7px 0 14px;
  float: left;
  width: 100%;
  line-height: 37px;
}
#search .term:before,
#search .term:after {
  display: table;
  content: " ";
}
#search .term:after {
  clear: both;
}
#search .term:before,
#search .term:after {
  display: table;
  content: " ";
}
#search .term:after {
  clear: both;
}
#search .term span {
  font-weight: bold;
}
#search .term .time {
  float: right;
}
#search .searchResults .debug {
  font-size: 75%;
  color: #999;
  text-align: right;
}
#search .searchResults .debug span {
  display: inline-block;
  margin-right: 10px;
}
#search .searchResults > ol > li {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#search .searchResults > ol > li:before,
#search .searchResults > ol > li:after {
  display: table;
  content: " ";
}
#search .searchResults > ol > li:after {
  clear: both;
}
#search .searchResults > ol > li:before,
#search .searchResults > ol > li:after {
  display: table;
  content: " ";
}
#search .searchResults > ol > li:after {
  clear: both;
}
#search .searchResults > ol > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#search .searchResults > ol > li > br {
  display: none;
}
#search .searchResults .rank {
  display: none;
}
#search .searchResults .img {
  width: 25%;
  float: left;
  margin-right: 15px;
}
@media (max-width: 768px) {
  #search .searchResults .img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
#search .searchResults .img img {
  display: block;
  max-width: 100%;
  height: auto;
}
#search .searchResults .title {
  font-size: 120%;
  margin-bottom: 5px;
}
#search .searchResults em {
  font-weight: bold;
  font-style: normal;
}
#search .searchResults .albumImages {
  list-style: none outside;
  padding: 0;
  margin: 0 -2px;
  padding-top: 15px;
  overflow: hidden;
}
#search .searchResults .albumImages > li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 2px 0;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  #search .searchResults .albumImages > li {
    float: left;
    width: 8.33333333%;
  }
}
#search .searchResults .albumImages img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
body.loggedIn {
  padding-top: 31px;
}
/** ADMIN BAR */
#admin {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #333;
  line-height: 1.5;
  position: fixed;
  top: 0;
  left: 1%;
  width: 98%;
  max-width: 98%;
  height: 31px;
  padding: 0;
  z-index: 100;
  border-top: 0;
}
#admin,
#admin .container {
  -webkit-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  -ms-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}
#admin ul {
  padding-left: 16px;
  margin: 0;
  list-style: none;
}
#admin li {
  float: left;
  position: relative;
  height: 30px;
  line-height: 32px;
  padding-right: 8px;
}
#admin a {
  color: #333;
  text-decoration: none;
  background: none;
  display: block;
  border: 0;
  font-weight: 300;
}
#admin a:hover {
  text-decoration: underline;
}
#admin .image {
  float: left;
  margin: 2px 4px 0 8px;
  padding: 0;
}
#admin .image img {
  border: 0;
  padding: 0;
  margin: 0;
}
#admin .icon {
  border-left: 1px solid #ccc;
}
#admin .icon > a {
  padding-left: 32px;
}
#admin .usermenu {
  right: 2px;
  position: absolute;
}
#admin .usermenu .icon {
  padding-left: 0;
}
#admin .usermenu .user {
  border: 0;
  background: url('/_moya/icons/User.png') no-repeat 0 50% !important;
  padding-left: 20px;
}
#admin .usermenu .division {
  background: url('/_moya/icons/Hierarchy.png') no-repeat 10px 50% !important;
  padding-left: 32px;
}
#admin .usermenu .division select {
  padding: 3px;
  margin-top: 2px;
  width: auto;
  min-width: 0;
  min-height: 0;
  height: 20px;
}
#admin .modulemenu {
  position: absolute;
  right: -20px;
  top: 28px;
  background: #fff;
  padding: 8px 0;
  border: 1px solid #aaa;
  color: #fff;
  z-index: 99;
  width: 170px;
}
#admin .modulemenu li,
#admin .quickmenu ul li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 18px;
  height: auto;
  float: none;
}
#admin .modulemenu a,
#admin .quickmenu ul a {
  padding: 2px 16px;
  width: auto;
  white-space: nowrap;
}
#admin .modulemenu li a {
  padding-left: 32px;
}
#admin .drop {
  background: url('/_moya/images/admin/admin_action.png') no-repeat 0 0;
  padding: 0 18px 0 24px;
  border-left: 1px solid #ccc;
}
#admin .drop li a {
  display: block;
  line-height: 1.5;
}
#admin .drop li a:hover {
  padding-right: 0;
}
#admin .action {
  padding-right: 0;
}
#admin .action {
  background: url('/_moya/images/admin/admin_action.png') no-repeat 0 0;
  padding-right: 10px;
}
#admin .quickmenu ul {
  position: absolute;
  left: 0;
  top: 26px;
  background: #fff;
  padding: 8px 0;
  border: 1px solid #aaa;
  color: #fff;
  z-index: 99;
}
#admin .quickmenu li {
  float: left;
  padding-top: 0;
}
#admin .quickmenu ul img {
  border: 0;
  vertical-align: middle;
  margin-right: 4px;
}
#admin .actionmenu a {
  background: none;
}
#admin .logo {
  float: left;
  background: url('//static.stefna.is/moya/logo/tiny/116_grey_retina.png') no-repeat 50% 70%;
  background-size: 71px 22px !important;
  width: 90px;
  height: 31px;
  position: relative;
  z-index: 2;
}
#admin .logo:hover {
  cursor: pointer;
}
#admin .quickmenu,
#admin .usermenu {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
  opacity: 1;
}
#admin.collapsed .quickmenu,
#admin.collapsed .usermenu {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  opacity: 0;
}
#admin.collapsed {
  max-width: 90px;
}
#admin .container {
  max-width: 100%;
  position: relative;
  max-height: 31px;
  /*FIX FOR BOOTSTRAP CLASSNAME CONFLICT */
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
#admin.collapsed .container {
  max-width: 0;
  overflow: hidden;
}
.division-sort {
  list-style-type: none;
}
.division-sort li {
  border: 2px solid #ddd;
  padding: 5px;
  margin-bottom: 5px;
}
#grid-division .greyed {
  color: #999;
}
#growl {
  position: absolute;
  top: 31px;
  right: 0;
  width: 460px;
  background-color: #fff;
  background-color: rgba(250, 250, 250, 0.4);
}
#growl .message {
  display: none;
}
/** LOGIN SCREEN */
#auth {
  width: 320px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
#auth dl {
  text-align: left;
}
#auth dd {
  margin-bottom: 8px;
}
#auth .boxTitle h1 {
  margin-bottom: 40px;
}
#auth .lostPassword {
  font-size: 10px;
}
/** JIPS **/
.jip {
  text-align: left;
}
.jip.list {
  margin-bottom: 10px;
  overflow: auto;
}
.jip.list a {
  margin-right: 10px;
  font-weight: 400;
  font-size: 11px;
  display: block;
  line-height: 16px;
  float: left;
  padding: 6px;
}
.jip a {
  background: none;
  text-decoration: none;
  text-transform: none;
}
.jip ul {
  font-weight: 400;
  font-size: 11px;
  list-style: none outside;
  width: 180px;
  position: absolute;
  margin: 0;
  padding: 2px;
  border: 1px solid #aaa;
  background: #fff;
  z-index: 50;
  margin-top: -10px;
}
.jip li {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.jip ul a {
  display: block;
  padding: 2px;
  border: 1px solid #fff;
}
.jip ul a:hover {
  background: #f6f7f8;
  border: 1px solid #eee;
  color: #468;
  text-decoration: none;
}
.jip .iconLink {
  margin-right: 0;
}
.entry .jip.list {
  margin-top: 10px;
}
.jip .icon {
  width: auto !important;
  height: auto !important;
}
/** HELP **/
.helpIcon {
  float: right;
}
.helpIcon img {
  border: 0;
}
#help-modal {
  padding-top: 20px;
}
#help-modal h4 {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  margin: 0 0 10px 0;
}
#help-modal p {
  font-size: 11px;
  color: #666;
  margin-bottom: 30px;
}
/** CPANEL **/
.cpanel {
  margin-right: -15px;
  margin-left: -15px;
}
.cpanel ul {
  list-style: none;
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .cpanel ul {
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cpanel ul:first-child li:first-child {
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
}
.cpanel li {
  min-height: 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cpanel li:first-child {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .cpanel li:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
.cpanel a {
  text-decoration: none;
  font-size: 13px;
}
.cpanel small {
  display: block;
  color: #444;
  font-size: 12px;
  margin-bottom: 10px;
}
.cpanel img {
  float: left;
  margin: 4px 10px 10px 0;
}
/** MODULE SPECIFIC **/
/*adverts*/
#adman dl.information {
  margin-left: 16px;
}
/*boxman*/
#boxman_menu {
  width: 200px;
  float: left;
}
div.boxman_category {
  background-color: #ddd;
  padding: 5px;
}
#boxman_menu ul,
#boxman_sections ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
li.boxman_template,
div.boxman_section {
  background-color: #eee;
  padding: 5px;
}
li.boxman_template {
  cursor: pointer;
}
div.boxman_template_title {
  float: left;
}
span.boxman_template_url,
span.boxman_template_section {
  display: none;
}
span.boxman_template_icons {
  float: right;
}
span.boxman_template_icons .icon {
  padding-left: 2px;
  cursor: pointer;
}
#boxman_sections {
  width: 300px;
  float: left;
  margin-left: 40px;
}
ul.boxman_section_boxes {
  min-height: 60px;
  background-color: #fff;
}
li.boxman_section_box {
  background-color: #eee;
  padding: 8px;
  margin: 0 0 2px 20px;
}
#dialog p.error {
  font-size: 10px;
  background-color: #F8CACA;
  border: 1px dotted #73000E;
}
.boxman_hide {
  color: #aaa;
}
.boxmanBoxForm #title-element {
  float: left;
}
.boxmanBoxForm .clearTitle {
  clear: left;
  border-bottom: 1px dotted #000;
  margin: 2px 0 2px 0;
}
.boxmanBoxForm .boxman_show_title {
  float: left;
  font-size: 0.8em;
}
.boxmanBoxForm .boxman_show_title .lmnt {
  float: left;
}
.boxmanBoxForm #poll_id-label {
  clear: left;
}
/*mail*/
.paginationControl {
  text-align: center;
}
.paginationControl .active {
  font-weight: bold;
}
#template_image img {
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  padding: 5px;
  float: right;
}
#mail #listpicker {
  margin-bottom: 1.5em;
}
#mail #item_preview {
  font-weight: 700;
}
#mail #previewOverlay {
  background-color: #000;
  opacity: 0.5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
#mail #preview {
  display: none;
  top: 20%;
  text-align: left;
  z-index: 102;
  position: fixed;
  height: 500px;
  width: 800px;
  background: #fff;
  overflow: hidden;
}
#mail #previewTitle {
  text-align: right;
  background-color: #2E2E2D;
  line-height: 2;
  padding: 0 5px;
}
#mail #previewTitle a {
  color: #eee;
  font-weight: bold;
}
#mail #previewContent {
  overflow: scroll;
  height: 490px;
}
/*settings*/
#settings form .description {
  display: inline;
  font-size: 10px;
}
#settings form dd {
  clear: left;
}
#settings form > dl > dt {
  display: none;
}
#settings form > dl > dd > fieldset {
  border: 0;
  border-top: 2px solid #ccc;
  padding: 0 20px;
}
#settings form > dl > dd > fieldset > legend {
  font-size: 14px;
  cursor: pointer;
}
#settings fieldset {
  border: 0;
  border-top: 2px solid #ccc;
}
#settings .diff {
  padding: 5px 20px;
  display: inline;
  font-weight: 400;
}
#settings .diff a {
  font-size: 10px;
  color: #888;
}
#settings #cont-news dd {
  margin-bottom: 0 !important;
}
#settings h3.ui-accordion-header {
  margin-bottom: 0;
}
/*news*/
#news .categories {
  display: block;
}
#news #news_categories {
  height: 191px;
  padding-bottom: 10px;
  overflow-y: scroll;
}
/** Responsive Admin Bar **/
div#admin .quickmenu li a.expand {
  display: none;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  div#admin .usermenu .user {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .grid {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .grid table {
    width: 960px;
  }
  .grid table .jip {
    position: relative;
  }
  .grid table .jip ul {
    top: 16px;
    right: 10px;
  }
  #admin .container {
    max-height: none !important;
    max-width: none !important;
    overflow: visible!important;
  }
  div#admin.collapsed {
    max-height: 31px;
  }
  div#admin {
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    background-position: 50% -35px;
    height: auto;
    max-height: none;
    overflow: hidden;
  }
  #admin .quickmenu,
  #admin .usermenu {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  div#admin .logo {
    height: 31px;
    position: relative;
    z-index: 2;
  }
  div#admin .usermenu {
    top: 0;
    right: 5px;
  }
  div#admin .usermenu .config,
  div#admin .usermenu .user {
    display: none;
  }
  div#admin .usermenu .division {
    border-left: 0;
  }
  div#admin .quickmenu {
    clear: both;
    padding-top: 0;
    padding-left: 1px;
    overflow: hidden;
    font-size: 13px;
  }
  div#admin .quickmenu > li:first-child {
    border-top: 1px solid #ccc;
  }
  div#admin .quickmenu > li:last-child {
    border-bottom: none;
  }
  div#admin .quickmenu > li a.expand {
    display: block;
    width: 40px;
    position: absolute;
    right: 0;
    padding-left: 0;
    text-indent: -99px;
    overflow: hidden;
    background: url('/_moya/images/asc.gif') no-repeat center 16px !important;
    margin-right: 0;
  }
  div#admin .quickmenu > li a.expand.down {
    background: url('/_moya/images/desc.gif') no-repeat center 16px !important;
  }
  div#admin .quickmenu > li.drop a.expand {
    width: 100%;
    background-position: center right!important;
    margin-right: 9px;
  }
  div#admin .quickmenu ul {
    display: none!important;
    position: relative;
    top: auto;
    background: none;
    border: 0;
    left: 16px;
    padding-top: 0;
  }
  div#admin .quickmenu ul.show {
    display: block!important;
  }
  #admin .quickmenu li {
    height: auto;
    background: none;
    border-left: 0;
    float: none;
    border-bottom: 1px solid #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #growl {
    max-width: 100%;
    top: 42px;
  }
  #center .boxText img.icon {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .admin .w50 {
    width: 100%;
    margin-bottom: 1em;
    float: none;
  }
}
@media only screen and (max-width: 499px) {
  .grid .filter-buttons {
    float: none;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 399px) {
  div#admin .usermenu .logout {
    border-left: 0;
    padding-right: 0;
  }
  div#admin .usermenu .logout a {
    width: 32px;
    text-indent: -99px;
    overflow: hidden;
    padding-left: 0;
  }
}
.strevda .jip {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  z-index: 1;
}
.strevda .jip img {
  margin: 0;
}
/** JQUERY UI **/
.ui-tabs {
  margin-bottom: 1em;
}
.sortable {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 10px;
  border: 1px solid #e3e3e3;
}
.sortable.horizontal li {
  float: left;
}
legend {
  font-size: 1.3em;
  font-weight: normal;
  padding-bottom: 10px;
  margin-top: 20px;
}
fieldset {
  margin-bottom: 20px;
}
label {
  font-weight: 400;
}
textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #ccc;
}
form dd {
  margin: 0 0 10px;
}
form ul.errors {
  list-style: none;
  border: 1px solid #73000e;
  width: 50%;
  padding: 4px 8px;
  font-size: 10px;
  background: #f8caca;
  margin: 0;
}
input[type="text"],
input[type="password"],
select,
textarea {
  display: inline;
  width: auto;
  min-height: 38px;
  min-width: 250px;
  max-width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: rgba(102, 102, 102, 0.4);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 102, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 102, 102, 0.6);
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type="text"].headline,
input[type="password"].headline,
select.headline,
textarea.headline,
#auth .text {
  font-size: 1.3em;
  padding: 8px;
  width: 100%;
  min-height: 43px;
}
textarea {
  height: auto;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}
.checkbox,
.radio {
  display: inline;
  margin: 0;
}
.labelled {
  color: #999;
}
small.description {
  display: block;
  margin-top: 2px;
}
.page.admin .ui-tabs-panel fieldset .eType_checkbox {
  overflow: hidden;
}
.page.admin .ui-tabs-panel fieldset .eType_checkbox .lmnt {
  padding: 0 !important;
}
.page.admin .ui-tabs-panel fieldset .eType_checkbox label {
  line-height: 20px;
}
#main .elm label,
.moya_form .elm label {
  display: block;
}
#main .elm.elm_checkbox .lmnt label,
.moya_form .elm.elm_checkbox .lmnt label,
#main .elm.elm.elm_radio .lmnt label,
.moya_form .elm.elm.elm_radio .lmnt label,
#main .elm.elm.eType_radio .lmnt label,
.moya_form .elm.elm.eType_radio .lmnt label {
  display: inline;
}
#main .elm.elm_checkbox label,
.moya_form .elm.elm_checkbox label,
#main .elm.elm.eType_checkbox label,
.moya_form .elm.elm.eType_checkbox label {
  display: inline;
}
.elm_Images .images {
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -5px;
  margin-right: -5px;
}
.elm_Images .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  cursor: move;
}
@media (min-width: 768px) {
  .elm_Images .image {
    float: left;
    width: 25%;
  }
}
.elm_Images .image img {
  width: 100%;
  height: auto;
}
.elm_Images .image .actions {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
  background: rgba(255, 255, 255, 0.8);
}
.elm_Images .image .actions a {
  float: left;
  display: block;
  padding: 5px 8px;
}
.elm_Images .image .actions img {
  width: auto;
  height: auto;
}
.elm_Images .image:hover .actions {
  display: block;
}
.has-dropzone input[type=file] {
  display: none;
}
.file-preview {
  position: relative;
}
.file-preview .darkroom-container {
  margin: 60px 0 15px;
}
.file-preview .darkroom-container button {
  background: transparent !important;
}
.file-dropzone {
  background: #eeeeee;
  border: 1px solid #ccc;
  width: 150px;
  padding: 5px 20px;
  text-align: center;
}
.file-dropzone .fa {
  font-size: 32px;
  color: #ccc;
  vertical-align: middle;
}
body.droppable .file-dropzone {
  border-color: magenta;
}
.file-preview,
.file-dropzone {
  margin-top: 15px;
  clear: both;
}
img.icon {
  vertical-align: middle;
}
a .icon {
  border: 0;
}
.jip .icon {
  margin-right: 4px;
}
li.icon {
  padding-left: 10px;
}
li.icon > a {
  background-image: url('/_moya/icons/Package.png') !important;
  background-repeat: no-repeat !important;
  background-position: 10px 50% !important;
}
li.icon.news > a {
  background-image: url('/_moya/icons/News.png') !important;
}
li.icon.gallery > a {
  background-image: url('/_moya/icons/Photo_Double.png') !important;
}
li.icon.elfinder > a,
li.icon.fileman > a {
  background-image: url('/_moya/icons/File_Closed.png') !important;
}
li.icon.page > a {
  background-image: url('/_moya/icons/Document.png') !important;
}
li.icon.mainmenu > a {
  background-image: url('/_moya/icons/Relationship_Data.png') !important;
}
li.icon.sitemap > a {
  background-image: url('/_moya/icons/Relationship_Data.png') !important;
}
li.icon.user > a {
  background-image: url('/_moya/icons/User.png') !important;
}
li.icon.users > a {
  background-image: url('/_moya/icons/Group.png') !important;
}
li.icon.settings > a {
  background-image: url('/_moya/icons/Settings.png') !important;
}
li.icon.logout > a {
  background-image: url('/_moya/icons/Arrow_Undo.png') !important;
}
li.icon.strevda > a {
  background-image: url('/_moya/icons/Schedule_Verb.png') !important;
}
li.icon.fyrirspurnir > a {
  background-image: url('/_moya/icons/Contact.png') !important;
}
li.icon.konnun > a {
  background-image: url('/_moya/icons/Chart_Bar.png') !important;
}
li.icon.search > a {
  background-image: url('/_moya/icons/Search.png') !important;
}
li.icon.tube > a {
  background-image: url('/_moya/icons/Movie.png') !important;
}
li.icon.user > a {
  background-image: url('/_moya/icons/User.png') !important;
}
li.icon.mailinglist > a {
  background-image: url('/_moya/icons/Entry.png') !important;
}
li.icon.rssreader > a {
  background-image: url('/_moya/icons/RSS.png') !important;
}
li.icon.forums > a {
  background-image: url('/_moya/icons/Conversation.png') !important;
}
li.icon.employees > a {
  background-image: url('/_moya/icons/Group.png') !important;
}
li.icon.division > a {
  background-image: url('/_moya/icons/Hierarchy.png') !important;
}
li.icon.mos > a {
  background-image: url('/_moya/icons/Shopping_Cart_Secure.png') !important;
}
li.icon.look > a {
  background-image: url('/_moya/icons/Colour_Palette.png') !important;
}
li.icon.logger > a {
  background-image: url('/_moya/icons/History.png') !important;
}
li.icon.efnisflokkar > a {
  background-image: url('/_moya/icons/Category.png') !important;
}
li.icon.boxman > a {
  background-image: url('/_moya/icons/Schedule_Noun.png') !important;
}
li.icon.module > a {
  background-image: url('/_moya/icons/Module.png') !important;
}
li.icon.formbuilder > a {
  background-image: url('/_moya/icons/Form.png') !important;
}
.message .error,
.message .success,
.message .fatalerror,
.message .warning,
.message .notice {
  border-style: solid;
  border-width: 1px;
  padding: 12px 12px 12px 48px;
  color: #111;
}
.message .fatalerror {
  background: #411419 url('/_moya/images/modules/Stop.png') no-repeat 8px 50%;
  border-color: #8e111e;
  font-weight: 700;
  color: #fff;
}
.message .error {
  background: #f8caca url('/_moya/images/modules/Close.png') no-repeat 8px 50%;
  border-color: #73000e;
}
.message .success {
  background: #cec url('/_moya/images/modules/Confirm.png') no-repeat 8px 50%;
  border-color: #52894e;
}
.message .warning {
  background: #fbf4de url('/_moya/images/modules/Warning.png') no-repeat 8px 50%;
  border-color: #e0d2a3;
}
.message .notice {
  background: #dbe5f4 url('/_moya/images/modules/Info.png') no-repeat 8px 50%;
  border-color: #5e7b8f;
}
.grid br.clear {
  display: none;
}
.grid table {
  width: 100%;
  border-collapse: separate;
  border-bottom: 1px solid #ccc;
}
.grid table th,
.grid .filter-inputs td {
  background-color: #E6E6E6;
  border-left: 1px solid #ccc;
  border-right: 1px solid transparent;
  margin-bottom: 5px;
  text-align: left;
}
.grid table th.last,
.grid .filter-inputs td.last {
  border-right: 1px solid #ddd;
}
.grid table td {
  border-left: 1px solid #ddd;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}
.grid table td.last {
  border-right: 1px solid #ddd;
}
.grid tr.altRow2 {
  background: #f7f7f7 none repeat scroll 0 0;
}
.grid tr.altRow1 {
  background: #fff none repeat scroll 0 0;
}
.grid tbody tr {
  transition: background-color 0.3s ease;
}
.grid tbody tr:hover {
  background-color: #eee;
}
.grid tbody tr:last-child td {
  border-bottom: 1px solid transparent;
}
.grid .sHidden {
  color: gray;
  font-style: italic;
}
/* Filter */
.grid .filter-buttons {
  float: right;
  margin-top: -43px;
}
.grid .filter-buttons img {
  margin: 5px 5px 5px 2px;
}
.grid .filter-inputs td {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  height: auto;
}
.grid .filter-inputs input,
.grid .filter-inputs select {
  width: 100%;
  min-width: 0;
  max-width: 250px;
}
.grid .filter-inputs .filter-date {
  max-width: 150px;
}
.grid .filter-inputs .filter-date dl {
  margin: 0;
}
.grid .filter-inputs .filter-date dt {
  float: left;
  display: block;
  width: 25%;
  clear: left;
}
.grid .filter-inputs .filter-date dd {
  width: 75%;
  float: left;
  display: block;
}
.grid .filter-inputs .filter-date label {
  line-height: 38px;
  font-size: 13px;
}
/* Sorter */
.grid .sorter th {
  padding: 6px 12px;
}
.grid .sorter a.sorter-anchor {
  display: block;
  text-decoration: none;
}
.grid .sorter a.sorter-anchor .ui-icon {
  float: right;
  margin-top: 2px;
}
/* Paginator */
.grid .paginator .spacer {
  color: #ccc;
  margin: 0 4px;
}
.grid .paginator {
  margin-top: 10px;
  margin-bottom: 10px;
}
.grid .paginator select {
  min-width: 0;
  width: auto;
  margin-right: 10px;
}
#grid-sitemap_idx-form .filter-buttons,
#grid-modules-form .filter-buttons,
#grid-formbuilder_design-form .filter-buttons {
  display: none;
}
.ui-datepicker.ui-widget-content {
  padding: 20px;
  background: #303030;
  border: 0;
  border-radius: 5px;
  color: #fff;
  width: 340px;
  max-width: 90%;
  z-index: 20 !important;
}
.ui-datepicker.ui-widget-content .ui-state-default {
  background: none;
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.ui-datepicker.ui-widget-content .ui-state-hover {
  background: #fff;
  color: #303030;
}
.ui-datepicker.ui-widget-content .ui-datepicker-today a {
  color: #fff;
  background: #666;
}
.ui-datepicker.ui-widget-content .ui-state-active {
  background: #666;
  color: #fff;
}
.ui-datepicker.ui-widget-content td span,
.ui-datepicker.ui-widget-content td a {
  padding: 4px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header {
  padding: 6px 0;
  border: 0;
  background: none;
  margin-bottom: 10px;
}
.ui-datepicker.ui-widget-content th {
  padding: 4px 2px;
  text-align: center;
  font-weight: normal;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #707070;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev,
.ui-datepicker.ui-widget-content .ui-datepicker-next {
  display: block;
  width: 25px;
  height: 25px;
  top: 4px;
  background: none;
  border: 0;
  cursor: pointer;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev span,
.ui-datepicker.ui-widget-content .ui-datepicker-next span {
  display: none;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 8px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 8px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev:after,
.ui-datepicker.ui-widget-content .ui-datepicker-next:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  margin-top: 5px;
}
.ui-datepicker.ui-widget-content select.ui-datepicker-month,
.ui-datepicker.ui-widget-content select.ui-datepicker-year {
  background: #303030;
  color: #fff;
  border: 1px solid #404040;
}
.ui-datepicker.ui-widget-content select.ui-datepicker-month option,
.ui-datepicker.ui-widget-content select.ui-datepicker-year option {
  color: #fff;
}
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.flex-row {
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row .flex-column {
  padding-right: 15px;
  padding-left: 15px;
}
.flex-row .flex-column.flex-width-auto,
.flex-row .flex-column.flex-width-desktop-auto {
  flex: 1;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-auto {
    width: auto;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-auto {
    width: auto;
    flex: 1;
  }
}
.flex-row .flex-column.flex-width-10,
.flex-row .flex-column.flex-width-desktop-10 {
  width: 10%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-10 {
    width: 10%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-10 {
    width: 10%;
    flex: initial;
  }
}
.flex-row .flex-column.flex-width-20,
.flex-row .flex-column.flex-width-desktop-20 {
  width: 20%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-20 {
    width: 20%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-20 {
    width: 20%;
    flex: initial;
  }
}
.flex-row .flex-column.flex-width-30,
.flex-row .flex-column.flex-width-desktop-30 {
  width: 30%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-30 {
    width: 30%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-30 {
    width: 30%;
    flex: initial;
  }
}
.flex-row .flex-column.flex-width-40,
.flex-row .flex-column.flex-width-desktop-40 {
  width: 40%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-40 {
    width: 40%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-40 {
    width: 40%;
    flex: initial;
  }
}
.flex-row .flex-column.flex-width-50,
.flex-row .flex-column.flex-width-desktop-50 {
  width: 50%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-50 {
    width: 50%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-50 {
    width: 50%;
    flex: initial;
  }
}
.flex-row .flex-column.flex-width-60,
.flex-row .flex-column.flex-width-desktop-60 {
  width: 60%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-60 {
    width: 60%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-60 {
    width: 60%;
    flex: initial;
  }
}
.flex-row .flex-column.flex-width-70,
.flex-row .flex-column.flex-width-desktop-70 {
  width: 70%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-70 {
    width: 70%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-70 {
    width: 70%;
    flex: initial;
  }
}
.flex-row .flex-column.flex-width-80,
.flex-row .flex-column.flex-width-desktop-80 {
  width: 80%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-80 {
    width: 80%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-80 {
    width: 80%;
    flex: initial;
  }
}
.flex-row .flex-column.flex-width-90,
.flex-row .flex-column.flex-width-desktop-90 {
  width: 90%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-90 {
    width: 90%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-90 {
    width: 90%;
    flex: initial;
  }
}
.flex-row .flex-column.flex-width-100,
.flex-row .flex-column.flex-width-desktop-100 {
  width: 100%;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-100 {
    width: 100%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-100 {
    width: 100%;
    flex: initial;
  }
}
.fancybox-skin {
  padding: 10px!important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-nav.fancybox-prev span {
  left: 0;
}
.fancybox-nav.fancybox-prev span:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
}
.fancybox-nav.fancybox-next span {
  right: 0;
}
.fancybox-nav.fancybox-next span:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}
.fancybox-nav span {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: #fff;
  visibility: visible;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fancybox-nav span:before {
  font-size: 30px!important;
  color: #000;
  text-align: center;
  display: block;
  padding: 8px 0 0;
}
.fancybox-nav:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.fancybox-title {
  font-size: 16px;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  color: #000;
  padding: 25px 10px 20px;
}
.entries {
  margin: 0;
}
.entry {
  list-style: none;
  margin-top: 0.5em;
}
.entryTitle {
  margin: 0 4px 0 0;
}
.entryContent {
  clear: left;
}
.entryFooter {
  clear: both;
}
.entryInfo {
  font-size: 10px;
  clear: left;
}
.entries .entryInfo {
  clear: none;
}
.entryImage {
  float: left;
}
.entryImage img {
  border: 0;
}
.entryImageText {
  max-width: 100%;
  padding: 0 1em 1em;
  font-style: italic;
  text-align: center;
}
.entryResources li {
  list-style: none;
}
.entryLabel {
  font-weight: 700;
}
.entryValue {
  margin-bottom: 1em;
}
.strevda ul {
  list-style: none;
  margin: 0;
}
.strevda li {
  position: relative;
}
.strevda .typetag {
  font-size: 9px;
  text-transform: uppercase;
  background: #eee;
  background: rgba(0, 0, 0, 0.1);
  color: #666;
  padding: 1px 4px;
  position: absolute;
  top: -14px;
  left: 0;
}
.strevda .typetag.type2 {
  background: #ff9;
  background: rgba(255, 255, 120, 0.4);
  color: #990;
}
#adman {
  /*adverts*/
}
#adman #elm_preview {
  float: right !important;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #adman #elm_preview {
    float: left;
    width: 33.33333333%;
  }
}
#adman #elm_file {
  clear: both;
}
#adman #elm_region_id select[disabled] {
  background: #eee;
}
#adman .sortable.horizontal:before,
#adman .sortable.horizontal:after {
  display: table;
  content: " ";
}
#adman .sortable.horizontal:after {
  clear: both;
}
#adman .sortable.horizontal:before,
#adman .sortable.horizontal:after {
  display: table;
  content: " ";
}
#adman .sortable.horizontal:after {
  clear: both;
}
#adman .sortable.horizontal li {
  float: left;
  display: block;
}
#adman .sortable.horizontal li .image {
  height: 80px;
  width: 80px;
}
#adman #sortList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 4px;
}
#adman #sortList li {
  flex-grow: 0;
  float: none;
  width: calc(20% - 6px);
  margin: 0 0 6px 6px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
#adman #sortList li .image {
  width: 100%;
  padding-bottom: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#adman #sortList li .text {
  margin-top: 4px;
}
#adman fieldset {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
#adman .preview,
#adman #tab1 > img {
  float: right;
  margin: 10px;
  max-width: 320px;
  max-height: 320px;
  height: auto;
}
#adman .preview img {
  max-width: 100%!important;
  height: auto!important;
  max-height: 190px;
}
#imageForm.region-selected .elm {
  display: block;
}
#imageForm.region-selected .cancel,
#imageForm.region-selected .submit {
  display: inline-block;
}
#imageForm .elm,
#imageForm .cancel,
#imageForm .submit {
  display: none;
}
#imageForm #elm_region_id {
  display: block;
}
/********************
* Canvas
*********************/
#formbuilder .wrapper {
  position: relative;
}
#formbuilder .canvas {
  width: 730px;
  float: left;
}
#formbuilder .design_form {
  min-height: 300px;
}
#formbuilder .design_form .elm {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #ddd;
  padding: 5px;
  min-height: 25px;
}
#formbuilder .design_form .elm_pagebreak {
  font-size: 16px;
  text-align: center;
  min-height: 25px;
  border: 1px dashed #ddd;
}
#formbuilder .design_form .elm .controls {
  display: none;
  position: absolute;
  text-align: right;
  top: 0px;
  right: 0px;
  padding: 3px;
  font-size: 10px;
}
#formbuilder .design_form .elm .controls:hover {
  cursor: pointer;
}
#formbuilder .design_form .elm:hover {
  background-color: #eee;
  cursor: move;
}
#formbuilder .design_form label:hover {
  cursor: move;
}
#formbuilder .design_form label span:hover {
  cursor: text;
  background-color: #FCEFA1;
}
#formbuilder .design_form .label_edit {
  font-size: 11px;
  font-weight: 700;
  background-color: #FCEFA1;
  width: 200px;
  padding: 5px;
}
#formbuilder .design_form .label_ok {
  margin-left: 5px;
  text-decoration: none;
}
#formbuilder .canvas_footer {
  border-top: 1px solid #DDDDDD;
  width: 730px;
  padding: 10px 0 10px 0;
  clear: left;
}
#formbuilder .empty_placeholder {
  color: #aaa;
}
/********************
* Palette
*********************/
#formbuilder .item_menu {
  position: fixed;
  right: 20px;
  top: 50px;
  z-index: 9999;
}
#formbuilder .palette {
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  display: none;
}
#formbuilder .palette .item {
  padding: 8px;
}
#formbuilder .palette .item:hover {
  cursor: move;
}
#formbuilder .palette .collapsed {
  display: none;
}
#formbuilder .palette .icon_go,
.palette .icon_down {
  position: absolute;
  top: 8px;
  left: 5px;
}
#formbuilder .palette .icon_go {
  display: none;
}
#formbuilder .icon_group {
  position: absolute;
  left: 80%;
  top: 5px;
}
#formbuilder .item_group div {
  padding: 8px 0 8px 30px;
}
#formbuilder .item_list .last {
  border-bottom: none;
}
#formbuilder .item_group {
  position: relative;
  cursor: pointer;
}
#formbuilder div.palette_header.open {
  background: url(/_moya/images/formbuilder_palette_header_down_bg.png) no-repeat;
  width: 150px;
  height: 16px;
  text-indent: -9999px;
  cursor: default;
}
#formbuilder div.palette_header.closed {
  background: url(/_moya/images/formbuilder_palette_header_up_bg.png) no-repeat;
  width: 150px;
  height: 36px;
  padding-top: 5px;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}
/********************
* Palette Settings
*********************/
#formbuilder .settings {
  width: 150px;
}
#formbuilder .settings dl {
  font-size: 10px;
  padding: 5px 0 0 5px;
}
#formbuilder .settings dd {
  margin: 0 0 6px 0;
}
#formbuilder .settings a {
  padding: 0 0 0 5px;
}
#settings_dialog .elm_radio label {
  margin-right: 10px;
}
#elm_settings_emailAddress label {
  display: none;
}
#elm_settings_confirmVal label {
  display: none;
}
#formbuilder #settings_button {
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 6px;
}
#formbuilder .settings_icon {
  background: url(/_moya/icons/Settings.png) center right no-repeat;
  white-space: nowrap;
}
#formbuilder div.admin {
  visibility: hidden;
}
/********************
* Export
*********************/
#formbuilder .exportOptions {
  text-align: right;
}
#formbuilder .exportOptions li {
  display: inline;
  list-style-type: none;
  padding-left: 20px;
}
#formbuilder .exportOptions img {
  padding-right: 3px;
}
#formbuilder .maxSubmissionsError {
  background-color: #F8CACA;
  border: 1px solid #73000E;
  padding: 8px;
  margin: 8px 0;
  border-radius: 4px;
}
/********************
* Preview
*********************/
#formbuilder .preview_button {
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 6px;
}
#formbuilder .preview_icon_edit {
  background: url(/_moya/icons/Zoom_In.png) center right no-repeat;
  white-space: nowrap;
}
#formbuilder .preview_icon_preview {
  background: url(/_moya/icons/Write.png) center right no-repeat;
  white-space: nowrap;
}
#formbuilder .preview_icon_loading {
  background: url(/_moya/icons/Archive.png) center right no-repeat;
  white-space: nowrap;
}
/********************
* Submission
*********************/
#formbuilder .submission td {
  vertical-align: top;
}
#formbuilder .submission th {
  text-align: left;
}
#formbuilder .submission ul {
  list-style: circle inside;
  margin: 0;
}
#formbuilder .elm_mailinglist {
  position: relative;
  padding-top: 10px !important;
}
#formbuilder .elm_mailinglist label {
  position: absolute;
  left: 30px;
  top: 6px;
}
#formbuilder .item_placeholder,
#formbuilder .item_process {
  border: 1px solid #ddd;
  height: 50px;
  margin-bottom: 10px;
}
#formbuilder .item_process {
  background: url(/_moya/images/mini-loader.gif) no-repeat center;
}
#formbuilder a.unread {
  font-weight: 700;
}
body.admin div.elm label.hidden {
  display: block;
}
/********************
* Payment
*********************/
#formbuilder a#fallback {
  display: none;
}
#formbuilder .loader {
  text-align: center;
}
#formbuilder .loader h3 {
  font-weight: bold;
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
#formbuilder .loader img {
  margin-top: 50px;
  margin-bottom: 30px;
}
#formbuilder .elm_payment {
  overflow: auto;
}
#formbuilder .elm_payment label.quantity {
  clear: both;
  float: left;
  margin-right: 10px;
}
#formbuilder .elm_payment input {
  float: left;
  width: 35px;
}
#formbuilder .elm_payment .price {
  float: left;
}
#news .news_autopublish,
#news .news_unpublished,
#news .news_calendaronly,
#news .news_sticky {
  padding: 0 5px;
  margin: 0 5px 0 0;
  background: #33a;
}
#news .news_unpublished {
  background: #a33;
}
#news .news_calendaronly {
  background: #aa3;
}
#news .news_sticky {
  background: #3aa;
}
#newstabs textarea {
  width: 100%;
  min-height: 100px;
}
#newstabs_stillingar .options input {
  display: block;
  float: left;
}
#newstabs_stillingar .options label {
  display: block;
}
#newstabs_stillingar .autodate label {
  margin-top: 10px;
}
#news h2 {
  margin-top: 0;
  margin-bottom: 0;
}
#news .entries .entry br.clear {
  display: none;
}
#news .entry {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
#news .entry:before,
#news .entry:after {
  display: table;
  content: " ";
}
#news .entry:after {
  clear: both;
}
#news .entry:before,
#news .entry:after {
  display: table;
  content: " ";
}
#news .entry:after {
  clear: both;
}
#news .entryContent {
  clear: none;
}
#news .entryInfo {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
#news .entryImage.thumb {
  float: left;
  width: 25%;
  margin-right: 24px;
}
@media (max-width: 480px) {
  #news .entryImage.thumb {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
#news .entryImage.medium {
  float: right;
  width: 50%;
  margin-left: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #news .entryImage.medium {
    width: 100%;
    margin: 0;
  }
}
#news .entryFooter {
  clear: both;
  width: 100%;
  margin-top: 24px;
  border-top: 1px solid #ccc;
  padding-top: 24px;
}
#news .more {
  display: block;
  white-space: nowrap;
  margin-top: 10px;
}
#news .back {
  float: left;
}
#news .more,
#news .back {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
#news .social {
  float: right;
}
#news .preview img {
  width: 100%;
}
#news .albumImages {
  list-style: none;
  overflow: hidden;
  margin: 30px 0;
  padding: 0;
}
#news .albumImages li {
  float: left;
  margin: 0 5px 5px 0;
}
#news .albumImages li img {
  width: 170px;
}
#employees .entryImage {
  float: right;
}
#employees .sub {
  padding-left: 24px;
}
#employees .staff {
  margin-bottom: 24px;
}
#employees .branch {
  margin-bottom: 0;
  padding-bottom: 8px;
  clear: left;
}
#employees .content .image {
  float: left;
  width: 25%;
  margin-right: 30px;
}
#employees .content .image img {
  width: 100%;
}
#employees .content .actions {
  float: left;
  position: absolute;
  background: #fff;
  margin-top: 3px;
  padding: 0 3px 4px 3px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 2;
}
#employees .noImage .actions {
  border: 0;
  position: relative;
  float: none;
}
#employees .toolbar,
#employees .branch {
  border-bottom: 1px solid #ccc;
}
#center #employees .branch a {
  color: #000;
}
#employees .toolbar,
#employees .staff {
  float: left;
  width: 100%;
  clear: left;
}
#employees .open {
  padding: 1px;
  outline: 1px solid #ccc;
  border: 1px solid #fff;
  background: #f2f2f2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#employees .toolbar li {
  float: left;
  display: block;
  padding: 5px 0;
  margin-right: 0;
  cursor: pointer;
}
#employees .open li {
  padding: 3px 0 4px;
}
#employees .toolbar .first {
  width: 40%;
  padding-left: 4px;
}
#employees .open .first {
  padding-left: 2px;
  padding-right: 2px;
}
#employees .toolbar .middle {
  width: 30%;
}
#employees .toolbar .last {
  width: 29%;
}
#employees .staff .content {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px;
  clear: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#employees .content .description {
  overflow: auto;
}
#employees .content .extra li {
  display: inline-block;
  margin-right: 10px;
}
#employee_tabs label {
  height: 38px;
  line-height: 38px;
  margin-bottom: 10px;
}
#employee_tabs input {
  margin-bottom: 10px;
}
#employee_tabs .listAll td,
#employee_tabs .listAll td,
#employee_tabs .listAll th {
  padding: 0;
  padding-bottom: 10px;
  vertical-align: middle;
}
#employee_tabs .listAll td input,
#employee_tabs .listAll td input,
#employee_tabs .listAll th input {
  margin: 0;
}
.box_galleryimage .potd img {
  width: 100%;
}
#gallery img.tiny {
  max-width: 64px;
}
#gallery br.clear {
  display: none;
}
#gallery .thumbs {
  margin-left: -2px;
  margin-right: -2px;
  overflow: hidden;
}
#gallery .entry .info {
  margin-bottom: 10px;
}
#gallery .entry .info ul {
  padding: 0;
  margin: 0;
  list-style: none outside;
  overflow: hidden;
}
#gallery .entry .info li {
  float: left;
  margin-right: 5px;
}
#gallery .entry .info li:before {
  content: '|';
  margin-right: 5px;
}
#gallery .entry .info li:first-child:before {
  display: none;
}
#gallery .entry .info li:last-child {
  margin-right: 0;
}
#gallery .entry .image {
  float: left;
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  #gallery .entry .image {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #gallery .entry .image {
    width: 100%;
  }
}
#gallery .entry .image img {
  width: 100%;
}
#gallery .entry .description {
  margin-bottom: 20px;
}
#gallery .entries .entry {
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#gallery .entries .entry:before,
#gallery .entries .entry:after {
  display: table;
  content: " ";
}
#gallery .entries .entry:after {
  clear: both;
}
#gallery .entries .entry:before,
#gallery .entries .entry:after {
  display: table;
  content: " ";
}
#gallery .entries .entry:after {
  clear: both;
}
#gallery .entries h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#gallery .entries .image {
  padding: 0;
  margin-right: 20px;
}
#gallery .entries .title > ul {
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  display: block;
}
#gallery .entries .title > ul li {
  float: left;
  padding: 0 6px;
}
#gallery .entries .title > ul li:first-child {
  padding-left: 0;
}
#gallery .entry .info hr {
  margin: 16px 0 20px;
}
#gallery.single .back {
  display: none;
}
#gallery.single .image {
  text-align: center;
  margin-top: 14px;
}
#gallery .sortableAlbums {
  max-height: 400px;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
#gallery .sortableAlbums li {
  min-height: 48px;
}
#gallery .quickOrder {
  text-align: right;
  width: 98%;
}
#gallery .ordType {
  display: block;
  border: 1px solid #E3E3E3;
  border-bottom: none;
}
#gallery .ordType .radio {
  margin: 0 5px 0 5px;
  vertical-align: middle;
}
#gallery #sortList {
  border-top: none;
}
#imageManip .before img {
  width: 100%;
}
#imageManip .rotate li:first-child {
  float: left;
}
#imageManip .rotate li:last-child {
  float: right;
}
#imageManip .clear {
  clear: both;
  margin-top: 30px;
}
/** @deprecated **/
/*gallery*/
#gallery #albumName-element,
#gallery #albumName-label,
#gallery #active-label,
#gallery #potd-label {
  display: none;
}
#gallery #albumName-element,
#gallery #albumName-label,
#gallery #albumId-label,
#gallery #active-element,
#gallery #potd-element {
  float: left;
  margin-right: 8px;
}
#gallery #albumId-element {
  margin-right: 8px;
}
#gallery #file-label,
#gallery #zfile-label,
#gallery #ffile-label,
#gallery #controls-label {
  clear: left;
}
#gallery #preview {
  margin-bottom: 10px;
  float: left;
  text-align: center;
}
#gallery #imageManip .view {
  float: left;
  margin-right: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
}
#gallery #imageManip .controls {
  margin-top: 10px;
  float: left;
}
#gallery #ffileList ul {
  padding: 0;
}
#gallery #ffileList li {
  list-style: none;
  display: inline-block;
  padding: 3px;
  margin: 5px;
  border: 1px solid #e3e3e3;
  width: 64px;
}
#gallery #ffileList li img {
  width: 100%;
}
#galleryEditMultiple {
  margin-bottom: 24px;
}
#galleryEditMultiple img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#galleryEditMultiple td {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
#galleryEditMultiple td:first-child {
  width: 80%;
}
#galleryEditMultiple label {
  margin-right: 30px;
}
#galleryEditMultiple input.text {
  width: 100%;
}
#galleryEditMultiple input[type=checkbox] {
  margin-right: 0px;
}
#galleryEditMultiple .info {
  font-size: 13px;
}
#galleryEditMultiple span.infoIcon {
  position: absolute;
  margin-top: 4px;
  left: 405px;
  z-index: 100;
  background: url(/_moya/icons/Info.png) no-repeat;
  width: 16px;
  height: 16px;
}
#gallery.backend img {
  border: 0;
}
#gallery #sortList {
  margin: 0;
  padding: 0;
}
#gallery #sortList.horizontal li {
  margin: 5px;
}
#gallery #sortList.horizontal li img {
  height: 92px;
}
#gallery .grid th.cover,
#gallery .grid td.cover {
  text-align: center;
}
#gallery .entry .info {
  display: none;
}
#gallery .entries {
  margin-right: -15px;
  margin-left: -15px;
}
#gallery .entries .entry {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  #gallery .entries .entry {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #gallery .entries .entry {
    float: left;
    width: 25%;
  }
}
@media (max-width: 480px) {
  #gallery .entries .entry {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#gallery .entries .entry .image {
  float: none;
  width: 100%;
  margin: 0 0 10px;
}
#gallery .entries .entry .title h4 {
  font-weight: bold;
}
#gallery .entries .entry .title h4 a {
  display: block;
  display: -webkit-box;
  height: 41.6px;
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#gallery .entries .entry .content {
  display: none;
}
/********************
* Grid
*********************/
#formbuilder .grid .invisible {
  color: #aaa;
}
/********************
* Status
*********************/
#formbuilder .status {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  color: #333;
  font-size: 90%;
  padding: 10px 0;
}
#formbuilder .status .bold {
  font-weight: 700;
}
div.elm_text .size_small,
.elm_emailAddress .size_small {
  width: 100px;
}
div.elm_text .size_medium,
.elm_emailAddress .size_medium {
  width: 200px;
}
div.elm_text .size_large,
.elm_emailAddress .size_large {
  width: 300px;
}
div.elm_textarea .size_small {
  height: 100px;
}
div.elm_textarea .size_medium {
  height: 200px;
}
div.elm_textarea .size_large {
  height: 300px;
}
div.elm_radio span.lmnt label {
  display: inline;
  border: none;
  height: auto;
}
div.elm_captcha .captchaImg {
  margin-bottom: 5px;
}
div.elm {
  margin-bottom: 10px;
}
#formbuilder div.elm label {
  display: block;
}
div.elm label.hidden {
  display: none;
}
div.elm_checkbox label {
  display: inline;
}
div.elm .error {
  font-size: 10px;
  background-color: #f8caca;
  border: 1px solid #73000e;
  padding: 2px;
}
div.elm_controls {
  margin-top: 10px;
}
#formbuilder div.elm_controls {
  clear: left;
}
.elm_multiCheckbox br {
  display: none;
}
@media (min-width: 992px) {
  fieldset.col2 {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
}
fieldset.col1 {
  clear: left;
}
fieldset.hideLegend legend {
  display: none;
}
fieldset.hideBorder {
  border: none;
  padding: 0;
}
form div.error {
  border: 1px solid #73000e;
  width: 50%;
  padding: 4px 8px;
  font-size: 10px;
  background: #f8caca;
  margin: 0;
}
textarea#multiOptions {
  min-height: 150px;
}
/** Store **/
.storeAdmin {
  /* Flag indicators in form */
  /* @todo this has to be done differently */
}
.storeAdmin .langPicker {
  list-style: none;
  padding: 1px;
  margin: 0 0 20px;
  clear: both;
  overflow: hidden;
  text-align: right;
}
.storeAdmin .langPicker span {
  display: none;
}
.storeAdmin .langPicker img {
  padding: 2px;
}
.storeAdmin .langPicker li {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  padding: 4px 6px;
  position: relative;
  z-index: 99;
}
.storeAdmin .langPicker li:hover,
.storeAdmin .langPicker li.selected {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  padding: 3px 5px;
}
.storeAdmin .langPicker li.selected {
  border-color: #bbb;
}
.storeAdmin .langPicker a {
  text-decoration: none;
}
.storeAdmin .langPicker + form {
  clear: both;
}
.storeAdmin .lang_wrapper input,
.storeAdmin .indicator {
  background-repeat: no-repeat;
}
.storeAdmin .lang_wrapper input {
  background-position: 98% 50%;
  padding-right: 28px;
}
.storeAdmin .lang_wrapper.wysiwyg .indicator {
  position: relative;
  float: right;
  width: 16px;
  height: 16px;
  margin: 4px 0 0;
  padding: 0;
}
.storeAdmin .lang_wrapper_is input,
.storeAdmin .lang_wrapper_is.wysiwyg .indicator {
  background-image: url(/static/local/store/lang/is.png);
}
.storeAdmin .lang_wrapper_en input,
.storeAdmin .lang_wrapper_en.wysiwyg .indicator {
  background-image: url(/static/local/store/lang/gb.png);
}
.storeAdmin .lang_wrapper_de input,
.storeAdmin .lang_wrapper_de.wysiwyg .indicator {
  background-image: url(/static/local/store/lang/de.png);
}
.storeAdmin .lang_wrapper_no input,
.storeAdmin .lang_wrapper_no.wysiwyg .indicator {
  background-image: url(/static/local/store/lang/no.png);
}
.storeAdmin .lang_wrapper_dk input,
.storeAdmin .lang_wrapper_dk.wysiwyg .indicator {
  background-image: url(/static/local/store/lang/dk.png);
}
.storeAdmin .lang_wrapper_se input,
.storeAdmin .lang_wrapper_se.wysiwyg .indicator {
  background-image: url(/static/local/store/lang/se.png);
}
.storeAdmin .ui-tabs-nav.ui-widget-header {
  background: transparent;
  border: 0;
}
.storeAdmin form.ui-widget-content {
  border: 0;
  background: transparent;
  margin-top: -4.57em;
}
.storeAdmin fieldset.ui-tabs-panel {
  padding: 2em 0 0 0;
}
.storeAdmin .cpanel2 .clear {
  display: none;
}
.storeAdmin .cpanel2 a {
  color: #333;
  text-decoration: none;
}
.storeAdmin .cpanel2 a:hover {
  color: #666;
}
.storeAdmin .cpanel2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.storeAdmin .cpanel2 ul.sub {
  padding: 0;
  clear: left;
  overflow: auto;
  /*
				&.few {
					min-height: 45px;
				}
				*/
}
.storeAdmin .cpanel2 ul.sub.many {
  min-height: 117px;
}
.storeAdmin .cpanel2 ul.sub li {
  font-size: 12px;
  width: 50%;
  float: left;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
.storeAdmin .cpanel2 ul.sub li:hover {
  border-bottom-color: #ccc;
}
.storeAdmin .cpanel2 ul.sub li.left {
  border-right: 1px solid #ccc;
}
.storeAdmin .cpanel2 ul.sub li small {
  display: none;
}
.storeAdmin .cpanel2 ul.sub img {
  margin-top: 0;
}
.storeAdmin .cpanel2 ul.sub a {
  padding: 0;
}
.storeAdmin .cpanel2 li.group {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .storeAdmin .cpanel2 li.group {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .storeAdmin .cpanel2 li.group {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .storeAdmin .cpanel2 li.group:nth-child(4) {
    clear: left;
  }
}
.storeAdmin .cpanel2 li.group p {
  border-radius: 4px 4px 0 0;
  background: #f3f3f3;
  margin: 0;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
}
.storeAdmin .cpanel2 li.group img {
  float: left;
  margin-right: 10px;
  height: 22px;
}
.storeAdmin .cpanel2 li.group small {
  display: none;
}
.storeAdmin .cpanel2 li.group .wrap {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.storeAdmin {
  /* Make radio inputs display inline */
  /* Put controls at the bottom !always */
  /* SettingsForm */
  /* ProductForm */
  /* CurrencyForm */
  /* Overlay in productForm */
}
.storeAdmin textarea {
  width: 100%;
  min-height: 0;
}
.storeAdmin #store form .elm,
.storeAdmin #dvAddDialog form .elm {
  padding: 1em 0;
  border-top: 1px solid #dedede;
  margin-bottom: 0;
}
.storeAdmin #store form .elm > label,
.storeAdmin #dvAddDialog form .elm > label {
  float: left;
  width: 120px;
  margin-right: 10px;
  display: block;
  line-height: 1.4;
  margin-top: 5px;
}
.storeAdmin #store form .eType_multiCheckbox > label,
.storeAdmin #store form #fieldset-qty .elm label,
.storeAdmin #dvAddDialog form .eType_multiCheckbox > label,
.storeAdmin #dvAddDialog form #fieldset-qty .elm label {
  float: none;
  width: auto;
  margin: 0;
  display: inline;
}
.storeAdmin #store form .eType_free,
.storeAdmin #dvAddDialog form .eType_free {
  border: 0;
  color: #666;
  padding: 0;
}
.storeAdmin #store form .dgElements .elm,
.storeAdmin #dvAddDialog form .dgElements .elm {
  border: 0;
  padding: 0;
}
.storeAdmin #store form .description,
.storeAdmin #dvAddDialog form .description {
  color: #666;
  padding: 4px 0 0 130px;
  clear: left;
}
.storeAdmin #store form #elm_value .description,
.storeAdmin #dvAddDialog form #elm_value .description {
  padding-left: 0;
}
.storeAdmin #store form fieldset > legend + .elm,
.storeAdmin #dvAddDialog form fieldset > legend + .elm {
  border: 0;
}
.storeAdmin #store form table.formGrid input,
.storeAdmin #dvAddDialog form table.formGrid input {
  width: auto;
  min-width: 0;
  padding: 2px 2px 2px 8px;
  min-height: 0;
  height: auto;
}
.storeAdmin #store form table.formGrid input.num,
.storeAdmin #dvAddDialog form table.formGrid input.num {
  text-align: center;
}
.storeAdmin #store form table.formGrid .eType_checkbox,
.storeAdmin #dvAddDialog form table.formGrid .eType_checkbox {
  text-align: center;
}
.storeAdmin #store form table.formGrid .elm,
.storeAdmin #dvAddDialog form table.formGrid .elm {
  padding: 2px;
}
.storeAdmin .eType_radio {
  overflow: auto;
}
.storeAdmin .eType_radio br {
  display: none;
}
.storeAdmin .eType_radio small {
  clear: left;
}
.storeAdmin .eType_radio .lmnt label {
  float: left;
  text-align: left;
  margin-right: 10px;
  width: 60px;
  margin: 6px 0 0;
  display: inline-block;
}
.storeAdmin #fieldset-optionValues .elm {
  clear: left;
}
.storeAdmin #fieldset-optionValues select {
  width: 50%;
  margin-right: 10px;
}
.storeAdmin .eType_price .errors {
  clear: both;
}
.storeAdmin .elm_controls {
  clear: left;
  float: none;
  width: auto;
}
.storeAdmin #fieldset-dimensions .elm,
.storeAdmin #fieldset-qty .elm {
  width: 100px;
  float: left;
  clear: none;
  text-align: center;
  margin: 0;
}
.storeAdmin #fieldset-dimensions .elm:before,
.storeAdmin #fieldset-qty .elm:before,
.storeAdmin #fieldset-dimensions .elm:after,
.storeAdmin #fieldset-qty .elm:after {
  display: table;
  content: " ";
}
.storeAdmin #fieldset-dimensions .elm:after,
.storeAdmin #fieldset-qty .elm:after {
  clear: both;
}
.storeAdmin #fieldset-dimensions .elm:before,
.storeAdmin #fieldset-qty .elm:before,
.storeAdmin #fieldset-dimensions .elm:after,
.storeAdmin #fieldset-qty .elm:after {
  display: table;
  content: " ";
}
.storeAdmin #fieldset-dimensions .elm:after,
.storeAdmin #fieldset-qty .elm:after {
  clear: both;
}
.storeAdmin #fieldset-dimensions .elm label,
.storeAdmin #fieldset-qty .elm label {
  width: 100%;
}
.storeAdmin #paymenttypeForm .elm,
.storeAdmin #settingsForm .elm {
  clear: left;
}
.storeAdmin #paymenttypeForm .elm > label,
.storeAdmin #settingsForm .elm > label {
  width: 220px !important;
}
.storeAdmin #paymenttypeForm .description,
.storeAdmin #settingsForm .description {
  padding-left: 230px !important;
}
.storeAdmin #paymenttypeForm .dgElements .elm,
.storeAdmin #settingsForm .dgElements .elm {
  padding: 1em 0;
  border-top: 1px solid #dedede;
  margin-bottom: 0;
}
.storeAdmin #paymenttypeForm .dgElements .elm:first-child,
.storeAdmin #settingsForm .dgElements .elm:first-child {
  border: 0;
}
.storeAdmin .priceWrap:before,
.storeAdmin .priceWrap:after {
  display: table;
  content: " ";
}
.storeAdmin .priceWrap:after {
  clear: both;
}
.storeAdmin .priceWrap:before,
.storeAdmin .priceWrap:after {
  display: table;
  content: " ";
}
.storeAdmin .priceWrap:after {
  clear: both;
}
.storeAdmin .priceWrap .col {
  display: block;
  width: 100% !important;
  float: left;
  clear: left;
  padding: 0 !important;
  margin-bottom: 10px;
}
.storeAdmin .priceWrap .col .label {
  display: block;
  float: left;
  width: 150px;
}
.storeAdmin .priceWrap .becomes {
  font-size: 11px;
  display: block;
}
.storeAdmin fieldset.tight {
  padding: 0 8px 8px;
  margin-bottom: 8px;
}
.storeAdmin fieldset.tight .elm {
  margin-bottom: 8px;
  min-height: 24px;
}
.storeAdmin fieldset.tight .elm label {
  width: 140px;
}
.storeAdmin fieldset.tight .elm .lmnt input {
  width: 90px;
  text-align: center;
  min-width: 0;
}
.storeAdmin fieldset.tight .elm .lmnt select {
  width: 160px;
  min-width: 0;
}
.storeAdmin #productForm #elm_categories .wrap {
  max-height: 150px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.storeAdmin #productForm #elm_categories .wrap label {
  width: 100%;
}
.storeAdmin #currencyForm .elm > label {
  width: 170px !important;
}
.storeAdmin #currencyForm .elm .description {
  padding-left: 180px;
}
.storeAdmin .elementOverlay {
  background: #eee;
  opacity: 0.8;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.storeAdmin .overlayElementLabel {
  padding: 8px;
  margin: 10px;
  z-index: 2;
}
.storeAdmin #fieldset-options p {
  margin: 4px;
  padding: 0;
  font-style: italic;
}
.storeAdmin #fieldset-options .elm {
  min-height: 0;
  margin-bottom: 4px;
}
.storeAdmin #fieldset-options .elm label {
  width: 140px;
}
.storeAdmin #fieldset-options .elm select {
  min-width: 130px;
}
.storeAdmin #fieldset-options .dgElements {
  max-height: 218px;
  overflow-y: auto;
}
.storeAdmin #fieldset-options .dgElements .ui-sortable-helper {
  background: #f3f3f3 !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.storeAdmin #fieldset-options .dgElements .elm {
  background: #fff;
  border: 0;
  width: 100%;
}
.storeAdmin #fieldset-optionDg {
  margin: 0;
  border: 0;
  padding: 0;
}
.storeAdmin #fieldset-optionDg .eType_select {
  float: left;
  margin-right: 10px;
}
.storeAdmin #fieldset-optionDg .eType_select label {
  float: left;
  margin-right: 10px;
}
.storeAdmin #fieldset-optionDg span.handle {
  float: left;
}
.storeAdmin ul.ui-sortable {
  list-style: none;
}
.storeAdmin ul.ui-sortable span.handle {
  display: inline-block;
  width: 16px;
  min-height: 16px;
  background: url(/_moya/icons/Move.png) no-repeat center;
  margin-right: 4px;
  padding: 5px;
  cursor: move;
}
.storeAdmin .codenameDialog {
  margin-bottom: 18px;
}
.storeAdmin .codenameDialog .elm {
  clear: left;
  margin-bottom: 20px;
  min-height: 30px;
  overflow: hidden;
}
.storeAdmin .codenameDialog .elm label {
  float: left;
  width: 105px;
}
.storeAdmin .codenameDialog .elm input {
  float: left;
  margin-right: 8px;
  vertical-align: top;
  width: 160px;
}
.storeAdmin .codenameDialog .elm + span {
  clear: left;
}
.storeAdmin .codenameDialog span.highlight {
  background: yellow;
}
.storeAdmin .codenameDialog .urlList {
  list-style: none;
}
.storeAdmin .codenameDialog #codenameStatus {
  display: block;
  float: left;
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 20px;
}
.storeAdmin .codenameDialog #codenameStatus.success {
  background-position-y: 50%;
  background: url(/_moya/icons/Continue.png) no-repeat;
}
.storeAdmin .codenameDialog #codenameStatus.loading {
  background-position-y: 50%;
  background: url(/_moya/images/mini-loader.gif) no-repeat;
}
.storeAdmin .codenameDialog #codenameStatus.error {
  background-position-y: 50%;
  background: #f8caca url(/_moya/icons/Close.png) no-repeat;
  border: 1px solid #73000e;
  font-size: 10px;
}
.storeAdmin .sortableList {
  list-style-type: none;
  margin: 0 0 0 25px;
  padding: 4px;
}
.storeAdmin .sortableList ol {
  list-style-type: none;
  margin: 0 0 0 25px;
}
.storeAdmin .sortableList li {
  margin: 7px 0 0 0;
  padding: 0;
}
.storeAdmin .sortableList li div {
  border: 1px solid #eeeeee;
  margin: 0;
  padding: 3px;
}
.storeAdmin .sortableList li div:before,
.storeAdmin .sortableList li div:after {
  display: table;
  content: " ";
}
.storeAdmin .sortableList li div:after {
  clear: both;
}
.storeAdmin .sortableList li div:before,
.storeAdmin .sortableList li div:after {
  display: table;
  content: " ";
}
.storeAdmin .sortableList li div:after {
  clear: both;
}
.storeAdmin .sortableList li div span {
  float: left;
  padding: 4px;
  vertical-align: middle;
}
.storeAdmin .sortableList li div span.handle {
  cursor: pointer;
}
.storeAdmin .sortableList li div span.handle:before {
  content: "\f0c9";
  font: normal normal normal 14px/1 FontAwesome;
}
.storeAdmin .sortableList li div span.img {
  margin-right: 10px;
}
.storeAdmin .sortableList li div span.img img {
  max-height: 50px;
  vertical-align: middle;
}
.storeAdmin .sortableList .placeholder {
  border: 1px dashed #777777;
}
.storeAdmin .sortableList li.no-sort div {
  cursor: text;
}
.storeAdmin .sortableList li.altRow > div {
  background: #F7F7F7 none repeat scroll 0 0;
}
.storeAdmin .nestedSortable:not(#categoriesSort) li {
  overflow: hidden;
  max-height: 60px;
}
.storeAdmin .nestedSortable .img {
  float: left;
  width: 60px;
}
.storeAdmin #orderForm #fieldset-email input,
.storeAdmin #orderForm #fieldset-email textarea {
  width: 45em;
  font-family: monospace;
  font-size: 90%;
}
.storeAdmin #orderForm #fieldset-email #emailBody {
  height: 14em;
}
.storeAdmin #grid-store_language-form tr.default td {
  font-weight: 900;
}
#store .filterForm {
  margin-bottom: 24px;
}
#store .filterForm .lmnt {
  margin-right: 15px;
}
#store .filterForm .text {
  min-width: auto;
  width: 150px;
}
#store .filterForm .btn {
  float: right;
}
#store .el-pagination .el-select .el-input input {
  min-width: auto;
  min-height: auto;
}
@media (min-width: 992px) {
  #store .el-table {
    overflow: visible;
  }
  #store .el-table .el-table__header-wrapper {
    overflow: visible;
  }
  #store .el-table .el-table__header th {
    overflow: visible;
  }
  #store .el-table .el-table__header .cell {
    white-space: nowrap;
    word-break: normal;
  }
  #store .el-table .el-table__header .cell:hover {
    position: absolute;
    padding-top: 12px;
    top: 0;
    bottom: 0;
    width: 260px;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.75);
  }
  #store .el-table .el-table__footer {
    font-weight: 700;
  }
}
/** Adminbar icon **/
#admin li.store > a {
  background-image: url(/_moya/icons/Shopping_Cart.png) !important;
}
.storeAdmin #store fieldset {
  border-width: 2px 0 0 0;
  border-color: #ddd;
}
.storeAdmin #store .col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .storeAdmin #store .col {
    float: left;
    width: 50%;
  }
}
/* Product information above productForm */
.storeAdmin .productHead {
  overflow: hidden;
  padding-bottom: 8px;
}
.storeAdmin .productHead .productInfo {
  float: left;
  width: 100%;
}
.storeAdmin .productHead .productInfo .image {
  float: left;
  width: 70px;
}
.storeAdmin .productHead .productInfo .name {
  font-size: 28px;
  font-weight: bold;
}
.storeAdmin .productHead .productInfo .variantInfo {
  font-size: 13px;
  margin-left: 70px;
  margin-top: 4px;
}
.storeAdmin .productHead .productInfo .variantInfo .name {
  font-weight: bold;
  font-size: 13px;
}
.storeAdmin .productHead .productNav {
  float: right;
}
.storeAdmin .productHead .productNav ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.storeAdmin .productHead .productNav li {
  display: block;
  margin-right: 5px;
  float: left;
}
.storeAdmin .productHead .productNav li a {
  display: inline-block;
  padding: 4px;
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
.storeAdmin .productHead .productNav li.selected {
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.storeAdmin .productHead .productNav li img {
  position: relative;
  top: 4px;
  left: 4px;
}
/* Buttons above productForm */
.storeAdmin .productButtons {
  list-style: none;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 6px 0 0;
}
.storeAdmin .productButtons li {
  display: inline-block;
  padding: 6px;
  margin-right: 8px;
}
.storeAdmin .productButtons a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
.storeAdmin .productButtons + .grid {
  margin-top: -18px;
}
.storeAdmin #productForm .optsWrap {
  min-height: 100px;
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
}
.storeAdmin #productForm .optsWrap .label {
  margin-bottom: 10px;
  font-weight: bold;
}
/* Relations */
.storeAdmin #store #relations .eType_multiselect label {
  /*display: none !important;*/
  width: 90%;
}
.storeAdmin #store #relations .eType_multiselect select {
  width: 90%;
  height: 400px;
}
.storeAdmin #store #relations .ui-multiselect .selected {
  border-left: 1px solid #333;
  float: right;
}
.storeAdmin #store #relations .ui-multiselect div.available {
  border-left: 0;
}
.storeAdmin #store #relations .ui-multiselect ul.connected-list li {
  overflow: hidden;
}
.storeAdmin #store #relations .ui-multiselect input.search {
  opacity: 1;
  height: 2em;
  min-height: 2em;
  line-height: 2em;
  font-size: inherit;
  padding: 2px;
}
.storeAdmin #store #relations .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: none;
}
.storeAdmin #store #relations .select2-container--default .select2-selection--multiple .select2-search--inline {
  border: 1px solid #999;
  border-radius: 3px;
  margin-top: 10px;
}
.storeAdmin #store #relations .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0 0 4px;
  min-width: 8em;
  margin-top: 0;
}
.storeAdmin #storeImages {
  width: 100%;
  margin-bottom: 10px;
}
.storeAdmin #storeImages th {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.storeAdmin #storeImages td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px;
  background: #fff;
}
.storeAdmin #storeImages tr.cover td {
  background: #e5e5e5;
}
.storeAdmin #storeImages th.handle {
  border: 0;
}
.storeAdmin #storeImagesSubmit {
  display: block !important;
  margin-left: auto;
  margin-bottom: 2rem;
}
.storeAdmin #storeImages td.img img {
  width: 56px;
}
.storeAdmin #store .images.twoCol li span {
  padding-top: 14px;
}
/* Variant generator */
.storeAdmin .variantGenerator > fieldset {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .storeAdmin .variantGenerator > fieldset {
    float: left;
    width: 50%;
  }
}
.storeAdmin .variantGenerator.step2 > fieldset {
  width: 100%;
  padding: 0;
}
.storeAdmin #store .variantGenerator .col {
  width: auto;
  padding: 0;
}
.storeAdmin .variantGenerator .col1 .elm {
  float: left;
  width: 100%;
}
.storeAdmin .variantGenerator fieldset.attribute {
  display: block;
  width: 100%;
  float: left;
  margin-left: 10px;
}
.storeAdmin .variantGenerator fieldset.attribute.first {
  margin-left: 0;
}
.storeAdmin .variantGenerator fieldset.attribute select {
  width: 140px;
  height: 180px;
}
.storeAdmin .variantGenerator.step3 table input {
  width: 90px;
}
.storeAdmin .variantGenerator .imgWrap {
  float: left;
  width: 60px;
  text-align: center;
  padding: 2px;
  margin: 4px;
  border: 1px solid #ccc;
}
.storeAdmin .variantGenerator .imgWrap.selected {
  margin: 3px;
  border: 2px solid #f66;
}
.storeAdmin .variantGenerator .imgWrap a,
.storeAdmin .variantGenerator .imgWrap label {
  display: block;
  width: 58px;
  height: 58px;
  overflow: hidden;
  vertical-align: middle;
}
.storeAdmin .variantGenerator.step3 input.long {
  width: 180px;
}
.storeAdmin .variantGenerator.step3 input.tiny {
  width: 30px;
}
/* Variant grid */
.storeAdmin #store .variantGrid {
  width: 100%;
}
.storeAdmin #store .variantGrid .col {
  width: auto;
  float: none;
}
.storeAdmin #store .variantGrid tr.header th.bRight {
  border-right: 1px solid #eee;
}
.storeAdmin #store .variantGrid tr.variant td input {
  font-size: 11px;
  width: 50px !important;
}
.storeAdmin #store .variantGrid tr.variant td.variantName input {
  width: 156px !important;
}
.storeAdmin #store .variantGrid tr.variant td.reference input {
  width: 80px !important;
}
/* Price generator */
.storeAdmin .priceGenerator > fieldset {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .storeAdmin .priceGenerator > fieldset {
    float: left;
    width: 50%;
  }
}
.storeAdmin .priceGenerator textarea {
  height: 200px;
}
.storeAdmin #store .priceGenerator fieldset fieldset.col {
  margin-bottom: 0;
}
.storeAdmin #store .priceGenerator .conditions label,
.storeAdmin #store .priceGenerator .col2 label {
  width: 160px;
}
.storeAdmin #store .priceGenerator .col2 .num {
  width: 40px;
}
.storeAdmin #store .priceGenerator.step2 .conditions ul {
  font-size: 90%;
}
.storeAdmin .grid tr.level1 td.name {
  padding-left: 20px;
}
.storeAdmin .grid tr.level2 td.name {
  padding-left: 40px;
}
.storeAdmin .grid tr.level3 td.name {
  padding-left: 60px;
}
.storeAdmin .grid tr.level4 td.name {
  padding-left: 70px;
}
.storeAdmin .grid tr.level5 td.name {
  padding-left: 80px;
}
.storeAdmin .grid tr.level6 td.name {
  padding-left: 90px;
}
.storeAdmin .eType_multiCheckbox br {
  display: none;
}
.storeAdmin .eType_multiCheckbox label {
  display: block;
  line-height: 18px;
}
.storeAdmin .eType_select {
  position: relative;
}
.storeAdmin .eType_select select {
  width: 180px;
}
.storeAdmin .eType_select a.dvAdd {
  position: absolute;
  background: url(/_moya/icons/Add.png) no-repeat center;
  width: 16px;
  height: 28px;
  margin: 0 0 0 10px;
}
.storeAdmin a.dvAdd span {
  display: none;
}
.storeAdmin #store .help {
  font-style: italic;
  margin: 0 0 1.5em;
}
.storeAdmin #grid-store_currency tr.base td {
  font-weight: bold;
}
.storeAdmin #store tr.invalid span.info {
  color: red;
}
.storeAdmin .warning {
  color: #990000;
}
.storeAdmin ul.dataList {
  display: table;
  margin: 0;
}
.storeAdmin ul.dataList li {
  display: table-row;
}
.storeAdmin ul.dataList li > span {
  display: table-cell;
  padding: 0 4px;
}
.storeAdmin ul.dataList li > span.t {
  font-weight: 700;
}
.storeAdmin div.jip.list + ul.langPicker {
  margin-top: -41px;
}
.storeAdmin p.infoBox {
  margin: 4px;
  padding: 8px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #ccc;
}
.storeAdmin p.infoBox.w50 {
  width: 50%;
  float: right;
}
.storeAdmin p.infoBox.w75 {
  width: 75%;
  float: right;
}
.storeAdmin .btn-group {
  margin: 0 0 12px;
}
.storeAdmin .btn-group.pull-right {
  float: right !important;
}
.storeAdmin .btn-group .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.storeAdmin .btn-group .btn img.icon {
  margin-right: 4px;
}
.storeAdmin .grid .filter-buttons .filter-date {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}
.storeAdmin .grid .filter-buttons .filter-date dt,
.storeAdmin .grid .filter-buttons .filter-date dl,
.storeAdmin .grid .filter-buttons .filter-date dd {
  display: inline-block;
  float: none;
  width: auto;
  line-height: 1.5;
  vertical-align: middle;
}
.storeAdmin .grid .filter-buttons .filter-date input {
  padding: 2px;
}
.storeAdmin .grid .filter-buttons .filter-date label {
  width: auto;
  margin-right: 8px;
}
.storeAdmin .grid .filter-buttons .filter-date dd {
  margin-right: 15px;
}
.storeAdmin .cpanel2 {
  margin-right: -15px;
  margin-left: -15px;
}
.storeAdmin .cpanel2 ul.sub.many {
  min-height: 0;
}
.storeAdmin .cpanel2 li.group .wrap {
  background: #fff;
}
.storeAdmin .cpanel2 li.lastline {
  border-bottom: 0!important;
}
.miniCart {
  font-size: 20px;
}
.miniCart .boxTitle {
  display: none;
}
.miniCart a {
  position: relative;
  padding: 0 18px;
  color: #000;
}
@media (max-width: 767px) {
  .miniCart a {
    padding: 0 15px;
  }
}
.miniCart a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3px solid transparent;
}
@media (max-width: 991px) {
  .miniCart a:after {
    bottom: -13px;
  }
}
.miniCart a i {
  padding: 0 10px 2px 2px;
}
@media (max-width: 767px) {
  .miniCart a i {
    padding-right: 5px;
  }
}
.miniCart a > span {
  font-weight: bold;
}
.miniCart a > span span {
  padding: 0 4px;
}
@media (max-width: 767px) {
  .miniCart a > span span {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .miniCart {
    position: fixed;
    top: 11px;
    right: 42px;
    float: none;
    border: 0;
    z-index: 10;
  }
  body.loggedIn .miniCart {
    margin-top: 31px;
  }
  .miniCart a {
    line-height: inherit!important;
  }
}
.cartInfo {
  font-size: 8px;
}
.cartBoxMedium {
  position: absolute;
  right: 15px;
  top: 124px;
  width: 100%;
  max-width: 350px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 0 0 1px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.13);
  z-index: 98;
  display: none;
}
@media (max-width: 991px) {
  .cartBoxMedium {
    top: 54px;
  }
}
@media (max-width: 380px) {
  .cartBoxMedium {
    left: 0px;
    right: 0;
    max-width: none;
    border-left: 0;
    border-right: 0;
    width: auto;
  }
}
body.cart-open .cartBoxMedium {
  display: block;
}
.cartBoxMedium .items .item {
  padding: 29px 18px 15px;
  border-bottom: 1px solid #ccc;
}
.cartBoxMedium .items .item:before,
.cartBoxMedium .items .item:after {
  display: table;
  content: " ";
}
.cartBoxMedium .items .item:after {
  clear: both;
}
.cartBoxMedium .items .item:before,
.cartBoxMedium .items .item:after {
  display: table;
  content: " ";
}
.cartBoxMedium .items .item:after {
  clear: both;
}
.cartBoxMedium .items .item .image {
  float: left;
  margin: 0 20px 0 0;
  width: 70px;
  height: 70px;
  text-align: center;
  border: 1px solid #ccc;
}
.cartBoxMedium .items .item .image img {
  max-height: 68px;
}
.cartBoxMedium .items .item .content {
  position: relative;
}
.cartBoxMedium .items .item .content .title {
  font-weight: 600;
  padding-right: 25px;
  display: block;
  display: -webkit-box;
  height: 24px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartBoxMedium .items .item .content .title span {
  margin: -1px 0 0 0;
  float: left;
  min-width: 25px;
}
.cartBoxMedium .items .item .content .remove {
  right: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.cartBoxMedium .items .item .content .remove a {
  color: #cc0000;
  font-size: 20px;
  line-height: 1;
}
.cartBoxMedium .items .item .content .variants {
  display: block;
  font-size: 14px;
}
.cartBoxMedium .items .item .content .price {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.cartBoxMedium .totalPrice {
  padding: 14px 18px 14px 0;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}
.cartBoxMedium .cartControl {
  text-align: center;
  padding: 20px 20px 10px 19px;
}
.cartBoxMedium .cartControl a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
  background: #333;
  color: #fff;
  margin: 0 0 10px;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.cartBoxMedium .cartControl a:hover {
  background: #666;
}
.cartBoxMedium .cartControl a.checkout {
  background: #339933;
}
.cartBoxMedium .cartControl a.checkout:hover {
  background: #267326;
}
.cartBoxMedium .empty {
  padding: 20px 20px 10px;
  text-align: right;
}
#store .cartView {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px 69px;
}
@media (max-width: 767px) {
  #store .cartView {
    margin: 0 -10px;
    border-left: 0;
    border-right: 0;
    padding: 20px 10px;
    border-bottom: 0;
  }
}
#store .cartView > .title {
  display: none;
}
#store .cartView .cartContent {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
#store .cartView .taxInfo {
  display: none;
}
@media (max-width: 767px) {
  #store .cartView table.items thead {
    display: none !important;
  }
}
#store .cartView table.items thead th {
  border-bottom: 1px solid #ccc;
  color: #000;
  text-transform: uppercase;
  padding: 14px 0;
  text-align: left;
}
#store .cartView table.items thead th.product {
  width: 120px;
}
#store .cartView table.items thead th th.description {
  width: 50%;
}
@media (max-width: 991px) {
  #store .cartView table.items thead th th.description {
    width: 35%;
  }
}
#store .cartView table.items thead th.price {
  text-align: center;
}
#store .cartView table.items thead th.total {
  text-align: right;
}
#store .cartView table.items tr {
  border-bottom: 1px solid #ccc;
}
#store .cartView table.items td {
  padding: 20px 0;
}
@media (max-width: 767px) {
  #store .cartView table.items td {
    padding: 10px 0;
  }
}
#store .cartView table.items td.img a {
  display: block;
  width: 80px;
  height: 80px;
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
}
#store .cartView table.items td.img a img {
  max-height: 73px;
  max-width: 73px;
}
#store .cartView table.items td.name a {
  display: block;
  color: #666;
}
#store .cartView table.items td.name a:first-child {
  font-weight: 600;
  text-transform: none;
  color: #333;
}
#store .cartView table.items td.qty .qtyText {
  padding: 3px;
  text-align: center;
  font-size: 12px;
  width: 22px!important;
  min-height: 0;
  min-width: 0;
  max-width: none;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
#store .cartView table.items td.qty .adjust {
  padding: 0;
}
#store .cartView table.items td.itemprice {
  color: #000;
  font-size: 1.125em;
  text-align: center;
}
#store .cartView table.items .footer th {
  color: #666;
  text-align: right;
}
#store .cartView table.items .footer th,
#store .cartView table.items .footer td {
  padding: 4px 0px;
  font-weight: normal;
}
#store .cartView table.items .footer.total.products th,
#store .cartView table.items .footer.total.products td {
  padding-top: 15px;
}
#store .cartView table.items .footer.total.products th {
  font-weight: 600;
  color: #000;
}
#store .cartView table.items .footer.productsWt,
#store .cartView table.items .footer.tax {
  display: none;
}
#store .cartView table.items .footer.priceWt th,
#store .cartView table.items .footer.priceWt td {
  color: #fb6c24;
  font-weight: bold;
  text-transform: uppercase;
}
#store .cartView table.items tr.footer {
  border-bottom: 0;
}
@media (max-width: 767px) {
  #store .cartView table.items,
  #store .cartView table.items tbody,
  #store .cartView table.items tr,
  #store .cartView table.items td {
    display: block;
  }
  #store .cartView table.items tr:before,
  #store .cartView table.items tr:after {
    display: table;
    content: " ";
  }
  #store .cartView table.items tr:after {
    clear: both;
  }
  #store .cartView table.items tr:before,
  #store .cartView table.items tr:after {
    display: table;
    content: " ";
  }
  #store .cartView table.items tr:after {
    clear: both;
  }
  #store .cartView table.items td.img {
    float: left;
    margin: 0 15px 0 0;
  }
  #store .cartView table.items td.name {
    padding-top: 20px;
  }
  #store .cartView table.items td.qty {
    clear: both;
  }
  #store .cartView table.items td.qty,
  #store .cartView table.items td.price {
    float: left;
    width: 33.33%;
  }
  #store .cartView table.items .footer {
    font-size: 15px;
  }
  #store .cartView table.items .footer th {
    float: left;
  }
  #store .cartView table.items .footer td {
    float: right;
  }
}
#store .cartView .controls {
  margin: 30px 0 20px;
}
#store .cartView .controls:before,
#store .cartView .controls:after {
  display: table;
  content: " ";
}
#store .cartView .controls:after {
  clear: both;
}
#store .cartView .controls:before,
#store .cartView .controls:after {
  display: table;
  content: " ";
}
#store .cartView .controls:after {
  clear: both;
}
#store .cartView .controls .cartClear {
  float: left;
  padding-left: 43px;
}
#store .cartView .controls .cartClear:before,
#store .cartView .controls .cartClear:after {
  content: '';
  position: absolute;
  left: 19px;
  top: 20px;
  width: 14px;
  height: 3px;
  background: #fff;
}
#store .cartView .controls .cartClear:before {
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
#store .cartView .controls .cartClear:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
#store .cartView .controls .cartCheckout,
.checkout #store .stepperContent .controls #submit {
  float: right;
  background: #339933;
}
#store .cartView .controls .cartCheckout:hover {
  background: #267326;
}
#store .cartView .controls .cartCheckout:after {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 10px;
}
#store .cartView .controls .storeIndex,
.checkout #store .stepperContent .customerLogin {
  float: right;
  margin-right: 10px;
}
#store .cartView .controls .storeIndex:before,
.checkout #store .stepperContent .customerLogin:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
}
#store .cartView .controls .storeIndex:before,
.checkout #store .stepperContent .customerLogin:before {
  padding-right: 10px;
}
@media (max-width: 650px) {
  #store .cartView .controls {
    text-align: center;
    margin-bottom: 0;
  }
  #store .cartView .controls > * {
    float: none!important;
    width: 80%;
    max-width: 220px;
    display: block!important;
    margin: 0 auto 10px!important;
  }
}
#store br.clear + .cartView {
  border: 0;
  background: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #store br.clear + .cartView {
    margin: 0;
  }
}
.checkout #store .stepper {
  margin-bottom: 30px;
}
.checkout #store .stepper li {
  position: relative;
  min-height: 1px;
  padding-right: 0.5px;
  padding-left: 0.5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .checkout #store .stepper li {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .checkout #store .stepper li {
    margin-top: 10px;
  }
}
.checkout #store .stepper li a {
  display: block;
  text-transform: uppercase;
  color: #ccc;
}
.checkout #store .stepper li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 2px;
  border-bottom: 4px solid;
}
.checkout #store .stepper li .num {
  display: none;
}
.checkout #store .stepper li.selected a,
.checkout #store .stepper li.valid a {
  color: #333;
}
.checkout #store .stepper li.selected a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f0d7";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
}
.checkout #store .stepper li.selected a:before.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepper li.selected a:before.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent {
  border: 0;
  padding: 0;
  float: none;
  width: 100%;
  /* LOGIN */
  /* INFO GUEST */
  /* INFO CUSTOMER */
  /* SHIPPING */
  /* PAYMENT */
  /* REVIEW */
}
.checkout #store .stepperContent .controls {
  float: none;
  margin: 0!important;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  clear: both;
  display: block;
}
@media (max-width: 767px) {
  .checkout #store .stepperContent .controls {
    text-align: center;
  }
  .checkout #store .stepperContent .controls > * {
    float: none!important;
    margin-bottom: 10px;
  }
}
.checkout #store .stepperContent .customerLogin {
  float: left;
}
.checkout #store .stepperContent .controls #submit {
  background-image: url('/static/themes/2019/images/btn-next-arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
}
.checkout #store .stepperContent.info .checkoutInfo {
  padding-bottom: 31px;
}
.checkout #store .stepperContent.info .checkoutInfo label {
  padding-top: 5px;
}
.checkout #store .stepperContent.info .checkoutInfo p {
  font-size: 15px;
}
.checkout #store .stepperContent.info .authWrap h3 {
  display: none;
}
.checkout #store .stepperContent.info legend {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
}
.checkout #store .stepperContent.info input[type=text],
.checkout #store .stepperContent.info input[type=password] {
  width: 350px;
}
.checkout #store .stepperContent.info #email-element {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .checkout #store .stepperContent.info #submitAuth-element {
    clear: both;
    padding-top: 5px;
  }
}
.checkout #store .stepperContent.info .storeRecover {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
@media (min-width: 768px) {
  .checkout #store .stepperContent.info .storeRecover {
    margin-left: 42%;
  }
}
.checkout #store .stepperContent.info_guest form {
  margin-right: -15px;
  margin-left: -15px;
}
.checkout #store .stepperContent.info_guest #fieldset-shipping,
.checkout #store .stepperContent.info_guest #fieldset-billing {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  clear: none;
}
@media (min-width: 992px) {
  .checkout #store .stepperContent.info_guest #fieldset-shipping,
  .checkout #store .stepperContent.info_guest #fieldset-billing {
    float: left;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .checkout #store .stepperContent.info_guest #fieldset-shipping,
  .checkout #store .stepperContent.info_guest #fieldset-billing {
    margin-bottom: 30px;
  }
}
.checkout #store .stepperContent.info_guest legend {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 37px;
  border: 0;
}
@media (min-width: 992px) {
  .checkout #store .stepperContent.info_guest #fieldset-billing {
    margin-bottom: -60px;
  }
  .checkout #store .stepperContent.info_guest #elm_billingSameAsShipping {
    margin-top: 20px;
  }
  .checkout #store .stepperContent.info_guest .disabled #elm_billingSameAsShipping {
    margin-top: 0;
  }
}
.checkout #store .stepperContent.info_guest #fieldset-billing.disabled .elm {
  display: none;
}
.checkout #store .stepperContent.info_guest #fieldset-billing.disabled .elm_BillingSameAsShipping {
  display: block;
  padding: 0;
}
.checkout #store .stepperContent.info_guest #elm_billingSameAsShipping {
  margin-left: 0;
  padding: 0 0 0 27%;
}
@media (max-width: 767px) {
  .checkout #store .stepperContent.info_guest #elm_billingSameAsShipping {
    padding: 0;
  }
}
.checkout #store .stepperContent.info_guest #elm_billingSameAsShipping .lmnt {
  float: left;
}
.checkout #store .stepperContent.info_guest #elm_billingSameAsShipping label {
  padding: 0;
  margin: 0;
  line-height: 22px;
}
.checkout #store .stepperContent.info_guest .elm label {
  padding: 6px 17px 7px 0;
}
.checkout #store .stepperContent.info_guest .elm_OrderComment {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .checkout #store .stepperContent.info_guest .elm_OrderComment {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .checkout #store .stepperContent.info_guest .elm_OrderComment label {
    display: block!important;
  }
}
.checkout #store .stepperContent.info_guest .elm_Country {
  display: none;
}
.checkout #store .stepperContent.info_guest .elm_zip .lmnt,
.checkout #store .stepperContent.info_guest .elm_Phone .lmnt,
.checkout #store .stepperContent.info_guest .elm_Phone2 .lmnt {
  max-width: 220px;
}
.checkout #store .stepperContent.info_customer form.isEmpty #elm_shippingAddress label,
.checkout #store .stepperContent.info_customer form.isEmpty #elm_shippingAddress .lmnt {
  display: none;
}
.checkout #store .stepperContent.info_customer form.isEmpty #elm_shippingAddress .description {
  font-size: 1em;
}
.checkout #store .stepperContent.info_customer form.isEmpty .addressAdd a {
  background: #339933;
}
.checkout #store .stepperContent.info_customer form.isEmpty .errors,
.checkout #store .stepperContent.info_customer form.isEmpty #elm_billingSameAsShipping,
.checkout #store .stepperContent.info_customer form.isEmpty .shippingAddressWrap,
.checkout #store .stepperContent.info_customer form.isEmpty #elm_orderComment,
.checkout #store .stepperContent.info_customer form.isEmpty #submit {
  display: none;
}
.checkout #store .stepperContent.info_customer legend {
  display: none;
}
.checkout #store .stepperContent.info_customer .elm_ShippingAddress {
  margin-bottom: 30px;
}
.checkout #store .stepperContent.info_customer .elm_ShippingAddress #shippingAddress {
  clear: both;
  display: block;
}
.checkout #store .stepperContent.info_customer .addressAdd {
  margin: 20px 0 30px;
}
.checkout #store .stepperContent.info_customer .elm_BillingSameAsShipping #billingSameAsShipping {
  margin-top: 6px;
}
.checkout #store .stepperContent.info_customer .elm_BillingSameAsShipping label {
  padding: 0 0 0 5px;
}
.checkout #store .stepperContent.info_customer .addressWrap .change a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 0;
  display: inline-block;
}
.checkout #store .stepperContent.info_customer .elm_OrderComment {
  clear: both;
  padding-top: 10px;
}
.checkout #store .stepperContent.info_customer .elm_OrderComment label {
  margin-top: 10px;
  padding-left: 0;
}
.checkout #store .stepperContent.info_customer .elm_OrderComment .lmnt {
  display: block;
}
.checkout #store .stepperContent.info_customer .elm_OrderComment .lmnt textarea {
  float: none;
}
.checkout #store .stepperContent.shipping legend {
  display: none;
}
.checkout #store .stepperContent.shipping table th {
  font-weight: bold;
  padding: 9px 4px 16px;
}
.checkout #store .stepperContent.shipping table th.last {
  text-align: right;
}
.checkout #store .stepperContent.shipping .altRow1,
.checkout #store .stepperContent.shipping .altRow2 {
  border: 0;
}
.checkout #store .stepperContent.shipping .altRow1 {
  background: #eaeaea;
}
.checkout #store .stepperContent.shipping .altRow2 {
  background: #fff;
}
.checkout #store .stepperContent.shipping td.input {
  width: 40px;
}
.checkout #store .stepperContent.shipping input[type=radio] {
  margin: 11px 0 0 17px;
}
.checkout #store .stepperContent.shipping label {
  font-size: 16px;
  padding: 10px 12px 8px 12px;
}
.checkout #store .stepperContent.shipping .price {
  text-align: right;
}
.checkout #store .stepperContent.shipping .price .n {
  color: #000;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li {
  position: relative;
  border: 1px solid #ccc;
  padding: 14px 22px 23px 55px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li.transfer {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f2f1";
}
.checkout #store .stepperContent.payment .paymentTypeSelection li.transfer.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li.transfer.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li.borgun,
.checkout #store .stepperContent.payment .paymentTypeSelection li.dalpay,
.checkout #store .stepperContent.payment .paymentTypeSelection li.korta,
.checkout #store .stepperContent.payment .paymentTypeSelection li.valitor {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f09d";
}
.checkout #store .stepperContent.payment .paymentTypeSelection li.borgun.fa-pull-left,
.checkout #store .stepperContent.payment .paymentTypeSelection li.dalpay.fa-pull-left,
.checkout #store .stepperContent.payment .paymentTypeSelection li.korta.fa-pull-left,
.checkout #store .stepperContent.payment .paymentTypeSelection li.valitor.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li.borgun.fa-pull-right,
.checkout #store .stepperContent.payment .paymentTypeSelection li.dalpay.fa-pull-right,
.checkout #store .stepperContent.payment .paymentTypeSelection li.korta.fa-pull-right,
.checkout #store .stepperContent.payment .paymentTypeSelection li.valitor.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li:before {
  position: absolute;
  top: 17px;
  left: 24px;
  font-size: 35px!important;
  color: #333;
}
@media (max-width: 767px) {
  .checkout #store .stepperContent.payment .paymentTypeSelection li:before {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .checkout #store .stepperContent.payment .paymentTypeSelection li .input {
    position: absolute;
  }
}
.checkout #store .stepperContent.payment .paymentTypeSelection li label {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li.selected,
.checkout #store .stepperContent.payment .paymentTypeSelection li:hover {
  background: #7f7f7f;
  border: 1px solid #666;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li.selected:before,
.checkout #store .stepperContent.payment .paymentTypeSelection li:hover:before {
  color: #fff;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li.selected label,
.checkout #store .stepperContent.payment .paymentTypeSelection li:hover label {
  color: #fff;
}
.checkout #store .stepperContent.payment .paymentTypeSelection li input[type=radio] {
  visibility: hidden;
}
.checkout #store .stepperContent.payment .controls {
  margin-top: 50px!important;
}
.checkout #store .stepperContent.review .orderInfo .group {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  float: none;
  padding: 20px 20px 20px 95px;
  margin-bottom: 20px;
  min-height: 0;
}
@media (max-width: 767px) {
  .checkout #store .stepperContent.review .orderInfo .group {
    padding: 35px 10px 20px 20px;
  }
}
.checkout #store .stepperContent.review .orderInfo .group .title {
  border: 0;
  padding: 0;
  font-weight: bold;
}
.checkout #store .stepperContent.review .orderInfo .group .data {
  padding: 0;
}
.checkout #store .stepperContent.review .orderInfo .group .data .mfAddress {
  margin: 0;
}
.checkout #store .stepperContent.review .orderInfo .group .data .customerData br {
  display: none;
}
.checkout #store .stepperContent.review .orderInfo .group .data .name {
  font-weight: normal;
}
.checkout #store .stepperContent.review .orderInfo .group .data .zip {
  width: auto;
  padding-right: 4px;
}
.checkout #store .stepperContent.review .orderInfo .group .data .address .mfAddress .phone {
  display: none;
}
.checkout #store .stepperContent.review .orderInfo .group .data ul {
  padding: 0;
}
.checkout #store .stepperContent.review .orderInfo .group.customer:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f007";
}
.checkout #store .stepperContent.review .orderInfo .group.customer:before.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.customer:before.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.shipping:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f0d1";
}
.checkout #store .stepperContent.review .orderInfo .group.shipping:before.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.shipping:before.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.pickup:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f07a";
}
.checkout #store .stepperContent.review .orderInfo .group.pickup:before.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.pickup:before.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.billing.borgun:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f09d";
}
.checkout #store .stepperContent.review .orderInfo .group.billing.borgun:before.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.billing.borgun:before.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.billing.transfer:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f2f1";
}
.checkout #store .stepperContent.review .orderInfo .group.billing.transfer:before.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.billing.transfer:before.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.orderComment {
  background: #ededed;
}
.checkout #store .stepperContent.review .orderInfo .group.orderComment:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f12a";
}
.checkout #store .stepperContent.review .orderInfo .group.orderComment:before.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.orderComment:before.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .group.orderComment:before {
  left: 33px!important;
}
.checkout #store .stepperContent.review .orderInfo .group:before {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 45px!important;
  color: #333;
}
@media (max-width: 767px) {
  .checkout #store .stepperContent.review .orderInfo .group:before {
    font-size: 20px!important;
    left: 20px;
    top: 5px;
  }
}
.checkout #store .stepperContent.review .orderInfo .groupChange {
  position: absolute;
  top: 0;
  right: 5px;
}
.checkout #store .stepperContent.review .orderInfo .groupChange a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.checkout #store .stepperContent.review .orderInfo .groupChange a:before {
  padding-right: 8px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f044";
}
.checkout #store .stepperContent.review .orderInfo .groupChange a:before.fa-pull-left {
  margin-right: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .groupChange a:before.fa-pull-right {
  margin-left: 0.3em;
}
.checkout #store .stepperContent.review .orderInfo .groupChange a:hover {
  color: #333;
}
.checkout #store .stepperContent.review .cartView .footer th {
  font-size: 1em!important;
}
.checkout #store .stepperContent.review #elm_terms {
  border-top: 1px solid #ccc;
  padding: 30px 0 12px;
  text-align: right;
}
@media (max-width: 767px) {
  .checkout #store .stepperContent.review #elm_terms {
    text-align: left;
  }
}
.checkout #store .stepperContent.review #elm_terms #terms {
  margin-top: 6px;
  float: none;
}
.checkout #store .stepperContent.review #elm_terms label {
  padding: 0 0 0 3px;
}
.checkout #store .stepperContent.review #elm_terms label:after {
  display: none;
}
.checkout #store .stepperContent.review #elm_terms em {
  font-style: normal;
  text-decoration: underline;
  color: #333;
}
.checkout #store .stepperContent.review #elm_terms em:hover {
  color: #000;
}
.checkout #store .stepperContent.review .controls {
  margin-top: 12px!important;
}
.checkout #store .stepperContent.info_guest label {
  color: #333;
  padding: 8px 22px 7px 12px;
  display: inline-block;
  margin: 0;
  width: 27%;
}
@media (max-width: 1080px) and (min-width: 992px) {
  .checkout #store .stepperContent.info_guest input[type=text],
  .checkout #store .stepperContent.info_guest input[type=password],
  .checkout #store .stepperContent.info_guest select,
  .checkout #store .stepperContent.info_guest textarea {
    max-width: 280px;
  }
}
.checkout #store .stepperContent #submitAuth,
.checkout #store .stepperContent .newCustomer,
.checkout #store .stepperContent .guestCheckout {
  background: #333;
  padding: 5px 20px 8px;
}
.checkout #store .stepperContent h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .checkout #store .stepperContent #password-label {
    clear: both;
    margin-left: 0;
  }
}
/* MY PAGE */
.storeCustomer div#store fieldset {
  border: 0;
  padding: 0 0 30px;
}
.storeCustomer div#store .register fieldset {
  float: none;
  width: 50%;
  margin: 0 auto;
}
.storeCustomer div#store .register fieldset .elm label {
  width: 140px;
  padding-top: 10px;
}
.storeCustomer div#store .register fieldset #elm_controls {
  margin-left: 150px;
}
@media (max-width: 767px) {
  .storeCustomer div#store .register fieldset #elm_controls {
    margin-left: 0;
  }
}
.checkout div#store input.text,
.storeCustomer div#store input.text,
.checkout div#store input.password,
.storeCustomer div#store input.password,
.checkout div#store select,
.storeCustomer div#store select,
.checkout div#store textarea,
.storeCustomer div#store textarea {
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #ccc;
  outline: 0;
  max-width: 73%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 3px 3px 6px 0 rgba(0, 0, 0, 0.13);
  box-shadow: inset 3px 3px 6px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: border 0.4s ease;
  -o-transition: border 0.4s ease;
  transition: border 0.4s ease;
  width: 100% !important;
}
.checkout div#store input.text:focus,
.storeCustomer div#store input.text:focus,
.checkout div#store input.password:focus,
.storeCustomer div#store input.password:focus,
.checkout div#store select:focus,
.storeCustomer div#store select:focus,
.checkout div#store textarea:focus,
.storeCustomer div#store textarea:focus {
  border: 1px solid #333;
}
.checkout div#store label,
.storeCustomer div#store label {
  color: #333;
}
.checkout div#store label.required:after,
.storeCustomer div#store label.required:after {
  content: '*';
  padding-left: 3px;
  color: #cc6666;
}
.checkout div#store .storeRecover,
.storeCustomer div#store .storeRecover,
.checkout div#store .storeRegister,
.storeCustomer div#store .storeRegister {
  font-size: 14px;
}
.checkout div#store .storeRegister:before,
.storeCustomer div#store .storeRegister:before {
  content: '|';
  padding-right: 5px;
}
.checkout div#store #submitAuth,
.storeCustomer div#store #submitAuth,
.checkout div#store #submitForm,
.storeCustomer div#store #submitForm {
  padding: 8px 20px;
}
.checkout div#store #submitAuth:hover,
.storeCustomer div#store #submitAuth:hover,
.checkout div#store #submitForm:hover,
.storeCustomer div#store #submitForm:hover {
  background: #000;
}
.checkout div#store .cancel,
.storeCustomer div#store .cancel {
  background: #666;
  padding: 8px 20px;
}
.checkout div#store .cancel:hover,
.storeCustomer div#store .cancel:hover {
  background: #000;
}
.checkout div#store dd#email-element,
.storeCustomer div#store dd#email-element,
.checkout div#store dd#password-element,
.storeCustomer div#store dd#password-element {
  max-width: 320px;
}
/* OLD CHECKOUT DEFAULT STYLES */
/* CHECKOUT */
.checkout #store ul.errors {
  margin-left: 130px;
  width: 342px;
}
.checkout #store fieldset,
.storeCustomer #store fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.checkout #store fieldset legend,
.storeCustomer #store fieldset legend {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  padding: 0 0 20px 0;
}
.checkout #store input[type="text"],
.checkout #store input[type="password"],
.storeCustomer #store input[type="text"],
.storeCustomer #store input[type="password"] {
  width: 350px;
}
.checkout #store select {
  width: 360px;
}
.checkout #store textarea {
  width: 48%;
  height: 60px;
  float: left;
}
#store .stepperContent,
.storeCustomer #store fieldset {
  clear: left;
  float: left;
  padding: 16px 20px 20px;
  border: 1px solid #cdcdcd;
  position: relative;
}
#store .stepperContent {
  float: none;
}
#store .stepperContent:before,
#store .stepperContent:after {
  display: table;
  content: " ";
}
#store .stepperContent:after {
  clear: both;
}
#store .stepperContent:before,
#store .stepperContent:after {
  display: table;
  content: " ";
}
#store .stepperContent:after {
  clear: both;
}
.checkout div#store .info .submit,
.checkout #store .info_customer .controls .submit,
.checkout #store .cartButton,
#store .checkoutBack {
  float: none;
}
.checkout #store .cartButton,
#store .checkoutBack,
.checkout #store .customerLogin {
  display: block;
  float: left;
  margin-right: 10px;
}
.checkout #store .authWrap p {
  clear: left;
  margin-bottom: 0;
}
.checkout #store .guestCheckout,
.checkout #store .newCustomer {
  clear: left;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.checkout #store dt,
.checkout #store .elm label,
.storeCustomer #store .elm label {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .checkout #store dt,
  .checkout #store .elm label,
  .storeCustomer #store .elm label {
    float: none;
    width: auto;
    text-align: left;
    margin: 0;
  }
}
.checkout #store .elm .text,
.checkout #store .elm select,
.checkout #store .elm textarea,
.storeCustomer #store .elm .text {
  width: 100%;
}
.checkout #store #elm_shippingAddress label {
  width: auto;
}
.checkout #store #elm_shippingAddress select,
.storeCustomer #store #elm_country select {
  width: auto;
  min-width: 220px;
}
.checkout #store #elm_billingSameAsShipping {
  float: left;
}
.checkout #store .info_guest #elm_billingSameAsShipping {
  margin-left: 110px;
}
.checkout #store #elm_billingSameAsShipping label {
  width: auto;
  clear: none;
  margin-left: 4px;
}
.checkout #store #elm_billingSameAsShipping .lmnt {
  float: left;
}
.checkout #store .shippingAddressWrap {
  clear: left;
  margin-right: 2%;
}
.checkout #store .shippingAddressWrap,
.checkout #store .billingAddressWrap {
  width: 48%;
  float: left;
  border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .checkout #store .shippingAddressWrap,
  .checkout #store .billingAddressWrap {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.checkout #store .shippingAddressWrap .title,
.checkout #store .billingAddressWrap .title {
  padding-left: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.checkout #store .addressWrap {
  padding: 14px 18px;
}
.checkout #store #elm_billingAddress label,
.checkout #store .info_customer #elm_orderComment label {
  float: none;
  width: auto;
  text-align: left;
}
.checkout #store #elm_billingAddress select {
  width: auto;
  min-width: 200px;
}
.mfAddress span {
  display: block;
}
.mfAddress span.zip {
  float: left;
  padding-right: 6px;
}
.mfAddress span.name {
  font-weight: bold;
}
.checkout #store .addressAdd {
  clear: both;
  float: none;
  margin: 10px 0;
}
.checkout #store .controls,
.storeCustomer #store #elm_controls {
  clear: left;
  float: left;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 0;
}
.checkout #store .info_guest .controls,
.checkout #store .info .controls,
.storeCustomer #store #elm_controls {
  margin-left: 130px;
  width: auto;
}
@media (max-width: 767px) {
  .checkout #store .info_guest .controls,
  .checkout #store .info .controls,
  .storeCustomer #store #elm_controls {
    margin-left: 0;
  }
}
.checkout #store .info .controls {
  float: right;
}
.checkout .carrierSelection {
  width: 100%;
}
@media (max-width: 767px) {
  .checkout .carrierSelection thead {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .checkout .carrierSelection {
    display: block;
  }
  .checkout .carrierSelection tbody,
  .checkout .carrierSelection tr,
  .checkout .carrierSelection td {
    display: block;
  }
  .checkout .carrierSelection tr {
    position: relative;
  }
  .checkout .carrierSelection tr:before,
  .checkout .carrierSelection tr:after {
    display: table;
    content: " ";
  }
  .checkout .carrierSelection tr:after {
    clear: both;
  }
  .checkout .carrierSelection tr:before,
  .checkout .carrierSelection tr:after {
    display: table;
    content: " ";
  }
  .checkout .carrierSelection tr:after {
    clear: both;
  }
  .checkout .carrierSelection td.input {
    position: absolute;
    top: 3px;
  }
  .checkout .carrierSelection td.title {
    padding-left: 30px;
  }
  .checkout .carrierSelection td.transit {
    float: left;
    margin-left: 40px;
  }
  .checkout .carrierSelection td.price {
    float: right;
    margin-right: 10px;
  }
}
.checkout .carrierSelection .price .n {
  color: #822;
}
.checkout #store table th {
  border: 0;
  text-align: left;
  font-weight: 400;
  padding: 4px;
}
.checkout #store .altRow1 {
  background: #fff;
}
.checkout #store .altRow2 {
  background: #f0f0f0;
  border: 0;
}
.checkout #store .payment li {
  padding: 12px 20px 12px 88px;
  margin-bottom: 10px;
}
.checkout .orderInfo .group {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  color: #333;
  min-height: 209px;
}
@media (min-width: 768px) {
  .checkout .orderInfo .group {
    float: left;
    width: 33.33333333%;
  }
}
.checkout .orderInfo .group:first-child {
  margin-left: 0;
}
.checkout .orderInfo .group .title {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 0 18px;
}
.checkout .orderInfo .group .data {
  padding: 14px 18px;
  list-style: none;
  margin: 0;
}
.checkout .orderInfo .group .data ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout .orderInfo .group .data ul span.t {
  display: inline-block;
}
.checkout .orderInfo .group .mfAddress {
  padding: 0;
  margin: 4px 0 0 8px;
}
.checkout .orderInfo .groupChange {
  margin-top: 10px;
}
.checkout .orderInfo .groupChangeFirst {
  margin-bottom: 10px;
}
.checkout .orderComment,
.checkout .orderClear {
  clear: left;
  width: 100%;
}
.checkout #store #elm_terms {
  padding: 10px 0;
  margin-bottom: 0;
  clear: both;
}
.checkout #store #elm_terms #terms {
  float: left;
  margin: 4px 6px 0 0;
}
.checkout #store #elm_terms label {
  float: none;
  clear: none;
  width: auto;
  text-align: left;
}
.checkout #store .info .checkoutInfo {
  clear: left;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.checkout #store .info form {
  width: 100%;
}
.checkout #store .info dt {
  width: auto;
  clear: none;
}
.checkout #store .info dd {
  float: left;
}
.checkout #store #password-label {
  margin-left: 10px;
}
.checkout #store .info form input[type="text"],
.checkout #store .info form input[type="password"] {
  width: 140px;
}
.checkout #store .info .storeRegister {
  display: none;
}
.product.new .image,
.product.offer .image,
.product.popular .image {
  position: relative;
}
.product.new .image:before,
.product.offer .image:before,
.product.popular .image:before {
  content: '';
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 60px;
  height: 60px;
  background: url('/static/themes/2019/images/badge.png') no-repeat;
  display: block;
  z-index: 1;
}
body.product .product.new .image:before,
body.product .product.offer .image:before,
body.product .product.popular .image:before {
  top: -20px;
  left: 10px;
  right: auto;
  bottom: auto;
}
.product.offer .image:before {
  background-position: -60px 0;
}
.product.popular .image:before {
  background-position: -120px 0;
}
#store {
  /* SIDEBAR */
}
#store .categories.list {
  margin-right: -15px;
  margin-left: -15px;
  display: block;
}
#store .categories .product {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #store .categories .product {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #store .categories .product {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #store .categories .product {
    float: left;
    width: 25%;
  }
}
#store .categories .product .wrap {
  padding: 0!important;
}
#store .category .categoryInfo {
  display: none;
}
#store .category .subcategories,
#store .category .categoryProducts {
  margin-right: -15px;
  margin-left: -15px;
}
#store .category .subcategories li,
#store .category .categoryProducts li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 480px) {
  #store .category .subcategories li,
  #store .category .categoryProducts li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #store .category .subcategories li,
  #store .category .categoryProducts li {
    float: left;
    width: 33.33333333%;
  }
}
#store .category .subcategories > p,
#store .category .categoryProducts > p {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#store .category .subcategories li .wrap {
  padding: 0;
}
#store .category .subcategories + h2 + .categoryProducts > p {
  display: none;
}
body.product #store a.back {
  display: inline-block;
  margin: 27px 1px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
body.product #store a.back .fa {
  font-size: 20px;
  padding-right: 13px;
}
body.product #store a.back span {
  color: #000;
}
body.product #store .product {
  margin: 0;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 31px 69px;
}
body.product #store .product:before,
body.product #store .product:after {
  display: table;
  content: " ";
}
body.product #store .product:after {
  clear: both;
}
body.product #store .product:before,
body.product #store .product:after {
  display: table;
  content: " ";
}
body.product #store .product:after {
  clear: both;
}
@media (max-width: 991px) {
  body.product #store .product {
    padding: 15px;
    margin: 0 -15px;
  }
}
body.product #store .product .main {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
body.product #store .product .main:before,
body.product #store .product .main:after {
  display: table;
  content: " ";
}
body.product #store .product .main:after {
  clear: both;
}
body.product #store .product .main:before,
body.product #store .product .main:after {
  display: table;
  content: " ";
}
body.product #store .product .main:after {
  clear: both;
}
@media (min-width: 768px) {
  body.product #store .product .main {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  body.product #store .product .main {
    padding: 0;
  }
}
body.product #store .product .main .inner h1 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
}
body.product #store .product .main .inner .attributesValues {
  display: none;
}
body.product #store .product .main .inner .buyBox {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
body.product #store .product .main .inner .buyBox:before,
body.product #store .product .main .inner .buyBox:after {
  display: table;
  content: " ";
}
body.product #store .product .main .inner .buyBox:after {
  clear: both;
}
body.product #store .product .main .inner .buyBox:before,
body.product #store .product .main .inner .buyBox:after {
  display: table;
  content: " ";
}
body.product #store .product .main .inner .buyBox:after {
  clear: both;
}
body.product #store .product .main .inner .buyBox .reference {
  color: #666;
}
body.product #store .product .main .inner .buyBox .priceDetail {
  font-size: 28px;
  font-weight: bold;
  padding: 3px 0 18px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
  color: #F90;
  overflow: hidden;
}
body.product #store .product .main .inner .buyBox .priceDetail .label {
  display: none;
}
body.product #store .product .main .inner .buyBox .priceDetail .priceDiff .price {
  display: inline;
}
body.product #store .product .main .inner .buyBox .priceDetail .priceDiff .overwritten {
  margin-top: 0;
  float: left;
  color: #999;
  margin-right: 10px;
}
body.product #store .product .main .inner .buyBox .priceDetail .priceDiff .overwritten .title {
  display: none;
}
body.product #store .product .main .inner .buyBox .variantSelection {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
body.product #store .product .main .inner .buyBox .variantSelection .attribute {
  margin-bottom: 30px;
}
body.product #store .product .main .inner .buyBox .variantSelection .attribute label {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
body.product #store .product .main .inner .buyBox .variantSelection .attribute select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('/static/themes/2019/images/select-arrow.png') no-repeat calc(100% - 15px) center;
  width: 100%;
  padding: 5px 16px 6px;
  height: auto;
  font-size: 18px;
}
body.product #store .product .main .inner .buyBox .qtyWrap {
  float: left;
  margin-right: 15px;
}
@media (max-width: 991px) {
  body.product #store .product .main .inner .buyBox .qtyWrap {
    margin-right: 0;
  }
}
body.product #store .product .main .inner .buyBox .qtyWrap label {
  font-size: 18px;
  margin: 0 43px 0 10px;
}
@media (max-width: 991px) {
  body.product #store .product .main .inner .buyBox .qtyWrap label {
    margin: 0 10px 0 0;
  }
}
body.product #store .product .main .inner .buyBox .qtyWrap select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('/static/themes/2019/images/select-arrow.png') no-repeat calc(100% - 15px) center;
  width: 100px;
  min-width: 0;
  margin: -3px 0 0;
  font-size: 18px;
  padding: 5px 16px 6px;
  height: auto;
}
body.product #store .product .main .inner .buyBox .priceDetail + .qtyWrap {
  margin-top: 15px;
}
body.product #store .product .main .inner .buyBox .priceDetail + .qtyWrap + #submitCart {
  margin-top: 12px;
}
body.product #store .product .main .inner .buyBox .availability {
  float: left;
  font-size: 18px;
  margin-top: 4px;
}
body.product #store .product .main .inner .buyBox #submitCart {
  margin-top: -7px;
  float: right;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #000;
  padding: 9px 20px 11px;
  outline: 0;
}
@media (max-width: 480px) {
  body.product #store .product .main .inner .buyBox #submitCart {
    float: none;
    margin: 20px 0 0;
  }
}
body.product #store .product .main .inner .social {
  border-bottom: 1px solid #ccc;
  padding: 39px 0 33px;
  white-space: nowrap;
}
body.product #store .product .main .inner .social .row > div {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  line-height: 40px;
  margin-bottom: 10px;
}
body.product #store .product .main .inner .social i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: #898989;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
}
body.product #store .product .main .inner .social span {
  display: inline-block;
  font-weight: 600;
  color: #666;
}
@media (max-width: 1199px) and (min-width: 768px) {
  body.product #store .product .main .inner .social {
    padding: 16px 0 6px;
  }
  body.product #store .product .main .inner .social .row > div {
    width: 50%;
  }
}
@media (max-width: 550px) {
  body.product #store .product .main .inner .social {
    padding: 16px 0 6px;
    height: auto;
  }
  body.product #store .product .main .inner .social .row > div {
    width: 100%;
  }
}
body.product #store .product .main .inner .social .like i,
body.product #store .product .main .inner .social .pin i,
body.product #store .product .main .inner .social .like .label,
body.product #store .product .main .inner .social .pin .label {
  cursor: pointer;
}
body.product #store .product .main .inner .social .like .ext,
body.product #store .product .main .inner .social .pin .ext {
  display: none;
}
body.product #store .product .main .inner .social .like.open .label,
body.product #store .product .main .inner .social .pin.open .label {
  display: none;
}
body.product #store .product .main .inner .social .like.open .ext,
body.product #store .product .main .inner .social .pin.open .ext {
  display: inline-block;
  vertical-align: top;
}
body.product #store .product .main .inner .social .like .ext {
  margin-top: -10px;
}
body.product #store .product .main .inner .social .pin .ext {
  margin-top: 5px;
}
body.product #store .product .side {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0;
}
body.product #store .product .side:before,
body.product #store .product .side:after {
  display: table;
  content: " ";
}
body.product #store .product .side:after {
  clear: both;
}
body.product #store .product .side:before,
body.product #store .product .side:after {
  display: table;
  content: " ";
}
body.product #store .product .side:after {
  clear: both;
}
@media (min-width: 768px) {
  body.product #store .product .side {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  body.product #store .product .side {
    padding: 0;
  }
}
body.product #store .product .side .image {
  margin: 31px auto 0 ;
  text-align: center;
}
body.product #store .product .side .image .caption {
  display: none;
}
body.product #store .product .side .albumImages {
  list-style: none inside none;
  margin: 36px 0 0;
  padding: 0 35px;
}
body.product #store .product .side .albumImages:before,
body.product #store .product .side .albumImages:after {
  display: table;
  content: " ";
}
body.product #store .product .side .albumImages:after {
  clear: both;
}
body.product #store .product .side .albumImages:before,
body.product #store .product .side .albumImages:after {
  display: table;
  content: " ";
}
body.product #store .product .side .albumImages:after {
  clear: both;
}
body.product #store .product .side .albumImages li {
  margin: 0;
  float: left;
}
body.product #store .product .side .albumImages .owl-prev {
  left: 0;
}
body.product #store .product .side .albumImages .owl-prev:before {
  content: "\f104";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
body.product #store .product .side .albumImages .owl-prev:before.fa-pull-left {
  margin-right: 0.3em;
}
body.product #store .product .side .albumImages .owl-prev:before.fa-pull-right {
  margin-left: 0.3em;
}
body.product #store .product .side .albumImages .owl-next {
  right: 0;
}
body.product #store .product .side .albumImages .owl-next:before {
  content: "\f105";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
body.product #store .product .side .albumImages .owl-next:before.fa-pull-left {
  margin-right: 0.3em;
}
body.product #store .product .side .albumImages .owl-next:before.fa-pull-right {
  margin-left: 0.3em;
}
body.product #store .product .side .albumImages .owl-prev,
body.product #store .product .side .albumImages .owl-next {
  position: absolute;
  bottom: 35px;
}
body.product #store .product .side .albumImages .owl-prev:before,
body.product #store .product .side .albumImages .owl-next:before {
  font-size: 50px!important;
  color: #000;
}
body.product #store .product .side .albumImages .owl-prev.disabled,
body.product #store .product .side .albumImages .owl-next.disabled {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
body.product #store .product .longDesc {
  clear: both;
  padding-top: 73px;
  font-size: 18px;
  color: #666;
  line-height: 1.4445;
}
body.product #store .product .longDesc h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 28px;
}
body.product #store .product .longDesc p {
  margin-bottom: 26px;
}
body.product #store .product .longDesc.right {
  clear: none;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  body.product #store .product .longDesc.right {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  body.product #store .product .longDesc.right {
    padding-left: 0;
    padding-right: 0;
  }
}
body.product #store .product .relationsWrap {
  margin-top: 43px;
  border-top: 1px solid #ccc;
  padding-top: 32px;
}
body.product #store .product .relationsWrap .relTitle {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 65px;
}
body.product #store .product .relationsWrap ul.relList {
  margin-right: -15px;
  margin-left: -15px;
}
body.product #store .product .relationsWrap ul.relList li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 480px) {
  body.product #store .product .relationsWrap ul.relList li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.product #store .product .relationsWrap ul.relList li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  body.product #store .product .relationsWrap ul.relList li {
    float: left;
    width: 25%;
  }
}
body.product #store .product .relationsWrap ul.relList li .image,
body.product #store .product .relationsWrap ul.relList li .wrap {
  background: none;
  border: 0;
}
body.product #store .product .relationsWrap ul.relList li .image {
  padding: 0 20px;
}
body.product #store .product .relationsWrap ul.relList li .wrap h3 a {
  vertical-align: top;
  padding-top: 20px;
}
.hasSidebar #store > .boxText {
  margin-right: -15px;
  margin-left: -15px;
}
.hasSidebar #store .category {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .hasSidebar #store .category {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .hasSidebar #store .category {
    left: 25%;
  }
}
.hasSidebar #store #storeSidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .hasSidebar #store #storeSidebar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .hasSidebar #store #storeSidebar {
    right: 75%;
  }
}
#store #storeSidebar > div {
  border: 1px solid #ebebeb;
  background: #fff;
  margin-bottom: 28px;
  padding: 37px 29px 28px;
}
#store #storeSidebar > div .boxText:before,
#store #storeSidebar > div .boxText:after {
  display: table;
  content: " ";
}
#store #storeSidebar > div .boxText:after {
  clear: both;
}
#store #storeSidebar > div .boxText:before,
#store #storeSidebar > div .boxText:after {
  display: table;
  content: " ";
}
#store #storeSidebar > div .boxText:after {
  clear: both;
}
#store #storeSidebar .box > span,
#store #storeSidebar .header span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}
#store #storeSidebar .header {
  margin-bottom: 24px;
}
#store #storeCategoryBox a {
  display: block;
  color: #000;
  font-size: 16px;
}
#store #storeCategoryBox .categories > li {
  margin-bottom: 2px;
}
#store #storeCategoryBox .categories > li > a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 0;
}
#store #storeCategoryBox .categories .subcategories {
  margin: 1px 0 10px 13px;
  line-height: 1.25;
  font-size: 16px;
}
#store #storeCategoryBox .categories .subcategories li a {
  padding: 4px 0 3px;
  display: block;
}
#store .priceDetail small {
  margin-left: 5px;
}
#store .priceDetail .overwritten {
  display: block;
}
#store .priceDetail .overwritten .title {
  margin-right: 5px;
}
#store .colorWrap .color {
  height: 31px;
  width: 31px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#store .colorWrap .color.selected {
  border: 3px solid #0099ff;
}
#store #fieldset-billing {
  clear: both;
}
#store .btn,
#store .cartView .controls a,
.checkout #store .stepperContent .back,
.checkout #store .stepperContent .customerLogin,
.checkout #store .stepperContent .checkoutBack,
.checkout #store .stepperContent #submit,
.checkout #store .stepperContent.info_customer .addressAdd a,
.checkout #store .stepperContent.info_customer .cartButton,
.checkout #store .stepperContent #submitAuth,
.checkout #store .stepperContent .newCustomer,
.checkout #store .stepperContent .guestCheckout,
.checkout div#store #submitAuth,
.storeCustomer div#store #submitAuth,
.checkout div#store #submitForm,
.storeCustomer div#store #submitForm,
.checkout div#store .cancel,
.storeCustomer div#store .cancel,
#auth .cancel,
#auth .submit,
.frontpage #multibox .controls a.storeIndex {
  position: relative;
  display: inline-block;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#store .btn:hover,
#store .cartView .controls a:hover,
.checkout #store .stepperContent .back:hover,
.checkout #store .stepperContent .customerLogin:hover,
.checkout #store .stepperContent .checkoutBack:hover,
.checkout #store .stepperContent #submit:hover,
.checkout #store .stepperContent.info_customer .addressAdd a:hover,
.checkout #store .stepperContent.info_customer .cartButton:hover,
.checkout #store .stepperContent #submitAuth:hover,
.checkout #store .stepperContent .newCustomer:hover,
.checkout #store .stepperContent .guestCheckout:hover,
.checkout div#store #submitAuth:hover,
.storeCustomer div#store #submitAuth:hover,
.checkout div#store #submitForm:hover,
.storeCustomer div#store #submitForm:hover,
.checkout div#store .cancel:hover,
.storeCustomer div#store .cancel:hover,
#auth .cancel:hover,
#auth .submit:hover,
.frontpage #multibox .controls a.storeIndex:hover {
  background: #666;
}
#store ul.categories.list li,
#store .categoryProducts ul.list li,
#store .relation ul.relList li,
#multibox div ul li {
  margin-bottom: 30px;
}
#store ul.categories.list li .image,
#store .categoryProducts ul.list li .image,
#store .relation ul.relList li .image,
#multibox div ul li .image {
  background: #fff;
  border: 1px solid #ebebeb;
}
#store ul.categories.list li .image a,
#store .categoryProducts ul.list li .image a,
#store .relation ul.relList li .image a,
#multibox div ul li .image a {
  display: block;
  overflow: hidden;
}
#store ul.categories.list li .image img,
#store .categoryProducts ul.list li .image img,
#store .relation ul.relList li .image img,
#multibox div ul li .image img {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
#store ul.categories.list li .image img:hover,
#store .categoryProducts ul.list li .image img:hover,
#store .relation ul.relList li .image img:hover,
#multibox div ul li .image img:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
#store ul.categories.list li .wrap,
#store .categoryProducts ul.list li .wrap,
#store .relation ul.relList li .wrap,
#multibox div ul li .wrap {
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 0 10px 20px;
}
#store ul.categories.list li .wrap h3,
#store .categoryProducts ul.list li .wrap h3,
#store .relation ul.relList li .wrap h3,
#multibox div ul li .wrap h3 {
  display: table;
  width: 100%;
  margin: 0;
  height: 61px;
}
#store ul.categories.list li .wrap h3 a,
#store .categoryProducts ul.list li .wrap h3 a,
#store .relation ul.relList li .wrap h3 a,
#multibox div ul li .wrap h3 a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
#store ul.categories.list li .wrap h3 a span,
#store .categoryProducts ul.list li .wrap h3 a span,
#store .relation ul.relList li .wrap h3 a span,
#multibox div ul li .wrap h3 a span {
  display: block;
  display: -webkit-box;
  height: auto;
  max-height: 50px;
  font-size: 20px;
  line-height: 1.25;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#store ul.categories.list li .wrap .priceinfo,
#store .categoryProducts ul.list li .wrap .priceinfo,
#store .relation ul.relList li .wrap .priceinfo,
#multibox div ul li .wrap .priceinfo {
  font-size: 20px;
  font-weight: bold;
  color: #999;
  text-align: center;
}
#store ul.categories.list li .wrap .priceinfo .title,
#store .categoryProducts ul.list li .wrap .priceinfo .title,
#store .relation ul.relList li .wrap .priceinfo .title,
#multibox div ul li .wrap .priceinfo .title,
#store ul.categories.list li .wrap .priceinfo .priceDetail .label,
#store .categoryProducts ul.list li .wrap .priceinfo .priceDetail .label,
#store .relation ul.relList li .wrap .priceinfo .priceDetail .label,
#multibox div ul li .wrap .priceinfo .priceDetail .label {
  display: none;
}
#store ul.categories.list li .wrap .priceinfo .priceDetail .overwritten,
#store .categoryProducts ul.list li .wrap .priceinfo .priceDetail .overwritten,
#store .relation ul.relList li .wrap .priceinfo .priceDetail .overwritten,
#multibox div ul li .wrap .priceinfo .priceDetail .overwritten {
  display: inline;
  color: #ccc;
}
#store ul.categories.list li .wrap a.more,
#store .categoryProducts ul.list li .wrap a.more,
#store .relation ul.relList li .wrap a.more,
#multibox div ul li .wrap a.more,
#store ul.categories.list li .wrap .description,
#store .categoryProducts ul.list li .wrap .description,
#store .relation ul.relList li .wrap .description,
#multibox div ul li .wrap .description,
#store ul.categories.list li .wrap .controls,
#store .categoryProducts ul.list li .wrap .controls,
#store .relation ul.relList li .wrap .controls,
#multibox div ul li .wrap .controls {
  display: none;
}
#store textarea {
  overflow: auto;
}
#store textarea.low {
  height: 2.5em;
}
#storeCurrencySelection select {
  max-width: 150px;
}
.priceDiff .overwritten {
  text-decoration: line-through;
}
#store img.empty {
  border: 1px solid #e5e5e5;
}
#store .items td.img a img,
#store .products li a img {
  border: 0;
}
/* GAMALT */
/*
#store ul.list div.image {
	float: left;
}
*/
#store td.number,
#store th.number {
  text-align: right;
}
.currencySelection {
  list-style: none;
}
.currencySelection li {
  display: inline-block;
  padding: 4px;
}
.currencySelection li.selected {
  font-weight: bold;
}
#store ul.menu li ul {
  margin-left: 10px;
}
.qtyText {
  width: 22px;
}
table.items {
  width: 100%;
}
table.items .qty .qtyText {
  margin-top: 0;
  float: left;
}
ul.adjust {
  float: left;
  margin: 0;
}
ul.adjust li {
  cursor: pointer;
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  padding: 4px 0;
  position: relative;
}
/** Gritter Error default **/
.gritter-item-wrapper.error > div {
  background: #c00;
}
.gritter-item-wrapper.error > div.gritter-top {
  border-radius: 10px 10px 0 0;
}
.gritter-item-wrapper.error > div.gritter-bottom {
  border-radius: 0 0 10px 10px;
}
#store .cpanelS ul {
  list-style: none;
  margin: 0;
  font-size: 18px;
}
#store .cpanelS a {
  color: #336;
  text-decoration: none;
}
#store .cpanelS a:hover {
  color: #66f;
}
#store .cpanelS li.group {
  width: 480px;
  margin: 5px;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#store .cpanelS li.group p {
  background: #eee;
  margin: 0;
  padding: 4px 4px 8px;
  border-bottom: 1px solid #ccc;
}
#store .cpanelS li.group img {
  float: left;
  margin-right: 10px;
  height: 22px;
}
#store .cpanelS ul.sub {
  padding: 0;
  clear: left;
  overflow: auto;
}
#store .cpanelS ul.sub li:hover {
  border-bottom-color: #ccc;
}
#store .cpanelS ul.sub li {
  font-size: 12px;
  width: 208px;
  float: left;
  margin: -1px 0 0 -1px;
  padding: 16px;
  border-bottom: 1px solid #ccc;
}
#store .cpanelS ul.sub li.lastline {
  border-bottom: 0;
}
#store .cpanelS ul.sub li.left {
  border-right: 1px solid #ccc;
}
#store .cpanelS .payment ul.sub li.lastline {
  border-bottom: 0;
}
#store .cpanelS ul.sub img {
  margin-top: 0;
}
#store .cpanelS ul.sub a {
  padding: 0;
}
#store .cpanelS ul.sub li small {
  display: block;
}
#store #submitCart[disabled] {
  cursor: auto;
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.countrySelection #code {
  width: 100px;
}
#store .attributesValues table {
  width: 70%;
}
#store .attributesValues table th {
  text-align: left;
  min-width: 100px;
}
#storeSorter div.header {
  display: none;
}
#storeFilters .filter {
  margin-bottom: 10px;
}
#storeFilters .filter > .label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
#storeFilters .DropDown select {
  width: 100%;
  box-sizing: border-box;
}
#store .sorter {
  text-align: right;
  margin-bottom: 10px;
}
#store .sorter #store .sorter label {
  margin-right: 6px;
}
a.storeCompare span {
  margin-left: 16px;
}
a.storeCompare.tiny {
  width: 16px;
  height: 16px;
  display: inline-block;
}
a.storeCompare.tiny span {
  display: none;
}
a.storeCompare.add {
  background: url(/_moya/icons/Favourite_Add.png) no-repeat;
}
a.storeCompare.remove {
  background: url(/_moya/icons/Favourite_Remove.png) no-repeat;
}
.storeCompareList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.storeCompareList li {
  margin-bottom: 8px;
}
.storeCompareList span.label,
.storeCompareList span.small {
  display: block;
  margin: 0;
}
#storeCompareWrapper table {
  width: 100%;
  border: 0;
}
#storeCompareWrapper th,
#storeCompareWrapper td {
  padding: 4px;
  border: 1px solid #fff;
}
#storeCompareWrapper table th {
  font-weight: 400;
  border: 0;
  font-size: 1em;
}
#storeCompareWrapper table thead th {
  vertical-align: top;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}
#storeCompareWrapper table thead th .sub {
  font-size: 0.929em;
}
#storeCompareWrapper table tbody th,
#storeCompareWrapper table tbody td {
  border-bottom: 1px solid #d5d5d5;
  color: #333;
}
#storeCompareWrapper .alt th,
#storeCompareWrapper table .alt td {
  background: #f3f3f3;
}
#storeCompareWrapper table tbody tr th {
  text-align: left;
  color: #000;
}
#storeCompareWrapper .priceDiff .title {
  display: none;
}
#storeCompareWrapper .priceDiff > span {
  display: block;
}
#storeCompareWrapper .linkTo {
  clear: left;
  font-size: 0.929em;
  color: #999;
}
#storeCompareLinkTo {
  width: 75%;
  border: 0;
  color: #999;
}
/** Theme **/
/** Color palette **/
/** Z index **/
/** Other **/
/** Override bootstrap vars **/
/** Links **/
/** Fonts **/
/** Tables **/
/** Global padding **/
/** Global border-radius **/
/** Buttons **/
/** xxs screen size  **/
.pw {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
ol.reset,
ul.reset,
#search .searchResults > ol,
#store ul.categories.list,
#store .categoryProducts ul.list,
#store .relation ul.relList,
#multibox div ul,
#footer .box_pagecontent.list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.reset li:before,
ul.reset li:before {
  display: none !important;
}
a.reset {
  text-decoration: none;
}
br.clear {
  clear: both;
}
ul.menu {
  padding: 0;
}
div#auth {
  width: 320px;
}
div#auth input.text {
  width: 100%;
}
#employees .content:before,
#employees .content:after {
  display: table;
  content: " ";
}
#employees .content:after {
  clear: both;
}
#employees .content:before,
#employees .content:after {
  display: table;
  content: " ";
}
#employees .content:after {
  clear: both;
}
#boxman_sections {
  overflow: hidden;
}
#boxman_sections .boxman_template {
  width: 100%;
  max-width: 300px;
}
.mceLayout td,
.mceLayout a,
.mceLayout th,
.mceLayout tr {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.menu,
.toolbar,
.strevda ul {
  padding: 0;
}
.noscreen,
.hidden,
.hide,
body.hideright #sidebar,
body.forsida #sidebar {
  display: none;
}
img.responsive {
  visibility: hidden;
}
img.responsive.loaded {
  visibility: visible;
}
#main img {
  max-width: 100%;
  height: auto;
}
#main .jip img,
#main .icon {
  max-width: none;
}
a {
  transition: color 0.4s ease;
}
#main > .box .boxTitle {
  position: relative;
  margin: 39px 0 24px;
  text-align: center;
}
@media (max-width: 767px) {
  #main > .box .boxTitle {
    margin: 26px 0 0;
  }
}
body.product #main > .box .boxTitle {
  margin: 0;
}
#main > .box .boxTitle:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  border-bottom: 2px solid #c0c0c0;
}
@media (max-width: 767px) {
  #main > .box .boxTitle:before {
    display: none !important;
  }
}
body.product #main > .box .boxTitle:before {
  display: none;
}
#main > .box .boxTitle h1 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 30px;
  padding: 0 30px;
  background: #f0f0f0;
}
@media (max-width: 767px) {
  #main > .box .boxTitle h1 {
    font-size: 26px;
  }
}
#main > .box .boxText {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 36px 69px;
}
@media (max-width: 991px) {
  #main > .box .boxText {
    padding: 36px 15px;
  }
}
@media (max-width: 767px) {
  #main > .box .boxText {
    padding: 15px 15px 30px;
    margin: 0 -15px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .checkout #main > .box .boxText {
    padding-top: 0;
  }
}
.store:not(.checkout) #main > .box .boxText,
.auth #main > .box .boxText,
.frontpage #main > .box .boxText {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.admin #main > .box .boxText {
  padding: 15px;
}
/* NOTICE */
#notice .message div {
  margin: 30px 0;
  background-color: inherit;
}
#auth .cancel {
  background: #999;
}
html {
  height: 101%;
}
body {
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-width: 305px;
}
body#tinymce,
body.mceContentBody {
  display: block;
  flex-direction: initial;
}
body.loggedIn {
  padding-top: 0;
}
#page {
  flex: 1 0 auto;
  position: relative;
}
.loggedIn #page {
  margin-top: 31px;
}
#pageContainer {
  position: relative;
}
@media (max-width: 991px) {
  #pageContainer {
    padding-top: 55px;
  }
}
#header {
  background: #fff;
  height: 125px;
  border-bottom: 1px solid #c0c0c0;
}
#header .pw {
  height: 100%;
}
@media (max-width: 767px) {
  #header .pw {
    padding: 0 10px;
  }
}
#header .logo {
  position: relative;
  height: 100%;
  display: table;
  z-index: 1;
}
#header .logo a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}
@media (max-width: 1180px) {
  #header .logo {
    height: 60px;
  }
  #header .logo a {
    vertical-align: top;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  #header .logo a {
    padding: 7px 0 0;
    display: block;
  }
  #header .logo a img {
    max-height: 40px;
    max-width: 155px;
  }
}
@media (max-width: 991px) {
  #header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  body.mainmenu-open #header {
    border: 0;
  }
  body.loggedIn #header {
    top: 31px;
  }
  #header .logo {
    display: table;
    height: 55px;
  }
  #header .logo a {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
#contentContainer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
#contentContainer:before,
#contentContainer:after {
  display: table;
  content: " ";
}
#contentContainer:after {
  clear: both;
}
#contentContainer:before,
#contentContainer:after {
  display: table;
  content: " ";
}
#contentContainer:after {
  clear: both;
}
@media (max-width: 991px) {
  #contentContainer {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
}
#main {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #main {
    float: left;
    width: 75%;
  }
}
body.hideright #main {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  body.hideright #main {
    float: left;
    width: 100%;
  }
}
body.forsida #main {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  body.forsida #main {
    float: left;
    width: 100%;
  }
}
#sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 138px;
}
@media (min-width: 992px) {
  #sidebar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sidebar {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #sidebar {
    display: none !important;
  }
}
#qn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#qn .wrap {
  float: right;
}
#qn .wrap > * {
  float: left;
  border-right: 1px solid #ccc;
}
#qn .wrap .miniCart a {
  display: block;
  line-height: 124px;
}
#searchToggle {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  #searchToggle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #searchToggle {
    display: none !important;
  }
}
body.search-open #searchToggle {
  background: #fff;
}
#searchToggle i {
  display: block;
  font-size: 26px;
  line-height: 119px;
  padding: 0 0 6px;
  text-align: center;
  width: 66px;
}
#footer {
  flex-shrink: 0;
}
#moyaLoginLogo {
  display: none;
  width: 75px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
  background: url(//static.stefna.is/moya/logo/tiny/116_grey_retina.png) center no-repeat;
  background-size: 71px 22px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#breadcrumbs {
  margin-top: 20px;
}
#mainmenuToggle {
  display: none !important;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  padding: 13px 0;
}
@media (max-width: 767px) {
  #mainmenuToggle {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mainmenuToggle {
    display: block !important;
  }
}
#mainmenuToggle span {
  display: block;
  width: 27.5px;
  height: 3px;
  background: #000;
  margin: 4px auto;
  -webkit-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.mainmenu-open #mainmenuToggle span.first {
  display: none;
}
.mainmenu-open #mainmenuToggle span.middle {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.mainmenu-open #mainmenuToggle span.last {
  -webkit-transform: translateY(1px) rotate(-45deg);
  -moz-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  -o-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}
body.loggedIn #mainmenuToggle {
  top: 31px;
}
@media (min-width: 992px) {
  #mainmenu {
    padding-right: 8px;
  }
  #mainmenu .mmLevel1 > li {
    display: block;
    float: left;
  }
  #mainmenu .mmLevel1 > li > a {
    padding: 54px 17px 50px;
    margin: 0 15px;
  }
  #mainmenu .mmLevel1 > li.selectedLevel1 > a,
  #mainmenu .mmLevel1 > li.open > a {
    position: relative;
  }
  #mainmenu .mmLevel1 > li.selectedLevel1 > a:after,
  #mainmenu .mmLevel1 > li.open > a:after {
    content: '';
    width: 55px;
    height: 3px;
    background: #333;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #mainmenu .mmLevel1 > li > ul {
    display: none;
  }
  #mainmenu a {
    display: block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #mainmenu .mmLevel1 > li > a {
    padding-top: 74px;
    padding-bottom: 30px;
  }
}
.box_sitemap {
  margin-left: 40px;
}
.box_sitemap a {
  display: block;
  color: #000;
}
.box_sitemap a:hover,
.box_sitemap .selectedLevel2 > a,
.box_sitemap .selectedLevel3 > a,
.box_sitemap .selectedLevel4 > a {
  color: #666;
}
.box_sitemap li.level2 {
  position: relative;
}
.box_sitemap li.level2 > a {
  padding: 3px 0px;
}
.box_sitemap li.level2.selectedLevel2 > a {
  color: #666;
  font-weight: bold;
}
.box_sitemap li.level2 ul {
  padding-left: 15px;
}
.box_sitemap li.level2 a {
  padding: 0 10px 5px 0;
}
#footer1 {
  border-top: 1px solid #ebebeb;
  background: #fafafa;
}
@media (max-width: 991px) {
  #footer1 .box {
    padding-top: 31px;
  }
}
#footer1 .box .boxTitle,
#footer1 .box .boxText {
  display: inline-block;
}
@media (max-width: 991px) {
  #footer1 .box .boxTitle,
  #footer1 .box .boxText {
    display: block;
    text-align: center;
  }
}
#footer1 .box .boxTitle h3,
#footer1 .box .boxText h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
#footer2 {
  border-top: 1px solid #ebebeb;
  padding: 40px 0 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  #footer2 .box {
    width: 21%;
  }
  #footer2 .box.last {
    width: 37%;
  }
}
@media (max-width: 767px) {
  #footer2 .box {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  #footer2 .box {
    width: 33.33%;
  }
  #footer2 .box.last {
    width: 100%;
  }
}
#footer2 .boxTitle h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 26px;
  color: #000;
}
@media (max-width: 767px) {
  #footer2 .boxTitle h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #footer {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #footer .box_social {
    width: 40%;
  }
}
#footer .box_social .boxText {
  padding: 48px 10px;
}
@media (max-width: 991px) {
  #footer .box_social .boxText {
    padding: 20px 0;
  }
}
#footer .box_social li {
  display: inline-block;
  margin: 0 6px;
}
#footer .box_social li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #acacac;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#footer .box_social li a:hover {
  background: #666;
}
@media (max-width: 1249px) {
  #footer .box_mailinglist {
    padding-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #footer .box_mailinglist {
    width: 60%;
  }
}
@media (max-width: 767px) {
  #footer .box_mailinglist {
    padding-bottom: 30px;
  }
}
@media (min-width: 1250px) {
  #footer .box_mailinglist .boxTitle {
    width: 35%;
  }
}
@media (max-width: 1249px) {
  #footer .box_mailinglist .boxTitle {
    margin-bottom: 15px;
  }
}
#footer .box_mailinglist .boxTitle h3 {
  padding-right: 20px;
}
@media (min-width: 991px) {
  #footer .box_mailinglist .boxTitle h3 {
    text-align: right;
  }
}
@media (min-width: 1250px) {
  #footer .box_mailinglist .boxText {
    padding-top: 45px;
    vertical-align: bottom;
  }
}
#footer .box_mailinglist .boxText #email_external {
  border-radius: 0;
  height: auto;
  padding: 7px 12px;
  color: #666;
  margin: 0 -4px 0 0;
}
#footer .box_mailinglist .boxText #email_external::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#footer .box_mailinglist .boxText #email_external:-ms-input-placeholder {
  color: #666;
}
#footer .box_mailinglist .boxText #email_external::-webkit-input-placeholder {
  color: #666;
}
@media (max-width: 767px) {
  #footer .box_mailinglist .boxText #email_external {
    width: 100%;
    margin-right: 0;
  }
}
#footer .box_mailinglist .boxText #submitSubscribeExternal {
  border: 0;
  outline: 0;
  display: inline-block;
  margin: 0;
  padding: 8px 10px;
  background: #09F;
  color: #fff;
  font-weight: 500;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media (max-width: 767px) {
  #footer .box_mailinglist .boxText #submitSubscribeExternal {
    float: right;
    margin-top: 15px;
  }
}
#footer .box_mailinglist .boxText #submitSubscribeExternal:hover {
  background: #000;
}
#footer .box_pagecontent .jip {
  position: absolute;
  left: 10px;
  top: -40px;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  overflow: hidden;
}
#footer .box_pagecontent.list {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
#footer .box_pagecontent.list ul li a {
  color: #666;
}
#footer .box_pagecontent.list ul li a:hover {
  color: #000;
}
#footer .box_pagecontent p {
  margin-bottom: 8px;
}
.heroDefault #hero,
.heroDefault #hero li {
  height: 460px;
}
@media (max-width: 991px) {
  .heroDefault #hero,
  .heroDefault #hero li {
    height: 445px;
  }
}
@media (max-width: 767px) {
  .heroDefault #hero,
  .heroDefault #hero li {
    height: 192px;
  }
}
.heroDefault #hero {
  overflow: hidden;
}
.heroDefault #hero li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 30px 0;
  font-size: 28px;
  color: #fff;
}
@media (max-width: 767px) {
  .heroDefault #hero li {
    font-size: 24px;
    padding: 25px 15px 0;
  }
}
.heroDefault #hero .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.heroDefault #hero .owl-nav .owl-prev,
.heroDefault #hero .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  padding: 9px 14px;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.heroDefault #hero .owl-nav .owl-prev:hover,
.heroDefault #hero .owl-nav .owl-next:hover {
  background: rgba(255, 255, 255, 0.3);
}
.heroDefault #hero .owl-nav .owl-prev:before,
.heroDefault #hero .owl-nav .owl-next:before {
  font-size: 30px!important;
}
.heroDefault #hero .owl-nav .owl-prev {
  float: left;
}
.heroDefault #hero .owl-nav .owl-prev:before {
  content: "\f104";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
.heroDefault #hero .owl-nav .owl-prev:before.fa-pull-left {
  margin-right: 0.3em;
}
.heroDefault #hero .owl-nav .owl-prev:before.fa-pull-right {
  margin-left: 0.3em;
}
.heroDefault #hero .owl-nav .owl-next {
  float: right;
}
.heroDefault #hero .owl-nav .owl-next:before {
  content: "\f105";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
.heroDefault #hero .owl-nav .owl-next:before.fa-pull-left {
  margin-right: 0.3em;
}
.heroDefault #hero .owl-nav .owl-next:before.fa-pull-right {
  margin-left: 0.3em;
}
#hero {
  position: relative;
}
#hero .owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
}
#frontAd:before,
#frontAd:after {
  display: table;
  content: " ";
}
#frontAd:after {
  clear: both;
}
#frontAd:before,
#frontAd:after {
  display: table;
  content: " ";
}
#frontAd:after {
  clear: both;
}
#frontAd li {
  position: relative;
}
@media (min-width: 992px) {
  #frontAd li:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #frontAd li:first-child {
    margin-bottom: 15px;
  }
}
#frontAd li .image {
  height: 215px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#frontAd li h3 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
#frontAd li h3 a {
  color: #fff;
}
#frontAd li h3 a span {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#frontAd li h3 a span:hover {
  background: rgba(0, 0, 0, 0.6);
}
#frontAd li h3 span {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 13px;
}
#frontAd li .jip {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  #frontAd {
    margin-right: -6px;
    margin-left: -6px;
  }
  #frontAd li {
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #frontAd li {
    float: left;
    width: 50%;
  }
}
.frontpage #main {
  padding-top: 44px;
}
@media (max-width: 991px) {
  .frontpage #main {
    padding-top: 14px;
  }
}
.frontpage #main .box {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .frontpage #main .box {
    margin-bottom: 15px;
  }
}
.frontpage #main .box.clear {
  clear: both;
}
.frontpage #multibox,
.frontpage #multibox > ul,
.frontpage #multibox > ul li,
.frontpage #multibox > ul li a {
  font-family: inherit;
  font-size: inherit;
}
.frontpage #multibox {
  background: none;
  border: 0;
}
.frontpage #multibox .ui-tabs-nav {
  background: none;
  padding: 0 0 27px;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px;
}
.frontpage #multibox .ui-tabs-nav li {
  background: #fff;
  border: 1px solid #acacac;
  margin: 0 10px 0;
  font-size: 18px;
  outline: 0;
  padding: 0;
  -webkit-transition: background 0.4s ease, border 0.4s ease;
  -moz-transition: background 0.4s ease, border 0.4s ease;
  transition: background 0.4s ease, border 0.4s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.frontpage #multibox .ui-tabs-nav li a {
  color: #666;
  padding: 12px 19px;
  outline: 0;
}
.frontpage #multibox .ui-tabs-nav li.ui-tabs-active,
.frontpage #multibox .ui-tabs-nav li:hover {
  background: #000;
  border: 1px solid #000;
}
.frontpage #multibox .ui-tabs-nav li.ui-tabs-active a,
.frontpage #multibox .ui-tabs-nav li:hover a {
  color: #fff;
}
@media (max-width: 767px) {
  .frontpage #multibox .ui-tabs-nav li {
    width: 33.33%;
    margin: 0;
    border: 0!important;
    background: none;
  }
  .frontpage #multibox .ui-tabs-nav li a {
    padding: 12px 3px;
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
}
.frontpage #multibox div {
  padding: 0;
}
.frontpage #multibox div ul {
  margin-right: -15px;
  margin-left: -15px;
}
.frontpage #multibox div li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 480px) {
  .frontpage #multibox div li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .frontpage #multibox div li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .frontpage #multibox div li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .frontpage #multibox div li:nth-of-type(9) {
    display: none;
  }
}
.frontpage #multibox .controls {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.frontpage #multibox .controls:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 23px;
  border-top: 1px solid #d8d8d8;
}
#carousel {
  background: #fff;
}
#carousel:before,
#carousel:after {
  display: table;
  content: " ";
}
#carousel:after {
  clear: both;
}
#carousel:before,
#carousel:after {
  display: table;
  content: " ";
}
#carousel:after {
  clear: both;
}
#carousel .owl-item {
  float: none!important;
  display: inline-block;
  vertical-align: middle;
}
#carousel ul {
  padding: 60px 120px;
  min-height: 250px;
}
#carousel li {
  float: left;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#carousel li:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
#carousel li .jip {
  padding: 0;
  background: none;
}
#carousel .owl-nav {
  display: block!important;
}
#carousel .owl-prev,
#carousel .owl-next {
  position: absolute;
  top: 80px;
  width: 100px;
  height: 100px;
  border-left: 2px solid #dfdfdf;
  border-top: 2px solid #dfdfdf;
}
#carousel .owl-prev {
  left: 40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#carousel .owl-next {
  right: 40px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
body#tinymce table {
  width: 100%;
  table-layout: fixed;
}
table tr {
  vertical-align: top;
}
#formbuilder label {
  font-weight: 600;
  font-size: 16px;
  padding-top: 6px;
}
#formbuilder label.required {
  color: inherit;
}
#formbuilder label.required:after {
  color: #c00;
}
#formbuilder input[type=text],
#formbuilder textarea {
  border: 1px solid #cdcdcd;
  padding: 5px 10px 6px;
  -webkit-box-shadow: inset 1px 1px 7px 1px rgba(0, 0, 0, 0.11);
  box-shadow: inset 1px 1px 7px 1px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#formbuilder #submitForm {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #000;
  border: 0;
  outline: 0;
  padding: 7px 20px 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#formbuilder #submitForm:hover {
  background: #666;
}
#formbuilder #moya_form_fyrirspurnir {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 24px auto 0;
}
#formbuilder #moya_form_fyrirspurnir label {
  float: left;
  min-width: 100px;
}
@media (min-width: 768px) {
  #formbuilder #moya_form_fyrirspurnir label {
    width: 20%;
  }
}
#formbuilder #moya_form_fyrirspurnir input[type=text],
#formbuilder #moya_form_fyrirspurnir textarea {
  width: 100%;
}
@media (min-width: 768px) {
  #formbuilder #moya_form_fyrirspurnir input[type=text],
  #formbuilder #moya_form_fyrirspurnir textarea {
    max-width: 80%;
  }
}
#formbuilder #moya_form_fyrirspurnir .elm_controls {
  text-align: right;
}
/** Bundles **/
#searchBox {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 90px 15px 100px;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, z-index 0s;
  -o-transition: opacity 0.4s ease, z-index 0s;
  transition: opacity 0.4s ease, z-index 0s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  /* MOBILE MENU SEARCH BOX*/
}
#searchBox .boxTitle {
  display: none;
}
.search-open #searchBox {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 767px) {
  #searchBox {
    background: #fff;
    height: 152px;
    padding: 77px 15px 0;
  }
}
#searchBox form {
  position: relative;
  display: block;
  max-width: 65%;
  margin: 25px auto 0;
}
@media (max-width: 767px) {
  #searchBox form {
    max-width: 100%;
  }
}
#searchBox #q {
  font-size: 24px;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #000;
  outline: 0;
  color: #666;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 60px 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#searchBox #q::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#searchBox #q:-ms-input-placeholder {
  color: #666;
}
#searchBox #q::-webkit-input-placeholder {
  color: #666;
}
@media (max-width: 767px) {
  #searchBox #q {
    font-size: 18px;
    font-style: normal;
    border: 1px solid #fff;
    padding: 9px 15px;
    -webkit-box-shadow: inset 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  }
}
#searchBox #elm_submit {
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
}
@media (min-width: 992px) {
  #searchBox #elm_submit {
    background: #000;
    margin-top: -75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
}
#searchBox #elm_submit:before {
  font-size: 20px;
  position: absolute;
  right: 14px;
  top: 15px;
  color: #fff;
  content: "\f002";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
#searchBox #elm_submit:before.fa-pull-left {
  margin-right: 0.3em;
}
#searchBox #elm_submit:before.fa-pull-right {
  margin-left: 0.3em;
}
#searchBox #elm_submit input {
  position: relative;
  z-index: 2;
  height: 50px;
  width: 40px;
  background: transparent;
  outline: 0;
  color: #666;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media (max-width: 991px) {
  body.mainmenu-open #searchBox {
    display: block;
    position: absolute;
    z-index: 1;
    top: 47px;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 0;
    height: auto;
    left: 20px;
    right: 20px;
  }
  body.mainmenu-open #searchBox #elm_submit {
    background: none;
    width: 45px;
    height: 45px;
    top: 0;
    margin: 0;
  }
  body.mainmenu-open #searchBox #elm_submit:before {
    color: #000;
    font-size: 26px;
    top: 10px;
  }
}
body.search-open #page:before {
  content: '';
  position: fixed;
  top: 160px;
  left: 0;
  right: 0;
  height: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}
#mainmenu .mmLevel1 li.open {
  position: relative;
}
#mainmenu .mmLevel1 li.open .mmLevel2 {
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 98;
}
#mainmenu .mmLevel1 li.open .mmLevel2 li a {
  text-align: center;
  padding: 6px 10px;
}
#mainmenu .mmLevel1 li.open .mmLevel2 li a:hover,
#mainmenu .mmLevel1 li.open .mmLevel2 li.selectedLevel2 a {
  color: #333;
}
#mainmenu .mmLevel1 li.open .mmLevel2 li ul {
  display: none;
}
@media (max-width: 991px) {
  #mainmenu {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #fff;
    text-align: center;
  }
  body.mainmenu-open #mainmenu {
    display: block;
  }
  #mainmenu .mmLevel1 {
    display: block;
  }
  #mainmenu .mmLevel1 > li {
    display: block;
    width: 100%;
  }
  #mainmenu .mmLevel1 > li > ul {
    display: none;
  }
  #mainmenu .mmLevel1 > li.down > ul {
    display: block;
    font-size: 18px;
  }
  #mainmenu .mmLevel2 {
    background: #f4f4f4;
    border: 1px solid rgba(204, 204, 204, 0.46);
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.09);
    box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.09);
  }
  #mainmenu a {
    display: inline-block;
    font-size: 18px;
    color: #000;
    padding: 8px 0;
  }
  #mainmenu .expand {
    display: block;
    position: absolute;
    right: 0;
    font-size: 24px;
    padding: 4px 6px 3px;
    line-height: 1;
  }
  #mainmenu .selectedLevel1 > a,
  #mainmenu .selectedLevel2 > a,
  #mainmenu .selectedLevel3 > a {
    font-weight: 500;
  }
}
#mainmenu .expand {
  display: none;
}
body.mainmenu-open {
  background: #fff;
}
body.mainmenu-open #contentContainer,
body.mainmenu-open #footer {
  display: none;
}
/** Print **/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media print {
  html,
  body {
    height: 99%;
    margin: 0;
  }
  a[href]:after {
    content: '';
  }
  .entryContent a:after {
    content: " (" attr(href) ")";
  }
  .frontpage a,
  #mainmenu a {
    text-decoration: none;
  }
  .frontpage a[href]:after,
  .entryContent a.fancybox:after {
    content: '';
  }
  body.loggedIn {
    padding-top: 0;
  }
  #mainmenu,
  #admin,
  .jip,
  footer,
  header,
  .entryFooter,
  .back,
  #breadcrumbs,
  .addthis_toolbox,
  #mainmenuToggle,
  .fb-like,
  #searchToggle,
  .paginationControl,
  #hero,
  #qn {
    display: none !important;
  }
  #gallery .image {
    float: left;
    width: 200px !important;
    margin: 0 10px 10px 0;
  }
  #gallery .image img {
    max-width: 100%;
  }
  #gallery .entry {
    border: 0;
  }
}
/*# sourceMappingURL=theme.css.map */
