@charset "UTF-8";
/*! jQuery UI - v1.11.4 - 2016-02-04
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui%2CArial%2Csans-serif&fsDefault=1.1em&fwDefault=bold&cornerRadius=5px&bgColorHeader=%232da449&bgTextureHeader=flat&borderColorHeader=%23797979&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23ffffff&fcContent=%23312e25&iconColorContent=%23808080&bgColorDefault=%232da449&bgTextureDefault=flat&borderColorDefault=%23797979&fcDefault=%23ffffff&iconColorDefault=%23eeeeee&bgColorHover=%23797979&bgTextureHover=flat&borderColorHover=%23797979&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23fafaf4&bgTextureActive=highlight_hard&borderColorActive=%23d4ccb0&fcActive=%23459e00&iconColorActive=%238DC262&bgColorHighlight=%23ffffff&bgTextureHighlight=flat&borderColorHighlight=%23B3B3B4&fcHighlight=%23797979&iconColorHighlight=%232da449&bgColorError=%23ffedad&bgTextureError=highlight_soft&borderColorError=%23e3a345&fcError=%23cd5c0a&iconColorError=%23cd0a0a&bgColorOverlay=%232b2922&bgTextureOverlay=flat&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=%23cccccc&bgTextureShadow=flat&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px&bgImgOpacityHeader=100&bgImgOpacityContent=100&bgImgOpacityDefault=15&bgImgOpacityHover=25&bgImgOpacityActive=100&bgImgOpacityHighlight=55&bgImgOpacityError=95
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0; /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.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; /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/*.ui-datepicker .ui-datepicker-prev-hover,*/
/*.ui-datepicker .ui-datepicker-next-hover {*/
/*top: 1px;*/
/*}*/
/*.ui-datepicker .ui-datepicker-prev {*/
/*left: 2px;*/
/*}*/
/*.ui-datepicker .ui-datepicker-next {*/
/*right: 2px;*/
/*}*/
/*.ui-datepicker .ui-datepicker-prev-hover {*/
/*left: 1px;*/
/*}*/
/*.ui-datepicker .ui-datepicker-next-hover {*/
/*right: 1px;*/
/*}*/
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.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;
}

/* RTL support */
.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: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.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;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: segoe ui, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: segoe ui, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #312e25;
}

.ui-widget-content a {
  color: #312e25;
}

.ui-widget-header {
  border: 1px solid #797979;
  background: #2da449;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #797979;
  background: #2da449;
  font-weight: bold;
  color: #ffffff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
  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 #797979;*/
/*background: #797979;*/
/*font-weight: bold;*/
/*color: #ffffff;*/
/*}*/
.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: #ffffff;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #d4ccb0;
  background: #fafaf4 url("images/ui-bg_highlight-hard_100_fafaf4_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #459e00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #459e00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #B3B3B4;
  background: #ffffff;
  color: #797979;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #797979;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #e3a345;
  background: #ffedad url("images/ui-bg_highlight-soft_95_ffedad_1x100.png") 50% top repeat-x;
  color: #cd5c0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd5c0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd5c0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_808080_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_eeeeee_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_8DC262_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2da449_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
  background: #2b2922;
  opacity: 0.9;
  filter: Alpha(Opacity=90); /* support: IE8 */
}

.ui-widget-shadow {
  margin: -12px 0 0 -12px;
  padding: 12px;
  background: #cccccc;
  opacity: 0.2;
  filter: Alpha(Opacity=20); /* support: IE8 */
  border-radius: 10px;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(/scripts/js/plugins/swipebox/img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/scripts/js/plugins/swipebox/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
  -moz-box-sizing: border-box; /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 30px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: none;
  white-space: nowrap;
  line-height: 1.4;
  color: #444;
  text-decoration: none;
  border-radius: 0;
  /*background-clip: padding-box;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));*/
  /*background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);*/
  /*background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);*/
  /*background-image: linear-gradient(to top, #eee 0%, #fff 50%);*/
}

html[dir=rtl] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/*.select2-container.select2-drop-above .select2-choice {*/
/*border-bottom-color: #aaa;*/
/*border-radius: 0 0 4px 4px;*/
/*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));*/
/*background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);*/
/*background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);*/
/*background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);*/
/*}*/
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  /*background: url('select2.png') right top no-repeat;*/
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  /*-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);*/
  /*box-shadow: 0 4px 5px rgba(0, 0, 0, .15);*/
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  /*-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);*/
  /*box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);*/
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

/*.select2-container .select2-choice .select2-arrow {*/
/*display: inline-block;*/
/*width: 18px;*/
/*height: 100%;*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
/*border-left: 1px solid #aaa;*/
/*border-radius: 0 4px 4px 0;*/
/*background-clip: padding-box;*/
/*background: #ccc;*/
/*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));*/
/*background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);*/
/*background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);*/
/*background-image: linear-gradient(to top, #ccc 0%, #eee 60%);*/
/*}*/
html[dir=rtl] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  /*background: url('select2.png') no-repeat 0 1px;*/
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  /*-webkit-box-shadow: none;*/
  /*box-shadow: none;*/
  /*background: #fff url('select2.png') no-repeat 100% -22px;*/
  /*background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));*/
  /*background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
  /*background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
  /*background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/
}

html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  /*background: #fff url('select2.png') no-repeat -37px -22px;*/
  /*background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));*/
  /*background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
  /*background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
  /*background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  /*background: #fff url('select2-spinner.gif') no-repeat 100%;*/
  /*background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));*/
  /*background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
  /*background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
  /*background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
  /*box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  /*-webkit-box-shadow: 0 1px 0 #fff inset;*/
  /*box-shadow: 0 1px 0 #fff inset;*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*background-color: #eee;*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));*/
  /*background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);*/
  /*background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);*/
  /*background-image: linear-gradient(to top, #fff 0%, #eee 50%);*/
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));*/
  /*background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);*/
  /*background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);*/
  /*background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);*/
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 300px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir=rtl] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir=rtl] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
  /*box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  /*-webkit-box-shadow: none;*/
  /*box-shadow: none;*/
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

#jedan .select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  /*-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);*/
  /*box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);*/
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  /*background: url('select2.png') right top no-repeat;*/
}

html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

.slicknav_open a a {
  color: #171717;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    /*background-image: url('select2x2.png') !important;*/
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.select2-default {
  color: #171717 !important;
}

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

/*.flex-direction-nav a {*/
/*text-decoration: none;*/
/*display: block;*/
/*width: 40px;*/
/*height: 40px;*/
/*margin: -20px 0 0;*/
/*position: absolute;*/
/*top: 50%;*/
/*z-index: 10;*/
/*overflow: hidden;*/
/*opacity: 0;*/
/*cursor: pointer;*/
/*color: rgba(0, 0, 0, 0.8);*/
/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
/*-webkit-transition: all 0.3s ease-in-out;*/
/*-moz-transition: all 0.3s ease-in-out;*/
/*-ms-transition: all 0.3s ease-in-out;*/
/*-o-transition: all 0.3s ease-in-out;*/
/*transition: all 0.3s ease-in-out;*/
/*}*/
/*.flex-direction-nav a:before {*/
/*font-family: "flexslider-icon";*/
/*font-size: 40px;*/
/*display: inline-block;*/
/*content: '\f001';*/
/*color: rgba(0, 0, 0, 0.8);*/
/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
/*}*/
/*.flex-direction-nav a.flex-next:before {*/
/*content: '\f002';*/
/*}*/
/*.flex-direction-nav .flex-prev {*/
/*left: -50px;*/
/*}*/
/*.flex-direction-nav .flex-next {*/
/*right: -50px;*/
/*text-align: right;*/
/*}*/
/*.flexslider:hover .flex-direction-nav .flex-prev {*/
/*opacity: 0.7;*/
/*left: 10px;*/
/*}*/
/*.flexslider:hover .flex-direction-nav .flex-prev:hover {*/
/*opacity: 1;*/
/*}*/
/*.flexslider:hover .flex-direction-nav .flex-next {*/
/*opacity: 0.7;*/
/*right: 10px;*/
/*}*/
/*.flexslider:hover .flex-direction-nav .flex-next:hover {*/
/*opacity: 1;*/
/*}*/
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* these are for showing alignment in RTE on the backend */
div.align-left, span.align-left, p.align-left, .align-left {
  text-align: left;
}

div.align-center, span.align-center, p.align-center, .align-center {
  text-align: center;
}

div.align-right, span.align-right, p.align-right, .align-right {
  text-align: right;
}

div.align-justify, span.align-justify, p.align-justify, .align-justify {
  text-align: justify;
}

.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img, .ce-border iframe {
  border: 2px solid #000000;
  padding: 0;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 10px;
}

.ce-image .ce-gallery {
  margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "iconfont";
  src: url("/icon-fonts/fonts/iconfont.eot?e1d1rn");
  src: url("/icon-fonts/fonts/iconfont.eot?e1d1rn#iefix") format("embedded-opentype"), url("/icon-fonts/fonts/iconfont.ttf?e1d1rn") format("truetype"), url("/icon-fonts/fonts/iconfont.woff?e1d1rn") format("woff"), url("/icon-fonts/fonts/iconfont.svg?e1d1rn#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
  content: "b";
}

.icon-file:before {
  content: "f";
}

.icon-user:before {
  content: "c";
}

.icon-view:before {
  content: "V";
}

.icon-download:before {
  content: "z";
}

.icon-globe:before {
  content: "G";
}

.icon-like:before {
  content: "Z";
}

.icon-login:before {
  content: "o";
}

.icon-share:before {
  content: "W";
}

.icon-upload:before {
  content: "H";
}

.icon-chat:before {
  content: "K";
}

.icon-checkmark:before {
  content: "y";
}

.icon-close:before {
  content: "x";
}

.icon-contact:before {
  content: "X";
}

.icon-heart:before {
  content: ":";
}

.icon-link:before {
  content: ";";
}

.icon-lock:before {
  content: "'";
}

.icon-minus:before {
  content: "-";
}

.icon-plus:before {
  content: "+";
}

.icon-down:before {
  content: "d";
}

.icon-up:before {
  content: "u";
}

.icon-right:before {
  content: "r";
}

.icon-left:before {
  content: "l";
}

.icon-up-long:before {
  content: "[";
}

.icon-right-long:before {
  content: "]";
}

.icon-left-long:before {
  content: "\\";
}

.icon-down-long:before {
  content: "|";
}

.icon-globe-fill:before {
  content: "g";
}

.icon-pdf:before {
  content: "P";
}

.icon-cart:before {
  content: "N";
}

.icon-logout:before {
  content: "O";
}

.icon-enlarge:before {
  content: "e";
}

.icon-delete:before {
  content: "R";
}

.icon-bookmark:before {
  content: "w";
}

.icon-cart-add:before {
  content: "v";
}

.icon-camera:before {
  content: "Y";
}

.icon-image:before {
  content: "I";
}

.icon-crop:before {
  content: "E";
}

.icon-error:before {
  content: "a";
}

.icon-message:before {
  content: "m";
}

.icon-attachment:before {
  content: "F";
}

.icon-checkbox:before {
  content: "B";
}

.icon-checkbox-checked:before {
  content: "C";
}

.icon-document:before {
  content: "D";
}

.icon-mail:before {
  content: "M";
}

.icon-lang:before {
  content: "L";
}

.icon-favorite:before {
  content: "s";
}

.icon-pin:before {
  content: "p";
}

.icon-chart:before {
  content: "J";
}

.icon-play:before {
  content: "i";
}

.icon-play-circle:before {
  content: "?";
}

.icon-print:before {
  content: "U";
}

.icon-quote-open:before {
  content: "q";
}

.icon-quote-closed:before {
  content: "Q";
}

.icon-search:before {
  content: "S";
}

.icon-phone:before {
  content: "k";
}

.icon-users:before {
  content: "A";
}

/* Color primary */
/* Color accent */
/* Color warren */
/* Color blue */
/* Color green */
/* Color yellow */
/* Color black */
/* Color dark gray */
/* Color gray */
/* Color gray light */
/* Color dark */
/* Body color */
/* Paragraph color */
/* Heading font color */
/* Sub heading font color */
/* Header background color */
/* Icon color */
/* Input color */
/* Color primary */
/* Color accent */
/* Color warren */
/* Color blue */
/* Color green */
/* Color yellow */
/* Color black */
/* Color dark gray */
/* Color gray */
/* Color gray light dark */
/* Color dark */
/* Body color dark */
/* Paragraph color dark */
/* Heading font color dark*/
/* Sub heading font color dark */
/* Header background color dark */
/* Icon color dark*/
/* Input color */
:root, root[data-theme=light] {
  --color-primary: #e8c01a;
  --color-accent: #42C6B4;
  --color-warren: #da3837;
  --color-blue: #005fc5;
  --color-green: #B5BD00;
  --color-yellow: #F1C400;
  --color-black: #000000;
  --color-grayDark: #535353;
  --color-gray: #b8b8b8;
  --color-grayLight: #f9f9f9;
  --color-dark: #2E2E2E;
  --color-body: transparent;
  --color-paragraph: #020202;
  --color-headings: #000000;
  --color-sub-headings: #000000;
  --color-header-bg: #ffffff;
  --color-icon: #020202;
  --color-input-font: #535353;
}

/* Col count */
/* Gutter */
/* Col size-ss */
/* Col size-s */
/* Col size-sm */
/* Col size-md */
/* Col size-lg */
/* Col size-xl */
/* Container size */
/* Default font weight */
/* Bold font weight */
/* Default font size */
/* Default line height */
/* Primary font */
/* Primary font weight */
/* Heading font */
/* Heading font weight */
/* Subheading font */
/* Subheading font weight */
/* Subheading font color */
/* Icon font */
/* Heading icon font size */
/* Default border */
/* Border radius */
/* Size */
/* Border */
/* Speed */
/* Background */
/* Color accent*/
/* Duration */
/* Easing */
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  z-index: 999999;
  top: 0;
  left: 0;
}
.loader-wrapper .loader-diamond {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 120px;
  display: flex;
  flex-flow: column nowrap;
  transform: translate(-50%, -50%);
}
.loader-wrapper .loader-diamond .diamond {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #fff;
  transform: translateY(0) rotate(45deg) scale(0);
  animation: diamonds 1500ms linear infinite;
}
.loader-wrapper .loader-diamond .diamond:nth-child(1) {
  animation-delay: -1000ms;
}
.loader-wrapper .loader-diamond .diamond:nth-child(2) {
  animation-delay: -2000ms;
}
.loader-wrapper .loader-diamond .diamond:nth-child(3) {
  animation-delay: -3000ms;
}
.loader-wrapper .loader-diamond .diamond:nth-child(4) {
  animation-delay: -4000ms;
}
.loader-wrapper .loader-lines {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 175px;
  height: 100px;
}
.loader-wrapper .loader-lines span {
  display: block;
  background: #fff;
  width: 7px;
  height: 10%;
  border-radius: 14px;
  margin-right: 5px;
  float: left;
  margin-top: 25%;
}
.loader-wrapper .loader-lines span:last-child {
  margin-right: 0;
}
.loader-wrapper .loader-lines span:nth-child(1) {
  animation: load 2s 1.4s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(2) {
  animation: load 2s 1.2s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(3) {
  animation: load 2s 1s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(4) {
  animation: load 2s 0.8s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(5) {
  animation: load 2s 0.6s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(6) {
  animation: load 2s 0.4s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(7) {
  animation: load 2s 0.2s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(8) {
  animation: load 2s 0s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(9) {
  animation: load 2s 0.2s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(10) {
  animation: load 2s 0.4s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(11) {
  animation: load 2s 0.6s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(12) {
  animation: load 2s 0.8s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(13) {
  animation: load 2s 1s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(14) {
  animation: load 2s 1.2s infinite linear;
}
.loader-wrapper .loader-lines span:nth-child(15) {
  animation: load 2s 1.4s infinite linear;
}

@keyframes diamonds {
  50% {
    transform: translateY(-50px) rotate(45deg) scale(1);
  }
  100% {
    transform: translateY(-100px) rotate(45deg) scale(0);
  }
}
@keyframes load {
  0% {
    background: #fff;
    margin-top: 25%;
    height: 10%;
  }
  50% {
    background: var(--color-primary);
    height: 100%;
    margin-top: 0;
  }
  100% {
    background: #fff;
    height: 10%;
    margin-top: 25%;
  }
}
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, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

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

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #c4c4c5;
}

.row {
  letter-spacing: -0.32em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: block;
}
.row.align-center {
  text-align: center;
}
.row.align-right {
  text-align: right;
}

[class*=col-] {
  letter-spacing: normal;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: none;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
[class*=col-].align-baseline {
  vertical-align: baseline;
}
[class*=col-] .row {
  margin: auto -10px;
  width: auto;
  max-width: initial;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-push-1 {
  margin-right: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-push-2 {
  margin-right: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-push-3 {
  margin-right: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-push-4 {
  margin-right: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-push-5 {
  margin-right: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-push-6 {
  margin-right: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-push-7 {
  margin-right: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-push-8 {
  margin-right: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-push-9 {
  margin-right: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-push-10 {
  margin-right: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-push-11 {
  margin-right: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-push-12 {
  margin-right: 100%;
}

@media (min-width: 0) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .col-ss-1 {
    width: 8.3333333333%;
  }
  .col-ss-2 {
    width: 16.6666666667%;
  }
  .col-ss-3 {
    width: 25%;
  }
  .col-ss-4 {
    width: 33.3333333333%;
  }
  .col-ss-5 {
    width: 41.6666666667%;
  }
  .col-ss-6 {
    width: 50%;
  }
  .col-ss-7 {
    width: 58.3333333333%;
  }
  .col-ss-8 {
    width: 66.6666666667%;
  }
  .col-ss-9 {
    width: 75%;
  }
  .col-ss-10 {
    width: 83.3333333333%;
  }
  .col-ss-11 {
    width: 91.6666666667%;
  }
  .col-ss-12 {
    width: 100%;
  }
  .col-ss-offset-0 {
    margin-left: 0%;
  }
  .col-ss-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ss-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ss-offset-3 {
    margin-left: 25%;
  }
  .col-ss-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ss-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ss-offset-6 {
    margin-left: 50%;
  }
  .col-ss-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ss-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ss-offset-9 {
    margin-left: 75%;
  }
  .col-ss-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ss-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ss-offset-12 {
    margin-left: 100%;
  }
  .col-ss-push-0 {
    margin-right: 0%;
  }
  .col-ss-push-1 {
    margin-right: 8.3333333333%;
  }
  .col-ss-push-2 {
    margin-right: 16.6666666667%;
  }
  .col-ss-push-3 {
    margin-right: 25%;
  }
  .col-ss-push-4 {
    margin-right: 33.3333333333%;
  }
  .col-ss-push-5 {
    margin-right: 41.6666666667%;
  }
  .col-ss-push-6 {
    margin-right: 50%;
  }
  .col-ss-push-7 {
    margin-right: 58.3333333333%;
  }
  .col-ss-push-8 {
    margin-right: 66.6666666667%;
  }
  .col-ss-push-9 {
    margin-right: 75%;
  }
  .col-ss-push-10 {
    margin-right: 83.3333333333%;
  }
  .col-ss-push-11 {
    margin-right: 91.6666666667%;
  }
  .col-ss-push-12 {
    margin-right: 100%;
  }
  .hide-ss {
    display: none !important;
  }
  .show-ss {
    display: block !important;
  }
  .nospace-ss {
    padding: 0 !important;
  }
  .align-top-ss {
    vertical-align: top !important;
  }
  .align-middle-ss {
    vertical-align: middle !important;
  }
  .align-bottom-ss {
    vertical-align: bottom !important;
  }
  .align-left-ss {
    text-align: left !important;
  }
  .align-center-ss {
    text-align: center !important;
  }
  .align-right-ss {
    text-align: right !important;
  }
}
@media (min-width: 660px) {
  .col-s-1 {
    width: 8.3333333333%;
  }
  .col-s-2 {
    width: 16.6666666667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.3333333333%;
  }
  .col-s-5 {
    width: 41.6666666667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.3333333333%;
  }
  .col-s-8 {
    width: 66.6666666667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.3333333333%;
  }
  .col-s-11 {
    width: 91.6666666667%;
  }
  .col-s-12 {
    width: 100%;
  }
  .col-s-offset-0 {
    margin-left: 0%;
  }
  .col-s-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-s-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-s-offset-3 {
    margin-left: 25%;
  }
  .col-s-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-s-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-s-offset-6 {
    margin-left: 50%;
  }
  .col-s-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-s-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-s-offset-9 {
    margin-left: 75%;
  }
  .col-s-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-s-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-s-offset-12 {
    margin-left: 100%;
  }
  .col-s-push-0 {
    margin-right: 0%;
  }
  .col-s-push-1 {
    margin-right: 8.3333333333%;
  }
  .col-s-push-2 {
    margin-right: 16.6666666667%;
  }
  .col-s-push-3 {
    margin-right: 25%;
  }
  .col-s-push-4 {
    margin-right: 33.3333333333%;
  }
  .col-s-push-5 {
    margin-right: 41.6666666667%;
  }
  .col-s-push-6 {
    margin-right: 50%;
  }
  .col-s-push-7 {
    margin-right: 58.3333333333%;
  }
  .col-s-push-8 {
    margin-right: 66.6666666667%;
  }
  .col-s-push-9 {
    margin-right: 75%;
  }
  .col-s-push-10 {
    margin-right: 83.3333333333%;
  }
  .col-s-push-11 {
    margin-right: 91.6666666667%;
  }
  .col-s-push-12 {
    margin-right: 100%;
  }
  .hide-s {
    display: none !important;
  }
  .show-s {
    display: block !important;
  }
  .nospace-s {
    padding: 0 !important;
  }
  .align-top-s {
    vertical-align: top !important;
  }
  .align-middle-s {
    vertical-align: middle !important;
  }
  .align-bottom-s {
    vertical-align: bottom !important;
  }
  .align-left-s {
    text-align: left !important;
  }
  .align-center-s {
    text-align: center !important;
  }
  .align-right-s {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-push-0 {
    margin-right: 0%;
  }
  .col-sm-push-1 {
    margin-right: 8.3333333333%;
  }
  .col-sm-push-2 {
    margin-right: 16.6666666667%;
  }
  .col-sm-push-3 {
    margin-right: 25%;
  }
  .col-sm-push-4 {
    margin-right: 33.3333333333%;
  }
  .col-sm-push-5 {
    margin-right: 41.6666666667%;
  }
  .col-sm-push-6 {
    margin-right: 50%;
  }
  .col-sm-push-7 {
    margin-right: 58.3333333333%;
  }
  .col-sm-push-8 {
    margin-right: 66.6666666667%;
  }
  .col-sm-push-9 {
    margin-right: 75%;
  }
  .col-sm-push-10 {
    margin-right: 83.3333333333%;
  }
  .col-sm-push-11 {
    margin-right: 91.6666666667%;
  }
  .col-sm-push-12 {
    margin-right: 100%;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
  .nospace-sm {
    padding: 0 !important;
  }
  .align-top-sm {
    vertical-align: top !important;
  }
  .align-middle-sm {
    vertical-align: middle !important;
  }
  .align-bottom-sm {
    vertical-align: bottom !important;
  }
  .align-left-sm {
    text-align: left !important;
  }
  .align-center-sm {
    text-align: center !important;
  }
  .align-right-sm {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-push-0 {
    margin-right: 0%;
  }
  .col-md-push-1 {
    margin-right: 8.3333333333%;
  }
  .col-md-push-2 {
    margin-right: 16.6666666667%;
  }
  .col-md-push-3 {
    margin-right: 25%;
  }
  .col-md-push-4 {
    margin-right: 33.3333333333%;
  }
  .col-md-push-5 {
    margin-right: 41.6666666667%;
  }
  .col-md-push-6 {
    margin-right: 50%;
  }
  .col-md-push-7 {
    margin-right: 58.3333333333%;
  }
  .col-md-push-8 {
    margin-right: 66.6666666667%;
  }
  .col-md-push-9 {
    margin-right: 75%;
  }
  .col-md-push-10 {
    margin-right: 83.3333333333%;
  }
  .col-md-push-11 {
    margin-right: 91.6666666667%;
  }
  .col-md-push-12 {
    margin-right: 100%;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: inline-block !important;
  }
  .nospace-md {
    padding: 0 !important;
  }
  .align-top-md {
    vertical-align: top !important;
  }
  .align-middle-md {
    vertical-align: middle !important;
  }
  .align-bottom-md {
    vertical-align: bottom !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-right-md {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-push-0 {
    margin-right: 0%;
  }
  .col-lg-push-1 {
    margin-right: 8.3333333333%;
  }
  .col-lg-push-2 {
    margin-right: 16.6666666667%;
  }
  .col-lg-push-3 {
    margin-right: 25%;
  }
  .col-lg-push-4 {
    margin-right: 33.3333333333%;
  }
  .col-lg-push-5 {
    margin-right: 41.6666666667%;
  }
  .col-lg-push-6 {
    margin-right: 50%;
  }
  .col-lg-push-7 {
    margin-right: 58.3333333333%;
  }
  .col-lg-push-8 {
    margin-right: 66.6666666667%;
  }
  .col-lg-push-9 {
    margin-right: 75%;
  }
  .col-lg-push-10 {
    margin-right: 83.3333333333%;
  }
  .col-lg-push-11 {
    margin-right: 91.6666666667%;
  }
  .col-lg-push-12 {
    margin-right: 100%;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
  .nospace-lg {
    padding: 0 !important;
  }
  .align-top-lg {
    vertical-align: top !important;
  }
  .align-middle-lg {
    vertical-align: middle !important;
  }
  .align-bottom-lg {
    vertical-align: bottom !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-right-lg {
    text-align: right !important;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.nospace {
  padding: 0 !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

/* Font family */
/* Font style */
/* Max font size */
/* Min font size */
/* Font weight */
/* Margin bottom */
/* Query min width */
/* Query max width */
/* Font family */
/* Font style */
/* Max font size */
/* Min font size */
/* Font weight */
/* Margin bottom */
/* Query min width */
/* Query max width */
/* Font family */
/* Font style */
/* Max font size */
/* Min font size */
/* Font weight */
/* Margin bottom */
/* Query min width */
/* Query max width */
/* Font family */
/* Font style */
/* Max font size */
/* Min font size */
/* Font weight */
/* Margin bottom */
/* Query min width */
/* Query max width */
/* Font family */
/* Font style */
/* Max font size */
/* Min font size */
/* Font weight */
/* Margin bottom */
/* Query min width */
/* Query max width */
/* Font family */
/* Font style */
/* Max font size */
/* Min font size */
/* Font weight */
/* Margin bottom */
/* Query min width */
/* Query max width */
/* Line height */
/* Margin bottom */
/* Max width */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: var(--color-headings);
  line-height: 1.2;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: calc(24px + 18 * ((100vw - 480px) / 1120));
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: calc(22px + 8 * ((100vw - 768px) / 532));
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1300px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: calc(18px + 6 * ((100vw - 480px) / 820));
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1300px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: calc(16px + 2 * ((100vw - 1024px) / 0));
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 25px;
  font-size: calc(15px + 0 * ((100vw - 1024px) / 0));
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 15px;
  }
}

h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: calc(16px + 0 * ((100vw - 1024px) / 0));
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 16px;
  }
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

p {
  font-size: 15px;
  color: var(--color-paragraph);
  font-weight: 400;
  line-height: 1.57;
  margin: 0 0 30px 0;
  max-width: 900px;
}
p a {
  color: var(--color-primary);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
p a:hover {
  color: var(--color-paragraph);
}

b {
  font-weight: 700;
}

a {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
  text-decoration: none;
}
a:hover {
  color: var(--color-paragraph);
}

/* Body padding */
/* Margin top */
/* Margin bottom */
/* Figure margin bottom */
/* Margin */
/* Padding */
/* Font size */
/* Icon margin */
/* Icon */
/* Icon font size */
/* Border */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding: 0;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: var(--color-body);
}

a:hover, li:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, input, button, label:hover, a:after, li:after, p:after, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, input:after, button:after, label:after, a:before, li:before, p:before, h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, input:before, button:before, label:before, a, li, p, h1, h2, h3, h4, h5, h6, input, button, label {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

img, video, svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  border: none;
  display: block;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1320px) {
  .container {
    padding: 0 20px;
  }
}
@media all and (max-width: 660px) {
  .container {
    padding: 0 10px;
  }
}
@media all and (max-width: 1320px) {
  .container .container {
    padding: 0;
  }
}

.responsive-img {
  display: none;
}

h1 [class*=icon-], h2 [class*=icon-], h3 [class*=icon-], h4 [class*=icon-], h5 [class*=icon-], h6 [class*=icon-] {
  line-height: 1.2;
  margin-right: 10px;
  font-size: inherit;
}
h1 [class*=icon-].in-header-right, h2 [class*=icon-].in-header-right, h3 [class*=icon-].in-header-right, h4 [class*=icon-].in-header-right, h5 [class*=icon-].in-header-right, h6 [class*=icon-].in-header-right {
  margin-right: 0;
  float: right;
}

.above-image {
  margin-bottom: 20px;
}
.above-image.no-margin {
  margin-top: 0;
}
.above-image.no-margin .content-image {
  margin-bottom: 5px;
}

.content-image {
  margin-bottom: 20px;
}

.content-figure {
  margin-bottom: 20px;
}
.content-figure .content-image {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
  margin: 0 auto 30px;
}

.text-right {
  text-align: right;
}

ul li {
  list-style: none;
}
ul li:before {
  list-style: none;
  content: "•";
  color: var(--color-primary);
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -18px;
  top: -1px;
  font-size: 20px;
}
ul li p a {
  color: var(--color-primary);
}
ul li p a:hover {
  color: var(--color-paragraph);
}
ul li a {
  color: var(--color-primary);
}
ul li.active a {
  color: var(--color-primary);
}

ul, ol {
  padding-left: 20px;
  margin-bottom: 24px;
  line-height: 24px;
}
ul li, ol li {
  font-size: 15px;
  color: var(--color-paragraph);
  font-weight: 400;
  margin: 5px 0;
}
ul li a, ol li a {
  color: var(--color-primary);
}
ul li a:hover, ol li a:hover {
  color: var(--color-paragraph);
}

.horizontal ul {
  padding: 0;
  margin: 0;
}
.horizontal ul li {
  margin: 0;
  list-style: none;
  display: inline-block;
  padding: 10px;
  line-height: 1.2;
}
.horizontal ul li:before {
  content: "";
  display: none;
}
.horizontal ul li a {
  display: block;
}

.vertical ul {
  padding: 0;
  margin: 0;
}
.vertical ul li {
  list-style: none;
  display: block;
  padding: 10px;
  line-height: 1.2;
}
.vertical ul li:before {
  content: "";
  display: none;
}
.vertical ul li a {
  display: block;
}

.icon-at {
  font-size: inherit !important;
  font-family: "Roboto", sans-serif !important;
  margin: 0 !important;
}
.icon-at:before {
  content: "@";
}

.breadcrumbs {
  border-bottom: 1px solid var(--color-gray);
  margin: 0;
}
@media all and (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  padding: 14px 0;
  font-size: 13px;
  position: relative;
}
.breadcrumbs ul li:after {
  content: "]";
  display: inline-block;
  vertical-align: middle;
  font-family: "iconfont";
  font-size: 14px;
  margin: 0 12px;
}
.breadcrumbs ul li:last-of-type:after {
  display: none;
}
.breadcrumbs ul li.act {
  font-weight: 700;
}
.breadcrumbs ul li a {
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
}

.page-navigation {
  text-align: center;
  margin-top: 40px;
}
.page-navigation ul li {
  padding: 2px 5px;
  font-family: "Roboto", sans-serif;
  color: var(--color-paragraph);
  position: relative;
  vertical-align: middle;
}
.page-navigation ul li.current {
  font-weight: bold;
  color: var(--color-primary);
}
.page-navigation ul li.current a {
  font-weight: inherit;
  color: inherit;
}
.page-navigation ul li a {
  color: var(--color-paragraph);
  font-family: "Roboto", sans-serif;
}
.page-navigation ul li a:hover {
  color: var(--color-primary);
}
.page-navigation ul li a:hover [class^=icon-] {
  color: var(--color-primary);
}
.page-navigation ul li a.current {
  font-weight: bold;
  color: var(--color-primary);
}
.page-navigation ul li [class^=icon-] {
  display: block;
  vertical-align: middle;
  color: var(--color-paragraph);
}
.page-navigation ul li [class^=icon-]:hover {
  color: var(--color-primary);
}
.page-navigation ul li:last-child {
  padding-right: 0;
}

.img-wrapper a {
  display: inline-block;
  position: relative;
}
.img-wrapper a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 0;
}
.img-wrapper a:after {
  content: "e";
  font-family: "iconfont";
  font-size: 34px;
  color: #ffffff;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  opacity: 0;
  visibility: hidden;
}
.img-wrapper:hover a:before {
  opacity: 0.8;
}
.img-wrapper:hover a:after {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.file-item {
  margin-bottom: 12px;
}
.file-item [class*=icon-] {
  font-size: 32px;
  color: var(--color-primary);
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
}
.file-item a {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  width: calc(100% - 45px);
  color: var(--color-paragraph);
}
.file-item a:hover {
  color: var(--color-primary);
}

.siteMap-item {
  margin-bottom: 25px;
}

.sup-pages ul li {
  padding: 5px 0;
  margin: 0;
}
.sup-pages ul li a {
  color: var(--color-paragraph);
}
.sup-pages ul li a:hover {
  color: var(--color-primary);
}

.ie-message {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding-top: 100px;
  background: #ffffff;
  text-align: center;
}
.ie-message h4 {
  text-align: center;
}
.ie-message p {
  text-align: center;
  width: 100%;
  display: block;
}

/* Padding */
/* Max width */
/* Border */
/* Text color */
/* Background color */
/* Border color */
/* Text hover color */
/* Background hover color */
/* Border hover color */
/* Text color */
/* Background color */
/* Border color */
/* Text hover color */
/* Background hover color */
/* Border hover color */
/* Text color */
/* Background color */
/* Border color */
/* Text hover color */
/* Background hover color */
/* Border hover color */
/* Text color */
/* Background color */
/* Border color */
/* Icon */
/* Text hover color */
/* Background hover color */
/* Border hover color */
/* Text color */
/* Background color */
/* Border color */
/* Icon */
/* Text hover color */
/* Background hover color */
/* Border hover color */
/* Text color */
/* Background color */
/* Border color */
/* Text hover color */
/* Background hover color */
/* Border hover color */
.btn {
  min-width: 140px;
  border: 1px solid;
  text-align: left;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
}
.btn [class*=icon-] {
  vertical-align: middle;
  margin-left: 32px;
}
.btn.primary {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
  text-align: center;
}
.btn.primary:hover {
  background: #b8b8b8;
  border-color: #b8b8b8;
  color: #fff;
}
.btn.accent {
  color: #fff;
  background: var(--color-accent);
  border-color: var(--color-accent);
  text-align: center;
}
.btn.accent:hover {
  background: var(--color-gray);
  border-color: var(--color-gray);
  color: #fff;
}
.btn.warn {
  color: #fff;
  background: var(--color-warren);
  border-color: var(--color-warren);
  text-align: center;
}
.btn.warn:hover {
  background: var(--color-gray);
  border-color: var(--color-gray);
  color: #fff;
}
.btn.more {
  background: traparent;
  border: 1px solid var(--color-grayDark);
  color: #020202;
  font-size: 13px;
}
.btn.more [class*=icon-]:before {
  content: "r";
}
.btn.more:hover {
  background: var(--color-grayDark);
  border-color: var(--color-grayDark);
  color: #fff;
}
.btn.back {
  border: 1px solid var(--color-grayDark);
  color: traparent;
  margin: 0;
}
.btn.back:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.btn.back [class*=icon-] {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 32px;
}
.btn.back [class*=icon-]:before {
  content: "l";
}

.btn-download {
  min-width: 140px;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid;
  display: inline-block;
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
  text-align: center;
}
.btn-download:after {
  content: "z";
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
  margin-left: 32px;
}
.btn-download:hover {
  background: var(--color-gray);
  border-color: var(--color-gray);
  color: #fff;
}

.title-fade-from-top {
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: -50px;
}

.title-fade-from-bottom {
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
}

.text-fade-from-top {
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: -50px;
}

.text-fade-from-bottom {
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
}

.fade-in {
  opacity: 0;
  visibility: hidden;
}

.reveal {
  display: block;
  position: relative;
  color: transparent;
  overflow: hidden;
}
.reveal.done {
  animation: text-reveal 1500ms forwards;
}
.reveal.done:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgb(234, 55, 71);
  background: linear-gradient(270deg, rgb(228, 50, 67) 64%, rgb(136, 31, 45) 100%);
  animation: text-reveal-aft 1500ms forwards;
}

@-webkit-keyframes text-reveal {
  50% {
    color: transparent;
  }
  85% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}
@-moz-keyframes text-reveal {
  50% {
    color: transparent;
  }
  85% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}
@keyframes text-reveal {
  50% {
    color: transparent;
  }
  85% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}
@-webkit-keyframes text-reveal-aft {
  50% {
    right: 0;
    left: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}
@-moz-keyframes text-reveal-aft {
  50% {
    right: 0;
    left: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}
@keyframes text-reveal-aft {
  50% {
    right: 0;
    left: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}
@-webkit-keyframes text-reveal-aft-bottom {
  50% {
    right: 0;
    left: 0;
    top: 0;
  }
  100% {
    right: 0;
    left: 0;
    top: 100%;
  }
}
@-moz-keyframes text-reveal-aft-bottom {
  50% {
    right: 0;
    left: 0;
    top: 0;
  }
  100% {
    right: 0;
    left: 0;
    top: 100%;
  }
}
@keyframes text-reveal-aft-bottom {
  50% {
    right: 0;
    left: 0;
    top: 0;
  }
  100% {
    right: 0;
    left: 0;
    top: 100%;
  }
}
/* Page top margin */
/* Home main top padding */
/* Main top padding */
/* Main middle padding */
/* Main bottom padding */
/* Main left padding */
/* Main right padding */
/* Footer margin */
.page-top {
  margin: 0;
}

main {
  min-height: 400px;
}
main .main-top {
  padding: 70px 0 20px;
}
main .main-middle {
  padding: 50px 0 0;
}
main .main-bottom {
  padding: 70px 0 0;
}
main .main-left {
  padding: 70px 10px 0;
}
main .main-right {
  padding: 70px 10px 0;
}

table {
  table-layout: fixed;
  border: 1px solid transparent;
  margin-bottom: 25px;
  overflow-x: auto;
  width: 100%;
}
table tr th {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 12px 15px;
  background: var(--color-primary);
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  cursor: pointer;
}
table tr th a {
  color: #fff;
  font-size: 14px;
}
table tr td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: var(--color-paragraph);
  padding: 17px 15px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}
table tr td a {
  color: var(--color-paragraph);
  font-size: 13px;
}
table tr td a:hover {
  color: var(--color-primary);
}
table tr td a img {
  width: auto;
  max-width: none;
}
table tr td .icon-pdf {
  font-size: 28px;
  display: block;
  margin-bottom: 5px;
}
table tr:nth-child(odd) {
  background: #F7F7F7;
}
table tr:nth-child(even) {
  background: #EFEFEF;
}
table tr .schema {
  padding: 0;
}
table tr .schema table {
  margin: 0;
}
table tr .schema table tr {
  background: transparent;
}
table tr .schema table tr td {
  border: none;
}
table tr .schema table img {
  width: auto;
  max-width: none;
}
table tr.tablesorter-filter-row td {
  padding: 0;
}
table tr.tablesorter-filter-row .select2-container .select2-choice {
  border: none;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  font-size: 12px;
}
table tr.tablesorter-filter-row .select2-container .select2-choice .select2-arrow {
  background-size: contain;
  width: 12px;
  height: 8px;
}

/* Color */
/* Dark color */
/* Slider start width */
/* Slider responsive width end */
/* Font size */
/* Margin */
/* Font size */
/* Margin */
/* Font size */
/* Margin */
.flex-control-nav {
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}
.flex-control-nav li {
  margin: 0 4px;
}
.flex-control-nav li a {
  background: #FEFEFE;
}
.flex-control-nav li a.flex-active {
  background: var(--color-primary);
}

.flex-direction-nav li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.flex-direction-nav li:before {
  display: none;
}
.flex-direction-nav li a {
  margin: 0;
  opacity: 1;
  text-indent: -99999px;
  display: block;
}
.flex-direction-nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -5px;
  text-indent: 0;
  font-family: "iconfont";
  font-size: 24px;
  width: 100%;
  height: 100%;
}
.flex-direction-nav .flex-nav-prev {
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -25px;
}
.flex-direction-nav .flex-nav-prev a:before {
  content: "l";
}
.flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -25px;
}
.flex-direction-nav .flex-nav-next a:before {
  content: "r";
}

.slider {
  position: relative;
}
.slider .slider-item {
  position: relative;
}
@media all and (max-width: 680px) {
  .slider .slider-item .slide-bg {
    display: none;
  }
}
.slider .slider-item .slide-responsive {
  display: none;
}
@media all and (max-width: 680px) {
  .slider .slider-item .slide-responsive {
    display: block;
  }
}
.slider .slider-item .slider-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  overflow: hidden;
}
.slider .slider-item .slider-text.dark h1, .slider .slider-item .slider-text.dark h2, .slider .slider-item .slider-text.dark h3, .slider .slider-item .slider-text.dark h4, .slider .slider-item .slider-text.dark h5, .slider .slider-item .slider-text.dark h6, .slider .slider-item .slider-text.dark p {
  color: #000;
}
.slider .slider-item .slider-text h1, .slider .slider-item .slider-text h2, .slider .slider-item .slider-text h3, .slider .slider-item .slider-text h4, .slider .slider-item .slider-text h5, .slider .slider-item .slider-text h6, .slider .slider-item .slider-text p {
  color: #fff;
}
.slider .slider-item .slider-text h2 {
  font-size: 50px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, -110%);
  -moz-transform: translate(0, -110%);
  -ms-transform: translate(0, -110%);
  -o-transform: translate(0, -110%);
  transform: translate(0, -110%);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
}
.slider .slider-item .slider-text h2.done {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slider .slider-item .slider-text h4 {
  font-size: 23px;
  margin-bottom: 45px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
}
.slider .slider-item .slider-text h4.done {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.slider .slider-item .slider-text p {
  font-size: 16px;
  margin-bottom: 40px;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
}
.slider .slider-item .slider-text p.done {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.slider .slider-item .slider-text .btn {
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
  position: relative;
}
.slider .slider-item .slider-text .btn.done {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.gallery-slider {
  margin-bottom: 24px;
  position: relative;
}
.gallery-slider .gallery-item {
  text-align: center;
  position: relative;
}
.gallery-slider .gallery-item a {
  display: inline-block;
  position: relative;
}
.gallery-slider .gallery-item [class*=icon-] {
  width: 55px;
  height: 55px;
  background: var(--color-primary);
  line-height: 55px;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.gallery-slider .gallery-item [class*=icon-]:hover {
  background: #b8b8b8;
}
.gallery-slider .gallery-item .no-icon [class*=icon-] {
  display: none;
}

.gallery-carousel {
  position: relative;
  margin-bottom: 20px;
}
.gallery-carousel .carousel-item {
  cursor: pointer;
  position: relative;
}
.gallery-carousel .carousel-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 0;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.gallery-carousel .carousel-item:hover:after {
  opacity: 0.8;
}
.gallery-carousel .youtube-video {
  position: relative;
}
.gallery-carousel .youtube-video:after {
  content: "i";
  position: absolute;
  font-family: "iconfont";
  color: #ffffff;
  font-size: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -12px;
  z-index: 2;
}
.gallery-carousel .youtube-video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.gallery-carousel .youtube-video video {
  min-height: 94px;
}
.gallery-carousel .flex-direction-nav .flex-nav-prev {
  left: 10px;
  margin-top: -10px;
}
.gallery-carousel .flex-direction-nav .flex-nav-next {
  right: 20px;
  margin-top: -10px;
}

.carousel-slider .flex-direction-nav .flex-nav-prev {
  left: -20px;
}
.carousel-slider .flex-direction-nav .flex-nav-next {
  right: -20px;
}

.single-slider {
  margin-bottom: 30px;
  position: relative;
}
.single-slider .single-item {
  text-align: center;
  position: relative;
}
.single-slider .single-item a {
  display: inline-block;
  position: relative;
}
.single-slider .single-item [class*=icon-] {
  width: 55px;
  height: 55px;
  background: var(--color-primary);
  line-height: 55px;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.single-slider .single-item [class*=icon-]:hover {
  background: #b8b8b8;
}
.single-slider .single-item .no-icon [class*=icon-] {
  display: none;
}

.single-carousel {
  position: relative;
  margin-bottom: 20px;
}
.single-carousel .carousel-item {
  cursor: pointer;
  position: relative;
}
.single-carousel .carousel-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 0;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.single-carousel .carousel-item:hover:after {
  opacity: 0.8;
}
.single-carousel .youtube-video {
  position: relative;
}
.single-carousel .youtube-video:after {
  content: "i";
  position: absolute;
  font-family: "iconfont";
  color: #ffffff;
  font-size: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -12px;
  z-index: 2;
}
.single-carousel .youtube-video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.single-carousel .youtube-video video {
  min-height: 94px;
}
.single-carousel .flex-direction-nav .flex-nav-prev {
  left: 10px;
  margin-top: -10px;
}
.single-carousel .flex-direction-nav .flex-nav-next {
  right: 20px;
  margin-top: -10px;
}

.related-carousel {
  position: relative;
  margin-bottom: 20px;
}
.related-carousel .related-item {
  position: relative;
}
.related-carousel .flex-direction-nav .flex-nav-prev {
  left: 10px;
  margin-top: -10px;
}
.related-carousel .flex-direction-nav .flex-nav-next {
  right: 20px;
  margin-top: -10px;
}

/* Color */
/* Background color */
/* Font size */
/* Font weight */
/* Height */
/* Line height */
/* Margin bottom */
/* Font size */
/* Color */
/* Hover color */
/* Font weight */
/* Min width */
/* Min height */
/* Color */
/* Font size */
/* Font weight */
/* Color */
/* Color */
/* Background color */
.form-group {
  margin-bottom: 25px;
  position: relative;
}
@media all and (max-width: 680px) {
  .form-group {
    margin-bottom: 25px;
  }
}

.form-group-submit {
  text-align: right;
}

.form-element {
  margin-bottom: 25px;
  position: relative;
}

.form-element-submit {
  text-align: right;
}

.form-element-button {
  text-align: right;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  display: none;
}

label {
  color: var(--color-paragraph);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-bottom: 5px;
}
label:hover {
  color: var(--color-primary);
}
label.error {
  font-size: 12px;
  position: absolute;
  bottom: -25px;
  right: 0;
  color: red;
}
label em {
  display: inline;
  color: var(--color-primary);
}

.error label {
  color: red !important;
}
.error input {
  border: 1px solid red !important;
}
.error input:focus {
  outline: none;
}

input {
  color: var(--color-input-font);
  font-family: "Roboto", sans-serif;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  border: 0;
  width: 100%;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=search], input[type=url], input[pattern] {
  height: 43px;
  border: 1px solid var(--color-gray);
  background: transparent;
  display: block;
  line-height: 43px;
  border-radius: 5px;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  background: url("/fileadmin/deepscreen_core/Public/css/img/radio-btn.svg") no-repeat left 3px;
  padding: 2px 25px;
  font-size: 14px;
  color: var(--color-paragraph);
}
input[type=radio]:checked + label {
  background: url("/fileadmin/deepscreen_core/Public/css/img/radio-btn-check.svg") no-repeat left 3px;
  padding: 2px 25px;
}
input[type=checkbox]:not(:checked), input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox]:not(:checked) + label, input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 1.71;
  border: none;
  font-size: 14px;
}
input[type=checkbox]:not(:checked) + label:before, input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-gray);
  background: transparent;
  border-radius: 1px;
}
input[type=checkbox]:not(:checked) + label:after, input[type=checkbox]:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 11px;
  left: 8px;
  margin-top: -5px;
  margin-left: -5px;
  background: var(--color-primary);
  transition: all 0.2s;
}
input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input:focus {
  outline: none;
}

button[type=submit], button[type=button], input[type=submit], input[type=button] {
  min-width: 140px;
  height: 43px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #464646;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 5px;
}
button[type=submit]:hover, button[type=button]:hover, input[type=submit]:hover, input[type=button]:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
button[type=submit] [class*=icon-], button[type=button] [class*=icon-], input[type=submit] [class*=icon-], input[type=button] [class*=icon-] {
  vertical-align: middle;
  margin-left: 32px;
  font-size: inherit;
  margin-bottom: 0;
}

.radio-group-wrapper > label {
  display: inline-block;
  margin-right: 32px;
}

.radio-group {
  display: inline-block;
}
.radio-group > div {
  display: inline-block;
  margin-right: 10px;
}

.custom-radio-wrapper {
  margin-top: 52px;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.custom-radio-wrapper h3 {
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media all and (max-width: 992px) {
  .custom-radio-wrapper {
    margin-top: 10px;
  }
}

.file-upload-input {
  width: 100%;
  max-width: calc(100% - 142px);
  color: #000;
  font-size: 14px;
  line-height: 14px;
  padding: 0 10px;
  border: none;
  float: none;
  display: inline-block !important;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.file-upload-button {
  display: inline-block;
  vertical-align: middle;
  min-width: 140px;
  line-height: 43px;
  border: none !important;
  padding: 0 16px !important;
  font-size: 14px;
  color: #fff;
  background: var(--color-primary) !important;
  position: relative;
  cursor: pointer;
  outline: none;
  border-radius: 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.file-upload-button:hover {
  background: #b8b8b8 !important;
}

textarea {
  color: var(--color-input-font);
  font-family: "Roboto", sans-serif;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  border: 0;
  min-height: 250px;
  width: 100%;
  border: 1px solid var(--color-gray);
  border-radius: 5px;
  background: transparent;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-top: 10px;
  resize: vertical;
  outline: none;
}

::-webkit-input-placeholder {
  color: var(--color-paragraph);
  font-size: 14px;
}

:-moz-placeholder {
  color: var(--color-paragraph);
  font-size: 14px;
}

::-moz-placeholder {
  color: var(--color-paragraph);
  font-size: 14px;
}

:-ms-input-placeholder {
  color: var(--color-paragraph);
  font-size: 14px;
}

::-webkit-calendar-picker-indicator {
  display: none;
}

.select2-container {
  width: 100%;
  min-width: 100px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choice {
  width: 100%;
  min-width: 100px;
  height: 43px;
  line-height: 43px;
  padding: 0 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--color-paragraph);
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--color-gray);
  background: #ffffff;
  background-image: none;
  /*max-width: 364px;*/
}
.select2-container .select2-choice .select2-arrow {
  /*height: 100%;*/
  text-align: center;
  background: url("/fileadmin/deepscreen_core/Public/css/img/arrow-down-gray.svg") no-repeat center;
  width: 16px;
  height: 10px;
  border: none;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4px;
}
.select2-container a {
  font-size: 14px;
  font-weight: normal;
}

.select2-container-multi .select2-choices {
  height: 43px;
  line-height: 43px;
  padding: 0 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--color-paragraph);
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--color-gray);
  background: #ffffff;
  background-image: none;
  /*max-width: 364px;*/
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-image: none !important;
  background: var(--color-primary);
  border: none;
  color: #fff;
  padding: 5px 10px 5px 25px;
  margin: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice:before {
  display: none;
}
.select2-container-multi .select2-choices .select2-search-choice > div {
  line-height: 21px;
}
.select2-container-multi .select2-choices .select2-search-field {
  background-image: none !important;
}
.select2-container-multi .select2-choices .select2-search-field:before {
  display: none;
}
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-container-multi .select2-choices .select2-search-choice-close {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.select2-container-multi .select2-choices .select2-search-choice-close:before {
  content: "x";
  color: #FFFFFF;
  font-family: "iconfont";
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid var(--color-gray);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  background-image: none;
  /*max-width: 364px;*/
}
.select2-dropdown-open .select2-choice {
  border: 1px solid var(--color-gray);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  background-image: none;
  /*max-width: 364px;*/
}
.select2-dropdown-open .select2-choice:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-container-active .select2-choice {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-drop, .select2-drop-active {
  border: none;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: none;
}

.select2-results .select2-highlighted {
  background: var(--color-primary);
  color: #ffffff;
}
.select2-results .select2-result-label {
  padding: 0;
}

ul.select2-results {
  padding-left: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid var(--color-gray);
}
ul.select2-results li {
  list-style: none;
  padding: 15px 10px;
  margin: 0;
}
ul.select2-results li:before {
  display: none;
}

.divider {
  margin: 40px 0;
}

.select2-search {
  padding: 0;
}
.select2-search input {
  line-height: 26px;
  height: 26px;
  margin: 0;
  border-bottom: none;
}

.select2-focusser,
.select2-search,
.select2-search input {
  display: none !important;
}

.ui-timepicker-div {
  margin-top: 30px;
}

.ui-datepicker {
  z-index: 9999 !important;
  width: 320px;
}
.ui-datepicker table tr {
  background: transparent !important;
}

.ui-widget-content {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #FFFFFF;
  padding: 12px;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
  background: var(--color-grayDark);
}

.ui-widget-content .ui-state-default.ui-state-active {
  background: var(--color-grayDark);
}

.ui-widget-header {
  border: none;
  background: var(--color-grayDark);
  color: #ffffff;
  font-weight: normal;
  position: relative;
}
.ui-widget-header .ui-icon {
  background: transparent;
}
.ui-widget-header .ui-datepicker-prev {
  position: absolute;
  left: 10px;
  top: 9px;
  cursor: pointer;
}
.ui-widget-header .ui-datepicker-prev:before {
  content: "l";
  color: #FFFFFF;
  font-family: "iconfont";
  font-size: 14px;
  text-align: center;
}
.ui-widget-header .ui-datepicker-prev:before:hover {
  color: var(--color-primary);
}
.ui-widget-header .ui-datepicker-next {
  position: absolute;
  right: -5px;
  top: 9px;
  cursor: pointer;
}
.ui-widget-header .ui-datepicker-next:before {
  content: "r";
  color: #FFFFFF;
  font-family: "iconfont";
  font-size: 14px;
  text-align: center;
}
.ui-widget-header .ui-datepicker-next:before:hover {
  color: var(--color-primary);
}
.ui-widget-header .ui-datepicker-prev-hover:before, .ui-widget-header .ui-datepicker-next-hover:before {
  color: var(--color-primary);
}

.ui_tpicker_hour_slider select, .ui_tpicker_minute_slider select {
  background: #535353 !important;
  padding: 5px 10px;
}
.ui_tpicker_hour_slider select option, .ui_tpicker_minute_slider select option {
  background: var(--color-primary);
}

.ui_tpicker_hour_slider select {
  width: 100px;
}

.ui_tpicker_minute_slider select {
  width: 80px;
}

.ui_tpicker_hour_slider {
  margin-right: 10px !important;
}

.ui_tpicker_minute_slider {
  margin-left: 10px !important;
}

button.ui-datepicker-current {
  display: none;
}

/* Top header padding */
/* Bottom header padding */
/* Bottom fixed header padding */
/* Search margin */
/* Lang margin */
/* Lang font size */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--color-header-bg);
  -webkit-box-shadow: -1px 3px 23px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 3px 23px -10px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 3px 23px -10px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
header.fixed .header-bottom {
  padding: 10px 20px;
}
header .header-top {
  padding: 8px 0;
}
header .header-bottom {
  padding: 20px 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header .main, header .meta, header .lang {
  display: inline-block;
  vertical-align: middle;
}
header .lang {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 25px;
  position: relative;
  cursor: pointer;
  color: var(--color-primary);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header .lang:hover {
  color: var(--color-primary);
}
header .lang ul {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50px;
  border-radius: 2px;
  z-index: 2;
  text-align: left;
  background: rgb(255, 255, 255);
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
  font-size: 14px;
}
header .lang ul li {
  padding: 10px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header .lang ul li:hover a {
  color: var(--color-primary);
}
header .lang ul li a {
  display: block;
  color: var(--color-paragraph);
  font-size: 14px;
}
header .lang ul.done {
  top: 30px;
  opacity: 1;
}
header .lang [class*=current-] .icon-down {
  margin-left: 8px;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: var(--color-icon);
}
header .search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 25px;
  z-index: 11;
}
header .search:hover {
  cursor: pointer;
  color: var(--color-primary);
}
header .search [class*=icon-] {
  position: relative;
  z-index: 5;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  padding-right: 10px;
  font-size: 18px;
  color: var(--color-icon);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header .search form {
  position: absolute;
  right: -10px;
  top: 40px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
header .search form input {
  border-radius: 25px;
  color: var(--color-black);
  background: #ffffff;
  padding-left: 24px;
  font-size: 14px;
}
header .search.search-visible form {
  opacity: 1;
  visibility: visible;
  width: 150px;
}

/* Footer top padding */
/* Footer bottom padding */
/* Footer background color */
/* Footer text color */
footer {
  margin: 100px 0 0;
  background: #1e1e1e;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #fff;
}
footer p {
  color: #fff;
}
footer .footer-top {
  padding: 60px 0 0;
}
footer .footer-bottom {
  padding: 10px 0;
}
footer .footer-bottom .bottom-right {
  text-align: right;
}

/* Main menu query start */
/* Responsive menu query end */
/* Item padding */
/* Item margin */
/* Font size */
/* Font weight */
/* Hover color */
/* Item padding */
/* Item margin */
/* Font size */
/* Font weight */
/* Line height */
/* Hover color */
/* Top position */
/* Open position */
/* Right position */
/* Width */
/* Item padding */
/* Align */
/* Border */
/* Font size */
/* Background color */
/* Width */
/* Top position */
/* Background */
/* Shadow */
/* Top border */
/* Item padding */
/* Item Border */
/* Font size */
/* Align */
/* Hover top position */
/* Item background color */
/* Item padding */
/* Align */
/* Border */
/* Font size */
@media all and (min-width: 1025px) {
  .meta ul li {
    padding: 0;
    margin: 0 12px;
  }
  .meta ul li a {
    font-size: 15px;
    font-weight: 400;
  }
  .meta ul li a:hover {
    color: var(--color-primary);
  }
  .meta ul li:last-child {
    margin-right: 0;
  }
  .meta ul li.active > a {
    color: var(--color-primary);
  }
  .main {
    display: inline-block;
  }
  .main > ul > li {
    padding: 0;
    margin: 0;
    position: relative;
  }
  .main > ul > li:hover > a {
    color: #000;
  }
  .main > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 40px;
    pointer-events: auto;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .main > ul > li.active > a {
    color: #000;
  }
  .main > ul > li > a {
    padding: 0 15px;
    color: var(--color-grayDark);
    font-size: 17px;
    line-height: 40px;
    font-weight: 500;
  }
  .main .sub-menu {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    pointer-events: none;
    width: 220px;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 2;
    margin-left: -110px;
    border-top: 3px solid var(--color-primary);
    -webkit-box-shadow: -1px 3px 23px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 3px 23px -10px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 3px 23px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .main .sub-menu > li {
    display: block;
    padding: 0;
    margin: 0;
  }
  .main .sub-menu > li:last-child a {
    border-bottom: none;
  }
  .main .sub-menu > li.active > a {
    color: #000;
  }
  .main .sub-menu > li.active > a:before, .main .sub-menu > li.active > a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .main .sub-menu > li a {
    padding: 17px 10px;
    border-bottom: 1px solid #ECECEC;
    text-align: center;
    color: var(--color-paragraph);
    position: relative;
    font-size: 14px;
  }
  .main .sub-menu > li a:hover {
    color: #000;
  }
}
@media all and (max-width: 1024px) {
  .meta ul li {
    padding: 0;
    margin: 0;
  }
  .meta ul li a:hover {
    color: var(--color-primary);
  }
  .meta ul li:last-child {
    margin-right: 0;
  }
  .meta ul li.active > a {
    color: var(--color-primary);
  }
  .main {
    display: block;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 80px;
    right: 0;
    width: 530px;
    background: #fff;
    z-index: 10;
    border-top: 3px solid var(--color-primary);
    -webkit-box-shadow: -1px 3px 23px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 3px 23px -10px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 3px 23px -10px rgba(0, 0, 0, 0.3);
  }
  .main.done {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .main > ul > li {
    padding: 0;
    margin: 0;
    display: block;
  }
  .main > ul > li.open .sub-menu {
    height: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .main > ul > li > a {
    padding: 18px 0;
    border-bottom: none;
    text-align: left;
    color: var(--color-paragraph);
    position: relative;
    font-size: 18px;
  }
  .main > ul > li:hover a {
    color: #000;
  }
  .main > ul > li.active > a, .main > ul > li:hover > a {
    color: #000;
  }
  .main .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: transparent;
    height: 0;
  }
  .main .sub-menu > li {
    display: block;
    padding: 0;
    margin: 0;
  }
  .main .sub-menu > li:last-child a {
    border-bottom: none;
  }
  .main .sub-menu > li a {
    padding: 15px 10px;
    text-align: left;
    border-bottom: none;
    font-size: 16px;
  }
}
.mobile-navigation {
  display: none;
  margin-left: 30px;
}
@media all and (max-width: 1023px) {
  .mobile-navigation {
    display: inline-block;
    vertical-align: middle;
  }
}

.menu-btn {
  display: none;
  vertical-align: middle;
  width: 30px;
  height: 22px;
  background: transparent;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .menu-btn {
    display: inline-block;
  }
}
.menu-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: var(--color-primary);
  opacity: 1;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-btn span:nth-child(1) {
  top: 0;
}
.menu-btn span:nth-child(2) {
  top: 8px;
}
.menu-btn span:nth-child(3) {
  top: 16px;
}
.menu-btn.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dark-mode-widget {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: 50px;
  right: 0;
  box-shadow: 5px 5px 6px 2px rgba(0, 0, 0, 0.16);
  webkit-box-shadow: 5px 5px 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 2px 3px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
  height: 70px;
  width: 80px;
  z-index: 10;
  cursor: pointer;
  background: var(--color-grayLight);
}
.dark-mode-widget .dark-mode-toggle {
  --width: 50px;
  --height: calc(var(--width) / 2);
  --border-radius: calc(var(--height) / 2);
  display: block;
  cursor: pointer;
  margin: 0;
}
.dark-mode-widget .dark-mode-toggle .toggle-input:checked ~ .toggle-fill {
  background: var(--color-grayDark);
}
.dark-mode-widget .dark-mode-toggle .toggle-input:checked ~ .toggle-fill:after {
  background: url(/fileadmin/deepscreen_core/Public/images/moon-light.svg) no-repeat center #444444;
  transform: translateX(22px);
}
.dark-mode-widget .dark-mode-toggle .toggle-fill {
  position: relative;
  width: var(--width);
  height: var(--height);
  border-radius: var(--border-radius);
  background: #E1E1E1;
  transition: background 0.2s;
}
.dark-mode-widget .dark-mode-toggle .toggle-fill:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 3px;
  height: 23px;
  width: 24px;
  background: url(/fileadmin/deepscreen_core/Public/images/sun-new.svg) no-repeat center var(--color-grayLight);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius);
  transition: transform 0.2s;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* button */
::-webkit-scrollbar-button {
  background: #e3e3e3;
  display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

/* Track */
::-webkit-scrollbar-track {
  background: #e3e3e3;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
::-webkit-scrollbar-corner {
  background: var(--color-gray);
  border-radius: 5px;
}

/* Resizer */
/* Group Margin */
/* Margin */
/* Header padding */
/* Title margin */
/* Accordion content padding */
/* Show Border */
.accordion-group {
  margin: 0 0 50px;
}

.accordion {
  margin: 0;
}
.accordion:last-child {
  border-bottom: 1px solid var(--color-gray);
}
.accordion .content-accordion {
  display: none;
  padding: 20px 0 30px;
}
.accordion .open-accordion {
  cursor: pointer;
  position: relative;
  padding: 12px 0;
  border-top: 1px solid var(--color-gray);
}
.accordion .open-accordion .accordion-header {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
}
.accordion .open-accordion .accordion-header h4 {
  margin: 0 0 5px;
}
.accordion .open-accordion .accordion-header p {
  margin-bottom: 0;
  max-width: 800px;
}
.accordion .open-accordion [class*=icon-] {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #F0F0F0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: var(--color-primary);
  border-radius: 50%;
  font-size: inherit;
  margin: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.accordion .open-accordion:hover [class*=icon-] {
  background: var(--color-primary);
  color: #ffffff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.accordion .open-accordion.active [class*=icon-] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Padding */
/* Margin */
/* Max width */
/* Background color */
/* Border */
/* Border radius */
/* Title font size */
/* Title color */
/* Title margin */
/* Text font size */
/* Text color */
/* Text margin */
/* Button margin */
/* Files margin */
.aside-box {
  padding: 20px;
  max-width: 380px;
  margin: 0 0 30px auto;
  border-radius: 0;
  background: #fff;
  border: 1px solid var(--color-gray);
}
.aside-box h3 {
  font-size: 20px;
  margin: 0 0 25px;
  color: #000000;
}
.aside-box p {
  font-size: 15px;
  color: #020202;
  margin: 0 0 15px;
}
.aside-box p:last-child {
  margin-bottom: 0;
}
.aside-box [class*=btn] {
  display: block;
  text-align: center;
  margin: 30px 0 0;
}
.aside-box .files-wrapper {
  margin: 30px 0 0;
}

/* Footer item margin */
/* H3 font family */
/* H3 Max size */
/* H3 Min size */
/* H3 color */
/* H3 Margin bottom */
/* Icon margin */
/* H3 font family */
/* H5 Max size */
/* H5 Min size */
/* H5 Margin bottom */
/* H5 color */
/* Paragraph margin */
/* Paragraph font size */
/*Paragraph color */
.footer-info {
  margin: 0 0 30px;
}
.footer-info .title-wrapper h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: calc(24px + 0 * ((100vw - 480px) / 820));
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .footer-info .title-wrapper h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .footer-info .title-wrapper h3 {
    font-size: 24px;
  }
}
.footer-info .title-wrapper h3 .icon {
  margin: 0 10px 0 0;
}
.footer-info .title-wrapper h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 25px;
  font-size: calc(15px + 0 * ((100vw - 1024px) / 0));
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .footer-info .title-wrapper h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-info .title-wrapper h5 {
    font-size: 15px;
  }
}
.footer-info .text-wrapper p {
  margin: 0 0 25px;
  font-size: 15px;
  color: #fff;
}
.footer-info .text-wrapper p a {
  color: inherit;
  font-size: inherit;
}
.footer-info .text-wrapper p a:hover {
  color: var(--color-primary);
}
.footer-info .text-wrapper ul li {
  font-size: 15px;
  color: #fff;
}
.footer-info .text-wrapper ul li a {
  color: inherit;
  font-size: inherit;
}
.footer-info .text-wrapper ul li a:hover {
  color: var(--color-primary);
}

/* Margin */
.grid-item {
  margin: 0 0 50px;
}

/* Font family */
/* H2 Max size */
/* H2 Min size */
/* H2 Margin bottom */
/* H3 Max size */
/* H3 Min size */
/* H3 Margin bottom */
/* Color */
/* Icon margin */
/* Heading margin */
.heading {
  margin: 0 0 30px;
}
.heading h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: calc(30px + 0 * ((100vw - 768px) / 532));
  margin-bottom: 15px;
  color: var(--color-headings);
}
@media screen and (max-width: 768px) {
  .heading h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .heading h2 {
    font-size: 30px;
  }
}
.heading h2 .icon {
  margin: 0 10px 0 0;
}
.heading h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: calc(24px + 0 * ((100vw - 480px) / 820));
  margin-bottom: 0;
  color: var(--color-headings);
}
@media screen and (max-width: 480px) {
  .heading h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .heading h3 {
    font-size: 24px;
  }
}

/* Padding */
/* Margin */
/* Max width */
/* Font size */
/* Title color */
/* Text color dark */
/* Margin */
/* Font size */
/* Color */
/* Margin */
/* Font size */
/* Color */
/* Line height */
/* Margin */
/* Color */
/* Border */
/* Margin */
.parallax {
  padding: 180px 0;
  margin: 0;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.parallax.dark .parallax-title, .parallax.dark .parallax-subtitle, .parallax.dark .parallax-description p {
  color: #000;
}
.parallax .parallax-title {
  color: #fff;
  font-size: 40px;
  max-width: 800px;
  margin: 0 0 20px;
}
.parallax .parallax-title.align-center {
  margin-left: auto;
  margin-right: auto;
}
.parallax .parallax-title.align-right {
  margin-left: auto;
  margin-right: 0;
}
.parallax .parallax-subtitle {
  color: #fff;
  font-size: 28px;
  max-width: 800px;
  margin: 0 0 50px;
}
.parallax .parallax-subtitle.align-center {
  margin-left: auto;
  margin-right: auto;
}
.parallax .parallax-subtitle.align-right {
  margin-left: auto;
  margin-right: 0;
}
.parallax .parallax-description.align-center p {
  margin-left: auto;
  margin-right: auto;
}
.parallax .parallax-description.align-right p {
  margin-left: auto;
  margin-right: 0;
}
.parallax .parallax-description p {
  color: #fff;
  font-size: 16px;
  max-width: 800px;
  margin: 0 0 40px;
  line-height: 1.57;
}
.parallax .btn {
  color: #fff;
  margin: 0;
  border: none;
}
.parallax .btn.align-center {
  margin-left: auto;
  margin-right: auto;
}
.parallax .btn.align-right {
  text-align: center !important;
}

.social-media-wrapper {
  margin-bottom: 30px;
}
.social-media-wrapper .title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 15px;
  color: #fff;
}
.social-media-wrapper .social-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.social-media-wrapper .social-item a {
  display: block;
  line-height: 24px;
}
.social-media-wrapper .social-item:hover {
  opacity: 0.6;
}

/* Tab title margin */
/* Tab border */
/* Tab border radius */
/* Tab padding */
/* Tab background color */
/* Tab margin */
/* Tab header item margin */
/* Tab header item font size */
/* Tab content padding */
/* Tab responsive margin */
.tabs-title {
  margin: 0;
}

.tabs {
  border-radius: 12px;
  padding: 35px;
  background-color: #fff;
  margin: 0 auto 50px;
  overflow: hidden;
  border: 1px solid #b8b8b8;
}
.tabs .tabs-headers-responsive {
  display: none;
  margin: 0 auto 35px;
}
@media all and (max-width: 992px) {
  .tabs .tabs-headers-responsive {
    display: block;
  }
}
.tabs .tabs-headers {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 992px) {
  .tabs .tabs-headers {
    display: none;
  }
}
.tabs .tabs-headers .tab-header-item {
  margin-right: 3%;
}
.tabs .tabs-headers .tab-header-item.active h4:before {
  opacity: 1;
}
.tabs .tabs-headers .tab-header-item h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 0;
  position: relative;
  text-overflow: ellipsis;
  cursor: pointer;
}
.tabs .tabs-headers .tab-header-item h4:before {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: -1px;
  position: absolute;
  opacity: 0;
}
.tabs .tabs-headers .tab-header-item h4:hover {
  color: var(--color-primary);
}
.tabs .tabs-content .tab {
  display: none;
  padding: 0;
}
@media all and (max-width: 992px) {
  .tabs .tabs-content .tab {
    padding: 0;
  }
}
.tabs .tabs-content .tab.active {
  display: block;
}

/* Margin */
/* Title margin */
/* Margin */
/* Image margin */
/* Font size */
/* Margin */
/* Font size */
/* Margin */
/* Font size */
/* Margin */
.team-group {
  margin: 0 0 30px;
}
@media all and (max-width: 680px) {
  .team-group:last-child {
    margin-bottom: 0;
  }
}
.team-group .title {
  margin: 0 0 25px;
}
.team-group .team-item {
  margin: 0 0 30px;
}
@media all and (max-width: 992px) {
  .team-group .team-item {
    margin-bottom: 30px;
  }
}
.team-group .team-item .img-wrapper {
  margin: 0 0 25px;
}
.team-group .team-item .member-info h3 {
  font-size: 22px;
  margin: 0 0 5px;
}
.team-group .team-item .member-info h5 {
  font-size: 14px;
  margin: 0 0 20px;
}
.team-group .team-item .member-info .info-team {
  margin: 0 0 5px;
}
.team-group .team-item .member-info .info-team [class*=icon-] {
  color: var(--color-primary);
  margin-right: 15px;
  vertical-align: middle;
}
.team-group .team-item .member-info .info-team a {
  color: var(--color-paragraph);
  font-size: 15px;
}
.team-group .team-item .member-info .info-team a:hover {
  color: var(--color-primary);
}
.team-group .team-item .member-info .info-team a [class*=icon-] {
  color: inherit;
}

.text-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.text-image.has-margin {
  margin-bottom: 100px;
}
@media all and (max-width: 1440px) {
  .text-image.has-margin {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 1024px) {
  .text-image.has-margin {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 992px) {
  .text-image.has-margin {
    margin-bottom: 50px;
  }
}
.text-image.full {
  display: table;
}
.text-image.full .text-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 992px) {
  .text-image.full .text-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.text-image.full .media-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .text-image.full .media-wrapper {
    position: static;
  }
}
.text-image.full .media-wrapper.left {
  left: 0;
}
.text-image.full .media-wrapper.right {
  right: 0;
}
.text-image .title-wrapper {
  margin-bottom: 30px;
}
.text-image .title-wrapper h4 {
  color: var(--color-primary);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
}
@media all and (max-width: 688px) {
  .text-image .title-wrapper h4 {
    font-size: 18px;
  }
}
.text-image .title-wrapper h2 {
  margin-bottom: 5px;
}
.text-image .description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 30px;
}
.text-image .content-image {
  margin-bottom: 0;
}
.text-image .media-first {
  direction: rtl;
}
.text-image .media-first * {
  direction: ltr;
}
.text-image .text-first {
  direction: rtl;
}
.text-image .text-first * {
  direction: ltr;
}

/* Text position */
/* Min height */
/* Font family */
/* Font style */
/* Max size */
/* Min size */
/* Font weight */
/* Margin bottom */
/* Query min width */
/* Query max width */
/* Color */
/* Color dark */
/* Font family */
/* Font style */
/* Max size */
/* Min size */
/* Font weight */
/* Margin bottom */
/* Query min width */
/* Query max width */
/* Color */
/* Color dark */
.top-image {
  position: relative;
}
.top-image.bg-image {
  min-height: 250px;
  background-size: cover !important;
  position: relative;
}
.top-image.dark .title-wrapper h1 {
  color: #000;
}
.top-image.dark .title-wrapper h4 {
  color: #000;
}
.top-image .title-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.top-image .title-wrapper h1 {
  font-family: "Roboto", sans-serif;
  font-style: "normal";
  font-weight: bold;
  font-size: calc(26px + 14 * ((100vw - 480px) / 1120));
  margin-bottom: 8px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .top-image .title-wrapper h1 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1600px) {
  .top-image .title-wrapper h1 {
    font-size: 40px;
  }
}
.top-image .title-wrapper h4 {
  font-family: "Roboto", sans-serif;
  font-style: "normal";
  font-weight: normal;
  font-size: calc(18px + 2 * ((100vw - 480px) / 720));
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .top-image .title-wrapper h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .top-image .title-wrapper h4 {
    font-size: 20px;
  }
}

/* Margin */
/* Item padding */
/* Value margin */
/* counter content padding */
/* Show Border */
.counters {
  margin: 0 auto 80px;
}
.counters .item {
  padding: 0 40px;
  margin-bottom: 30px;
  border-right: 1px solid var(--color-primary);
}
@media all and (max-width: 680px) {
  .counters .item {
    border: none;
    margin-bottom: 40px;
  }
}
.counters .item.last {
  border-right: none;
}
.counters .item .value {
  font-weight: 700;
  font-size: calc(60px + 40 * ((100vw - 480px) / 1120));
  color: var(--color-primary);
  margin: 0 0 15px;
}
@media screen and (max-width: 480px) {
  .counters .item .value {
    font-size: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .counters .item .value {
    font-size: 100px;
  }
}
.counters .item h5 {
  color: var(--color-primary);
  margin: 0 0 40px;
}
.counters .item h6 {
  margin-bottom: 0;
  line-height: 1.4;
}

/* List margin */
/* Item margin */
/* Date margin */
/* Image margin */
/* Teaser margin */
/* Icon */
.events-list-view {
  margin: 0;
}
.events-list-view .date {
  margin: 0 0 10px;
  color: var(--color-paragraph);
}
.events-list-view .event-item {
  margin: 0 0 35px;
}
.events-list-view .event-item .img-wrapper {
  margin: 0 0 15px;
}
.events-list-view .event-item .teaser {
  margin-bottom: 0 0 15px;
}
.events-list-view .event-item .btn [class*=icon-]:before {
  content: "]";
}

/* Top news list margin */
/* List margin */
/* Item margin */
/* Date margin */
/* Image margin */
/* Teaser margin */
/* Icon */
/* Single margin */
/* Single main middle padding */
/* Single files margin */
/* Single file icon */
/* Related news margin */
/* Related item margin */
/* Related date margin */
/* Related image margin */
.news-list-view, .top-news-list {
  margin: 0;
}
.news-list-view .news-item, .top-news-list .news-item {
  margin: 0 0 35px;
}
.news-list-view .news-item .date, .top-news-list .news-item .date {
  margin: 0 0 10px;
  color: var(--color-paragraph);
}
.news-list-view .news-item .img-wrapper, .top-news-list .news-item .img-wrapper {
  margin: 0 0 15px;
}
.news-list-view .news-item .teaser, .top-news-list .news-item .teaser {
  margin-bottom: 0 0 15px;
}
.news-list-view .news-item .btn [class*=icon-]:before, .top-news-list .news-item .btn [class*=icon-]:before {
  content: "]";
}

.top-news-list {
  margin: 0 0 40px;
}

.news-single .main-middle {
  padding: 0;
}
.news-single .date {
  margin: 0 0 20px;
  color: var(--color-paragraph);
}
.news-single .share {
  margin: 0 0 20px;
}
.news-single .related-files-wrapper {
  margin: 0 0 40px;
}
.news-single .related-files-wrapper .file-item [class*=icon-]:before {
  content: "P";
}

.related-news {
  margin: 0;
}
.related-news .related-item {
  margin: 0;
}
.related-news .related-item .date {
  margin: 0 0 10px;
}
.related-news .related-item .img-wrapper {
  margin: 0 0 15px;
}

/* List margin */
/* Item margin */
/* Image margin */
/* Teaser margin */
/* Icon */
/* Top product list margin */
/* List margin */
/* Item margin */
/* Image margin */
/* Teaser margin */
/* Icon */
/* Download max width */
/* Download margin */
/* Related product margin */
/* Applications margin */
/* Item margin */
/* Image margin */
/* Teaser margin */
/* Icon */
/* Download max width */
/* Download margin */
/* Articles margin */
/* Item margin */
/* Image margin */
/* Teaser margin */
/* Icon */
/* Download max width */
/* Download margin */
.category-list {
  margin: 0;
}
.category-list .category-item {
  margin: 0 0 50px;
}
.category-list .category-item .img-wrapper {
  margin: 0 0 22px;
}
.category-list .category-item .teaser {
  margin-bottom: 0 0 22px;
}
.category-list .category-item .btn [class*=icon-]:before {
  content: "]";
}

.product-list, .related-carousel {
  margin: 0;
}
.product-list .product-item, .related-carousel .product-item {
  margin: 0 0 20px;
}
.product-list .product-item .img-wrapper, .related-carousel .product-item .img-wrapper {
  margin: 0 0 22px;
}
.product-list .product-item .teaser, .related-carousel .product-item .teaser {
  margin-bottom: 0 0 22px;
}
.product-list .product-item .btn [class*=icon-]:before, .related-carousel .product-item .btn [class*=icon-]:before {
  content: "]";
}

.top-products-list {
  margin: 40px 0 40px;
}

.product-single .download-section {
  max-width: 350px;
  margin: 0 0 30px auto;
}
.product-single .download-section .btn {
  display: block;
  text-align: left;
}
.product-single .download-section .btn [class*=icon-] {
  float: right;
}

.related-products {
  margin: 0 0 50px;
}

.applications {
  margin: 0 0 50px;
}
.applications .application-item {
  margin: 0 0 20px;
}
.applications .application-item .img-wrapper {
  margin: 0 0 22px;
}
.applications .application-item .teaser {
  margin-bottom: 0 0 22px;
}
.applications .application-item .btn [class*=icon-]:before {
  content: "]";
}

.articles {
  margin: 0 0 50px;
}
.articles .article-item {
  margin: 0 0 20px;
}
.articles .article-item .img-wrapper {
  margin: 0 0 22px;
}
.articles .article-item .teaser {
  margin-bottom: 0 0 22px;
}
.articles .article-item .btn [class*=icon-]:before {
  content: "]";
}

.article-single .download-section {
  max-width: 350px;
  margin: 0 0 30px auto;
}
.article-single .download-section .btn {
  display: block;
  text-align: left;
}
.article-single .download-section .btn [class*=icon-] {
  float: right;
}

/*include extra styling*/
.page-section {
  min-height: 100vh;
  text-align: center;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-section.one {
  background: #e5a74b;
}
.page-section.two {
  background: #e5d84b;
}
.page-section.three {
  background: #a7e54b;
}
.page-section.four {
  background: #4be593;
}
.page-section.five {
  background: #4bd8e5;
}
.page-section.six {
  background: #4b53e5;
}

.category {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 0;
}
.category:hover .bg-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.category .title-wrapper {
  position: relative;
  z-index: 2;
}
.category h1 {
  color: #FFFFFF;
  font-size: 124px;
  text-align: center;
}
.category .bg-image {
  min-height: 100vh;
  min-width: 100vw;
  background: url("/images/sunita.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2.25s;
  -moz-transition: all 2.25s;
  -ms-transition: all 2.25s;
  -o-transition: all 2.25s;
  transition: all 2.25s;
}
.category .quote {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 800px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.category .quote p {
  font-size: 35px;
  font-weight: bold;
}

.page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background: #010122;
}
.page .video {
  margin-bottom: 100px;
}
.page h1 {
  color: #FFFFFF;
  opacity: 0;
  position: relative;
  top: 100px;
  text-align: center;
  font-size: 80px;
}

/*# sourceMappingURL=style.css.map */
