@charset "UTF-8";
@import url(../bower_components/fontawesome-iconpicker/dist/css/fontawesome-iconpicker.css);
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

.lb-outerContainer:after {
  display: table; }

.lb-container {
  padding: 4px; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  display: table; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  background: #000000;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  font-size: 15px; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.owl-controls {
  position: absolute;
  top: 40%;
  width: 100%; }

.owl-next {
  float: right; }

.owl-prev {
  float: left; }

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative; }

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px; }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px; }

.sp-alpha-inner {
  border: solid 1px #333; }

.sp-clear {
  display: none; }

.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px; }

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none; }

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none !important; }

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }
  .sp-hue {
    left: 63%; }
  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8; }

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666; }

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff; }

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative; }

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

.sp-initial .sp-clear-display {
  background-position: center; }

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right; }

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0; }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0; }

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }

/*! =======================================================
                      VERSION  9.2.0
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.slider.slider-horizontal {
  width: 210px;
  height: 20px; }

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0; }

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0; }

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px; }

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0; }

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px; }

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center; }

.slider.slider-vertical {
  height: 210px;
  width: 20px; }

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0; }

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0; }

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px; }

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0; }

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap; }

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px; }

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0); }

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed; }

.slider input {
  display: none; }

.slider .tooltip.top {
  margin-top: -36px; }

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none; }

.slider .hide {
  display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0); }

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent; }

.slider-handle.round {
  border-radius: 50%; }

.slider-handle.triangle {
  background: transparent none; }

.slider-handle.custom {
  background: transparent none; }

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent; }

.slider-tick.round {
  border-radius: 50%; }

.slider-tick.triangle {
  background: transparent none; }

.slider-tick.custom {
  background: transparent none; }

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1; }

:root .grid-stack-item > .ui-resizable-handle {
  filter: none; }

.grid-stack {
  position: relative; }
  .grid-stack.grid-stack-rtl {
    direction: ltr; }
    .grid-stack.grid-stack-rtl > .grid-stack-item {
      direction: rtl; }
  .grid-stack .grid-stack-placeholder > .placeholder-content {
    border: 1px dashed lightgray;
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    text-align: center; }
  .grid-stack > .grid-stack-item {
    min-width: 2.0833333333%;
    position: absolute;
    padding: 0; }
    .grid-stack > .grid-stack-item > .grid-stack-item-content {
      margin: 0;
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px;
      bottom: 0;
      width: auto;
      z-index: 0 !important;
      overflow-x: hidden;
      overflow-y: auto; }
    .grid-stack > .grid-stack-item > .ui-resizable-handle {
      position: absolute;
      font-size: 0.1px;
      display: block;
      -ms-touch-action: none;
      touch-action: none; }
    .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle,
    .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
      display: none; }
    .grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
      z-index: 100; }
      .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
      .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content,
      .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
        box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
        opacity: 0.8; }
    .grid-stack > .grid-stack-item > .ui-resizable-se,
    .grid-stack > .grid-stack-item > .ui-resizable-sw {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .grid-stack > .grid-stack-item > .ui-resizable-se {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .grid-stack > .grid-stack-item > .ui-resizable-nw {
      cursor: nw-resize;
      width: 20px;
      height: 20px;
      left: 10px;
      top: 0; }
    .grid-stack > .grid-stack-item > .ui-resizable-n {
      cursor: n-resize;
      height: 10px;
      top: 0;
      left: 25px;
      right: 25px; }
    .grid-stack > .grid-stack-item > .ui-resizable-ne {
      cursor: ne-resize;
      width: 20px;
      height: 20px;
      right: 10px;
      top: 0; }
    .grid-stack > .grid-stack-item > .ui-resizable-e {
      cursor: e-resize;
      width: 10px;
      right: 10px;
      top: 15px;
      bottom: 15px; }
    .grid-stack > .grid-stack-item > .ui-resizable-se {
      cursor: se-resize;
      width: 20px;
      height: 20px;
      right: 10px;
      bottom: 0; }
    .grid-stack > .grid-stack-item > .ui-resizable-s {
      cursor: s-resize;
      height: 10px;
      left: 25px;
      bottom: 0;
      right: 25px; }
    .grid-stack > .grid-stack-item > .ui-resizable-sw {
      cursor: sw-resize;
      width: 20px;
      height: 20px;
      left: 10px;
      bottom: 0; }
    .grid-stack > .grid-stack-item > .ui-resizable-w {
      cursor: w-resize;
      width: 10px;
      left: 10px;
      top: 15px;
      bottom: 15px; }
    .grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
      display: none !important; }
    .grid-stack > .grid-stack-item[data-gs-width='1'] {
      width: 2.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='1'] {
      left: 2.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='1'] {
      min-width: 2.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='1'] {
      max-width: 2.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='2'] {
      width: 4.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='2'] {
      left: 4.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='2'] {
      min-width: 4.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='2'] {
      max-width: 4.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='3'] {
      width: 6.25%; }
    .grid-stack > .grid-stack-item[data-gs-x='3'] {
      left: 6.25%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='3'] {
      min-width: 6.25%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='3'] {
      max-width: 6.25%; }
    .grid-stack > .grid-stack-item[data-gs-width='4'] {
      width: 8.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='4'] {
      left: 8.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='4'] {
      min-width: 8.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='4'] {
      max-width: 8.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='5'] {
      width: 10.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='5'] {
      left: 10.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='5'] {
      min-width: 10.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='5'] {
      max-width: 10.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='6'] {
      width: 12.5%; }
    .grid-stack > .grid-stack-item[data-gs-x='6'] {
      left: 12.5%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='6'] {
      min-width: 12.5%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='6'] {
      max-width: 12.5%; }
    .grid-stack > .grid-stack-item[data-gs-width='7'] {
      width: 14.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='7'] {
      left: 14.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='7'] {
      min-width: 14.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='7'] {
      max-width: 14.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='8'] {
      width: 16.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='8'] {
      left: 16.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='8'] {
      min-width: 16.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='8'] {
      max-width: 16.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='9'] {
      width: 18.75%; }
    .grid-stack > .grid-stack-item[data-gs-x='9'] {
      left: 18.75%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='9'] {
      min-width: 18.75%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='9'] {
      max-width: 18.75%; }
    .grid-stack > .grid-stack-item[data-gs-width='10'] {
      width: 20.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='10'] {
      left: 20.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='10'] {
      min-width: 20.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='10'] {
      max-width: 20.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='11'] {
      width: 22.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='11'] {
      left: 22.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='11'] {
      min-width: 22.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='11'] {
      max-width: 22.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='12'] {
      width: 25%; }
    .grid-stack > .grid-stack-item[data-gs-x='12'] {
      left: 25%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='12'] {
      min-width: 25%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='12'] {
      max-width: 25%; }
    .grid-stack > .grid-stack-item[data-gs-width='13'] {
      width: 27.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='13'] {
      left: 27.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='13'] {
      min-width: 27.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='13'] {
      max-width: 27.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='14'] {
      width: 29.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='14'] {
      left: 29.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='14'] {
      min-width: 29.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='14'] {
      max-width: 29.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='15'] {
      width: 31.25%; }
    .grid-stack > .grid-stack-item[data-gs-x='15'] {
      left: 31.25%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='15'] {
      min-width: 31.25%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='15'] {
      max-width: 31.25%; }
    .grid-stack > .grid-stack-item[data-gs-width='16'] {
      width: 33.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='16'] {
      left: 33.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='16'] {
      min-width: 33.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='16'] {
      max-width: 33.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='17'] {
      width: 35.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='17'] {
      left: 35.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='17'] {
      min-width: 35.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='17'] {
      max-width: 35.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='18'] {
      width: 37.5%; }
    .grid-stack > .grid-stack-item[data-gs-x='18'] {
      left: 37.5%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='18'] {
      min-width: 37.5%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='18'] {
      max-width: 37.5%; }
    .grid-stack > .grid-stack-item[data-gs-width='19'] {
      width: 39.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='19'] {
      left: 39.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='19'] {
      min-width: 39.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='19'] {
      max-width: 39.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='20'] {
      width: 41.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='20'] {
      left: 41.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='20'] {
      min-width: 41.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='20'] {
      max-width: 41.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='21'] {
      width: 43.75%; }
    .grid-stack > .grid-stack-item[data-gs-x='21'] {
      left: 43.75%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='21'] {
      min-width: 43.75%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='21'] {
      max-width: 43.75%; }
    .grid-stack > .grid-stack-item[data-gs-width='22'] {
      width: 45.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='22'] {
      left: 45.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='22'] {
      min-width: 45.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='22'] {
      max-width: 45.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='23'] {
      width: 47.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='23'] {
      left: 47.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='23'] {
      min-width: 47.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='23'] {
      max-width: 47.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='24'] {
      width: 50%; }
    .grid-stack > .grid-stack-item[data-gs-x='24'] {
      left: 50%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='24'] {
      min-width: 50%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='24'] {
      max-width: 50%; }
    .grid-stack > .grid-stack-item[data-gs-width='25'] {
      width: 52.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='25'] {
      left: 52.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='25'] {
      min-width: 52.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='25'] {
      max-width: 52.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='26'] {
      width: 54.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='26'] {
      left: 54.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='26'] {
      min-width: 54.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='26'] {
      max-width: 54.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='27'] {
      width: 56.25%; }
    .grid-stack > .grid-stack-item[data-gs-x='27'] {
      left: 56.25%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='27'] {
      min-width: 56.25%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='27'] {
      max-width: 56.25%; }
    .grid-stack > .grid-stack-item[data-gs-width='28'] {
      width: 58.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='28'] {
      left: 58.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='28'] {
      min-width: 58.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='28'] {
      max-width: 58.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='29'] {
      width: 60.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='29'] {
      left: 60.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='29'] {
      min-width: 60.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='29'] {
      max-width: 60.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='30'] {
      width: 62.5%; }
    .grid-stack > .grid-stack-item[data-gs-x='30'] {
      left: 62.5%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='30'] {
      min-width: 62.5%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='30'] {
      max-width: 62.5%; }
    .grid-stack > .grid-stack-item[data-gs-width='31'] {
      width: 64.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='31'] {
      left: 64.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='31'] {
      min-width: 64.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='31'] {
      max-width: 64.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='32'] {
      width: 66.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='32'] {
      left: 66.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='32'] {
      min-width: 66.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='32'] {
      max-width: 66.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='33'] {
      width: 68.75%; }
    .grid-stack > .grid-stack-item[data-gs-x='33'] {
      left: 68.75%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='33'] {
      min-width: 68.75%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='33'] {
      max-width: 68.75%; }
    .grid-stack > .grid-stack-item[data-gs-width='34'] {
      width: 70.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='34'] {
      left: 70.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='34'] {
      min-width: 70.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='34'] {
      max-width: 70.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='35'] {
      width: 72.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='35'] {
      left: 72.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='35'] {
      min-width: 72.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='35'] {
      max-width: 72.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='36'] {
      width: 75%; }
    .grid-stack > .grid-stack-item[data-gs-x='36'] {
      left: 75%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='36'] {
      min-width: 75%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='36'] {
      max-width: 75%; }
    .grid-stack > .grid-stack-item[data-gs-width='37'] {
      width: 77.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='37'] {
      left: 77.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='37'] {
      min-width: 77.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='37'] {
      max-width: 77.0833333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='38'] {
      width: 79.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='38'] {
      left: 79.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='38'] {
      min-width: 79.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='38'] {
      max-width: 79.1666666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='39'] {
      width: 81.25%; }
    .grid-stack > .grid-stack-item[data-gs-x='39'] {
      left: 81.25%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='39'] {
      min-width: 81.25%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='39'] {
      max-width: 81.25%; }
    .grid-stack > .grid-stack-item[data-gs-width='40'] {
      width: 83.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='40'] {
      left: 83.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='40'] {
      min-width: 83.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='40'] {
      max-width: 83.3333333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='41'] {
      width: 85.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='41'] {
      left: 85.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='41'] {
      min-width: 85.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='41'] {
      max-width: 85.4166666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='42'] {
      width: 87.5%; }
    .grid-stack > .grid-stack-item[data-gs-x='42'] {
      left: 87.5%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='42'] {
      min-width: 87.5%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='42'] {
      max-width: 87.5%; }
    .grid-stack > .grid-stack-item[data-gs-width='43'] {
      width: 89.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='43'] {
      left: 89.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='43'] {
      min-width: 89.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='43'] {
      max-width: 89.5833333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='44'] {
      width: 91.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='44'] {
      left: 91.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='44'] {
      min-width: 91.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='44'] {
      max-width: 91.6666666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='45'] {
      width: 93.75%; }
    .grid-stack > .grid-stack-item[data-gs-x='45'] {
      left: 93.75%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='45'] {
      min-width: 93.75%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='45'] {
      max-width: 93.75%; }
    .grid-stack > .grid-stack-item[data-gs-width='46'] {
      width: 95.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-x='46'] {
      left: 95.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='46'] {
      min-width: 95.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='46'] {
      max-width: 95.8333333333%; }
    .grid-stack > .grid-stack-item[data-gs-width='47'] {
      width: 97.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-x='47'] {
      left: 97.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='47'] {
      min-width: 97.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='47'] {
      max-width: 97.9166666667%; }
    .grid-stack > .grid-stack-item[data-gs-width='48'] {
      width: 100%; }
    .grid-stack > .grid-stack-item[data-gs-x='48'] {
      left: 100%; }
    .grid-stack > .grid-stack-item[data-gs-min-width='48'] {
      min-width: 100%; }
    .grid-stack > .grid-stack-item[data-gs-max-width='48'] {
      max-width: 100%; }
  .grid-stack.grid-stack-animate,
  .grid-stack.grid-stack-animate .grid-stack-item {
    -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; }
  .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
  .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing,
  .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
    -webkit-transition: left 0s, top 0s, height 0s, width 0s;
    -moz-transition: left 0s, top 0s, height 0s, width 0s;
    -ms-transition: left 0s, top 0s, height 0s, width 0s;
    -o-transition: left 0s, top 0s, height 0s, width 0s;
    transition: left 0s, top 0s, height 0s, width 0s; }

@media (max-width: 768px) {
  .grid-stack-item {
    position: relative !important;
    width: auto !important;
    left: 0 !important;
    top: auto !important;
    margin-bottom: 20px; }
    .grid-stack-item .ui-resizable-handle {
      display: none; }
  .grid-stack {
    height: auto !important; } }

.grid-stack-item-content {
  width: 100%;
  overflow-y: visible; }

.grid-stack-item {
  overflow-y: visible; }

.grid-stack > .grid-stack-item > .gridstack-item-type-5 {
  overflow: visible;
  position: relative;
  height: 100%; }

.admin .grid-stack-item {
  width: 100%;
  height: 100%; }

.admin .side-header .grid-stack-item {
  top: 5vw; }

.grid-stack-item-content.dragging {
  outline: 1px dashed black; }

.container-name {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  color: black;
  padding: 4px; }

.grid-stack.dragging {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.15) 10px, rgba(0, 0, 0, 0.15) 20px); }
  .grid-stack.dragging .container-name {
    display: block; }

.widget-wrap {
  height: 100%; }

.grid-stack .grid-stack-item .grid-stack-item-content,
.grid-stack .grid-stack-item .placeholder-content {
  left: 0;
  right: 0; }

.grid-stack-item[data-gs-width='1'] {
  width: 2.0833333333%; }

.grid-stack-item[data-gs-x='1'] {
  left: 2.0833333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='1'] {
  min-width: 2.0833333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='1'] {
  max-width: 2.0833333333%; }

.grid-stack-item[data-gs-width='2'] {
  width: 4.1666666667%; }

.grid-stack-item[data-gs-x='2'] {
  left: 4.1666666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='2'] {
  min-width: 4.1666666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='2'] {
  max-width: 4.1666666667%; }

.grid-stack-item[data-gs-width='3'] {
  width: 6.25%; }

.grid-stack-item[data-gs-x='3'] {
  left: 6.25%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='3'] {
  min-width: 6.25%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='3'] {
  max-width: 6.25%; }

.grid-stack-item[data-gs-width='4'] {
  width: 8.3333333333%; }

.grid-stack-item[data-gs-x='4'] {
  left: 8.3333333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='4'] {
  min-width: 8.3333333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='4'] {
  max-width: 8.3333333333%; }

.grid-stack-item[data-gs-width='5'] {
  width: 10.4166666667%; }

.grid-stack-item[data-gs-x='5'] {
  left: 10.4166666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='5'] {
  min-width: 10.4166666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='5'] {
  max-width: 10.4166666667%; }

.grid-stack-item[data-gs-width='6'] {
  width: 12.5%; }

.grid-stack-item[data-gs-x='6'] {
  left: 12.5%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='6'] {
  min-width: 12.5%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='6'] {
  max-width: 12.5%; }

.grid-stack-item[data-gs-width='7'] {
  width: 14.5833333333%; }

.grid-stack-item[data-gs-x='7'] {
  left: 14.5833333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='7'] {
  min-width: 14.5833333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='7'] {
  max-width: 14.5833333333%; }

.grid-stack-item[data-gs-width='8'] {
  width: 16.6666666667%; }

.grid-stack-item[data-gs-x='8'] {
  left: 16.6666666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='8'] {
  min-width: 16.6666666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='8'] {
  max-width: 16.6666666667%; }

.grid-stack-item[data-gs-width='9'] {
  width: 18.75%; }

.grid-stack-item[data-gs-x='9'] {
  left: 18.75%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='9'] {
  min-width: 18.75%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='9'] {
  max-width: 18.75%; }

.grid-stack-item[data-gs-width='10'] {
  width: 20.8333333333%; }

.grid-stack-item[data-gs-x='10'] {
  left: 20.8333333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='10'] {
  min-width: 20.8333333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='10'] {
  max-width: 20.8333333333%; }

.grid-stack-item[data-gs-width='11'] {
  width: 22.9166666667%; }

.grid-stack-item[data-gs-x='11'] {
  left: 22.9166666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='11'] {
  min-width: 22.9166666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='11'] {
  max-width: 22.9166666667%; }

.grid-stack-item[data-gs-width='12'] {
  width: 25%; }

.grid-stack-item[data-gs-x='12'] {
  left: 25%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='12'] {
  min-width: 25%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='12'] {
  max-width: 25%; }

.grid-stack-item[data-gs-width='13'] {
  width: 27.0833333333%; }

.grid-stack-item[data-gs-x='13'] {
  left: 27.0833333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='13'] {
  min-width: 27.0833333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='13'] {
  max-width: 27.0833333333%; }

.grid-stack-item[data-gs-width='14'] {
  width: 29.1666666667%; }

.grid-stack-item[data-gs-x='14'] {
  left: 29.1666666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='14'] {
  min-width: 29.1666666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='14'] {
  max-width: 29.1666666667%; }

.grid-stack-item[data-gs-width='15'] {
  width: 31.25%; }

.grid-stack-item[data-gs-x='15'] {
  left: 31.25%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='15'] {
  min-width: 31.25%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='15'] {
  max-width: 31.25%; }

.grid-stack-item[data-gs-width='16'] {
  width: 33.3333333333%; }

.grid-stack-item[data-gs-x='16'] {
  left: 33.3333333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='16'] {
  min-width: 33.3333333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='16'] {
  max-width: 33.3333333333%; }

.grid-stack-item[data-gs-width='17'] {
  width: 35.4166666667%; }

.grid-stack-item[data-gs-x='17'] {
  left: 35.4166666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='17'] {
  min-width: 35.4166666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='17'] {
  max-width: 35.4166666667%; }

.grid-stack-item[data-gs-width='18'] {
  width: 37.5%; }

.grid-stack-item[data-gs-x='18'] {
  left: 37.5%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='18'] {
  min-width: 37.5%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='18'] {
  max-width: 37.5%; }

.grid-stack-item[data-gs-width='19'] {
  width: 39.5833333333%; }

.grid-stack-item[data-gs-x='19'] {
  left: 39.5833333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='19'] {
  min-width: 39.5833333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='19'] {
  max-width: 39.5833333333%; }

.grid-stack-item[data-gs-width='20'] {
  width: 41.6666666667%; }

.grid-stack-item[data-gs-x='20'] {
  left: 41.6666666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='20'] {
  min-width: 41.6666666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='20'] {
  max-width: 41.6666666667%; }

.grid-stack-item[data-gs-width='21'] {
  width: 43.75%; }

.grid-stack-item[data-gs-x='21'] {
  left: 43.75%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='21'] {
  min-width: 43.75%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='21'] {
  max-width: 43.75%; }

.grid-stack-item[data-gs-width='22'] {
  width: 45.8333333333%; }

.grid-stack-item[data-gs-x='22'] {
  left: 45.8333333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='22'] {
  min-width: 45.8333333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='22'] {
  max-width: 45.8333333333%; }

.grid-stack-item[data-gs-width='23'] {
  width: 47.9166666667%; }

.grid-stack-item[data-gs-x='23'] {
  left: 47.9166666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='23'] {
  min-width: 47.9166666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='23'] {
  max-width: 47.9166666667%; }

.grid-stack-item[data-gs-width='24'] {
  width: 50%; }

.grid-stack-item[data-gs-x='24'] {
  left: 50%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='24'] {
  min-width: 50%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='24'] {
  max-width: 50%; }

.grid-stack-item[data-gs-width='25'] {
  width: 52.0833333333%; }

.grid-stack-item[data-gs-x='25'] {
  left: 52.0833333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='25'] {
  min-width: 52.0833333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='25'] {
  max-width: 52.0833333333%; }

.grid-stack-item[data-gs-width='26'] {
  width: 54.1666666667%; }

.grid-stack-item[data-gs-x='26'] {
  left: 54.1666666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='26'] {
  min-width: 54.1666666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='26'] {
  max-width: 54.1666666667%; }

.grid-stack-item[data-gs-width='27'] {
  width: 56.25%; }

.grid-stack-item[data-gs-x='27'] {
  left: 56.25%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='27'] {
  min-width: 56.25%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='27'] {
  max-width: 56.25%; }

.grid-stack-item[data-gs-width='28'] {
  width: 58.3333333333%; }

.grid-stack-item[data-gs-x='28'] {
  left: 58.3333333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='28'] {
  min-width: 58.3333333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='28'] {
  max-width: 58.3333333333%; }

.grid-stack-item[data-gs-width='29'] {
  width: 60.4166666667%; }

.grid-stack-item[data-gs-x='29'] {
  left: 60.4166666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='29'] {
  min-width: 60.4166666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='29'] {
  max-width: 60.4166666667%; }

.grid-stack-item[data-gs-width='30'] {
  width: 62.5%; }

.grid-stack-item[data-gs-x='30'] {
  left: 62.5%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='30'] {
  min-width: 62.5%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='30'] {
  max-width: 62.5%; }

.grid-stack-item[data-gs-width='31'] {
  width: 64.5833333333%; }

.grid-stack-item[data-gs-x='31'] {
  left: 64.5833333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='31'] {
  min-width: 64.5833333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='31'] {
  max-width: 64.5833333333%; }

.grid-stack-item[data-gs-width='32'] {
  width: 66.6666666667%; }

.grid-stack-item[data-gs-x='32'] {
  left: 66.6666666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='32'] {
  min-width: 66.6666666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='32'] {
  max-width: 66.6666666667%; }

.grid-stack-item[data-gs-width='33'] {
  width: 68.75%; }

.grid-stack-item[data-gs-x='33'] {
  left: 68.75%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='33'] {
  min-width: 68.75%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='33'] {
  max-width: 68.75%; }

.grid-stack-item[data-gs-width='34'] {
  width: 70.8333333333%; }

.grid-stack-item[data-gs-x='34'] {
  left: 70.8333333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='34'] {
  min-width: 70.8333333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='34'] {
  max-width: 70.8333333333%; }

.grid-stack-item[data-gs-width='35'] {
  width: 72.9166666667%; }

.grid-stack-item[data-gs-x='35'] {
  left: 72.9166666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='35'] {
  min-width: 72.9166666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='35'] {
  max-width: 72.9166666667%; }

.grid-stack-item[data-gs-width='36'] {
  width: 75%; }

.grid-stack-item[data-gs-x='36'] {
  left: 75%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='36'] {
  min-width: 75%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='36'] {
  max-width: 75%; }

.grid-stack-item[data-gs-width='37'] {
  width: 77.0833333333%; }

.grid-stack-item[data-gs-x='37'] {
  left: 77.0833333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='37'] {
  min-width: 77.0833333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='37'] {
  max-width: 77.0833333333%; }

.grid-stack-item[data-gs-width='38'] {
  width: 79.1666666667%; }

.grid-stack-item[data-gs-x='38'] {
  left: 79.1666666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='38'] {
  min-width: 79.1666666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='38'] {
  max-width: 79.1666666667%; }

.grid-stack-item[data-gs-width='39'] {
  width: 81.25%; }

.grid-stack-item[data-gs-x='39'] {
  left: 81.25%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='39'] {
  min-width: 81.25%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='39'] {
  max-width: 81.25%; }

.grid-stack-item[data-gs-width='40'] {
  width: 83.3333333333%; }

.grid-stack-item[data-gs-x='40'] {
  left: 83.3333333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='40'] {
  min-width: 83.3333333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='40'] {
  max-width: 83.3333333333%; }

.grid-stack-item[data-gs-width='41'] {
  width: 85.4166666667%; }

.grid-stack-item[data-gs-x='41'] {
  left: 85.4166666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='41'] {
  min-width: 85.4166666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='41'] {
  max-width: 85.4166666667%; }

.grid-stack-item[data-gs-width='42'] {
  width: 87.5%; }

.grid-stack-item[data-gs-x='42'] {
  left: 87.5%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='42'] {
  min-width: 87.5%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='42'] {
  max-width: 87.5%; }

.grid-stack-item[data-gs-width='43'] {
  width: 89.5833333333%; }

.grid-stack-item[data-gs-x='43'] {
  left: 89.5833333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='43'] {
  min-width: 89.5833333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='43'] {
  max-width: 89.5833333333%; }

.grid-stack-item[data-gs-width='44'] {
  width: 91.6666666667%; }

.grid-stack-item[data-gs-x='44'] {
  left: 91.6666666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='44'] {
  min-width: 91.6666666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='44'] {
  max-width: 91.6666666667%; }

.grid-stack-item[data-gs-width='45'] {
  width: 93.75%; }

.grid-stack-item[data-gs-x='45'] {
  left: 93.75%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='45'] {
  min-width: 93.75%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='45'] {
  max-width: 93.75%; }

.grid-stack-item[data-gs-width='46'] {
  width: 95.8333333333%; }

.grid-stack-item[data-gs-x='46'] {
  left: 95.8333333333%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='46'] {
  min-width: 95.8333333333%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='46'] {
  max-width: 95.8333333333%; }

.grid-stack-item[data-gs-width='47'] {
  width: 97.9166666667%; }

.grid-stack-item[data-gs-x='47'] {
  left: 97.9166666667%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='47'] {
  min-width: 97.9166666667%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='47'] {
  max-width: 97.9166666667%; }

.grid-stack-item[data-gs-width='48'] {
  width: 100%; }

.grid-stack-item[data-gs-x='48'] {
  left: 100%; }

.grid-stack-item.grid-stack-item[data-gs-min-width='48'] {
  min-width: 100%; }

.grid-stack-item.grid-stack-item[data-gs-max-width='48'] {
  max-width: 100%; }

.grid-stack-item[data-gs-height='1'] {
  height: 5px; }

.grid-stack-item[data-gs-y='1'] {
  top: 5px; }

.grid-stack-item[data-gs-height='2'] {
  height: 10px; }

.grid-stack-item[data-gs-y='2'] {
  top: 10px; }

.grid-stack-item[data-gs-height='3'] {
  height: 15px; }

.grid-stack-item[data-gs-y='3'] {
  top: 15px; }

.grid-stack-item[data-gs-height='4'] {
  height: 20px; }

.grid-stack-item[data-gs-y='4'] {
  top: 20px; }

.grid-stack-item[data-gs-height='5'] {
  height: 25px; }

.grid-stack-item[data-gs-y='5'] {
  top: 25px; }

.grid-stack-item[data-gs-height='6'] {
  height: 30px; }

.grid-stack-item[data-gs-y='6'] {
  top: 30px; }

.grid-stack-item[data-gs-height='7'] {
  height: 35px; }

.grid-stack-item[data-gs-y='7'] {
  top: 35px; }

.grid-stack-item[data-gs-height='8'] {
  height: 40px; }

.grid-stack-item[data-gs-y='8'] {
  top: 40px; }

.grid-stack-item[data-gs-height='9'] {
  height: 45px; }

.grid-stack-item[data-gs-y='9'] {
  top: 45px; }

.grid-stack-item[data-gs-height='10'] {
  height: 50px; }

.grid-stack-item[data-gs-y='10'] {
  top: 50px; }

.grid-stack-item[data-gs-height='11'] {
  height: 55px; }

.grid-stack-item[data-gs-y='11'] {
  top: 55px; }

.grid-stack-item[data-gs-height='12'] {
  height: 60px; }

.grid-stack-item[data-gs-y='12'] {
  top: 60px; }

.grid-stack-item[data-gs-height='13'] {
  height: 65px; }

.grid-stack-item[data-gs-y='13'] {
  top: 65px; }

.grid-stack-item[data-gs-height='14'] {
  height: 70px; }

.grid-stack-item[data-gs-y='14'] {
  top: 70px; }

.grid-stack-item[data-gs-height='15'] {
  height: 75px; }

.grid-stack-item[data-gs-y='15'] {
  top: 75px; }

.grid-stack-item[data-gs-height='16'] {
  height: 80px; }

.grid-stack-item[data-gs-y='16'] {
  top: 80px; }

.grid-stack-item[data-gs-height='17'] {
  height: 85px; }

.grid-stack-item[data-gs-y='17'] {
  top: 85px; }

.grid-stack-item[data-gs-height='18'] {
  height: 90px; }

.grid-stack-item[data-gs-y='18'] {
  top: 90px; }

.grid-stack-item[data-gs-height='19'] {
  height: 95px; }

.grid-stack-item[data-gs-y='19'] {
  top: 95px; }

.grid-stack-item[data-gs-height='20'] {
  height: 100px; }

.grid-stack-item[data-gs-y='20'] {
  top: 100px; }

.grid-stack-item[data-gs-height='21'] {
  height: 105px; }

.grid-stack-item[data-gs-y='21'] {
  top: 105px; }

.grid-stack-item[data-gs-height='22'] {
  height: 110px; }

.grid-stack-item[data-gs-y='22'] {
  top: 110px; }

.grid-stack-item[data-gs-height='23'] {
  height: 115px; }

.grid-stack-item[data-gs-y='23'] {
  top: 115px; }

.grid-stack-item[data-gs-height='24'] {
  height: 120px; }

.grid-stack-item[data-gs-y='24'] {
  top: 120px; }

.grid-stack-item[data-gs-height='25'] {
  height: 125px; }

.grid-stack-item[data-gs-y='25'] {
  top: 125px; }

.grid-stack-item[data-gs-height='26'] {
  height: 130px; }

.grid-stack-item[data-gs-y='26'] {
  top: 130px; }

.grid-stack-item[data-gs-height='27'] {
  height: 135px; }

.grid-stack-item[data-gs-y='27'] {
  top: 135px; }

.grid-stack-item[data-gs-height='28'] {
  height: 140px; }

.grid-stack-item[data-gs-y='28'] {
  top: 140px; }

.grid-stack-item[data-gs-height='29'] {
  height: 145px; }

.grid-stack-item[data-gs-y='29'] {
  top: 145px; }

.grid-stack-item[data-gs-height='30'] {
  height: 150px; }

.grid-stack-item[data-gs-y='30'] {
  top: 150px; }

.grid-stack-item[data-gs-height='31'] {
  height: 155px; }

.grid-stack-item[data-gs-y='31'] {
  top: 155px; }

.grid-stack-item[data-gs-height='32'] {
  height: 160px; }

.grid-stack-item[data-gs-y='32'] {
  top: 160px; }

.grid-stack-item[data-gs-height='33'] {
  height: 165px; }

.grid-stack-item[data-gs-y='33'] {
  top: 165px; }

.grid-stack-item[data-gs-height='34'] {
  height: 170px; }

.grid-stack-item[data-gs-y='34'] {
  top: 170px; }

.grid-stack-item[data-gs-height='35'] {
  height: 175px; }

.grid-stack-item[data-gs-y='35'] {
  top: 175px; }

.grid-stack-item[data-gs-height='36'] {
  height: 180px; }

.grid-stack-item[data-gs-y='36'] {
  top: 180px; }

.grid-stack-item[data-gs-height='37'] {
  height: 185px; }

.grid-stack-item[data-gs-y='37'] {
  top: 185px; }

.grid-stack-item[data-gs-height='38'] {
  height: 190px; }

.grid-stack-item[data-gs-y='38'] {
  top: 190px; }

.grid-stack-item[data-gs-height='39'] {
  height: 195px; }

.grid-stack-item[data-gs-y='39'] {
  top: 195px; }

.grid-stack-item[data-gs-height='40'] {
  height: 200px; }

.grid-stack-item[data-gs-y='40'] {
  top: 200px; }

.grid-stack-item[data-gs-height='41'] {
  height: 205px; }

.grid-stack-item[data-gs-y='41'] {
  top: 205px; }

.grid-stack-item[data-gs-height='42'] {
  height: 210px; }

.grid-stack-item[data-gs-y='42'] {
  top: 210px; }

.grid-stack-item[data-gs-height='43'] {
  height: 215px; }

.grid-stack-item[data-gs-y='43'] {
  top: 215px; }

.grid-stack-item[data-gs-height='44'] {
  height: 220px; }

.grid-stack-item[data-gs-y='44'] {
  top: 220px; }

.grid-stack-item[data-gs-height='45'] {
  height: 225px; }

.grid-stack-item[data-gs-y='45'] {
  top: 225px; }

.grid-stack-item[data-gs-height='46'] {
  height: 230px; }

.grid-stack-item[data-gs-y='46'] {
  top: 230px; }

.grid-stack-item[data-gs-height='47'] {
  height: 235px; }

.grid-stack-item[data-gs-y='47'] {
  top: 235px; }

.grid-stack-item[data-gs-height='48'] {
  height: 240px; }

.grid-stack-item[data-gs-y='48'] {
  top: 240px; }

.grid-stack-item[data-gs-height='49'] {
  height: 245px; }

.grid-stack-item[data-gs-y='49'] {
  top: 245px; }

.grid-stack-item[data-gs-height='50'] {
  height: 250px; }

.grid-stack-item[data-gs-y='50'] {
  top: 250px; }

.grid-stack-item[data-gs-height='51'] {
  height: 255px; }

.grid-stack-item[data-gs-y='51'] {
  top: 255px; }

.grid-stack-item[data-gs-height='52'] {
  height: 260px; }

.grid-stack-item[data-gs-y='52'] {
  top: 260px; }

.grid-stack-item[data-gs-height='53'] {
  height: 265px; }

.grid-stack-item[data-gs-y='53'] {
  top: 265px; }

.grid-stack-item[data-gs-height='54'] {
  height: 270px; }

.grid-stack-item[data-gs-y='54'] {
  top: 270px; }

.grid-stack-item[data-gs-height='55'] {
  height: 275px; }

.grid-stack-item[data-gs-y='55'] {
  top: 275px; }

.grid-stack-item[data-gs-height='56'] {
  height: 280px; }

.grid-stack-item[data-gs-y='56'] {
  top: 280px; }

.grid-stack-item[data-gs-height='57'] {
  height: 285px; }

.grid-stack-item[data-gs-y='57'] {
  top: 285px; }

.grid-stack-item[data-gs-height='58'] {
  height: 290px; }

.grid-stack-item[data-gs-y='58'] {
  top: 290px; }

.grid-stack-item[data-gs-height='59'] {
  height: 295px; }

.grid-stack-item[data-gs-y='59'] {
  top: 295px; }

.grid-stack-item[data-gs-height='60'] {
  height: 300px; }

.grid-stack-item[data-gs-y='60'] {
  top: 300px; }

.grid-stack-item[data-gs-height='61'] {
  height: 305px; }

.grid-stack-item[data-gs-y='61'] {
  top: 305px; }

.grid-stack-item[data-gs-height='62'] {
  height: 310px; }

.grid-stack-item[data-gs-y='62'] {
  top: 310px; }

.grid-stack-item[data-gs-height='63'] {
  height: 315px; }

.grid-stack-item[data-gs-y='63'] {
  top: 315px; }

.grid-stack-item[data-gs-height='64'] {
  height: 320px; }

.grid-stack-item[data-gs-y='64'] {
  top: 320px; }

.grid-stack-item[data-gs-height='65'] {
  height: 325px; }

.grid-stack-item[data-gs-y='65'] {
  top: 325px; }

.grid-stack-item[data-gs-height='66'] {
  height: 330px; }

.grid-stack-item[data-gs-y='66'] {
  top: 330px; }

.grid-stack-item[data-gs-height='67'] {
  height: 335px; }

.grid-stack-item[data-gs-y='67'] {
  top: 335px; }

.grid-stack-item[data-gs-height='68'] {
  height: 340px; }

.grid-stack-item[data-gs-y='68'] {
  top: 340px; }

.grid-stack-item[data-gs-height='69'] {
  height: 345px; }

.grid-stack-item[data-gs-y='69'] {
  top: 345px; }

.grid-stack-item[data-gs-height='70'] {
  height: 350px; }

.grid-stack-item[data-gs-y='70'] {
  top: 350px; }

.grid-stack-item[data-gs-height='71'] {
  height: 355px; }

.grid-stack-item[data-gs-y='71'] {
  top: 355px; }

.grid-stack-item[data-gs-height='72'] {
  height: 360px; }

.grid-stack-item[data-gs-y='72'] {
  top: 360px; }

.grid-stack-item[data-gs-height='73'] {
  height: 365px; }

.grid-stack-item[data-gs-y='73'] {
  top: 365px; }

.grid-stack-item[data-gs-height='74'] {
  height: 370px; }

.grid-stack-item[data-gs-y='74'] {
  top: 370px; }

.grid-stack-item[data-gs-height='75'] {
  height: 375px; }

.grid-stack-item[data-gs-y='75'] {
  top: 375px; }

.grid-stack-item[data-gs-height='76'] {
  height: 380px; }

.grid-stack-item[data-gs-y='76'] {
  top: 380px; }

.grid-stack-item[data-gs-height='77'] {
  height: 385px; }

.grid-stack-item[data-gs-y='77'] {
  top: 385px; }

.grid-stack-item[data-gs-height='78'] {
  height: 390px; }

.grid-stack-item[data-gs-y='78'] {
  top: 390px; }

.grid-stack-item[data-gs-height='79'] {
  height: 395px; }

.grid-stack-item[data-gs-y='79'] {
  top: 395px; }

.grid-stack-item[data-gs-height='80'] {
  height: 400px; }

.grid-stack-item[data-gs-y='80'] {
  top: 400px; }

.grid-stack-item[data-gs-height='81'] {
  height: 405px; }

.grid-stack-item[data-gs-y='81'] {
  top: 405px; }

.grid-stack-item[data-gs-height='82'] {
  height: 410px; }

.grid-stack-item[data-gs-y='82'] {
  top: 410px; }

.grid-stack-item[data-gs-height='83'] {
  height: 415px; }

.grid-stack-item[data-gs-y='83'] {
  top: 415px; }

.grid-stack-item[data-gs-height='84'] {
  height: 420px; }

.grid-stack-item[data-gs-y='84'] {
  top: 420px; }

.grid-stack-item[data-gs-height='85'] {
  height: 425px; }

.grid-stack-item[data-gs-y='85'] {
  top: 425px; }

.grid-stack-item[data-gs-height='86'] {
  height: 430px; }

.grid-stack-item[data-gs-y='86'] {
  top: 430px; }

.grid-stack-item[data-gs-height='87'] {
  height: 435px; }

.grid-stack-item[data-gs-y='87'] {
  top: 435px; }

.grid-stack-item[data-gs-height='88'] {
  height: 440px; }

.grid-stack-item[data-gs-y='88'] {
  top: 440px; }

.grid-stack-item[data-gs-height='89'] {
  height: 445px; }

.grid-stack-item[data-gs-y='89'] {
  top: 445px; }

.grid-stack-item[data-gs-height='90'] {
  height: 450px; }

.grid-stack-item[data-gs-y='90'] {
  top: 450px; }

.grid-stack-item[data-gs-height='91'] {
  height: 455px; }

.grid-stack-item[data-gs-y='91'] {
  top: 455px; }

.grid-stack-item[data-gs-height='92'] {
  height: 460px; }

.grid-stack-item[data-gs-y='92'] {
  top: 460px; }

.grid-stack-item[data-gs-height='93'] {
  height: 465px; }

.grid-stack-item[data-gs-y='93'] {
  top: 465px; }

.grid-stack-item[data-gs-height='94'] {
  height: 470px; }

.grid-stack-item[data-gs-y='94'] {
  top: 470px; }

.grid-stack-item[data-gs-height='95'] {
  height: 475px; }

.grid-stack-item[data-gs-y='95'] {
  top: 475px; }

.grid-stack-item[data-gs-height='96'] {
  height: 480px; }

.grid-stack-item[data-gs-y='96'] {
  top: 480px; }

.grid-stack-item[data-gs-height='97'] {
  height: 485px; }

.grid-stack-item[data-gs-y='97'] {
  top: 485px; }

.grid-stack-item[data-gs-height='98'] {
  height: 490px; }

.grid-stack-item[data-gs-y='98'] {
  top: 490px; }

.grid-stack-item[data-gs-height='99'] {
  height: 495px; }

.grid-stack-item[data-gs-y='99'] {
  top: 495px; }

.grid-stack-item[data-gs-height='100'] {
  height: 500px; }

.grid-stack-item[data-gs-y='100'] {
  top: 500px; }

.grid-stack-item[data-gs-height='101'] {
  height: 505px; }

.grid-stack-item[data-gs-y='101'] {
  top: 505px; }

.grid-stack-item[data-gs-height='102'] {
  height: 510px; }

.grid-stack-item[data-gs-y='102'] {
  top: 510px; }

.grid-stack-item[data-gs-height='103'] {
  height: 515px; }

.grid-stack-item[data-gs-y='103'] {
  top: 515px; }

.grid-stack-item[data-gs-height='104'] {
  height: 520px; }

.grid-stack-item[data-gs-y='104'] {
  top: 520px; }

.grid-stack-item[data-gs-height='105'] {
  height: 525px; }

.grid-stack-item[data-gs-y='105'] {
  top: 525px; }

.grid-stack-item[data-gs-height='106'] {
  height: 530px; }

.grid-stack-item[data-gs-y='106'] {
  top: 530px; }

.grid-stack-item[data-gs-height='107'] {
  height: 535px; }

.grid-stack-item[data-gs-y='107'] {
  top: 535px; }

.grid-stack-item[data-gs-height='108'] {
  height: 540px; }

.grid-stack-item[data-gs-y='108'] {
  top: 540px; }

.grid-stack-item[data-gs-height='109'] {
  height: 545px; }

.grid-stack-item[data-gs-y='109'] {
  top: 545px; }

.grid-stack-item[data-gs-height='110'] {
  height: 550px; }

.grid-stack-item[data-gs-y='110'] {
  top: 550px; }

.grid-stack-item[data-gs-height='111'] {
  height: 555px; }

.grid-stack-item[data-gs-y='111'] {
  top: 555px; }

.grid-stack-item[data-gs-height='112'] {
  height: 560px; }

.grid-stack-item[data-gs-y='112'] {
  top: 560px; }

.grid-stack-item[data-gs-height='113'] {
  height: 565px; }

.grid-stack-item[data-gs-y='113'] {
  top: 565px; }

.grid-stack-item[data-gs-height='114'] {
  height: 570px; }

.grid-stack-item[data-gs-y='114'] {
  top: 570px; }

.grid-stack-item[data-gs-height='115'] {
  height: 575px; }

.grid-stack-item[data-gs-y='115'] {
  top: 575px; }

.grid-stack-item[data-gs-height='116'] {
  height: 580px; }

.grid-stack-item[data-gs-y='116'] {
  top: 580px; }

.grid-stack-item[data-gs-height='117'] {
  height: 585px; }

.grid-stack-item[data-gs-y='117'] {
  top: 585px; }

.grid-stack-item[data-gs-height='118'] {
  height: 590px; }

.grid-stack-item[data-gs-y='118'] {
  top: 590px; }

.grid-stack-item[data-gs-height='119'] {
  height: 595px; }

.grid-stack-item[data-gs-y='119'] {
  top: 595px; }

.grid-stack-item[data-gs-height='120'] {
  height: 600px; }

.grid-stack-item[data-gs-y='120'] {
  top: 600px; }

.grid-stack-item[data-gs-height='121'] {
  height: 605px; }

.grid-stack-item[data-gs-y='121'] {
  top: 605px; }

.grid-stack-item[data-gs-height='122'] {
  height: 610px; }

.grid-stack-item[data-gs-y='122'] {
  top: 610px; }

.grid-stack-item[data-gs-height='123'] {
  height: 615px; }

.grid-stack-item[data-gs-y='123'] {
  top: 615px; }

.grid-stack-item[data-gs-height='124'] {
  height: 620px; }

.grid-stack-item[data-gs-y='124'] {
  top: 620px; }

.grid-stack-item[data-gs-height='125'] {
  height: 625px; }

.grid-stack-item[data-gs-y='125'] {
  top: 625px; }

.grid-stack-item[data-gs-height='126'] {
  height: 630px; }

.grid-stack-item[data-gs-y='126'] {
  top: 630px; }

.grid-stack-item[data-gs-height='127'] {
  height: 635px; }

.grid-stack-item[data-gs-y='127'] {
  top: 635px; }

.grid-stack-item[data-gs-height='128'] {
  height: 640px; }

.grid-stack-item[data-gs-y='128'] {
  top: 640px; }

.grid-stack-item[data-gs-height='129'] {
  height: 645px; }

.grid-stack-item[data-gs-y='129'] {
  top: 645px; }

.grid-stack-item[data-gs-height='130'] {
  height: 650px; }

.grid-stack-item[data-gs-y='130'] {
  top: 650px; }

.grid-stack-item[data-gs-height='131'] {
  height: 655px; }

.grid-stack-item[data-gs-y='131'] {
  top: 655px; }

.grid-stack-item[data-gs-height='132'] {
  height: 660px; }

.grid-stack-item[data-gs-y='132'] {
  top: 660px; }

.grid-stack-item[data-gs-height='133'] {
  height: 665px; }

.grid-stack-item[data-gs-y='133'] {
  top: 665px; }

.grid-stack-item[data-gs-height='134'] {
  height: 670px; }

.grid-stack-item[data-gs-y='134'] {
  top: 670px; }

.grid-stack-item[data-gs-height='135'] {
  height: 675px; }

.grid-stack-item[data-gs-y='135'] {
  top: 675px; }

.grid-stack-item[data-gs-height='136'] {
  height: 680px; }

.grid-stack-item[data-gs-y='136'] {
  top: 680px; }

.grid-stack-item[data-gs-height='137'] {
  height: 685px; }

.grid-stack-item[data-gs-y='137'] {
  top: 685px; }

.grid-stack-item[data-gs-height='138'] {
  height: 690px; }

.grid-stack-item[data-gs-y='138'] {
  top: 690px; }

.grid-stack-item[data-gs-height='139'] {
  height: 695px; }

.grid-stack-item[data-gs-y='139'] {
  top: 695px; }

.grid-stack-item[data-gs-height='140'] {
  height: 700px; }

.grid-stack-item[data-gs-y='140'] {
  top: 700px; }

.grid-stack-item[data-gs-height='141'] {
  height: 705px; }

.grid-stack-item[data-gs-y='141'] {
  top: 705px; }

.grid-stack-item[data-gs-height='142'] {
  height: 710px; }

.grid-stack-item[data-gs-y='142'] {
  top: 710px; }

.grid-stack-item[data-gs-height='143'] {
  height: 715px; }

.grid-stack-item[data-gs-y='143'] {
  top: 715px; }

.grid-stack-item[data-gs-height='144'] {
  height: 720px; }

.grid-stack-item[data-gs-y='144'] {
  top: 720px; }

.grid-stack-item[data-gs-height='145'] {
  height: 725px; }

.grid-stack-item[data-gs-y='145'] {
  top: 725px; }

.grid-stack-item[data-gs-height='146'] {
  height: 730px; }

.grid-stack-item[data-gs-y='146'] {
  top: 730px; }

.grid-stack-item[data-gs-height='147'] {
  height: 735px; }

.grid-stack-item[data-gs-y='147'] {
  top: 735px; }

.grid-stack-item[data-gs-height='148'] {
  height: 740px; }

.grid-stack-item[data-gs-y='148'] {
  top: 740px; }

.grid-stack-item[data-gs-height='149'] {
  height: 745px; }

.grid-stack-item[data-gs-y='149'] {
  top: 745px; }

.grid-stack-item[data-gs-height='150'] {
  height: 750px; }

.grid-stack-item[data-gs-y='150'] {
  top: 750px; }

.grid-stack-item[data-gs-height='151'] {
  height: 755px; }

.grid-stack-item[data-gs-y='151'] {
  top: 755px; }

.grid-stack-item[data-gs-height='152'] {
  height: 760px; }

.grid-stack-item[data-gs-y='152'] {
  top: 760px; }

.grid-stack-item[data-gs-height='153'] {
  height: 765px; }

.grid-stack-item[data-gs-y='153'] {
  top: 765px; }

.grid-stack-item[data-gs-height='154'] {
  height: 770px; }

.grid-stack-item[data-gs-y='154'] {
  top: 770px; }

.grid-stack-item[data-gs-height='155'] {
  height: 775px; }

.grid-stack-item[data-gs-y='155'] {
  top: 775px; }

.grid-stack-item[data-gs-height='156'] {
  height: 780px; }

.grid-stack-item[data-gs-y='156'] {
  top: 780px; }

.grid-stack-item[data-gs-height='157'] {
  height: 785px; }

.grid-stack-item[data-gs-y='157'] {
  top: 785px; }

.grid-stack-item[data-gs-height='158'] {
  height: 790px; }

.grid-stack-item[data-gs-y='158'] {
  top: 790px; }

.grid-stack-item[data-gs-height='159'] {
  height: 795px; }

.grid-stack-item[data-gs-y='159'] {
  top: 795px; }

.grid-stack-item[data-gs-height='160'] {
  height: 800px; }

.grid-stack-item[data-gs-y='160'] {
  top: 800px; }

.grid-stack-item[data-gs-height='161'] {
  height: 805px; }

.grid-stack-item[data-gs-y='161'] {
  top: 805px; }

.grid-stack-item[data-gs-height='162'] {
  height: 810px; }

.grid-stack-item[data-gs-y='162'] {
  top: 810px; }

.grid-stack-item[data-gs-height='163'] {
  height: 815px; }

.grid-stack-item[data-gs-y='163'] {
  top: 815px; }

.grid-stack-item[data-gs-height='164'] {
  height: 820px; }

.grid-stack-item[data-gs-y='164'] {
  top: 820px; }

.grid-stack-item[data-gs-height='165'] {
  height: 825px; }

.grid-stack-item[data-gs-y='165'] {
  top: 825px; }

.grid-stack-item[data-gs-height='166'] {
  height: 830px; }

.grid-stack-item[data-gs-y='166'] {
  top: 830px; }

.grid-stack-item[data-gs-height='167'] {
  height: 835px; }

.grid-stack-item[data-gs-y='167'] {
  top: 835px; }

.grid-stack-item[data-gs-height='168'] {
  height: 840px; }

.grid-stack-item[data-gs-y='168'] {
  top: 840px; }

.grid-stack-item[data-gs-height='169'] {
  height: 845px; }

.grid-stack-item[data-gs-y='169'] {
  top: 845px; }

.grid-stack-item[data-gs-height='170'] {
  height: 850px; }

.grid-stack-item[data-gs-y='170'] {
  top: 850px; }

.grid-stack-item[data-gs-height='171'] {
  height: 855px; }

.grid-stack-item[data-gs-y='171'] {
  top: 855px; }

.grid-stack-item[data-gs-height='172'] {
  height: 860px; }

.grid-stack-item[data-gs-y='172'] {
  top: 860px; }

.grid-stack-item[data-gs-height='173'] {
  height: 865px; }

.grid-stack-item[data-gs-y='173'] {
  top: 865px; }

.grid-stack-item[data-gs-height='174'] {
  height: 870px; }

.grid-stack-item[data-gs-y='174'] {
  top: 870px; }

.grid-stack-item[data-gs-height='175'] {
  height: 875px; }

.grid-stack-item[data-gs-y='175'] {
  top: 875px; }

.grid-stack-item[data-gs-height='176'] {
  height: 880px; }

.grid-stack-item[data-gs-y='176'] {
  top: 880px; }

.grid-stack-item[data-gs-height='177'] {
  height: 885px; }

.grid-stack-item[data-gs-y='177'] {
  top: 885px; }

.grid-stack-item[data-gs-height='178'] {
  height: 890px; }

.grid-stack-item[data-gs-y='178'] {
  top: 890px; }

.grid-stack-item[data-gs-height='179'] {
  height: 895px; }

.grid-stack-item[data-gs-y='179'] {
  top: 895px; }

.grid-stack-item[data-gs-height='180'] {
  height: 900px; }

.grid-stack-item[data-gs-y='180'] {
  top: 900px; }

.grid-stack-item[data-gs-height='181'] {
  height: 905px; }

.grid-stack-item[data-gs-y='181'] {
  top: 905px; }

.grid-stack-item[data-gs-height='182'] {
  height: 910px; }

.grid-stack-item[data-gs-y='182'] {
  top: 910px; }

.grid-stack-item[data-gs-height='183'] {
  height: 915px; }

.grid-stack-item[data-gs-y='183'] {
  top: 915px; }

.grid-stack-item[data-gs-height='184'] {
  height: 920px; }

.grid-stack-item[data-gs-y='184'] {
  top: 920px; }

.grid-stack-item[data-gs-height='185'] {
  height: 925px; }

.grid-stack-item[data-gs-y='185'] {
  top: 925px; }

.grid-stack-item[data-gs-height='186'] {
  height: 930px; }

.grid-stack-item[data-gs-y='186'] {
  top: 930px; }

.grid-stack-item[data-gs-height='187'] {
  height: 935px; }

.grid-stack-item[data-gs-y='187'] {
  top: 935px; }

.grid-stack-item[data-gs-height='188'] {
  height: 940px; }

.grid-stack-item[data-gs-y='188'] {
  top: 940px; }

.grid-stack-item[data-gs-height='189'] {
  height: 945px; }

.grid-stack-item[data-gs-y='189'] {
  top: 945px; }

.grid-stack-item[data-gs-height='190'] {
  height: 950px; }

.grid-stack-item[data-gs-y='190'] {
  top: 950px; }

.grid-stack-item[data-gs-height='191'] {
  height: 955px; }

.grid-stack-item[data-gs-y='191'] {
  top: 955px; }

.grid-stack-item[data-gs-height='192'] {
  height: 960px; }

.grid-stack-item[data-gs-y='192'] {
  top: 960px; }

.grid-stack-item[data-gs-height='193'] {
  height: 965px; }

.grid-stack-item[data-gs-y='193'] {
  top: 965px; }

.grid-stack-item[data-gs-height='194'] {
  height: 970px; }

.grid-stack-item[data-gs-y='194'] {
  top: 970px; }

.grid-stack-item[data-gs-height='195'] {
  height: 975px; }

.grid-stack-item[data-gs-y='195'] {
  top: 975px; }

.grid-stack-item[data-gs-height='196'] {
  height: 980px; }

.grid-stack-item[data-gs-y='196'] {
  top: 980px; }

.grid-stack-item[data-gs-height='197'] {
  height: 985px; }

.grid-stack-item[data-gs-y='197'] {
  top: 985px; }

.grid-stack-item[data-gs-height='198'] {
  height: 990px; }

.grid-stack-item[data-gs-y='198'] {
  top: 990px; }

.grid-stack-item[data-gs-height='199'] {
  height: 995px; }

.grid-stack-item[data-gs-y='199'] {
  top: 995px; }

.grid-stack-item[data-gs-height='200'] {
  height: 1000px; }

.grid-stack-item[data-gs-y='200'] {
  top: 1000px; }

.grid-stack-item[data-gs-height='201'] {
  height: 1005px; }

.grid-stack-item[data-gs-y='201'] {
  top: 1005px; }

.grid-stack-item[data-gs-height='202'] {
  height: 1010px; }

.grid-stack-item[data-gs-y='202'] {
  top: 1010px; }

.grid-stack-item[data-gs-height='203'] {
  height: 1015px; }

.grid-stack-item[data-gs-y='203'] {
  top: 1015px; }

.grid-stack-item[data-gs-height='204'] {
  height: 1020px; }

.grid-stack-item[data-gs-y='204'] {
  top: 1020px; }

.grid-stack-item[data-gs-height='205'] {
  height: 1025px; }

.grid-stack-item[data-gs-y='205'] {
  top: 1025px; }

.grid-stack-item[data-gs-height='206'] {
  height: 1030px; }

.grid-stack-item[data-gs-y='206'] {
  top: 1030px; }

.grid-stack-item[data-gs-height='207'] {
  height: 1035px; }

.grid-stack-item[data-gs-y='207'] {
  top: 1035px; }

.grid-stack-item[data-gs-height='208'] {
  height: 1040px; }

.grid-stack-item[data-gs-y='208'] {
  top: 1040px; }

.grid-stack-item[data-gs-height='209'] {
  height: 1045px; }

.grid-stack-item[data-gs-y='209'] {
  top: 1045px; }

.grid-stack-item[data-gs-height='210'] {
  height: 1050px; }

.grid-stack-item[data-gs-y='210'] {
  top: 1050px; }

.grid-stack-item[data-gs-height='211'] {
  height: 1055px; }

.grid-stack-item[data-gs-y='211'] {
  top: 1055px; }

.grid-stack-item[data-gs-height='212'] {
  height: 1060px; }

.grid-stack-item[data-gs-y='212'] {
  top: 1060px; }

.grid-stack-item[data-gs-height='213'] {
  height: 1065px; }

.grid-stack-item[data-gs-y='213'] {
  top: 1065px; }

.grid-stack-item[data-gs-height='214'] {
  height: 1070px; }

.grid-stack-item[data-gs-y='214'] {
  top: 1070px; }

.grid-stack-item[data-gs-height='215'] {
  height: 1075px; }

.grid-stack-item[data-gs-y='215'] {
  top: 1075px; }

.grid-stack-item[data-gs-height='216'] {
  height: 1080px; }

.grid-stack-item[data-gs-y='216'] {
  top: 1080px; }

.grid-stack-item[data-gs-height='217'] {
  height: 1085px; }

.grid-stack-item[data-gs-y='217'] {
  top: 1085px; }

.grid-stack-item[data-gs-height='218'] {
  height: 1090px; }

.grid-stack-item[data-gs-y='218'] {
  top: 1090px; }

.grid-stack-item[data-gs-height='219'] {
  height: 1095px; }

.grid-stack-item[data-gs-y='219'] {
  top: 1095px; }

.grid-stack-item[data-gs-height='220'] {
  height: 1100px; }

.grid-stack-item[data-gs-y='220'] {
  top: 1100px; }

.grid-stack-item[data-gs-height='221'] {
  height: 1105px; }

.grid-stack-item[data-gs-y='221'] {
  top: 1105px; }

.grid-stack-item[data-gs-height='222'] {
  height: 1110px; }

.grid-stack-item[data-gs-y='222'] {
  top: 1110px; }

.grid-stack-item[data-gs-height='223'] {
  height: 1115px; }

.grid-stack-item[data-gs-y='223'] {
  top: 1115px; }

.grid-stack-item[data-gs-height='224'] {
  height: 1120px; }

.grid-stack-item[data-gs-y='224'] {
  top: 1120px; }

.grid-stack-item[data-gs-height='225'] {
  height: 1125px; }

.grid-stack-item[data-gs-y='225'] {
  top: 1125px; }

.grid-stack-item[data-gs-height='226'] {
  height: 1130px; }

.grid-stack-item[data-gs-y='226'] {
  top: 1130px; }

.grid-stack-item[data-gs-height='227'] {
  height: 1135px; }

.grid-stack-item[data-gs-y='227'] {
  top: 1135px; }

.grid-stack-item[data-gs-height='228'] {
  height: 1140px; }

.grid-stack-item[data-gs-y='228'] {
  top: 1140px; }

.grid-stack-item[data-gs-height='229'] {
  height: 1145px; }

.grid-stack-item[data-gs-y='229'] {
  top: 1145px; }

.grid-stack-item[data-gs-height='230'] {
  height: 1150px; }

.grid-stack-item[data-gs-y='230'] {
  top: 1150px; }

.grid-stack-item[data-gs-height='231'] {
  height: 1155px; }

.grid-stack-item[data-gs-y='231'] {
  top: 1155px; }

.grid-stack-item[data-gs-height='232'] {
  height: 1160px; }

.grid-stack-item[data-gs-y='232'] {
  top: 1160px; }

.grid-stack-item[data-gs-height='233'] {
  height: 1165px; }

.grid-stack-item[data-gs-y='233'] {
  top: 1165px; }

.grid-stack-item[data-gs-height='234'] {
  height: 1170px; }

.grid-stack-item[data-gs-y='234'] {
  top: 1170px; }

.grid-stack-item[data-gs-height='235'] {
  height: 1175px; }

.grid-stack-item[data-gs-y='235'] {
  top: 1175px; }

.grid-stack-item[data-gs-height='236'] {
  height: 1180px; }

.grid-stack-item[data-gs-y='236'] {
  top: 1180px; }

.grid-stack-item[data-gs-height='237'] {
  height: 1185px; }

.grid-stack-item[data-gs-y='237'] {
  top: 1185px; }

.grid-stack-item[data-gs-height='238'] {
  height: 1190px; }

.grid-stack-item[data-gs-y='238'] {
  top: 1190px; }

.grid-stack-item[data-gs-height='239'] {
  height: 1195px; }

.grid-stack-item[data-gs-y='239'] {
  top: 1195px; }

.grid-stack-item[data-gs-height='240'] {
  height: 1200px; }

.grid-stack-item[data-gs-y='240'] {
  top: 1200px; }

.grid-stack-item[data-gs-height='241'] {
  height: 1205px; }

.grid-stack-item[data-gs-y='241'] {
  top: 1205px; }

.grid-stack-item[data-gs-height='242'] {
  height: 1210px; }

.grid-stack-item[data-gs-y='242'] {
  top: 1210px; }

.grid-stack-item[data-gs-height='243'] {
  height: 1215px; }

.grid-stack-item[data-gs-y='243'] {
  top: 1215px; }

.grid-stack-item[data-gs-height='244'] {
  height: 1220px; }

.grid-stack-item[data-gs-y='244'] {
  top: 1220px; }

.grid-stack-item[data-gs-height='245'] {
  height: 1225px; }

.grid-stack-item[data-gs-y='245'] {
  top: 1225px; }

.grid-stack-item[data-gs-height='246'] {
  height: 1230px; }

.grid-stack-item[data-gs-y='246'] {
  top: 1230px; }

.grid-stack-item[data-gs-height='247'] {
  height: 1235px; }

.grid-stack-item[data-gs-y='247'] {
  top: 1235px; }

.grid-stack-item[data-gs-height='248'] {
  height: 1240px; }

.grid-stack-item[data-gs-y='248'] {
  top: 1240px; }

.grid-stack-item[data-gs-height='249'] {
  height: 1245px; }

.grid-stack-item[data-gs-y='249'] {
  top: 1245px; }

.grid-stack-item[data-gs-height='250'] {
  height: 1250px; }

.grid-stack-item[data-gs-y='250'] {
  top: 1250px; }

.grid-stack-item[data-gs-height='251'] {
  height: 1255px; }

.grid-stack-item[data-gs-y='251'] {
  top: 1255px; }

.grid-stack-item[data-gs-height='252'] {
  height: 1260px; }

.grid-stack-item[data-gs-y='252'] {
  top: 1260px; }

.grid-stack-item[data-gs-height='253'] {
  height: 1265px; }

.grid-stack-item[data-gs-y='253'] {
  top: 1265px; }

.grid-stack-item[data-gs-height='254'] {
  height: 1270px; }

.grid-stack-item[data-gs-y='254'] {
  top: 1270px; }

.grid-stack-item[data-gs-height='255'] {
  height: 1275px; }

.grid-stack-item[data-gs-y='255'] {
  top: 1275px; }

.grid-stack-item[data-gs-height='256'] {
  height: 1280px; }

.grid-stack-item[data-gs-y='256'] {
  top: 1280px; }

.grid-stack-item[data-gs-height='257'] {
  height: 1285px; }

.grid-stack-item[data-gs-y='257'] {
  top: 1285px; }

.grid-stack-item[data-gs-height='258'] {
  height: 1290px; }

.grid-stack-item[data-gs-y='258'] {
  top: 1290px; }

.grid-stack-item[data-gs-height='259'] {
  height: 1295px; }

.grid-stack-item[data-gs-y='259'] {
  top: 1295px; }

.grid-stack-item[data-gs-height='260'] {
  height: 1300px; }

.grid-stack-item[data-gs-y='260'] {
  top: 1300px; }

.grid-stack-item[data-gs-height='261'] {
  height: 1305px; }

.grid-stack-item[data-gs-y='261'] {
  top: 1305px; }

.grid-stack-item[data-gs-height='262'] {
  height: 1310px; }

.grid-stack-item[data-gs-y='262'] {
  top: 1310px; }

.grid-stack-item[data-gs-height='263'] {
  height: 1315px; }

.grid-stack-item[data-gs-y='263'] {
  top: 1315px; }

.grid-stack-item[data-gs-height='264'] {
  height: 1320px; }

.grid-stack-item[data-gs-y='264'] {
  top: 1320px; }

.grid-stack-item[data-gs-height='265'] {
  height: 1325px; }

.grid-stack-item[data-gs-y='265'] {
  top: 1325px; }

.grid-stack-item[data-gs-height='266'] {
  height: 1330px; }

.grid-stack-item[data-gs-y='266'] {
  top: 1330px; }

.grid-stack-item[data-gs-height='267'] {
  height: 1335px; }

.grid-stack-item[data-gs-y='267'] {
  top: 1335px; }

.grid-stack-item[data-gs-height='268'] {
  height: 1340px; }

.grid-stack-item[data-gs-y='268'] {
  top: 1340px; }

.grid-stack-item[data-gs-height='269'] {
  height: 1345px; }

.grid-stack-item[data-gs-y='269'] {
  top: 1345px; }

.grid-stack-item[data-gs-height='270'] {
  height: 1350px; }

.grid-stack-item[data-gs-y='270'] {
  top: 1350px; }

.grid-stack-item[data-gs-height='271'] {
  height: 1355px; }

.grid-stack-item[data-gs-y='271'] {
  top: 1355px; }

.grid-stack-item[data-gs-height='272'] {
  height: 1360px; }

.grid-stack-item[data-gs-y='272'] {
  top: 1360px; }

.grid-stack-item[data-gs-height='273'] {
  height: 1365px; }

.grid-stack-item[data-gs-y='273'] {
  top: 1365px; }

.grid-stack-item[data-gs-height='274'] {
  height: 1370px; }

.grid-stack-item[data-gs-y='274'] {
  top: 1370px; }

.grid-stack-item[data-gs-height='275'] {
  height: 1375px; }

.grid-stack-item[data-gs-y='275'] {
  top: 1375px; }

.grid-stack-item[data-gs-height='276'] {
  height: 1380px; }

.grid-stack-item[data-gs-y='276'] {
  top: 1380px; }

.grid-stack-item[data-gs-height='277'] {
  height: 1385px; }

.grid-stack-item[data-gs-y='277'] {
  top: 1385px; }

.grid-stack-item[data-gs-height='278'] {
  height: 1390px; }

.grid-stack-item[data-gs-y='278'] {
  top: 1390px; }

.grid-stack-item[data-gs-height='279'] {
  height: 1395px; }

.grid-stack-item[data-gs-y='279'] {
  top: 1395px; }

.grid-stack-item[data-gs-height='280'] {
  height: 1400px; }

.grid-stack-item[data-gs-y='280'] {
  top: 1400px; }

.grid-stack-item[data-gs-height='281'] {
  height: 1405px; }

.grid-stack-item[data-gs-y='281'] {
  top: 1405px; }

.grid-stack-item[data-gs-height='282'] {
  height: 1410px; }

.grid-stack-item[data-gs-y='282'] {
  top: 1410px; }

.grid-stack-item[data-gs-height='283'] {
  height: 1415px; }

.grid-stack-item[data-gs-y='283'] {
  top: 1415px; }

.grid-stack-item[data-gs-height='284'] {
  height: 1420px; }

.grid-stack-item[data-gs-y='284'] {
  top: 1420px; }

.grid-stack-item[data-gs-height='285'] {
  height: 1425px; }

.grid-stack-item[data-gs-y='285'] {
  top: 1425px; }

.grid-stack-item[data-gs-height='286'] {
  height: 1430px; }

.grid-stack-item[data-gs-y='286'] {
  top: 1430px; }

.grid-stack-item[data-gs-height='287'] {
  height: 1435px; }

.grid-stack-item[data-gs-y='287'] {
  top: 1435px; }

.grid-stack-item[data-gs-height='288'] {
  height: 1440px; }

.grid-stack-item[data-gs-y='288'] {
  top: 1440px; }

.grid-stack-item[data-gs-height='289'] {
  height: 1445px; }

.grid-stack-item[data-gs-y='289'] {
  top: 1445px; }

.grid-stack-item[data-gs-height='290'] {
  height: 1450px; }

.grid-stack-item[data-gs-y='290'] {
  top: 1450px; }

.grid-stack-item[data-gs-height='291'] {
  height: 1455px; }

.grid-stack-item[data-gs-y='291'] {
  top: 1455px; }

.grid-stack-item[data-gs-height='292'] {
  height: 1460px; }

.grid-stack-item[data-gs-y='292'] {
  top: 1460px; }

.grid-stack-item[data-gs-height='293'] {
  height: 1465px; }

.grid-stack-item[data-gs-y='293'] {
  top: 1465px; }

.grid-stack-item[data-gs-height='294'] {
  height: 1470px; }

.grid-stack-item[data-gs-y='294'] {
  top: 1470px; }

.grid-stack-item[data-gs-height='295'] {
  height: 1475px; }

.grid-stack-item[data-gs-y='295'] {
  top: 1475px; }

.grid-stack-item[data-gs-height='296'] {
  height: 1480px; }

.grid-stack-item[data-gs-y='296'] {
  top: 1480px; }

.grid-stack-item[data-gs-height='297'] {
  height: 1485px; }

.grid-stack-item[data-gs-y='297'] {
  top: 1485px; }

.grid-stack-item[data-gs-height='298'] {
  height: 1490px; }

.grid-stack-item[data-gs-y='298'] {
  top: 1490px; }

.grid-stack-item[data-gs-height='299'] {
  height: 1495px; }

.grid-stack-item[data-gs-y='299'] {
  top: 1495px; }

.grid-stack-item[data-gs-height='300'] {
  height: 1500px; }

.grid-stack-item[data-gs-y='300'] {
  top: 1500px; }

.grid-stack-item[data-gs-height='301'] {
  height: 1505px; }

.grid-stack-item[data-gs-y='301'] {
  top: 1505px; }

.grid-stack-item[data-gs-height='302'] {
  height: 1510px; }

.grid-stack-item[data-gs-y='302'] {
  top: 1510px; }

.grid-stack-item[data-gs-height='303'] {
  height: 1515px; }

.grid-stack-item[data-gs-y='303'] {
  top: 1515px; }

.grid-stack-item[data-gs-height='304'] {
  height: 1520px; }

.grid-stack-item[data-gs-y='304'] {
  top: 1520px; }

.grid-stack-item[data-gs-height='305'] {
  height: 1525px; }

.grid-stack-item[data-gs-y='305'] {
  top: 1525px; }

.grid-stack-item[data-gs-height='306'] {
  height: 1530px; }

.grid-stack-item[data-gs-y='306'] {
  top: 1530px; }

.grid-stack-item[data-gs-height='307'] {
  height: 1535px; }

.grid-stack-item[data-gs-y='307'] {
  top: 1535px; }

.grid-stack-item[data-gs-height='308'] {
  height: 1540px; }

.grid-stack-item[data-gs-y='308'] {
  top: 1540px; }

.grid-stack-item[data-gs-height='309'] {
  height: 1545px; }

.grid-stack-item[data-gs-y='309'] {
  top: 1545px; }

.grid-stack-item[data-gs-height='310'] {
  height: 1550px; }

.grid-stack-item[data-gs-y='310'] {
  top: 1550px; }

.grid-stack-item[data-gs-height='311'] {
  height: 1555px; }

.grid-stack-item[data-gs-y='311'] {
  top: 1555px; }

.grid-stack-item[data-gs-height='312'] {
  height: 1560px; }

.grid-stack-item[data-gs-y='312'] {
  top: 1560px; }

.grid-stack-item[data-gs-height='313'] {
  height: 1565px; }

.grid-stack-item[data-gs-y='313'] {
  top: 1565px; }

.grid-stack-item[data-gs-height='314'] {
  height: 1570px; }

.grid-stack-item[data-gs-y='314'] {
  top: 1570px; }

.grid-stack-item[data-gs-height='315'] {
  height: 1575px; }

.grid-stack-item[data-gs-y='315'] {
  top: 1575px; }

.grid-stack-item[data-gs-height='316'] {
  height: 1580px; }

.grid-stack-item[data-gs-y='316'] {
  top: 1580px; }

.grid-stack-item[data-gs-height='317'] {
  height: 1585px; }

.grid-stack-item[data-gs-y='317'] {
  top: 1585px; }

.grid-stack-item[data-gs-height='318'] {
  height: 1590px; }

.grid-stack-item[data-gs-y='318'] {
  top: 1590px; }

.grid-stack-item[data-gs-height='319'] {
  height: 1595px; }

.grid-stack-item[data-gs-y='319'] {
  top: 1595px; }

.grid-stack-item[data-gs-height='320'] {
  height: 1600px; }

.grid-stack-item[data-gs-y='320'] {
  top: 1600px; }

.grid-stack-item[data-gs-height='321'] {
  height: 1605px; }

.grid-stack-item[data-gs-y='321'] {
  top: 1605px; }

.grid-stack-item[data-gs-height='322'] {
  height: 1610px; }

.grid-stack-item[data-gs-y='322'] {
  top: 1610px; }

.grid-stack-item[data-gs-height='323'] {
  height: 1615px; }

.grid-stack-item[data-gs-y='323'] {
  top: 1615px; }

.grid-stack-item[data-gs-height='324'] {
  height: 1620px; }

.grid-stack-item[data-gs-y='324'] {
  top: 1620px; }

.grid-stack-item[data-gs-height='325'] {
  height: 1625px; }

.grid-stack-item[data-gs-y='325'] {
  top: 1625px; }

.grid-stack-item[data-gs-height='326'] {
  height: 1630px; }

.grid-stack-item[data-gs-y='326'] {
  top: 1630px; }

.grid-stack-item[data-gs-height='327'] {
  height: 1635px; }

.grid-stack-item[data-gs-y='327'] {
  top: 1635px; }

.grid-stack-item[data-gs-height='328'] {
  height: 1640px; }

.grid-stack-item[data-gs-y='328'] {
  top: 1640px; }

.grid-stack-item[data-gs-height='329'] {
  height: 1645px; }

.grid-stack-item[data-gs-y='329'] {
  top: 1645px; }

.grid-stack-item[data-gs-height='330'] {
  height: 1650px; }

.grid-stack-item[data-gs-y='330'] {
  top: 1650px; }

.grid-stack-item[data-gs-height='331'] {
  height: 1655px; }

.grid-stack-item[data-gs-y='331'] {
  top: 1655px; }

.grid-stack-item[data-gs-height='332'] {
  height: 1660px; }

.grid-stack-item[data-gs-y='332'] {
  top: 1660px; }

.grid-stack-item[data-gs-height='333'] {
  height: 1665px; }

.grid-stack-item[data-gs-y='333'] {
  top: 1665px; }

.grid-stack-item[data-gs-height='334'] {
  height: 1670px; }

.grid-stack-item[data-gs-y='334'] {
  top: 1670px; }

.grid-stack-item[data-gs-height='335'] {
  height: 1675px; }

.grid-stack-item[data-gs-y='335'] {
  top: 1675px; }

.grid-stack-item[data-gs-height='336'] {
  height: 1680px; }

.grid-stack-item[data-gs-y='336'] {
  top: 1680px; }

.grid-stack-item[data-gs-height='337'] {
  height: 1685px; }

.grid-stack-item[data-gs-y='337'] {
  top: 1685px; }

.grid-stack-item[data-gs-height='338'] {
  height: 1690px; }

.grid-stack-item[data-gs-y='338'] {
  top: 1690px; }

.grid-stack-item[data-gs-height='339'] {
  height: 1695px; }

.grid-stack-item[data-gs-y='339'] {
  top: 1695px; }

.grid-stack-item[data-gs-height='340'] {
  height: 1700px; }

.grid-stack-item[data-gs-y='340'] {
  top: 1700px; }

.grid-stack-item[data-gs-height='341'] {
  height: 1705px; }

.grid-stack-item[data-gs-y='341'] {
  top: 1705px; }

.grid-stack-item[data-gs-height='342'] {
  height: 1710px; }

.grid-stack-item[data-gs-y='342'] {
  top: 1710px; }

.grid-stack-item[data-gs-height='343'] {
  height: 1715px; }

.grid-stack-item[data-gs-y='343'] {
  top: 1715px; }

.grid-stack-item[data-gs-height='344'] {
  height: 1720px; }

.grid-stack-item[data-gs-y='344'] {
  top: 1720px; }

.grid-stack-item[data-gs-height='345'] {
  height: 1725px; }

.grid-stack-item[data-gs-y='345'] {
  top: 1725px; }

.grid-stack-item[data-gs-height='346'] {
  height: 1730px; }

.grid-stack-item[data-gs-y='346'] {
  top: 1730px; }

.grid-stack-item[data-gs-height='347'] {
  height: 1735px; }

.grid-stack-item[data-gs-y='347'] {
  top: 1735px; }

.grid-stack-item[data-gs-height='348'] {
  height: 1740px; }

.grid-stack-item[data-gs-y='348'] {
  top: 1740px; }

.grid-stack-item[data-gs-height='349'] {
  height: 1745px; }

.grid-stack-item[data-gs-y='349'] {
  top: 1745px; }

.grid-stack-item[data-gs-height='350'] {
  height: 1750px; }

.grid-stack-item[data-gs-y='350'] {
  top: 1750px; }

.grid-stack-item[data-gs-height='351'] {
  height: 1755px; }

.grid-stack-item[data-gs-y='351'] {
  top: 1755px; }

.grid-stack-item[data-gs-height='352'] {
  height: 1760px; }

.grid-stack-item[data-gs-y='352'] {
  top: 1760px; }

.grid-stack-item[data-gs-height='353'] {
  height: 1765px; }

.grid-stack-item[data-gs-y='353'] {
  top: 1765px; }

.grid-stack-item[data-gs-height='354'] {
  height: 1770px; }

.grid-stack-item[data-gs-y='354'] {
  top: 1770px; }

.grid-stack-item[data-gs-height='355'] {
  height: 1775px; }

.grid-stack-item[data-gs-y='355'] {
  top: 1775px; }

.grid-stack-item[data-gs-height='356'] {
  height: 1780px; }

.grid-stack-item[data-gs-y='356'] {
  top: 1780px; }

.grid-stack-item[data-gs-height='357'] {
  height: 1785px; }

.grid-stack-item[data-gs-y='357'] {
  top: 1785px; }

.grid-stack-item[data-gs-height='358'] {
  height: 1790px; }

.grid-stack-item[data-gs-y='358'] {
  top: 1790px; }

.grid-stack-item[data-gs-height='359'] {
  height: 1795px; }

.grid-stack-item[data-gs-y='359'] {
  top: 1795px; }

.grid-stack-item[data-gs-height='360'] {
  height: 1800px; }

.grid-stack-item[data-gs-y='360'] {
  top: 1800px; }

.grid-stack-item[data-gs-height='361'] {
  height: 1805px; }

.grid-stack-item[data-gs-y='361'] {
  top: 1805px; }

.grid-stack-item[data-gs-height='362'] {
  height: 1810px; }

.grid-stack-item[data-gs-y='362'] {
  top: 1810px; }

.grid-stack-item[data-gs-height='363'] {
  height: 1815px; }

.grid-stack-item[data-gs-y='363'] {
  top: 1815px; }

.grid-stack-item[data-gs-height='364'] {
  height: 1820px; }

.grid-stack-item[data-gs-y='364'] {
  top: 1820px; }

.grid-stack-item[data-gs-height='365'] {
  height: 1825px; }

.grid-stack-item[data-gs-y='365'] {
  top: 1825px; }

.grid-stack-item[data-gs-height='366'] {
  height: 1830px; }

.grid-stack-item[data-gs-y='366'] {
  top: 1830px; }

.grid-stack-item[data-gs-height='367'] {
  height: 1835px; }

.grid-stack-item[data-gs-y='367'] {
  top: 1835px; }

.grid-stack-item[data-gs-height='368'] {
  height: 1840px; }

.grid-stack-item[data-gs-y='368'] {
  top: 1840px; }

.grid-stack-item[data-gs-height='369'] {
  height: 1845px; }

.grid-stack-item[data-gs-y='369'] {
  top: 1845px; }

.grid-stack-item[data-gs-height='370'] {
  height: 1850px; }

.grid-stack-item[data-gs-y='370'] {
  top: 1850px; }

.grid-stack-item[data-gs-height='371'] {
  height: 1855px; }

.grid-stack-item[data-gs-y='371'] {
  top: 1855px; }

.grid-stack-item[data-gs-height='372'] {
  height: 1860px; }

.grid-stack-item[data-gs-y='372'] {
  top: 1860px; }

.grid-stack-item[data-gs-height='373'] {
  height: 1865px; }

.grid-stack-item[data-gs-y='373'] {
  top: 1865px; }

.grid-stack-item[data-gs-height='374'] {
  height: 1870px; }

.grid-stack-item[data-gs-y='374'] {
  top: 1870px; }

.grid-stack-item[data-gs-height='375'] {
  height: 1875px; }

.grid-stack-item[data-gs-y='375'] {
  top: 1875px; }

.grid-stack-item[data-gs-height='376'] {
  height: 1880px; }

.grid-stack-item[data-gs-y='376'] {
  top: 1880px; }

.grid-stack-item[data-gs-height='377'] {
  height: 1885px; }

.grid-stack-item[data-gs-y='377'] {
  top: 1885px; }

.grid-stack-item[data-gs-height='378'] {
  height: 1890px; }

.grid-stack-item[data-gs-y='378'] {
  top: 1890px; }

.grid-stack-item[data-gs-height='379'] {
  height: 1895px; }

.grid-stack-item[data-gs-y='379'] {
  top: 1895px; }

.grid-stack-item[data-gs-height='380'] {
  height: 1900px; }

.grid-stack-item[data-gs-y='380'] {
  top: 1900px; }

.grid-stack-item[data-gs-height='381'] {
  height: 1905px; }

.grid-stack-item[data-gs-y='381'] {
  top: 1905px; }

.grid-stack-item[data-gs-height='382'] {
  height: 1910px; }

.grid-stack-item[data-gs-y='382'] {
  top: 1910px; }

.grid-stack-item[data-gs-height='383'] {
  height: 1915px; }

.grid-stack-item[data-gs-y='383'] {
  top: 1915px; }

.grid-stack-item[data-gs-height='384'] {
  height: 1920px; }

.grid-stack-item[data-gs-y='384'] {
  top: 1920px; }

.grid-stack-item[data-gs-height='385'] {
  height: 1925px; }

.grid-stack-item[data-gs-y='385'] {
  top: 1925px; }

.grid-stack-item[data-gs-height='386'] {
  height: 1930px; }

.grid-stack-item[data-gs-y='386'] {
  top: 1930px; }

.grid-stack-item[data-gs-height='387'] {
  height: 1935px; }

.grid-stack-item[data-gs-y='387'] {
  top: 1935px; }

.grid-stack-item[data-gs-height='388'] {
  height: 1940px; }

.grid-stack-item[data-gs-y='388'] {
  top: 1940px; }

.grid-stack-item[data-gs-height='389'] {
  height: 1945px; }

.grid-stack-item[data-gs-y='389'] {
  top: 1945px; }

.grid-stack-item[data-gs-height='390'] {
  height: 1950px; }

.grid-stack-item[data-gs-y='390'] {
  top: 1950px; }

.grid-stack-item[data-gs-height='391'] {
  height: 1955px; }

.grid-stack-item[data-gs-y='391'] {
  top: 1955px; }

.grid-stack-item[data-gs-height='392'] {
  height: 1960px; }

.grid-stack-item[data-gs-y='392'] {
  top: 1960px; }

.grid-stack-item[data-gs-height='393'] {
  height: 1965px; }

.grid-stack-item[data-gs-y='393'] {
  top: 1965px; }

.grid-stack-item[data-gs-height='394'] {
  height: 1970px; }

.grid-stack-item[data-gs-y='394'] {
  top: 1970px; }

.grid-stack-item[data-gs-height='395'] {
  height: 1975px; }

.grid-stack-item[data-gs-y='395'] {
  top: 1975px; }

.grid-stack-item[data-gs-height='396'] {
  height: 1980px; }

.grid-stack-item[data-gs-y='396'] {
  top: 1980px; }

.grid-stack-item[data-gs-height='397'] {
  height: 1985px; }

.grid-stack-item[data-gs-y='397'] {
  top: 1985px; }

.grid-stack-item[data-gs-height='398'] {
  height: 1990px; }

.grid-stack-item[data-gs-y='398'] {
  top: 1990px; }

.grid-stack-item[data-gs-height='399'] {
  height: 1995px; }

.grid-stack-item[data-gs-y='399'] {
  top: 1995px; }

.grid-stack-item[data-gs-height='400'] {
  height: 2000px; }

.grid-stack-item[data-gs-y='400'] {
  top: 2000px; }

.grid-stack-item[data-gs-height='401'] {
  height: 2005px; }

.grid-stack-item[data-gs-y='401'] {
  top: 2005px; }

.grid-stack-item[data-gs-height='402'] {
  height: 2010px; }

.grid-stack-item[data-gs-y='402'] {
  top: 2010px; }

.grid-stack-item[data-gs-height='403'] {
  height: 2015px; }

.grid-stack-item[data-gs-y='403'] {
  top: 2015px; }

.grid-stack-item[data-gs-height='404'] {
  height: 2020px; }

.grid-stack-item[data-gs-y='404'] {
  top: 2020px; }

.grid-stack-item[data-gs-height='405'] {
  height: 2025px; }

.grid-stack-item[data-gs-y='405'] {
  top: 2025px; }

.grid-stack-item[data-gs-height='406'] {
  height: 2030px; }

.grid-stack-item[data-gs-y='406'] {
  top: 2030px; }

.grid-stack-item[data-gs-height='407'] {
  height: 2035px; }

.grid-stack-item[data-gs-y='407'] {
  top: 2035px; }

.grid-stack-item[data-gs-height='408'] {
  height: 2040px; }

.grid-stack-item[data-gs-y='408'] {
  top: 2040px; }

.grid-stack-item[data-gs-height='409'] {
  height: 2045px; }

.grid-stack-item[data-gs-y='409'] {
  top: 2045px; }

.grid-stack-item[data-gs-height='410'] {
  height: 2050px; }

.grid-stack-item[data-gs-y='410'] {
  top: 2050px; }

.grid-stack-item[data-gs-height='411'] {
  height: 2055px; }

.grid-stack-item[data-gs-y='411'] {
  top: 2055px; }

.grid-stack-item[data-gs-height='412'] {
  height: 2060px; }

.grid-stack-item[data-gs-y='412'] {
  top: 2060px; }

.grid-stack-item[data-gs-height='413'] {
  height: 2065px; }

.grid-stack-item[data-gs-y='413'] {
  top: 2065px; }

.grid-stack-item[data-gs-height='414'] {
  height: 2070px; }

.grid-stack-item[data-gs-y='414'] {
  top: 2070px; }

.grid-stack-item[data-gs-height='415'] {
  height: 2075px; }

.grid-stack-item[data-gs-y='415'] {
  top: 2075px; }

.grid-stack-item[data-gs-height='416'] {
  height: 2080px; }

.grid-stack-item[data-gs-y='416'] {
  top: 2080px; }

.grid-stack-item[data-gs-height='417'] {
  height: 2085px; }

.grid-stack-item[data-gs-y='417'] {
  top: 2085px; }

.grid-stack-item[data-gs-height='418'] {
  height: 2090px; }

.grid-stack-item[data-gs-y='418'] {
  top: 2090px; }

.grid-stack-item[data-gs-height='419'] {
  height: 2095px; }

.grid-stack-item[data-gs-y='419'] {
  top: 2095px; }

.grid-stack-item[data-gs-height='420'] {
  height: 2100px; }

.grid-stack-item[data-gs-y='420'] {
  top: 2100px; }

.grid-stack-item[data-gs-height='421'] {
  height: 2105px; }

.grid-stack-item[data-gs-y='421'] {
  top: 2105px; }

.grid-stack-item[data-gs-height='422'] {
  height: 2110px; }

.grid-stack-item[data-gs-y='422'] {
  top: 2110px; }

.grid-stack-item[data-gs-height='423'] {
  height: 2115px; }

.grid-stack-item[data-gs-y='423'] {
  top: 2115px; }

.grid-stack-item[data-gs-height='424'] {
  height: 2120px; }

.grid-stack-item[data-gs-y='424'] {
  top: 2120px; }

.grid-stack-item[data-gs-height='425'] {
  height: 2125px; }

.grid-stack-item[data-gs-y='425'] {
  top: 2125px; }

.grid-stack-item[data-gs-height='426'] {
  height: 2130px; }

.grid-stack-item[data-gs-y='426'] {
  top: 2130px; }

.grid-stack-item[data-gs-height='427'] {
  height: 2135px; }

.grid-stack-item[data-gs-y='427'] {
  top: 2135px; }

.grid-stack-item[data-gs-height='428'] {
  height: 2140px; }

.grid-stack-item[data-gs-y='428'] {
  top: 2140px; }

.grid-stack-item[data-gs-height='429'] {
  height: 2145px; }

.grid-stack-item[data-gs-y='429'] {
  top: 2145px; }

.grid-stack-item[data-gs-height='430'] {
  height: 2150px; }

.grid-stack-item[data-gs-y='430'] {
  top: 2150px; }

.grid-stack-item[data-gs-height='431'] {
  height: 2155px; }

.grid-stack-item[data-gs-y='431'] {
  top: 2155px; }

.grid-stack-item[data-gs-height='432'] {
  height: 2160px; }

.grid-stack-item[data-gs-y='432'] {
  top: 2160px; }

.grid-stack-item[data-gs-height='433'] {
  height: 2165px; }

.grid-stack-item[data-gs-y='433'] {
  top: 2165px; }

.grid-stack-item[data-gs-height='434'] {
  height: 2170px; }

.grid-stack-item[data-gs-y='434'] {
  top: 2170px; }

.grid-stack-item[data-gs-height='435'] {
  height: 2175px; }

.grid-stack-item[data-gs-y='435'] {
  top: 2175px; }

.grid-stack-item[data-gs-height='436'] {
  height: 2180px; }

.grid-stack-item[data-gs-y='436'] {
  top: 2180px; }

.grid-stack-item[data-gs-height='437'] {
  height: 2185px; }

.grid-stack-item[data-gs-y='437'] {
  top: 2185px; }

.grid-stack-item[data-gs-height='438'] {
  height: 2190px; }

.grid-stack-item[data-gs-y='438'] {
  top: 2190px; }

.grid-stack-item[data-gs-height='439'] {
  height: 2195px; }

.grid-stack-item[data-gs-y='439'] {
  top: 2195px; }

.grid-stack-item[data-gs-height='440'] {
  height: 2200px; }

.grid-stack-item[data-gs-y='440'] {
  top: 2200px; }

.grid-stack-item[data-gs-height='441'] {
  height: 2205px; }

.grid-stack-item[data-gs-y='441'] {
  top: 2205px; }

.grid-stack-item[data-gs-height='442'] {
  height: 2210px; }

.grid-stack-item[data-gs-y='442'] {
  top: 2210px; }

.grid-stack-item[data-gs-height='443'] {
  height: 2215px; }

.grid-stack-item[data-gs-y='443'] {
  top: 2215px; }

.grid-stack-item[data-gs-height='444'] {
  height: 2220px; }

.grid-stack-item[data-gs-y='444'] {
  top: 2220px; }

.grid-stack-item[data-gs-height='445'] {
  height: 2225px; }

.grid-stack-item[data-gs-y='445'] {
  top: 2225px; }

.grid-stack-item[data-gs-height='446'] {
  height: 2230px; }

.grid-stack-item[data-gs-y='446'] {
  top: 2230px; }

.grid-stack-item[data-gs-height='447'] {
  height: 2235px; }

.grid-stack-item[data-gs-y='447'] {
  top: 2235px; }

.grid-stack-item[data-gs-height='448'] {
  height: 2240px; }

.grid-stack-item[data-gs-y='448'] {
  top: 2240px; }

.grid-stack-item[data-gs-height='449'] {
  height: 2245px; }

.grid-stack-item[data-gs-y='449'] {
  top: 2245px; }

.grid-stack-item[data-gs-height='450'] {
  height: 2250px; }

.grid-stack-item[data-gs-y='450'] {
  top: 2250px; }

.grid-stack-item[data-gs-height='451'] {
  height: 2255px; }

.grid-stack-item[data-gs-y='451'] {
  top: 2255px; }

.grid-stack-item[data-gs-height='452'] {
  height: 2260px; }

.grid-stack-item[data-gs-y='452'] {
  top: 2260px; }

.grid-stack-item[data-gs-height='453'] {
  height: 2265px; }

.grid-stack-item[data-gs-y='453'] {
  top: 2265px; }

.grid-stack-item[data-gs-height='454'] {
  height: 2270px; }

.grid-stack-item[data-gs-y='454'] {
  top: 2270px; }

.grid-stack-item[data-gs-height='455'] {
  height: 2275px; }

.grid-stack-item[data-gs-y='455'] {
  top: 2275px; }

.grid-stack-item[data-gs-height='456'] {
  height: 2280px; }

.grid-stack-item[data-gs-y='456'] {
  top: 2280px; }

.grid-stack-item[data-gs-height='457'] {
  height: 2285px; }

.grid-stack-item[data-gs-y='457'] {
  top: 2285px; }

.grid-stack-item[data-gs-height='458'] {
  height: 2290px; }

.grid-stack-item[data-gs-y='458'] {
  top: 2290px; }

.grid-stack-item[data-gs-height='459'] {
  height: 2295px; }

.grid-stack-item[data-gs-y='459'] {
  top: 2295px; }

.grid-stack-item[data-gs-height='460'] {
  height: 2300px; }

.grid-stack-item[data-gs-y='460'] {
  top: 2300px; }

.grid-stack-item[data-gs-height='461'] {
  height: 2305px; }

.grid-stack-item[data-gs-y='461'] {
  top: 2305px; }

.grid-stack-item[data-gs-height='462'] {
  height: 2310px; }

.grid-stack-item[data-gs-y='462'] {
  top: 2310px; }

.grid-stack-item[data-gs-height='463'] {
  height: 2315px; }

.grid-stack-item[data-gs-y='463'] {
  top: 2315px; }

.grid-stack-item[data-gs-height='464'] {
  height: 2320px; }

.grid-stack-item[data-gs-y='464'] {
  top: 2320px; }

.grid-stack-item[data-gs-height='465'] {
  height: 2325px; }

.grid-stack-item[data-gs-y='465'] {
  top: 2325px; }

.grid-stack-item[data-gs-height='466'] {
  height: 2330px; }

.grid-stack-item[data-gs-y='466'] {
  top: 2330px; }

.grid-stack-item[data-gs-height='467'] {
  height: 2335px; }

.grid-stack-item[data-gs-y='467'] {
  top: 2335px; }

.grid-stack-item[data-gs-height='468'] {
  height: 2340px; }

.grid-stack-item[data-gs-y='468'] {
  top: 2340px; }

.grid-stack-item[data-gs-height='469'] {
  height: 2345px; }

.grid-stack-item[data-gs-y='469'] {
  top: 2345px; }

.grid-stack-item[data-gs-height='470'] {
  height: 2350px; }

.grid-stack-item[data-gs-y='470'] {
  top: 2350px; }

.grid-stack-item[data-gs-height='471'] {
  height: 2355px; }

.grid-stack-item[data-gs-y='471'] {
  top: 2355px; }

.grid-stack-item[data-gs-height='472'] {
  height: 2360px; }

.grid-stack-item[data-gs-y='472'] {
  top: 2360px; }

.grid-stack-item[data-gs-height='473'] {
  height: 2365px; }

.grid-stack-item[data-gs-y='473'] {
  top: 2365px; }

.grid-stack-item[data-gs-height='474'] {
  height: 2370px; }

.grid-stack-item[data-gs-y='474'] {
  top: 2370px; }

.grid-stack-item[data-gs-height='475'] {
  height: 2375px; }

.grid-stack-item[data-gs-y='475'] {
  top: 2375px; }

.grid-stack-item[data-gs-height='476'] {
  height: 2380px; }

.grid-stack-item[data-gs-y='476'] {
  top: 2380px; }

.grid-stack-item[data-gs-height='477'] {
  height: 2385px; }

.grid-stack-item[data-gs-y='477'] {
  top: 2385px; }

.grid-stack-item[data-gs-height='478'] {
  height: 2390px; }

.grid-stack-item[data-gs-y='478'] {
  top: 2390px; }

.grid-stack-item[data-gs-height='479'] {
  height: 2395px; }

.grid-stack-item[data-gs-y='479'] {
  top: 2395px; }

.grid-stack-item[data-gs-height='480'] {
  height: 2400px; }

.grid-stack-item[data-gs-y='480'] {
  top: 2400px; }

.grid-stack-item[data-gs-height='481'] {
  height: 2405px; }

.grid-stack-item[data-gs-y='481'] {
  top: 2405px; }

.grid-stack-item[data-gs-height='482'] {
  height: 2410px; }

.grid-stack-item[data-gs-y='482'] {
  top: 2410px; }

.grid-stack-item[data-gs-height='483'] {
  height: 2415px; }

.grid-stack-item[data-gs-y='483'] {
  top: 2415px; }

.grid-stack-item[data-gs-height='484'] {
  height: 2420px; }

.grid-stack-item[data-gs-y='484'] {
  top: 2420px; }

.grid-stack-item[data-gs-height='485'] {
  height: 2425px; }

.grid-stack-item[data-gs-y='485'] {
  top: 2425px; }

.grid-stack-item[data-gs-height='486'] {
  height: 2430px; }

.grid-stack-item[data-gs-y='486'] {
  top: 2430px; }

.grid-stack-item[data-gs-height='487'] {
  height: 2435px; }

.grid-stack-item[data-gs-y='487'] {
  top: 2435px; }

.grid-stack-item[data-gs-height='488'] {
  height: 2440px; }

.grid-stack-item[data-gs-y='488'] {
  top: 2440px; }

.grid-stack-item[data-gs-height='489'] {
  height: 2445px; }

.grid-stack-item[data-gs-y='489'] {
  top: 2445px; }

.grid-stack-item[data-gs-height='490'] {
  height: 2450px; }

.grid-stack-item[data-gs-y='490'] {
  top: 2450px; }

.grid-stack-item[data-gs-height='491'] {
  height: 2455px; }

.grid-stack-item[data-gs-y='491'] {
  top: 2455px; }

.grid-stack-item[data-gs-height='492'] {
  height: 2460px; }

.grid-stack-item[data-gs-y='492'] {
  top: 2460px; }

.grid-stack-item[data-gs-height='493'] {
  height: 2465px; }

.grid-stack-item[data-gs-y='493'] {
  top: 2465px; }

.grid-stack-item[data-gs-height='494'] {
  height: 2470px; }

.grid-stack-item[data-gs-y='494'] {
  top: 2470px; }

.grid-stack-item[data-gs-height='495'] {
  height: 2475px; }

.grid-stack-item[data-gs-y='495'] {
  top: 2475px; }

.grid-stack-item[data-gs-height='496'] {
  height: 2480px; }

.grid-stack-item[data-gs-y='496'] {
  top: 2480px; }

.grid-stack-item[data-gs-height='497'] {
  height: 2485px; }

.grid-stack-item[data-gs-y='497'] {
  top: 2485px; }

.grid-stack-item[data-gs-height='498'] {
  height: 2490px; }

.grid-stack-item[data-gs-y='498'] {
  top: 2490px; }

.grid-stack-item[data-gs-height='499'] {
  height: 2495px; }

.grid-stack-item[data-gs-y='499'] {
  top: 2495px; }

.grid-stack-item[data-gs-height='500'] {
  height: 2500px; }

.grid-stack-item[data-gs-y='500'] {
  top: 2500px; }

.grid-stack-item[data-gs-height='501'] {
  height: 2505px; }

.grid-stack-item[data-gs-y='501'] {
  top: 2505px; }

.grid-stack-item[data-gs-height='502'] {
  height: 2510px; }

.grid-stack-item[data-gs-y='502'] {
  top: 2510px; }

.grid-stack-item[data-gs-height='503'] {
  height: 2515px; }

.grid-stack-item[data-gs-y='503'] {
  top: 2515px; }

.grid-stack-item[data-gs-height='504'] {
  height: 2520px; }

.grid-stack-item[data-gs-y='504'] {
  top: 2520px; }

.grid-stack-item[data-gs-height='505'] {
  height: 2525px; }

.grid-stack-item[data-gs-y='505'] {
  top: 2525px; }

.grid-stack-item[data-gs-height='506'] {
  height: 2530px; }

.grid-stack-item[data-gs-y='506'] {
  top: 2530px; }

.grid-stack-item[data-gs-height='507'] {
  height: 2535px; }

.grid-stack-item[data-gs-y='507'] {
  top: 2535px; }

.grid-stack-item[data-gs-height='508'] {
  height: 2540px; }

.grid-stack-item[data-gs-y='508'] {
  top: 2540px; }

.grid-stack-item[data-gs-height='509'] {
  height: 2545px; }

.grid-stack-item[data-gs-y='509'] {
  top: 2545px; }

.grid-stack-item[data-gs-height='510'] {
  height: 2550px; }

.grid-stack-item[data-gs-y='510'] {
  top: 2550px; }

.grid-stack-item[data-gs-height='511'] {
  height: 2555px; }

.grid-stack-item[data-gs-y='511'] {
  top: 2555px; }

.grid-stack-item[data-gs-height='512'] {
  height: 2560px; }

.grid-stack-item[data-gs-y='512'] {
  top: 2560px; }

.grid-stack-item[data-gs-height='513'] {
  height: 2565px; }

.grid-stack-item[data-gs-y='513'] {
  top: 2565px; }

.grid-stack-item[data-gs-height='514'] {
  height: 2570px; }

.grid-stack-item[data-gs-y='514'] {
  top: 2570px; }

.grid-stack-item[data-gs-height='515'] {
  height: 2575px; }

.grid-stack-item[data-gs-y='515'] {
  top: 2575px; }

.grid-stack-item[data-gs-height='516'] {
  height: 2580px; }

.grid-stack-item[data-gs-y='516'] {
  top: 2580px; }

.grid-stack-item[data-gs-height='517'] {
  height: 2585px; }

.grid-stack-item[data-gs-y='517'] {
  top: 2585px; }

.grid-stack-item[data-gs-height='518'] {
  height: 2590px; }

.grid-stack-item[data-gs-y='518'] {
  top: 2590px; }

.grid-stack-item[data-gs-height='519'] {
  height: 2595px; }

.grid-stack-item[data-gs-y='519'] {
  top: 2595px; }

.grid-stack-item[data-gs-height='520'] {
  height: 2600px; }

.grid-stack-item[data-gs-y='520'] {
  top: 2600px; }

.grid-stack-item[data-gs-height='521'] {
  height: 2605px; }

.grid-stack-item[data-gs-y='521'] {
  top: 2605px; }

.grid-stack-item[data-gs-height='522'] {
  height: 2610px; }

.grid-stack-item[data-gs-y='522'] {
  top: 2610px; }

.grid-stack-item[data-gs-height='523'] {
  height: 2615px; }

.grid-stack-item[data-gs-y='523'] {
  top: 2615px; }

.grid-stack-item[data-gs-height='524'] {
  height: 2620px; }

.grid-stack-item[data-gs-y='524'] {
  top: 2620px; }

.grid-stack-item[data-gs-height='525'] {
  height: 2625px; }

.grid-stack-item[data-gs-y='525'] {
  top: 2625px; }

.grid-stack-item[data-gs-height='526'] {
  height: 2630px; }

.grid-stack-item[data-gs-y='526'] {
  top: 2630px; }

.grid-stack-item[data-gs-height='527'] {
  height: 2635px; }

.grid-stack-item[data-gs-y='527'] {
  top: 2635px; }

.grid-stack-item[data-gs-height='528'] {
  height: 2640px; }

.grid-stack-item[data-gs-y='528'] {
  top: 2640px; }

.grid-stack-item[data-gs-height='529'] {
  height: 2645px; }

.grid-stack-item[data-gs-y='529'] {
  top: 2645px; }

.grid-stack-item[data-gs-height='530'] {
  height: 2650px; }

.grid-stack-item[data-gs-y='530'] {
  top: 2650px; }

.grid-stack-item[data-gs-height='531'] {
  height: 2655px; }

.grid-stack-item[data-gs-y='531'] {
  top: 2655px; }

.grid-stack-item[data-gs-height='532'] {
  height: 2660px; }

.grid-stack-item[data-gs-y='532'] {
  top: 2660px; }

.grid-stack-item[data-gs-height='533'] {
  height: 2665px; }

.grid-stack-item[data-gs-y='533'] {
  top: 2665px; }

.grid-stack-item[data-gs-height='534'] {
  height: 2670px; }

.grid-stack-item[data-gs-y='534'] {
  top: 2670px; }

.grid-stack-item[data-gs-height='535'] {
  height: 2675px; }

.grid-stack-item[data-gs-y='535'] {
  top: 2675px; }

.grid-stack-item[data-gs-height='536'] {
  height: 2680px; }

.grid-stack-item[data-gs-y='536'] {
  top: 2680px; }

.grid-stack-item[data-gs-height='537'] {
  height: 2685px; }

.grid-stack-item[data-gs-y='537'] {
  top: 2685px; }

.grid-stack-item[data-gs-height='538'] {
  height: 2690px; }

.grid-stack-item[data-gs-y='538'] {
  top: 2690px; }

.grid-stack-item[data-gs-height='539'] {
  height: 2695px; }

.grid-stack-item[data-gs-y='539'] {
  top: 2695px; }

.grid-stack-item[data-gs-height='540'] {
  height: 2700px; }

.grid-stack-item[data-gs-y='540'] {
  top: 2700px; }

.grid-stack-item[data-gs-height='541'] {
  height: 2705px; }

.grid-stack-item[data-gs-y='541'] {
  top: 2705px; }

.grid-stack-item[data-gs-height='542'] {
  height: 2710px; }

.grid-stack-item[data-gs-y='542'] {
  top: 2710px; }

.grid-stack-item[data-gs-height='543'] {
  height: 2715px; }

.grid-stack-item[data-gs-y='543'] {
  top: 2715px; }

.grid-stack-item[data-gs-height='544'] {
  height: 2720px; }

.grid-stack-item[data-gs-y='544'] {
  top: 2720px; }

.grid-stack-item[data-gs-height='545'] {
  height: 2725px; }

.grid-stack-item[data-gs-y='545'] {
  top: 2725px; }

.grid-stack-item[data-gs-height='546'] {
  height: 2730px; }

.grid-stack-item[data-gs-y='546'] {
  top: 2730px; }

.grid-stack-item[data-gs-height='547'] {
  height: 2735px; }

.grid-stack-item[data-gs-y='547'] {
  top: 2735px; }

.grid-stack-item[data-gs-height='548'] {
  height: 2740px; }

.grid-stack-item[data-gs-y='548'] {
  top: 2740px; }

.grid-stack-item[data-gs-height='549'] {
  height: 2745px; }

.grid-stack-item[data-gs-y='549'] {
  top: 2745px; }

.grid-stack-item[data-gs-height='550'] {
  height: 2750px; }

.grid-stack-item[data-gs-y='550'] {
  top: 2750px; }

.grid-stack-item[data-gs-height='551'] {
  height: 2755px; }

.grid-stack-item[data-gs-y='551'] {
  top: 2755px; }

.grid-stack-item[data-gs-height='552'] {
  height: 2760px; }

.grid-stack-item[data-gs-y='552'] {
  top: 2760px; }

.grid-stack-item[data-gs-height='553'] {
  height: 2765px; }

.grid-stack-item[data-gs-y='553'] {
  top: 2765px; }

.grid-stack-item[data-gs-height='554'] {
  height: 2770px; }

.grid-stack-item[data-gs-y='554'] {
  top: 2770px; }

.grid-stack-item[data-gs-height='555'] {
  height: 2775px; }

.grid-stack-item[data-gs-y='555'] {
  top: 2775px; }

.grid-stack-item[data-gs-height='556'] {
  height: 2780px; }

.grid-stack-item[data-gs-y='556'] {
  top: 2780px; }

.grid-stack-item[data-gs-height='557'] {
  height: 2785px; }

.grid-stack-item[data-gs-y='557'] {
  top: 2785px; }

.grid-stack-item[data-gs-height='558'] {
  height: 2790px; }

.grid-stack-item[data-gs-y='558'] {
  top: 2790px; }

.grid-stack-item[data-gs-height='559'] {
  height: 2795px; }

.grid-stack-item[data-gs-y='559'] {
  top: 2795px; }

.grid-stack-item[data-gs-height='560'] {
  height: 2800px; }

.grid-stack-item[data-gs-y='560'] {
  top: 2800px; }

.grid-stack-item[data-gs-height='561'] {
  height: 2805px; }

.grid-stack-item[data-gs-y='561'] {
  top: 2805px; }

.grid-stack-item[data-gs-height='562'] {
  height: 2810px; }

.grid-stack-item[data-gs-y='562'] {
  top: 2810px; }

.grid-stack-item[data-gs-height='563'] {
  height: 2815px; }

.grid-stack-item[data-gs-y='563'] {
  top: 2815px; }

.grid-stack-item[data-gs-height='564'] {
  height: 2820px; }

.grid-stack-item[data-gs-y='564'] {
  top: 2820px; }

.grid-stack-item[data-gs-height='565'] {
  height: 2825px; }

.grid-stack-item[data-gs-y='565'] {
  top: 2825px; }

.grid-stack-item[data-gs-height='566'] {
  height: 2830px; }

.grid-stack-item[data-gs-y='566'] {
  top: 2830px; }

.grid-stack-item[data-gs-height='567'] {
  height: 2835px; }

.grid-stack-item[data-gs-y='567'] {
  top: 2835px; }

.grid-stack-item[data-gs-height='568'] {
  height: 2840px; }

.grid-stack-item[data-gs-y='568'] {
  top: 2840px; }

.grid-stack-item[data-gs-height='569'] {
  height: 2845px; }

.grid-stack-item[data-gs-y='569'] {
  top: 2845px; }

.grid-stack-item[data-gs-height='570'] {
  height: 2850px; }

.grid-stack-item[data-gs-y='570'] {
  top: 2850px; }

.grid-stack-item[data-gs-height='571'] {
  height: 2855px; }

.grid-stack-item[data-gs-y='571'] {
  top: 2855px; }

.grid-stack-item[data-gs-height='572'] {
  height: 2860px; }

.grid-stack-item[data-gs-y='572'] {
  top: 2860px; }

.grid-stack-item[data-gs-height='573'] {
  height: 2865px; }

.grid-stack-item[data-gs-y='573'] {
  top: 2865px; }

.grid-stack-item[data-gs-height='574'] {
  height: 2870px; }

.grid-stack-item[data-gs-y='574'] {
  top: 2870px; }

.grid-stack-item[data-gs-height='575'] {
  height: 2875px; }

.grid-stack-item[data-gs-y='575'] {
  top: 2875px; }

.grid-stack-item[data-gs-height='576'] {
  height: 2880px; }

.grid-stack-item[data-gs-y='576'] {
  top: 2880px; }

.grid-stack-item[data-gs-height='577'] {
  height: 2885px; }

.grid-stack-item[data-gs-y='577'] {
  top: 2885px; }

.grid-stack-item[data-gs-height='578'] {
  height: 2890px; }

.grid-stack-item[data-gs-y='578'] {
  top: 2890px; }

.grid-stack-item[data-gs-height='579'] {
  height: 2895px; }

.grid-stack-item[data-gs-y='579'] {
  top: 2895px; }

.grid-stack-item[data-gs-height='580'] {
  height: 2900px; }

.grid-stack-item[data-gs-y='580'] {
  top: 2900px; }

.grid-stack-item[data-gs-height='581'] {
  height: 2905px; }

.grid-stack-item[data-gs-y='581'] {
  top: 2905px; }

.grid-stack-item[data-gs-height='582'] {
  height: 2910px; }

.grid-stack-item[data-gs-y='582'] {
  top: 2910px; }

.grid-stack-item[data-gs-height='583'] {
  height: 2915px; }

.grid-stack-item[data-gs-y='583'] {
  top: 2915px; }

.grid-stack-item[data-gs-height='584'] {
  height: 2920px; }

.grid-stack-item[data-gs-y='584'] {
  top: 2920px; }

.grid-stack-item[data-gs-height='585'] {
  height: 2925px; }

.grid-stack-item[data-gs-y='585'] {
  top: 2925px; }

.grid-stack-item[data-gs-height='586'] {
  height: 2930px; }

.grid-stack-item[data-gs-y='586'] {
  top: 2930px; }

.grid-stack-item[data-gs-height='587'] {
  height: 2935px; }

.grid-stack-item[data-gs-y='587'] {
  top: 2935px; }

.grid-stack-item[data-gs-height='588'] {
  height: 2940px; }

.grid-stack-item[data-gs-y='588'] {
  top: 2940px; }

.grid-stack-item[data-gs-height='589'] {
  height: 2945px; }

.grid-stack-item[data-gs-y='589'] {
  top: 2945px; }

.grid-stack-item[data-gs-height='590'] {
  height: 2950px; }

.grid-stack-item[data-gs-y='590'] {
  top: 2950px; }

.grid-stack-item[data-gs-height='591'] {
  height: 2955px; }

.grid-stack-item[data-gs-y='591'] {
  top: 2955px; }

.grid-stack-item[data-gs-height='592'] {
  height: 2960px; }

.grid-stack-item[data-gs-y='592'] {
  top: 2960px; }

.grid-stack-item[data-gs-height='593'] {
  height: 2965px; }

.grid-stack-item[data-gs-y='593'] {
  top: 2965px; }

.grid-stack-item[data-gs-height='594'] {
  height: 2970px; }

.grid-stack-item[data-gs-y='594'] {
  top: 2970px; }

.grid-stack-item[data-gs-height='595'] {
  height: 2975px; }

.grid-stack-item[data-gs-y='595'] {
  top: 2975px; }

.grid-stack-item[data-gs-height='596'] {
  height: 2980px; }

.grid-stack-item[data-gs-y='596'] {
  top: 2980px; }

.grid-stack-item[data-gs-height='597'] {
  height: 2985px; }

.grid-stack-item[data-gs-y='597'] {
  top: 2985px; }

.grid-stack-item[data-gs-height='598'] {
  height: 2990px; }

.grid-stack-item[data-gs-y='598'] {
  top: 2990px; }

.grid-stack-item[data-gs-height='599'] {
  height: 2995px; }

.grid-stack-item[data-gs-y='599'] {
  top: 2995px; }

.grid-stack-item[data-gs-height='600'] {
  height: 3000px; }

.grid-stack-item[data-gs-y='600'] {
  top: 3000px; }

.grid-stack-item[data-gs-height='601'] {
  height: 3005px; }

.grid-stack-item[data-gs-y='601'] {
  top: 3005px; }

.grid-stack-item[data-gs-height='602'] {
  height: 3010px; }

.grid-stack-item[data-gs-y='602'] {
  top: 3010px; }

.grid-stack-item[data-gs-height='603'] {
  height: 3015px; }

.grid-stack-item[data-gs-y='603'] {
  top: 3015px; }

.grid-stack-item[data-gs-height='604'] {
  height: 3020px; }

.grid-stack-item[data-gs-y='604'] {
  top: 3020px; }

.grid-stack-item[data-gs-height='605'] {
  height: 3025px; }

.grid-stack-item[data-gs-y='605'] {
  top: 3025px; }

.grid-stack-item[data-gs-height='606'] {
  height: 3030px; }

.grid-stack-item[data-gs-y='606'] {
  top: 3030px; }

.grid-stack-item[data-gs-height='607'] {
  height: 3035px; }

.grid-stack-item[data-gs-y='607'] {
  top: 3035px; }

.grid-stack-item[data-gs-height='608'] {
  height: 3040px; }

.grid-stack-item[data-gs-y='608'] {
  top: 3040px; }

.grid-stack-item[data-gs-height='609'] {
  height: 3045px; }

.grid-stack-item[data-gs-y='609'] {
  top: 3045px; }

.grid-stack-item[data-gs-height='610'] {
  height: 3050px; }

.grid-stack-item[data-gs-y='610'] {
  top: 3050px; }

.grid-stack-item[data-gs-height='611'] {
  height: 3055px; }

.grid-stack-item[data-gs-y='611'] {
  top: 3055px; }

.grid-stack-item[data-gs-height='612'] {
  height: 3060px; }

.grid-stack-item[data-gs-y='612'] {
  top: 3060px; }

.grid-stack-item[data-gs-height='613'] {
  height: 3065px; }

.grid-stack-item[data-gs-y='613'] {
  top: 3065px; }

.grid-stack-item[data-gs-height='614'] {
  height: 3070px; }

.grid-stack-item[data-gs-y='614'] {
  top: 3070px; }

.grid-stack-item[data-gs-height='615'] {
  height: 3075px; }

.grid-stack-item[data-gs-y='615'] {
  top: 3075px; }

.grid-stack-item[data-gs-height='616'] {
  height: 3080px; }

.grid-stack-item[data-gs-y='616'] {
  top: 3080px; }

.grid-stack-item[data-gs-height='617'] {
  height: 3085px; }

.grid-stack-item[data-gs-y='617'] {
  top: 3085px; }

.grid-stack-item[data-gs-height='618'] {
  height: 3090px; }

.grid-stack-item[data-gs-y='618'] {
  top: 3090px; }

.grid-stack-item[data-gs-height='619'] {
  height: 3095px; }

.grid-stack-item[data-gs-y='619'] {
  top: 3095px; }

.grid-stack-item[data-gs-height='620'] {
  height: 3100px; }

.grid-stack-item[data-gs-y='620'] {
  top: 3100px; }

.grid-stack-item[data-gs-height='621'] {
  height: 3105px; }

.grid-stack-item[data-gs-y='621'] {
  top: 3105px; }

.grid-stack-item[data-gs-height='622'] {
  height: 3110px; }

.grid-stack-item[data-gs-y='622'] {
  top: 3110px; }

.grid-stack-item[data-gs-height='623'] {
  height: 3115px; }

.grid-stack-item[data-gs-y='623'] {
  top: 3115px; }

.grid-stack-item[data-gs-height='624'] {
  height: 3120px; }

.grid-stack-item[data-gs-y='624'] {
  top: 3120px; }

.grid-stack-item[data-gs-height='625'] {
  height: 3125px; }

.grid-stack-item[data-gs-y='625'] {
  top: 3125px; }

.grid-stack-item[data-gs-height='626'] {
  height: 3130px; }

.grid-stack-item[data-gs-y='626'] {
  top: 3130px; }

.grid-stack-item[data-gs-height='627'] {
  height: 3135px; }

.grid-stack-item[data-gs-y='627'] {
  top: 3135px; }

.grid-stack-item[data-gs-height='628'] {
  height: 3140px; }

.grid-stack-item[data-gs-y='628'] {
  top: 3140px; }

.grid-stack-item[data-gs-height='629'] {
  height: 3145px; }

.grid-stack-item[data-gs-y='629'] {
  top: 3145px; }

.grid-stack-item[data-gs-height='630'] {
  height: 3150px; }

.grid-stack-item[data-gs-y='630'] {
  top: 3150px; }

.grid-stack-item[data-gs-height='631'] {
  height: 3155px; }

.grid-stack-item[data-gs-y='631'] {
  top: 3155px; }

.grid-stack-item[data-gs-height='632'] {
  height: 3160px; }

.grid-stack-item[data-gs-y='632'] {
  top: 3160px; }

.grid-stack-item[data-gs-height='633'] {
  height: 3165px; }

.grid-stack-item[data-gs-y='633'] {
  top: 3165px; }

.grid-stack-item[data-gs-height='634'] {
  height: 3170px; }

.grid-stack-item[data-gs-y='634'] {
  top: 3170px; }

.grid-stack-item[data-gs-height='635'] {
  height: 3175px; }

.grid-stack-item[data-gs-y='635'] {
  top: 3175px; }

.grid-stack-item[data-gs-height='636'] {
  height: 3180px; }

.grid-stack-item[data-gs-y='636'] {
  top: 3180px; }

.grid-stack-item[data-gs-height='637'] {
  height: 3185px; }

.grid-stack-item[data-gs-y='637'] {
  top: 3185px; }

.grid-stack-item[data-gs-height='638'] {
  height: 3190px; }

.grid-stack-item[data-gs-y='638'] {
  top: 3190px; }

.grid-stack-item[data-gs-height='639'] {
  height: 3195px; }

.grid-stack-item[data-gs-y='639'] {
  top: 3195px; }

.grid-stack-item[data-gs-height='640'] {
  height: 3200px; }

.grid-stack-item[data-gs-y='640'] {
  top: 3200px; }

.grid-stack-item[data-gs-height='641'] {
  height: 3205px; }

.grid-stack-item[data-gs-y='641'] {
  top: 3205px; }

.grid-stack-item[data-gs-height='642'] {
  height: 3210px; }

.grid-stack-item[data-gs-y='642'] {
  top: 3210px; }

.grid-stack-item[data-gs-height='643'] {
  height: 3215px; }

.grid-stack-item[data-gs-y='643'] {
  top: 3215px; }

.grid-stack-item[data-gs-height='644'] {
  height: 3220px; }

.grid-stack-item[data-gs-y='644'] {
  top: 3220px; }

.grid-stack-item[data-gs-height='645'] {
  height: 3225px; }

.grid-stack-item[data-gs-y='645'] {
  top: 3225px; }

.grid-stack-item[data-gs-height='646'] {
  height: 3230px; }

.grid-stack-item[data-gs-y='646'] {
  top: 3230px; }

.grid-stack-item[data-gs-height='647'] {
  height: 3235px; }

.grid-stack-item[data-gs-y='647'] {
  top: 3235px; }

.grid-stack-item[data-gs-height='648'] {
  height: 3240px; }

.grid-stack-item[data-gs-y='648'] {
  top: 3240px; }

.grid-stack-item[data-gs-height='649'] {
  height: 3245px; }

.grid-stack-item[data-gs-y='649'] {
  top: 3245px; }

.grid-stack-item[data-gs-height='650'] {
  height: 3250px; }

.grid-stack-item[data-gs-y='650'] {
  top: 3250px; }

.grid-stack-item[data-gs-height='651'] {
  height: 3255px; }

.grid-stack-item[data-gs-y='651'] {
  top: 3255px; }

.grid-stack-item[data-gs-height='652'] {
  height: 3260px; }

.grid-stack-item[data-gs-y='652'] {
  top: 3260px; }

.grid-stack-item[data-gs-height='653'] {
  height: 3265px; }

.grid-stack-item[data-gs-y='653'] {
  top: 3265px; }

.grid-stack-item[data-gs-height='654'] {
  height: 3270px; }

.grid-stack-item[data-gs-y='654'] {
  top: 3270px; }

.grid-stack-item[data-gs-height='655'] {
  height: 3275px; }

.grid-stack-item[data-gs-y='655'] {
  top: 3275px; }

.grid-stack-item[data-gs-height='656'] {
  height: 3280px; }

.grid-stack-item[data-gs-y='656'] {
  top: 3280px; }

.grid-stack-item[data-gs-height='657'] {
  height: 3285px; }

.grid-stack-item[data-gs-y='657'] {
  top: 3285px; }

.grid-stack-item[data-gs-height='658'] {
  height: 3290px; }

.grid-stack-item[data-gs-y='658'] {
  top: 3290px; }

.grid-stack-item[data-gs-height='659'] {
  height: 3295px; }

.grid-stack-item[data-gs-y='659'] {
  top: 3295px; }

.grid-stack-item[data-gs-height='660'] {
  height: 3300px; }

.grid-stack-item[data-gs-y='660'] {
  top: 3300px; }

.grid-stack-item[data-gs-height='661'] {
  height: 3305px; }

.grid-stack-item[data-gs-y='661'] {
  top: 3305px; }

.grid-stack-item[data-gs-height='662'] {
  height: 3310px; }

.grid-stack-item[data-gs-y='662'] {
  top: 3310px; }

.grid-stack-item[data-gs-height='663'] {
  height: 3315px; }

.grid-stack-item[data-gs-y='663'] {
  top: 3315px; }

.grid-stack-item[data-gs-height='664'] {
  height: 3320px; }

.grid-stack-item[data-gs-y='664'] {
  top: 3320px; }

.grid-stack-item[data-gs-height='665'] {
  height: 3325px; }

.grid-stack-item[data-gs-y='665'] {
  top: 3325px; }

.grid-stack-item[data-gs-height='666'] {
  height: 3330px; }

.grid-stack-item[data-gs-y='666'] {
  top: 3330px; }

.grid-stack-item[data-gs-height='667'] {
  height: 3335px; }

.grid-stack-item[data-gs-y='667'] {
  top: 3335px; }

.grid-stack-item[data-gs-height='668'] {
  height: 3340px; }

.grid-stack-item[data-gs-y='668'] {
  top: 3340px; }

.grid-stack-item[data-gs-height='669'] {
  height: 3345px; }

.grid-stack-item[data-gs-y='669'] {
  top: 3345px; }

.grid-stack-item[data-gs-height='670'] {
  height: 3350px; }

.grid-stack-item[data-gs-y='670'] {
  top: 3350px; }

.grid-stack-item[data-gs-height='671'] {
  height: 3355px; }

.grid-stack-item[data-gs-y='671'] {
  top: 3355px; }

.grid-stack-item[data-gs-height='672'] {
  height: 3360px; }

.grid-stack-item[data-gs-y='672'] {
  top: 3360px; }

.grid-stack-item[data-gs-height='673'] {
  height: 3365px; }

.grid-stack-item[data-gs-y='673'] {
  top: 3365px; }

.grid-stack-item[data-gs-height='674'] {
  height: 3370px; }

.grid-stack-item[data-gs-y='674'] {
  top: 3370px; }

.grid-stack-item[data-gs-height='675'] {
  height: 3375px; }

.grid-stack-item[data-gs-y='675'] {
  top: 3375px; }

.grid-stack-item[data-gs-height='676'] {
  height: 3380px; }

.grid-stack-item[data-gs-y='676'] {
  top: 3380px; }

.grid-stack-item[data-gs-height='677'] {
  height: 3385px; }

.grid-stack-item[data-gs-y='677'] {
  top: 3385px; }

.grid-stack-item[data-gs-height='678'] {
  height: 3390px; }

.grid-stack-item[data-gs-y='678'] {
  top: 3390px; }

.grid-stack-item[data-gs-height='679'] {
  height: 3395px; }

.grid-stack-item[data-gs-y='679'] {
  top: 3395px; }

.grid-stack-item[data-gs-height='680'] {
  height: 3400px; }

.grid-stack-item[data-gs-y='680'] {
  top: 3400px; }

.grid-stack-item[data-gs-height='681'] {
  height: 3405px; }

.grid-stack-item[data-gs-y='681'] {
  top: 3405px; }

.grid-stack-item[data-gs-height='682'] {
  height: 3410px; }

.grid-stack-item[data-gs-y='682'] {
  top: 3410px; }

.grid-stack-item[data-gs-height='683'] {
  height: 3415px; }

.grid-stack-item[data-gs-y='683'] {
  top: 3415px; }

.grid-stack-item[data-gs-height='684'] {
  height: 3420px; }

.grid-stack-item[data-gs-y='684'] {
  top: 3420px; }

.grid-stack-item[data-gs-height='685'] {
  height: 3425px; }

.grid-stack-item[data-gs-y='685'] {
  top: 3425px; }

.grid-stack-item[data-gs-height='686'] {
  height: 3430px; }

.grid-stack-item[data-gs-y='686'] {
  top: 3430px; }

.grid-stack-item[data-gs-height='687'] {
  height: 3435px; }

.grid-stack-item[data-gs-y='687'] {
  top: 3435px; }

.grid-stack-item[data-gs-height='688'] {
  height: 3440px; }

.grid-stack-item[data-gs-y='688'] {
  top: 3440px; }

.grid-stack-item[data-gs-height='689'] {
  height: 3445px; }

.grid-stack-item[data-gs-y='689'] {
  top: 3445px; }

.grid-stack-item[data-gs-height='690'] {
  height: 3450px; }

.grid-stack-item[data-gs-y='690'] {
  top: 3450px; }

.grid-stack-item[data-gs-height='691'] {
  height: 3455px; }

.grid-stack-item[data-gs-y='691'] {
  top: 3455px; }

.grid-stack-item[data-gs-height='692'] {
  height: 3460px; }

.grid-stack-item[data-gs-y='692'] {
  top: 3460px; }

.grid-stack-item[data-gs-height='693'] {
  height: 3465px; }

.grid-stack-item[data-gs-y='693'] {
  top: 3465px; }

.grid-stack-item[data-gs-height='694'] {
  height: 3470px; }

.grid-stack-item[data-gs-y='694'] {
  top: 3470px; }

.grid-stack-item[data-gs-height='695'] {
  height: 3475px; }

.grid-stack-item[data-gs-y='695'] {
  top: 3475px; }

.grid-stack-item[data-gs-height='696'] {
  height: 3480px; }

.grid-stack-item[data-gs-y='696'] {
  top: 3480px; }

.grid-stack-item[data-gs-height='697'] {
  height: 3485px; }

.grid-stack-item[data-gs-y='697'] {
  top: 3485px; }

.grid-stack-item[data-gs-height='698'] {
  height: 3490px; }

.grid-stack-item[data-gs-y='698'] {
  top: 3490px; }

.grid-stack-item[data-gs-height='699'] {
  height: 3495px; }

.grid-stack-item[data-gs-y='699'] {
  top: 3495px; }

.grid-stack-item[data-gs-height='700'] {
  height: 3500px; }

.grid-stack-item[data-gs-y='700'] {
  top: 3500px; }

.grid-stack-item[data-gs-height='701'] {
  height: 3505px; }

.grid-stack-item[data-gs-y='701'] {
  top: 3505px; }

.grid-stack-item[data-gs-height='702'] {
  height: 3510px; }

.grid-stack-item[data-gs-y='702'] {
  top: 3510px; }

.grid-stack-item[data-gs-height='703'] {
  height: 3515px; }

.grid-stack-item[data-gs-y='703'] {
  top: 3515px; }

.grid-stack-item[data-gs-height='704'] {
  height: 3520px; }

.grid-stack-item[data-gs-y='704'] {
  top: 3520px; }

.grid-stack-item[data-gs-height='705'] {
  height: 3525px; }

.grid-stack-item[data-gs-y='705'] {
  top: 3525px; }

.grid-stack-item[data-gs-height='706'] {
  height: 3530px; }

.grid-stack-item[data-gs-y='706'] {
  top: 3530px; }

.grid-stack-item[data-gs-height='707'] {
  height: 3535px; }

.grid-stack-item[data-gs-y='707'] {
  top: 3535px; }

.grid-stack-item[data-gs-height='708'] {
  height: 3540px; }

.grid-stack-item[data-gs-y='708'] {
  top: 3540px; }

.grid-stack-item[data-gs-height='709'] {
  height: 3545px; }

.grid-stack-item[data-gs-y='709'] {
  top: 3545px; }

.grid-stack-item[data-gs-height='710'] {
  height: 3550px; }

.grid-stack-item[data-gs-y='710'] {
  top: 3550px; }

.grid-stack-item[data-gs-height='711'] {
  height: 3555px; }

.grid-stack-item[data-gs-y='711'] {
  top: 3555px; }

.grid-stack-item[data-gs-height='712'] {
  height: 3560px; }

.grid-stack-item[data-gs-y='712'] {
  top: 3560px; }

.grid-stack-item[data-gs-height='713'] {
  height: 3565px; }

.grid-stack-item[data-gs-y='713'] {
  top: 3565px; }

.grid-stack-item[data-gs-height='714'] {
  height: 3570px; }

.grid-stack-item[data-gs-y='714'] {
  top: 3570px; }

.grid-stack-item[data-gs-height='715'] {
  height: 3575px; }

.grid-stack-item[data-gs-y='715'] {
  top: 3575px; }

.grid-stack-item[data-gs-height='716'] {
  height: 3580px; }

.grid-stack-item[data-gs-y='716'] {
  top: 3580px; }

.grid-stack-item[data-gs-height='717'] {
  height: 3585px; }

.grid-stack-item[data-gs-y='717'] {
  top: 3585px; }

.grid-stack-item[data-gs-height='718'] {
  height: 3590px; }

.grid-stack-item[data-gs-y='718'] {
  top: 3590px; }

.grid-stack-item[data-gs-height='719'] {
  height: 3595px; }

.grid-stack-item[data-gs-y='719'] {
  top: 3595px; }

.grid-stack-item[data-gs-height='720'] {
  height: 3600px; }

.grid-stack-item[data-gs-y='720'] {
  top: 3600px; }

.grid-stack-item[data-gs-height='721'] {
  height: 3605px; }

.grid-stack-item[data-gs-y='721'] {
  top: 3605px; }

.grid-stack-item[data-gs-height='722'] {
  height: 3610px; }

.grid-stack-item[data-gs-y='722'] {
  top: 3610px; }

.grid-stack-item[data-gs-height='723'] {
  height: 3615px; }

.grid-stack-item[data-gs-y='723'] {
  top: 3615px; }

.grid-stack-item[data-gs-height='724'] {
  height: 3620px; }

.grid-stack-item[data-gs-y='724'] {
  top: 3620px; }

.grid-stack-item[data-gs-height='725'] {
  height: 3625px; }

.grid-stack-item[data-gs-y='725'] {
  top: 3625px; }

.grid-stack-item[data-gs-height='726'] {
  height: 3630px; }

.grid-stack-item[data-gs-y='726'] {
  top: 3630px; }

.grid-stack-item[data-gs-height='727'] {
  height: 3635px; }

.grid-stack-item[data-gs-y='727'] {
  top: 3635px; }

.grid-stack-item[data-gs-height='728'] {
  height: 3640px; }

.grid-stack-item[data-gs-y='728'] {
  top: 3640px; }

.grid-stack-item[data-gs-height='729'] {
  height: 3645px; }

.grid-stack-item[data-gs-y='729'] {
  top: 3645px; }

.grid-stack-item[data-gs-height='730'] {
  height: 3650px; }

.grid-stack-item[data-gs-y='730'] {
  top: 3650px; }

.grid-stack-item[data-gs-height='731'] {
  height: 3655px; }

.grid-stack-item[data-gs-y='731'] {
  top: 3655px; }

.grid-stack-item[data-gs-height='732'] {
  height: 3660px; }

.grid-stack-item[data-gs-y='732'] {
  top: 3660px; }

.grid-stack-item[data-gs-height='733'] {
  height: 3665px; }

.grid-stack-item[data-gs-y='733'] {
  top: 3665px; }

.grid-stack-item[data-gs-height='734'] {
  height: 3670px; }

.grid-stack-item[data-gs-y='734'] {
  top: 3670px; }

.grid-stack-item[data-gs-height='735'] {
  height: 3675px; }

.grid-stack-item[data-gs-y='735'] {
  top: 3675px; }

.grid-stack-item[data-gs-height='736'] {
  height: 3680px; }

.grid-stack-item[data-gs-y='736'] {
  top: 3680px; }

.grid-stack-item[data-gs-height='737'] {
  height: 3685px; }

.grid-stack-item[data-gs-y='737'] {
  top: 3685px; }

.grid-stack-item[data-gs-height='738'] {
  height: 3690px; }

.grid-stack-item[data-gs-y='738'] {
  top: 3690px; }

.grid-stack-item[data-gs-height='739'] {
  height: 3695px; }

.grid-stack-item[data-gs-y='739'] {
  top: 3695px; }

.grid-stack-item[data-gs-height='740'] {
  height: 3700px; }

.grid-stack-item[data-gs-y='740'] {
  top: 3700px; }

.grid-stack-item[data-gs-height='741'] {
  height: 3705px; }

.grid-stack-item[data-gs-y='741'] {
  top: 3705px; }

.grid-stack-item[data-gs-height='742'] {
  height: 3710px; }

.grid-stack-item[data-gs-y='742'] {
  top: 3710px; }

.grid-stack-item[data-gs-height='743'] {
  height: 3715px; }

.grid-stack-item[data-gs-y='743'] {
  top: 3715px; }

.grid-stack-item[data-gs-height='744'] {
  height: 3720px; }

.grid-stack-item[data-gs-y='744'] {
  top: 3720px; }

.grid-stack-item[data-gs-height='745'] {
  height: 3725px; }

.grid-stack-item[data-gs-y='745'] {
  top: 3725px; }

.grid-stack-item[data-gs-height='746'] {
  height: 3730px; }

.grid-stack-item[data-gs-y='746'] {
  top: 3730px; }

.grid-stack-item[data-gs-height='747'] {
  height: 3735px; }

.grid-stack-item[data-gs-y='747'] {
  top: 3735px; }

.grid-stack-item[data-gs-height='748'] {
  height: 3740px; }

.grid-stack-item[data-gs-y='748'] {
  top: 3740px; }

.grid-stack-item[data-gs-height='749'] {
  height: 3745px; }

.grid-stack-item[data-gs-y='749'] {
  top: 3745px; }

.grid-stack-item[data-gs-height='750'] {
  height: 3750px; }

.grid-stack-item[data-gs-y='750'] {
  top: 3750px; }

.grid-stack-item[data-gs-height='751'] {
  height: 3755px; }

.grid-stack-item[data-gs-y='751'] {
  top: 3755px; }

.grid-stack-item[data-gs-height='752'] {
  height: 3760px; }

.grid-stack-item[data-gs-y='752'] {
  top: 3760px; }

.grid-stack-item[data-gs-height='753'] {
  height: 3765px; }

.grid-stack-item[data-gs-y='753'] {
  top: 3765px; }

.grid-stack-item[data-gs-height='754'] {
  height: 3770px; }

.grid-stack-item[data-gs-y='754'] {
  top: 3770px; }

.grid-stack-item[data-gs-height='755'] {
  height: 3775px; }

.grid-stack-item[data-gs-y='755'] {
  top: 3775px; }

.grid-stack-item[data-gs-height='756'] {
  height: 3780px; }

.grid-stack-item[data-gs-y='756'] {
  top: 3780px; }

.grid-stack-item[data-gs-height='757'] {
  height: 3785px; }

.grid-stack-item[data-gs-y='757'] {
  top: 3785px; }

.grid-stack-item[data-gs-height='758'] {
  height: 3790px; }

.grid-stack-item[data-gs-y='758'] {
  top: 3790px; }

.grid-stack-item[data-gs-height='759'] {
  height: 3795px; }

.grid-stack-item[data-gs-y='759'] {
  top: 3795px; }

.grid-stack-item[data-gs-height='760'] {
  height: 3800px; }

.grid-stack-item[data-gs-y='760'] {
  top: 3800px; }

.grid-stack-item[data-gs-height='761'] {
  height: 3805px; }

.grid-stack-item[data-gs-y='761'] {
  top: 3805px; }

.grid-stack-item[data-gs-height='762'] {
  height: 3810px; }

.grid-stack-item[data-gs-y='762'] {
  top: 3810px; }

.grid-stack-item[data-gs-height='763'] {
  height: 3815px; }

.grid-stack-item[data-gs-y='763'] {
  top: 3815px; }

.grid-stack-item[data-gs-height='764'] {
  height: 3820px; }

.grid-stack-item[data-gs-y='764'] {
  top: 3820px; }

.grid-stack-item[data-gs-height='765'] {
  height: 3825px; }

.grid-stack-item[data-gs-y='765'] {
  top: 3825px; }

.grid-stack-item[data-gs-height='766'] {
  height: 3830px; }

.grid-stack-item[data-gs-y='766'] {
  top: 3830px; }

.grid-stack-item[data-gs-height='767'] {
  height: 3835px; }

.grid-stack-item[data-gs-y='767'] {
  top: 3835px; }

.grid-stack-item[data-gs-height='768'] {
  height: 3840px; }

.grid-stack-item[data-gs-y='768'] {
  top: 3840px; }

.grid-stack-item[data-gs-height='769'] {
  height: 3845px; }

.grid-stack-item[data-gs-y='769'] {
  top: 3845px; }

.grid-stack-item[data-gs-height='770'] {
  height: 3850px; }

.grid-stack-item[data-gs-y='770'] {
  top: 3850px; }

.grid-stack-item[data-gs-height='771'] {
  height: 3855px; }

.grid-stack-item[data-gs-y='771'] {
  top: 3855px; }

.grid-stack-item[data-gs-height='772'] {
  height: 3860px; }

.grid-stack-item[data-gs-y='772'] {
  top: 3860px; }

.grid-stack-item[data-gs-height='773'] {
  height: 3865px; }

.grid-stack-item[data-gs-y='773'] {
  top: 3865px; }

.grid-stack-item[data-gs-height='774'] {
  height: 3870px; }

.grid-stack-item[data-gs-y='774'] {
  top: 3870px; }

.grid-stack-item[data-gs-height='775'] {
  height: 3875px; }

.grid-stack-item[data-gs-y='775'] {
  top: 3875px; }

.grid-stack-item[data-gs-height='776'] {
  height: 3880px; }

.grid-stack-item[data-gs-y='776'] {
  top: 3880px; }

.grid-stack-item[data-gs-height='777'] {
  height: 3885px; }

.grid-stack-item[data-gs-y='777'] {
  top: 3885px; }

.grid-stack-item[data-gs-height='778'] {
  height: 3890px; }

.grid-stack-item[data-gs-y='778'] {
  top: 3890px; }

.grid-stack-item[data-gs-height='779'] {
  height: 3895px; }

.grid-stack-item[data-gs-y='779'] {
  top: 3895px; }

.grid-stack-item[data-gs-height='780'] {
  height: 3900px; }

.grid-stack-item[data-gs-y='780'] {
  top: 3900px; }

.grid-stack-item[data-gs-height='781'] {
  height: 3905px; }

.grid-stack-item[data-gs-y='781'] {
  top: 3905px; }

.grid-stack-item[data-gs-height='782'] {
  height: 3910px; }

.grid-stack-item[data-gs-y='782'] {
  top: 3910px; }

.grid-stack-item[data-gs-height='783'] {
  height: 3915px; }

.grid-stack-item[data-gs-y='783'] {
  top: 3915px; }

.grid-stack-item[data-gs-height='784'] {
  height: 3920px; }

.grid-stack-item[data-gs-y='784'] {
  top: 3920px; }

.grid-stack-item[data-gs-height='785'] {
  height: 3925px; }

.grid-stack-item[data-gs-y='785'] {
  top: 3925px; }

.grid-stack-item[data-gs-height='786'] {
  height: 3930px; }

.grid-stack-item[data-gs-y='786'] {
  top: 3930px; }

.grid-stack-item[data-gs-height='787'] {
  height: 3935px; }

.grid-stack-item[data-gs-y='787'] {
  top: 3935px; }

.grid-stack-item[data-gs-height='788'] {
  height: 3940px; }

.grid-stack-item[data-gs-y='788'] {
  top: 3940px; }

.grid-stack-item[data-gs-height='789'] {
  height: 3945px; }

.grid-stack-item[data-gs-y='789'] {
  top: 3945px; }

.grid-stack-item[data-gs-height='790'] {
  height: 3950px; }

.grid-stack-item[data-gs-y='790'] {
  top: 3950px; }

.grid-stack-item[data-gs-height='791'] {
  height: 3955px; }

.grid-stack-item[data-gs-y='791'] {
  top: 3955px; }

.grid-stack-item[data-gs-height='792'] {
  height: 3960px; }

.grid-stack-item[data-gs-y='792'] {
  top: 3960px; }

.grid-stack-item[data-gs-height='793'] {
  height: 3965px; }

.grid-stack-item[data-gs-y='793'] {
  top: 3965px; }

.grid-stack-item[data-gs-height='794'] {
  height: 3970px; }

.grid-stack-item[data-gs-y='794'] {
  top: 3970px; }

.grid-stack-item[data-gs-height='795'] {
  height: 3975px; }

.grid-stack-item[data-gs-y='795'] {
  top: 3975px; }

.grid-stack-item[data-gs-height='796'] {
  height: 3980px; }

.grid-stack-item[data-gs-y='796'] {
  top: 3980px; }

.grid-stack-item[data-gs-height='797'] {
  height: 3985px; }

.grid-stack-item[data-gs-y='797'] {
  top: 3985px; }

.grid-stack-item[data-gs-height='798'] {
  height: 3990px; }

.grid-stack-item[data-gs-y='798'] {
  top: 3990px; }

.grid-stack-item[data-gs-height='799'] {
  height: 3995px; }

.grid-stack-item[data-gs-y='799'] {
  top: 3995px; }

.grid-stack-item[data-gs-height='800'] {
  height: 4000px; }

.grid-stack-item[data-gs-y='800'] {
  top: 4000px; }

.grid-stack-item[data-gs-height='801'] {
  height: 4005px; }

.grid-stack-item[data-gs-y='801'] {
  top: 4005px; }

.grid-stack-item[data-gs-height='802'] {
  height: 4010px; }

.grid-stack-item[data-gs-y='802'] {
  top: 4010px; }

.grid-stack-item[data-gs-height='803'] {
  height: 4015px; }

.grid-stack-item[data-gs-y='803'] {
  top: 4015px; }

.grid-stack-item[data-gs-height='804'] {
  height: 4020px; }

.grid-stack-item[data-gs-y='804'] {
  top: 4020px; }

.grid-stack-item[data-gs-height='805'] {
  height: 4025px; }

.grid-stack-item[data-gs-y='805'] {
  top: 4025px; }

.grid-stack-item[data-gs-height='806'] {
  height: 4030px; }

.grid-stack-item[data-gs-y='806'] {
  top: 4030px; }

.grid-stack-item[data-gs-height='807'] {
  height: 4035px; }

.grid-stack-item[data-gs-y='807'] {
  top: 4035px; }

.grid-stack-item[data-gs-height='808'] {
  height: 4040px; }

.grid-stack-item[data-gs-y='808'] {
  top: 4040px; }

.grid-stack-item[data-gs-height='809'] {
  height: 4045px; }

.grid-stack-item[data-gs-y='809'] {
  top: 4045px; }

.grid-stack-item[data-gs-height='810'] {
  height: 4050px; }

.grid-stack-item[data-gs-y='810'] {
  top: 4050px; }

.grid-stack-item[data-gs-height='811'] {
  height: 4055px; }

.grid-stack-item[data-gs-y='811'] {
  top: 4055px; }

.grid-stack-item[data-gs-height='812'] {
  height: 4060px; }

.grid-stack-item[data-gs-y='812'] {
  top: 4060px; }

.grid-stack-item[data-gs-height='813'] {
  height: 4065px; }

.grid-stack-item[data-gs-y='813'] {
  top: 4065px; }

.grid-stack-item[data-gs-height='814'] {
  height: 4070px; }

.grid-stack-item[data-gs-y='814'] {
  top: 4070px; }

.grid-stack-item[data-gs-height='815'] {
  height: 4075px; }

.grid-stack-item[data-gs-y='815'] {
  top: 4075px; }

.grid-stack-item[data-gs-height='816'] {
  height: 4080px; }

.grid-stack-item[data-gs-y='816'] {
  top: 4080px; }

.grid-stack-item[data-gs-height='817'] {
  height: 4085px; }

.grid-stack-item[data-gs-y='817'] {
  top: 4085px; }

.grid-stack-item[data-gs-height='818'] {
  height: 4090px; }

.grid-stack-item[data-gs-y='818'] {
  top: 4090px; }

.grid-stack-item[data-gs-height='819'] {
  height: 4095px; }

.grid-stack-item[data-gs-y='819'] {
  top: 4095px; }

.grid-stack-item[data-gs-height='820'] {
  height: 4100px; }

.grid-stack-item[data-gs-y='820'] {
  top: 4100px; }

.grid-stack-item[data-gs-height='821'] {
  height: 4105px; }

.grid-stack-item[data-gs-y='821'] {
  top: 4105px; }

.grid-stack-item[data-gs-height='822'] {
  height: 4110px; }

.grid-stack-item[data-gs-y='822'] {
  top: 4110px; }

.grid-stack-item[data-gs-height='823'] {
  height: 4115px; }

.grid-stack-item[data-gs-y='823'] {
  top: 4115px; }

.grid-stack-item[data-gs-height='824'] {
  height: 4120px; }

.grid-stack-item[data-gs-y='824'] {
  top: 4120px; }

.grid-stack-item[data-gs-height='825'] {
  height: 4125px; }

.grid-stack-item[data-gs-y='825'] {
  top: 4125px; }

.grid-stack-item[data-gs-height='826'] {
  height: 4130px; }

.grid-stack-item[data-gs-y='826'] {
  top: 4130px; }

.grid-stack-item[data-gs-height='827'] {
  height: 4135px; }

.grid-stack-item[data-gs-y='827'] {
  top: 4135px; }

.grid-stack-item[data-gs-height='828'] {
  height: 4140px; }

.grid-stack-item[data-gs-y='828'] {
  top: 4140px; }

.grid-stack-item[data-gs-height='829'] {
  height: 4145px; }

.grid-stack-item[data-gs-y='829'] {
  top: 4145px; }

.grid-stack-item[data-gs-height='830'] {
  height: 4150px; }

.grid-stack-item[data-gs-y='830'] {
  top: 4150px; }

.grid-stack-item[data-gs-height='831'] {
  height: 4155px; }

.grid-stack-item[data-gs-y='831'] {
  top: 4155px; }

.grid-stack-item[data-gs-height='832'] {
  height: 4160px; }

.grid-stack-item[data-gs-y='832'] {
  top: 4160px; }

.grid-stack-item[data-gs-height='833'] {
  height: 4165px; }

.grid-stack-item[data-gs-y='833'] {
  top: 4165px; }

.grid-stack-item[data-gs-height='834'] {
  height: 4170px; }

.grid-stack-item[data-gs-y='834'] {
  top: 4170px; }

.grid-stack-item[data-gs-height='835'] {
  height: 4175px; }

.grid-stack-item[data-gs-y='835'] {
  top: 4175px; }

.grid-stack-item[data-gs-height='836'] {
  height: 4180px; }

.grid-stack-item[data-gs-y='836'] {
  top: 4180px; }

.grid-stack-item[data-gs-height='837'] {
  height: 4185px; }

.grid-stack-item[data-gs-y='837'] {
  top: 4185px; }

.grid-stack-item[data-gs-height='838'] {
  height: 4190px; }

.grid-stack-item[data-gs-y='838'] {
  top: 4190px; }

.grid-stack-item[data-gs-height='839'] {
  height: 4195px; }

.grid-stack-item[data-gs-y='839'] {
  top: 4195px; }

.grid-stack-item[data-gs-height='840'] {
  height: 4200px; }

.grid-stack-item[data-gs-y='840'] {
  top: 4200px; }

.grid-stack-item[data-gs-height='841'] {
  height: 4205px; }

.grid-stack-item[data-gs-y='841'] {
  top: 4205px; }

.grid-stack-item[data-gs-height='842'] {
  height: 4210px; }

.grid-stack-item[data-gs-y='842'] {
  top: 4210px; }

.grid-stack-item[data-gs-height='843'] {
  height: 4215px; }

.grid-stack-item[data-gs-y='843'] {
  top: 4215px; }

.grid-stack-item[data-gs-height='844'] {
  height: 4220px; }

.grid-stack-item[data-gs-y='844'] {
  top: 4220px; }

.grid-stack-item[data-gs-height='845'] {
  height: 4225px; }

.grid-stack-item[data-gs-y='845'] {
  top: 4225px; }

.grid-stack-item[data-gs-height='846'] {
  height: 4230px; }

.grid-stack-item[data-gs-y='846'] {
  top: 4230px; }

.grid-stack-item[data-gs-height='847'] {
  height: 4235px; }

.grid-stack-item[data-gs-y='847'] {
  top: 4235px; }

.grid-stack-item[data-gs-height='848'] {
  height: 4240px; }

.grid-stack-item[data-gs-y='848'] {
  top: 4240px; }

.grid-stack-item[data-gs-height='849'] {
  height: 4245px; }

.grid-stack-item[data-gs-y='849'] {
  top: 4245px; }

.grid-stack-item[data-gs-height='850'] {
  height: 4250px; }

.grid-stack-item[data-gs-y='850'] {
  top: 4250px; }

.grid-stack-item[data-gs-height='851'] {
  height: 4255px; }

.grid-stack-item[data-gs-y='851'] {
  top: 4255px; }

.grid-stack-item[data-gs-height='852'] {
  height: 4260px; }

.grid-stack-item[data-gs-y='852'] {
  top: 4260px; }

.grid-stack-item[data-gs-height='853'] {
  height: 4265px; }

.grid-stack-item[data-gs-y='853'] {
  top: 4265px; }

.grid-stack-item[data-gs-height='854'] {
  height: 4270px; }

.grid-stack-item[data-gs-y='854'] {
  top: 4270px; }

.grid-stack-item[data-gs-height='855'] {
  height: 4275px; }

.grid-stack-item[data-gs-y='855'] {
  top: 4275px; }

.grid-stack-item[data-gs-height='856'] {
  height: 4280px; }

.grid-stack-item[data-gs-y='856'] {
  top: 4280px; }

.grid-stack-item[data-gs-height='857'] {
  height: 4285px; }

.grid-stack-item[data-gs-y='857'] {
  top: 4285px; }

.grid-stack-item[data-gs-height='858'] {
  height: 4290px; }

.grid-stack-item[data-gs-y='858'] {
  top: 4290px; }

.grid-stack-item[data-gs-height='859'] {
  height: 4295px; }

.grid-stack-item[data-gs-y='859'] {
  top: 4295px; }

.grid-stack-item[data-gs-height='860'] {
  height: 4300px; }

.grid-stack-item[data-gs-y='860'] {
  top: 4300px; }

.grid-stack-item[data-gs-height='861'] {
  height: 4305px; }

.grid-stack-item[data-gs-y='861'] {
  top: 4305px; }

.grid-stack-item[data-gs-height='862'] {
  height: 4310px; }

.grid-stack-item[data-gs-y='862'] {
  top: 4310px; }

.grid-stack-item[data-gs-height='863'] {
  height: 4315px; }

.grid-stack-item[data-gs-y='863'] {
  top: 4315px; }

.grid-stack-item[data-gs-height='864'] {
  height: 4320px; }

.grid-stack-item[data-gs-y='864'] {
  top: 4320px; }

.grid-stack-item[data-gs-height='865'] {
  height: 4325px; }

.grid-stack-item[data-gs-y='865'] {
  top: 4325px; }

.grid-stack-item[data-gs-height='866'] {
  height: 4330px; }

.grid-stack-item[data-gs-y='866'] {
  top: 4330px; }

.grid-stack-item[data-gs-height='867'] {
  height: 4335px; }

.grid-stack-item[data-gs-y='867'] {
  top: 4335px; }

.grid-stack-item[data-gs-height='868'] {
  height: 4340px; }

.grid-stack-item[data-gs-y='868'] {
  top: 4340px; }

.grid-stack-item[data-gs-height='869'] {
  height: 4345px; }

.grid-stack-item[data-gs-y='869'] {
  top: 4345px; }

.grid-stack-item[data-gs-height='870'] {
  height: 4350px; }

.grid-stack-item[data-gs-y='870'] {
  top: 4350px; }

.grid-stack-item[data-gs-height='871'] {
  height: 4355px; }

.grid-stack-item[data-gs-y='871'] {
  top: 4355px; }

.grid-stack-item[data-gs-height='872'] {
  height: 4360px; }

.grid-stack-item[data-gs-y='872'] {
  top: 4360px; }

.grid-stack-item[data-gs-height='873'] {
  height: 4365px; }

.grid-stack-item[data-gs-y='873'] {
  top: 4365px; }

.grid-stack-item[data-gs-height='874'] {
  height: 4370px; }

.grid-stack-item[data-gs-y='874'] {
  top: 4370px; }

.grid-stack-item[data-gs-height='875'] {
  height: 4375px; }

.grid-stack-item[data-gs-y='875'] {
  top: 4375px; }

.grid-stack-item[data-gs-height='876'] {
  height: 4380px; }

.grid-stack-item[data-gs-y='876'] {
  top: 4380px; }

.grid-stack-item[data-gs-height='877'] {
  height: 4385px; }

.grid-stack-item[data-gs-y='877'] {
  top: 4385px; }

.grid-stack-item[data-gs-height='878'] {
  height: 4390px; }

.grid-stack-item[data-gs-y='878'] {
  top: 4390px; }

.grid-stack-item[data-gs-height='879'] {
  height: 4395px; }

.grid-stack-item[data-gs-y='879'] {
  top: 4395px; }

.grid-stack-item[data-gs-height='880'] {
  height: 4400px; }

.grid-stack-item[data-gs-y='880'] {
  top: 4400px; }

.grid-stack-item[data-gs-height='881'] {
  height: 4405px; }

.grid-stack-item[data-gs-y='881'] {
  top: 4405px; }

.grid-stack-item[data-gs-height='882'] {
  height: 4410px; }

.grid-stack-item[data-gs-y='882'] {
  top: 4410px; }

.grid-stack-item[data-gs-height='883'] {
  height: 4415px; }

.grid-stack-item[data-gs-y='883'] {
  top: 4415px; }

.grid-stack-item[data-gs-height='884'] {
  height: 4420px; }

.grid-stack-item[data-gs-y='884'] {
  top: 4420px; }

.grid-stack-item[data-gs-height='885'] {
  height: 4425px; }

.grid-stack-item[data-gs-y='885'] {
  top: 4425px; }

.grid-stack-item[data-gs-height='886'] {
  height: 4430px; }

.grid-stack-item[data-gs-y='886'] {
  top: 4430px; }

.grid-stack-item[data-gs-height='887'] {
  height: 4435px; }

.grid-stack-item[data-gs-y='887'] {
  top: 4435px; }

.grid-stack-item[data-gs-height='888'] {
  height: 4440px; }

.grid-stack-item[data-gs-y='888'] {
  top: 4440px; }

.grid-stack-item[data-gs-height='889'] {
  height: 4445px; }

.grid-stack-item[data-gs-y='889'] {
  top: 4445px; }

.grid-stack-item[data-gs-height='890'] {
  height: 4450px; }

.grid-stack-item[data-gs-y='890'] {
  top: 4450px; }

.grid-stack-item[data-gs-height='891'] {
  height: 4455px; }

.grid-stack-item[data-gs-y='891'] {
  top: 4455px; }

.grid-stack-item[data-gs-height='892'] {
  height: 4460px; }

.grid-stack-item[data-gs-y='892'] {
  top: 4460px; }

.grid-stack-item[data-gs-height='893'] {
  height: 4465px; }

.grid-stack-item[data-gs-y='893'] {
  top: 4465px; }

.grid-stack-item[data-gs-height='894'] {
  height: 4470px; }

.grid-stack-item[data-gs-y='894'] {
  top: 4470px; }

.grid-stack-item[data-gs-height='895'] {
  height: 4475px; }

.grid-stack-item[data-gs-y='895'] {
  top: 4475px; }

.grid-stack-item[data-gs-height='896'] {
  height: 4480px; }

.grid-stack-item[data-gs-y='896'] {
  top: 4480px; }

.grid-stack-item[data-gs-height='897'] {
  height: 4485px; }

.grid-stack-item[data-gs-y='897'] {
  top: 4485px; }

.grid-stack-item[data-gs-height='898'] {
  height: 4490px; }

.grid-stack-item[data-gs-y='898'] {
  top: 4490px; }

.grid-stack-item[data-gs-height='899'] {
  height: 4495px; }

.grid-stack-item[data-gs-y='899'] {
  top: 4495px; }

.grid-stack-item[data-gs-height='900'] {
  height: 4500px; }

.grid-stack-item[data-gs-y='900'] {
  top: 4500px; }

.grid-stack-item[data-gs-height='901'] {
  height: 4505px; }

.grid-stack-item[data-gs-y='901'] {
  top: 4505px; }

.grid-stack-item[data-gs-height='902'] {
  height: 4510px; }

.grid-stack-item[data-gs-y='902'] {
  top: 4510px; }

.grid-stack-item[data-gs-height='903'] {
  height: 4515px; }

.grid-stack-item[data-gs-y='903'] {
  top: 4515px; }

.grid-stack-item[data-gs-height='904'] {
  height: 4520px; }

.grid-stack-item[data-gs-y='904'] {
  top: 4520px; }

.grid-stack-item[data-gs-height='905'] {
  height: 4525px; }

.grid-stack-item[data-gs-y='905'] {
  top: 4525px; }

.grid-stack-item[data-gs-height='906'] {
  height: 4530px; }

.grid-stack-item[data-gs-y='906'] {
  top: 4530px; }

.grid-stack-item[data-gs-height='907'] {
  height: 4535px; }

.grid-stack-item[data-gs-y='907'] {
  top: 4535px; }

.grid-stack-item[data-gs-height='908'] {
  height: 4540px; }

.grid-stack-item[data-gs-y='908'] {
  top: 4540px; }

.grid-stack-item[data-gs-height='909'] {
  height: 4545px; }

.grid-stack-item[data-gs-y='909'] {
  top: 4545px; }

.grid-stack-item[data-gs-height='910'] {
  height: 4550px; }

.grid-stack-item[data-gs-y='910'] {
  top: 4550px; }

.grid-stack-item[data-gs-height='911'] {
  height: 4555px; }

.grid-stack-item[data-gs-y='911'] {
  top: 4555px; }

.grid-stack-item[data-gs-height='912'] {
  height: 4560px; }

.grid-stack-item[data-gs-y='912'] {
  top: 4560px; }

.grid-stack-item[data-gs-height='913'] {
  height: 4565px; }

.grid-stack-item[data-gs-y='913'] {
  top: 4565px; }

.grid-stack-item[data-gs-height='914'] {
  height: 4570px; }

.grid-stack-item[data-gs-y='914'] {
  top: 4570px; }

.grid-stack-item[data-gs-height='915'] {
  height: 4575px; }

.grid-stack-item[data-gs-y='915'] {
  top: 4575px; }

.grid-stack-item[data-gs-height='916'] {
  height: 4580px; }

.grid-stack-item[data-gs-y='916'] {
  top: 4580px; }

.grid-stack-item[data-gs-height='917'] {
  height: 4585px; }

.grid-stack-item[data-gs-y='917'] {
  top: 4585px; }

.grid-stack-item[data-gs-height='918'] {
  height: 4590px; }

.grid-stack-item[data-gs-y='918'] {
  top: 4590px; }

.grid-stack-item[data-gs-height='919'] {
  height: 4595px; }

.grid-stack-item[data-gs-y='919'] {
  top: 4595px; }

.grid-stack-item[data-gs-height='920'] {
  height: 4600px; }

.grid-stack-item[data-gs-y='920'] {
  top: 4600px; }

.grid-stack-item[data-gs-height='921'] {
  height: 4605px; }

.grid-stack-item[data-gs-y='921'] {
  top: 4605px; }

.grid-stack-item[data-gs-height='922'] {
  height: 4610px; }

.grid-stack-item[data-gs-y='922'] {
  top: 4610px; }

.grid-stack-item[data-gs-height='923'] {
  height: 4615px; }

.grid-stack-item[data-gs-y='923'] {
  top: 4615px; }

.grid-stack-item[data-gs-height='924'] {
  height: 4620px; }

.grid-stack-item[data-gs-y='924'] {
  top: 4620px; }

.grid-stack-item[data-gs-height='925'] {
  height: 4625px; }

.grid-stack-item[data-gs-y='925'] {
  top: 4625px; }

.grid-stack-item[data-gs-height='926'] {
  height: 4630px; }

.grid-stack-item[data-gs-y='926'] {
  top: 4630px; }

.grid-stack-item[data-gs-height='927'] {
  height: 4635px; }

.grid-stack-item[data-gs-y='927'] {
  top: 4635px; }

.grid-stack-item[data-gs-height='928'] {
  height: 4640px; }

.grid-stack-item[data-gs-y='928'] {
  top: 4640px; }

.grid-stack-item[data-gs-height='929'] {
  height: 4645px; }

.grid-stack-item[data-gs-y='929'] {
  top: 4645px; }

.grid-stack-item[data-gs-height='930'] {
  height: 4650px; }

.grid-stack-item[data-gs-y='930'] {
  top: 4650px; }

.grid-stack-item[data-gs-height='931'] {
  height: 4655px; }

.grid-stack-item[data-gs-y='931'] {
  top: 4655px; }

.grid-stack-item[data-gs-height='932'] {
  height: 4660px; }

.grid-stack-item[data-gs-y='932'] {
  top: 4660px; }

.grid-stack-item[data-gs-height='933'] {
  height: 4665px; }

.grid-stack-item[data-gs-y='933'] {
  top: 4665px; }

.grid-stack-item[data-gs-height='934'] {
  height: 4670px; }

.grid-stack-item[data-gs-y='934'] {
  top: 4670px; }

.grid-stack-item[data-gs-height='935'] {
  height: 4675px; }

.grid-stack-item[data-gs-y='935'] {
  top: 4675px; }

.grid-stack-item[data-gs-height='936'] {
  height: 4680px; }

.grid-stack-item[data-gs-y='936'] {
  top: 4680px; }

.grid-stack-item[data-gs-height='937'] {
  height: 4685px; }

.grid-stack-item[data-gs-y='937'] {
  top: 4685px; }

.grid-stack-item[data-gs-height='938'] {
  height: 4690px; }

.grid-stack-item[data-gs-y='938'] {
  top: 4690px; }

.grid-stack-item[data-gs-height='939'] {
  height: 4695px; }

.grid-stack-item[data-gs-y='939'] {
  top: 4695px; }

.grid-stack-item[data-gs-height='940'] {
  height: 4700px; }

.grid-stack-item[data-gs-y='940'] {
  top: 4700px; }

.grid-stack-item[data-gs-height='941'] {
  height: 4705px; }

.grid-stack-item[data-gs-y='941'] {
  top: 4705px; }

.grid-stack-item[data-gs-height='942'] {
  height: 4710px; }

.grid-stack-item[data-gs-y='942'] {
  top: 4710px; }

.grid-stack-item[data-gs-height='943'] {
  height: 4715px; }

.grid-stack-item[data-gs-y='943'] {
  top: 4715px; }

.grid-stack-item[data-gs-height='944'] {
  height: 4720px; }

.grid-stack-item[data-gs-y='944'] {
  top: 4720px; }

.grid-stack-item[data-gs-height='945'] {
  height: 4725px; }

.grid-stack-item[data-gs-y='945'] {
  top: 4725px; }

.grid-stack-item[data-gs-height='946'] {
  height: 4730px; }

.grid-stack-item[data-gs-y='946'] {
  top: 4730px; }

.grid-stack-item[data-gs-height='947'] {
  height: 4735px; }

.grid-stack-item[data-gs-y='947'] {
  top: 4735px; }

.grid-stack-item[data-gs-height='948'] {
  height: 4740px; }

.grid-stack-item[data-gs-y='948'] {
  top: 4740px; }

.grid-stack-item[data-gs-height='949'] {
  height: 4745px; }

.grid-stack-item[data-gs-y='949'] {
  top: 4745px; }

.grid-stack-item[data-gs-height='950'] {
  height: 4750px; }

.grid-stack-item[data-gs-y='950'] {
  top: 4750px; }

.grid-stack-item[data-gs-height='951'] {
  height: 4755px; }

.grid-stack-item[data-gs-y='951'] {
  top: 4755px; }

.grid-stack-item[data-gs-height='952'] {
  height: 4760px; }

.grid-stack-item[data-gs-y='952'] {
  top: 4760px; }

.grid-stack-item[data-gs-height='953'] {
  height: 4765px; }

.grid-stack-item[data-gs-y='953'] {
  top: 4765px; }

.grid-stack-item[data-gs-height='954'] {
  height: 4770px; }

.grid-stack-item[data-gs-y='954'] {
  top: 4770px; }

.grid-stack-item[data-gs-height='955'] {
  height: 4775px; }

.grid-stack-item[data-gs-y='955'] {
  top: 4775px; }

.grid-stack-item[data-gs-height='956'] {
  height: 4780px; }

.grid-stack-item[data-gs-y='956'] {
  top: 4780px; }

.grid-stack-item[data-gs-height='957'] {
  height: 4785px; }

.grid-stack-item[data-gs-y='957'] {
  top: 4785px; }

.grid-stack-item[data-gs-height='958'] {
  height: 4790px; }

.grid-stack-item[data-gs-y='958'] {
  top: 4790px; }

.grid-stack-item[data-gs-height='959'] {
  height: 4795px; }

.grid-stack-item[data-gs-y='959'] {
  top: 4795px; }

.grid-stack-item[data-gs-height='960'] {
  height: 4800px; }

.grid-stack-item[data-gs-y='960'] {
  top: 4800px; }

.grid-stack-item[data-gs-height='961'] {
  height: 4805px; }

.grid-stack-item[data-gs-y='961'] {
  top: 4805px; }

.grid-stack-item[data-gs-height='962'] {
  height: 4810px; }

.grid-stack-item[data-gs-y='962'] {
  top: 4810px; }

.grid-stack-item[data-gs-height='963'] {
  height: 4815px; }

.grid-stack-item[data-gs-y='963'] {
  top: 4815px; }

.grid-stack-item[data-gs-height='964'] {
  height: 4820px; }

.grid-stack-item[data-gs-y='964'] {
  top: 4820px; }

.grid-stack-item[data-gs-height='965'] {
  height: 4825px; }

.grid-stack-item[data-gs-y='965'] {
  top: 4825px; }

.grid-stack-item[data-gs-height='966'] {
  height: 4830px; }

.grid-stack-item[data-gs-y='966'] {
  top: 4830px; }

.grid-stack-item[data-gs-height='967'] {
  height: 4835px; }

.grid-stack-item[data-gs-y='967'] {
  top: 4835px; }

.grid-stack-item[data-gs-height='968'] {
  height: 4840px; }

.grid-stack-item[data-gs-y='968'] {
  top: 4840px; }

.grid-stack-item[data-gs-height='969'] {
  height: 4845px; }

.grid-stack-item[data-gs-y='969'] {
  top: 4845px; }

.grid-stack-item[data-gs-height='970'] {
  height: 4850px; }

.grid-stack-item[data-gs-y='970'] {
  top: 4850px; }

.grid-stack-item[data-gs-height='971'] {
  height: 4855px; }

.grid-stack-item[data-gs-y='971'] {
  top: 4855px; }

.grid-stack-item[data-gs-height='972'] {
  height: 4860px; }

.grid-stack-item[data-gs-y='972'] {
  top: 4860px; }

.grid-stack-item[data-gs-height='973'] {
  height: 4865px; }

.grid-stack-item[data-gs-y='973'] {
  top: 4865px; }

.grid-stack-item[data-gs-height='974'] {
  height: 4870px; }

.grid-stack-item[data-gs-y='974'] {
  top: 4870px; }

.grid-stack-item[data-gs-height='975'] {
  height: 4875px; }

.grid-stack-item[data-gs-y='975'] {
  top: 4875px; }

.grid-stack-item[data-gs-height='976'] {
  height: 4880px; }

.grid-stack-item[data-gs-y='976'] {
  top: 4880px; }

.grid-stack-item[data-gs-height='977'] {
  height: 4885px; }

.grid-stack-item[data-gs-y='977'] {
  top: 4885px; }

.grid-stack-item[data-gs-height='978'] {
  height: 4890px; }

.grid-stack-item[data-gs-y='978'] {
  top: 4890px; }

.grid-stack-item[data-gs-height='979'] {
  height: 4895px; }

.grid-stack-item[data-gs-y='979'] {
  top: 4895px; }

.grid-stack-item[data-gs-height='980'] {
  height: 4900px; }

.grid-stack-item[data-gs-y='980'] {
  top: 4900px; }

.grid-stack-item[data-gs-height='981'] {
  height: 4905px; }

.grid-stack-item[data-gs-y='981'] {
  top: 4905px; }

.grid-stack-item[data-gs-height='982'] {
  height: 4910px; }

.grid-stack-item[data-gs-y='982'] {
  top: 4910px; }

.grid-stack-item[data-gs-height='983'] {
  height: 4915px; }

.grid-stack-item[data-gs-y='983'] {
  top: 4915px; }

.grid-stack-item[data-gs-height='984'] {
  height: 4920px; }

.grid-stack-item[data-gs-y='984'] {
  top: 4920px; }

.grid-stack-item[data-gs-height='985'] {
  height: 4925px; }

.grid-stack-item[data-gs-y='985'] {
  top: 4925px; }

.grid-stack-item[data-gs-height='986'] {
  height: 4930px; }

.grid-stack-item[data-gs-y='986'] {
  top: 4930px; }

.grid-stack-item[data-gs-height='987'] {
  height: 4935px; }

.grid-stack-item[data-gs-y='987'] {
  top: 4935px; }

.grid-stack-item[data-gs-height='988'] {
  height: 4940px; }

.grid-stack-item[data-gs-y='988'] {
  top: 4940px; }

.grid-stack-item[data-gs-height='989'] {
  height: 4945px; }

.grid-stack-item[data-gs-y='989'] {
  top: 4945px; }

.grid-stack-item[data-gs-height='990'] {
  height: 4950px; }

.grid-stack-item[data-gs-y='990'] {
  top: 4950px; }

.grid-stack-item[data-gs-height='991'] {
  height: 4955px; }

.grid-stack-item[data-gs-y='991'] {
  top: 4955px; }

.grid-stack-item[data-gs-height='992'] {
  height: 4960px; }

.grid-stack-item[data-gs-y='992'] {
  top: 4960px; }

.grid-stack-item[data-gs-height='993'] {
  height: 4965px; }

.grid-stack-item[data-gs-y='993'] {
  top: 4965px; }

.grid-stack-item[data-gs-height='994'] {
  height: 4970px; }

.grid-stack-item[data-gs-y='994'] {
  top: 4970px; }

.grid-stack-item[data-gs-height='995'] {
  height: 4975px; }

.grid-stack-item[data-gs-y='995'] {
  top: 4975px; }

.grid-stack-item[data-gs-height='996'] {
  height: 4980px; }

.grid-stack-item[data-gs-y='996'] {
  top: 4980px; }

.grid-stack-item[data-gs-height='997'] {
  height: 4985px; }

.grid-stack-item[data-gs-y='997'] {
  top: 4985px; }

.grid-stack-item[data-gs-height='998'] {
  height: 4990px; }

.grid-stack-item[data-gs-y='998'] {
  top: 4990px; }

.grid-stack-item[data-gs-height='999'] {
  height: 4995px; }

.grid-stack-item[data-gs-y='999'] {
  top: 4995px; }

.grid-stack-item[data-gs-height='1000'] {
  height: 5000px; }

.grid-stack-item[data-gs-y='1000'] {
  top: 5000px; }

div[id^="snippet"] {
  height: 100%; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/bower_components/components-font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/bower_components/components-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/bower_components/components-font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/bower_components/components-font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/bower_components/components-font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/bower_components/components-font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.image-gallery {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 98%;
  margin: 1% auto; }

.rowa {
  margin-left: -1%;
  margin-right: -1%; }

.caption {
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: white;
  z-index: 999;
  padding: 2px;
  line-height: 12px;
  text-align: left;
  width: 97.5%; }

.gallery-type-4 .thumb {
  cursor: pointer; }

.gallery-type-4 .preview {
  max-width: 100%; }

.gallery-type-4 .slick-gallery {
  height: 25%; }

.gallery-type-4 .image-gallery {
  width: auto; }

.gallery-type-4 .gallery-image-wrap {
  text-align: center; }

.gallery-type-4 .gallery-image-link {
  margin: 0 auto; }

.col-sm-1cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-1cols {
    width: 100%;
    float: left; } }

.col-sm-2cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-2cols {
    width: 50%;
    float: left; } }

.col-sm-3cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-3cols {
    width: 33.3333333333%;
    float: left; } }

.col-sm-4cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-4cols {
    width: 25%;
    float: left; } }

.col-sm-5cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-5cols {
    width: 20%;
    float: left; } }

.col-sm-6cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-6cols {
    width: 16.6666666667%;
    float: left; } }

.col-sm-7cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-7cols {
    width: 14.2857142857%;
    float: left; } }

.col-sm-8cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-8cols {
    width: 12.5%;
    float: left; } }

.col-sm-9cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-9cols {
    width: 11.1111111111%;
    float: left; } }

.col-sm-10cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-10cols {
    width: 10%;
    float: left; } }

.col-sm-11cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-11cols {
    width: 9.0909090909%;
    float: left; } }

.col-sm-12cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-12cols {
    width: 8.3333333333%;
    float: left; } }

.col-sm-13cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-13cols {
    width: 7.6923076923%;
    float: left; } }

.col-sm-14cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-14cols {
    width: 7.1428571429%;
    float: left; } }

.col-sm-15cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-15cols {
    width: 6.6666666667%;
    float: left; } }

.col-sm-16cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-16cols {
    width: 6.25%;
    float: left; } }

.col-sm-17cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-17cols {
    width: 5.8823529412%;
    float: left; } }

.col-sm-18cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-18cols {
    width: 5.5555555556%;
    float: left; } }

.col-sm-19cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-19cols {
    width: 5.2631578947%;
    float: left; } }

.col-sm-20cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-20cols {
    width: 5%;
    float: left; } }

.col-sm-21cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-21cols {
    width: 4.7619047619%;
    float: left; } }

.col-sm-22cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-22cols {
    width: 4.5454545455%;
    float: left; } }

.col-sm-23cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-23cols {
    width: 4.347826087%;
    float: left; } }

.col-sm-24cols {
  position: relative;
  min-height: 1px; }

@media (min-width: 768px) {
  .col-sm-24cols {
    width: 4.1666666667%;
    float: left; } }

.slick-gallery, .owl-item {
  height: 100%;
  position: relative; }

.slick-gallery-ref {
  width: 100%;
  margin: 10px; }

.image-slick {
  display: block;
  height: 100%;
  width: 28;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.owl-item {
  width: 287px;
  padding-right: 5px; }

.owl-wrapper-outer, .owl-wrapper {
  height: 100%; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%; }

.gallery-type-1 {
  height: 100%; }

.gallery-type-1:hover .rslides_nav {
  display: block; }

.rslides_nav:hover, .rslides_nav:focus {
  text-decoration: none;
  color: white; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  float: left;
  border: 0; }

.rslide-container {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%; }

@keyframes animatedBackgroundIn {
  0% {
    background-position: 100% 100%;
    opacity: 1; }
  10% {
    opacity: 1; }
  75% {
    background-position: 50% 50%; }
  100% {
    background-position: 50% 50%; } }

@keyframes animatedBackgroundOut {
  0% {
    background-position: 50% 50%; }
  25% {
    background-position: 50% 50%; }
  90% {
    opacity: 1; }
  100% {
    background-position: 0 0;
    opacity: 1; } }

.rslide-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.anim .rslide-img {
  animation: animatedBackgroundIn 5s ease-out 0s, animatedBackgroundOut 5s ease-in 5s; }

.rslide-lightbox {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1000; }

.rslide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px;
  margin: 0;
  color: white;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%; }

.rslides_nav {
  display: none;
  position: absolute;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  color: white;
  z-index: 99999;
  padding: 5px;
  line-height: 30px; }

.rslide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001; }

.prev {
  left: 0; }

.next {
  right: 0; }

.gallery-thumb {
  position: relative; }

.dz-filename {
  max-width: 130px;
  overflow: hidden; }

.dz-preview {
  float: left; }

.dz-error-mark, .dz-success-mark {
  display: none; }

.drop-zone, .dz-default {
  border: grey 2px dashed;
  height: 150px;
  padding: 10px;
  padding-top: 20px;
  border-radius: 10px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  color: grey; }

.dz-image {
  width: 80px;
  height: 80px;
  z-index: 50;
  overflow: hidden; }

.dz-upload {
  display: block;
  background-color: red;
  height: 10px;
  z-index: 999;
  width: 0; }

.dz-size, .dz-filename {
  display: none; }

.admin-pages-menu a {
  text-decoration: none;
  color: black; }

ol {
  list-style: none; }

.placeholder {
  outline: 2px dashed white;
  height: 20px; }

.admin-pages-type {
  margin-bottom: 10px;
  min-height: 20px;
  border: solid 1px #4A4A4A; }
  .admin-pages-type .page-type-header {
    font-size: 16px;
    font-weight: bolder;
    width: 100%;
    padding: 0; }

.type-0 {
  background-color: rgba(55, 94, 151, 0.3); }

.type-1 {
  background-color: rgba(255, 69, 0, 0.3); }

.type-2 {
  background-color: rgba(173, 255, 47, 0.3); }

.type-3 {
  background-color: rgba(255, 255, 0, 0.3); }

.admin-pages-menu > ol {
  min-height: 20px; }

.admin-control-menu {
  position: fixed;
  top: 70px;
  left: 5px;
  background: white;
  z-index: 99;
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
  border: 1px solid #C0C0C0;
  color: black;
  box-shadow: 0px 0px 40px -3px rgba(80, 80, 80, 0.8); }

.admin-pages-control-show {
  position: fixed;
  top: 20px;
  left: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 50px;
  line-height: 50px;
  cursor: pointer; }

.admin-pages-control-show:hover {
  color: black; }

.admin-pages-control {
  display: none; }

.admin {
  margin-top: 39px; }

.grid-stack-item .admin {
  border: #B0B0B0 1px solid;
  padding: 0px;
  cursor: pointer; }

.grid-stack-item .admin:hover {
  border: #666666 1px solid; }

.grid-stack-item {
  margin: 0;
  padding: 0;
  position: relative; }

.top-right-icon {
  position: absolute;
  display: none;
  bottom: 0;
  right: 25px;
  margin-right: 35px;
  z-index: 1002;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px;
  font-size: 20px; }
  .top-right-icon abbr {
    cursor: pointer; }
  .top-right-icon .fa {
    color: black; }

div:hover > .top-right-icon {
  display: block;
  left: 0;
  right: auto; }

.gridstack-hover:hover .top-right-icon {
  display: block;
  right: 0;
  left: auto; }

.gridstack-show-controls .top-right-icon {
  display: block; }

.top-right-icon:hover {
  background-color: white; }

.images-admin li {
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
  width: 200px;
  height: 200px;
  border: #AAAAAA 1px solid;
  float: left;
  list-style-type: none;
  text-align: center; }

.images-admin li:nth-child(4n+1) {
  clear: left; }

.images-admin li img {
  max-width: 200px;
  max-height: 200px; }

.admin-gallery-delete {
  display: inline; }

.admin-gallery-controls {
  position: absolute;
  top: 11%;
  right: 11%;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 25px;
  font-size: 20px;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 5px; }

.sortable {
  height: 1000px; }

.tiny {
  width: 100%; }

#tiny {
  width: 100%; }

#frm-editForm table {
  width: 100%; }

.monitor {
  background: url("../../images/monitor_preview.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 150px;
  background-size: contain;
  position: relative;
  margin: 0 auto; }

.monitor a {
  position: absolute;
  top: 7px;
  left: 7px; }

.monitor-preview {
  width: 186px; }

.theme-preview {
  text-align: center; }

.btn-select-theme {
  width: 100%; }

.btn-delete-theme {
  width: 100%; }

.theme-preview {
  display: inline;
  padding: 4px; }
  .theme-preview h3 {
    margin: 0px;
    padding: 5px; }

.themes-control .row {
  overflow-x: hidden;
  margin-bottom: 10px; }

.admin-control-nav {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: black;
  z-index: 9999;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  height: 40px; }
  .admin-control-nav .nav.nav-pills li a {
    color: black; }
  .admin-control-nav .nav.nav-pills li.active a {
    color: white; }
  .admin-control-nav .admin-control-nav-item {
    background: white;
    color: black;
    padding: 10px;
    display: inline;
    margin-top: 5px;
    cursor: pointer; }
  .admin-control-nav .admin-control-nav-content {
    margin-top: 5px;
    display: none;
    text-align: left;
    position: fixed;
    background: white;
    padding: 15px;
    max-width: 50%;
    overflow-y: auto;
    padding-right: 30px;
    z-index: 99999;
    cursor: default;
    max-height: 1000px;
    min-width: 300px;
    height: auto; }
  .admin-control-nav .actual {
    background: #E0E0DD; }
  .admin-control-nav .admin-nav-controls {
    position: absolute;
    top: 20px;
    right: 12px; }
  .admin-control-nav .admin-nav-controls .control {
    box-shadow: #E0E0DD 0px 0px 2px;
    padding: 5px;
    cursor: pointer; }
  .admin-control-nav .admin-nav-title {
    margin-right: -15px;
    margin-bottom: 10px;
    border-bottom: solid #E0E0DD 2px;
    cursor: move; }

@media (max-width: 768px) {
  .admin-control-nav {
    display: none; } }

#fabric {
  width: 100%;
  height: 100%; }

.fabric-container {
  z-index: 9999;
  position: absolute;
  border: dashed black 1px; }

.fabric-controls {
  width: 250px; }

.fabric-controls {
  width: 100%; }

.fabric-btns {
  background: white;
  z-index: 99999;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  box-shadow: #0A0A0A 0 0 12px; }

.fabricImageForm {
  display: none; }

.admin .inline-add-widget-form {
  background: white;
  color: black;
  z-index: 9999999; }

.admin .widget-container {
  position: relative;
  overflow: visible; }
  .admin .widget-container .container-controls-wrap {
    display: none; }

.admin .widget-container:hover {
  margin-top: -36px; }
  .admin .widget-container:hover .container-controls-wrap {
    display: block; }

.admin .widget-add-inline-open {
  color: black; }

.admin .container-controls-wrap {
  height: 36px;
  text-align: right; }

.admin .admin .widget-container {
  min-height: 50px; }

.admin .container-controls {
  font-size: 12px;
  background: white;
  height: 100%; }

.admin .display-block {
  display: block; }

.admin .site-header .widget-container {
  position: relative; }

.admin .site-header .container-controls-wrap {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  margin-top: 0; }

.shape-select-image {
  width: 260px; }

.component-icon-popover {
  display: inline; }
  .component-icon-popover abbr {
    cursor: pointer; }
  .component-icon-popover a {
    text-decoration: none;
    color: inherit; }
  .component-icon-popover .popover-icon {
    color: black; }
    .component-icon-popover .popover-icon input {
      color: black; }

.webui-popover-content label {
  color: black; }

/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-weight: bold; }

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }

/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }

/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }

.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
  left: 0;
  right: auto; }

.select2-dropdown.select2-dropdown--below {
  width: 230px !important;
  z-index: 9999 !important; }

.select2-results__options li {
  padding: 1px !important; }

.select2-results__options li div {
  background: url("../../images/fontsList.gif") !important;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  height: 29px; }

#select2-select_fontfamily-container {
  text-align: left !important;
  width: 200px !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.mpopup {
  background: white;
  color: black;
  border-radius: 4px;
  box-shadow: #0A0A0A 0 0 5px; }

.fragment-control-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  background: white; }

.fragment-control-inner {
  position: relative;
  background: #F2F2F2;
  padding: 10px; }

.fragment-control-inner:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #F2F2F2;
  border-width: 20px;
  margin-left: -20px; }

.fragment-template {
  display: none; }

.fragment-type-0 {
  overflow: hidden; }
  .fragment-type-0 .feature-icon {
    float: left;
    padding: 0;
    margin-top: 10px;
    margin-left: 10px;
    height: 100px;
    width: 100px;
    background-color: #74B2E2;
    border-radius: 50%; }
    .fragment-type-0 .feature-icon .fa {
      width: 100px;
      height: 100px;
      padding: 20px;
      font-size: 60px;
      color: white; }
  .fragment-type-0 .feature-desc {
    padding-left: 15px;
    float: left;
    width: calc(100% - 110px); }

.editable-open {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #FF5C6C;
  z-index: 999999;
  border-radius: 50%;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: white; }

.widget-menu {
  min-height: 500px; }
  .widget-menu .widgets {
    height: 100%;
    background: #D6D6D6; }
  .widget-menu .grid-stack {
    min-height: 300px;
    min-width: 100%;
    background-color: white; }
  .widget-menu .grid-stack-placeholder {
    background: #CACACA; }
  .widget-menu .grid-stack-item {
    border: #CACACA dashed 1px; }

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/zw.svg); }

.flag-icon-eu {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/eu.svg); }
  .flag-icon-eu.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gb-eng.svg); }
  .flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gb-nir.svg); }
  .flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gb-sct.svg); }
  .flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/gb-wls.svg); }
  .flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(../../bower_components/flag-icon-css/flags/4x3/un.svg); }
  .flag-icon-un.flag-icon-squared {
    background-image: url(../../bower_components/flag-icon-css/flags/1x1/un.svg); }

/*
 *  webui popover plugin  - v1.2.15
 *  A lightWeight popover plugin with jquery ,enchance the  popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
 *  https://github.com/sandywalker/webui-popover
 *
 *  Made by Sandy Duan
 *  Under MIT License
 */
.webui-popover-content {
  display: none; }

.webui-popover-rtl {
  direction: rtl;
  text-align: right; }

/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px; }

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px; }

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px; }

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px; }

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0); }

.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100); }

.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block; }

.webui-popover .webui-popover-content > div:first-child {
  width: 99%; }

.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none; }

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.webui-popover-inner .close:after {
  content: "\00D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative; }

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0; }

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none; }

.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee; }

.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee; }

.webui-no-padding .webui-popover-content {
  padding: 0; }

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none; }

.webui-no-padding .list-group-item:first-child {
  border-top: 0; }

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0; }

.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.webui-popover > .webui-arrow {
  border-width: 11px; }

.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: ""; }

.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0; }

.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0; }

.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333333; }

.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333333; }

.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333333; }

.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333333; }

.webui-popover i.icon-refresh:before {
  content: ""; }

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none; }

.manage-images {
  list-style: none;
  padding: 0;
  width: 700px; }
  .manage-images .image-item {
    position: relative;
    width: 100px;
    float: left;
    overflow: hidden;
    cursor: move; }
  .manage-images .delete-image {
    text-decoration: none;
    color: black;
    background: white;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center; }
  .manage-images .placeholder {
    float: left;
    height: 84px;
    width: 100px;
    border: dashed 1px #2A2A2A;
    background: rgba(0, 0, 0, 0.12); }

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