@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(../../css/#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #fcf4e4;
	outline: 0;
	}
/*.leaflet-container a {
	color: #0078A8;
	}*/
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 50px;
	height: 40px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 30px;
	padding-top: 10px;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../../css/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../../css/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 0;
	}
.leaflet-popup-content {
    margin: 0px -2px -5px 0px;
    line-height: 1.4;
}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: -1px auto 0;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    border: 1px solid #777;
}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
.container *, .container-fluid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container *:before,
.container *:after,
.container-fluid *:before,
.container-fluid *:after 
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.web .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.web .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../css/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../css/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../css/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ef8d01;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

body {
    background: #ededed;
    font-family: 'Open Sans', sans-serif;
    overflow-x: auto;
    overscroll-behavior: contain;
    font-weight: lighter;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #ef8d01;
}

.fullscreen {
    position: fixed;
    bottom: 60px;
    left: 10px;
    width: 40px;
    cursor: pointer;
    z-index: 50;
    background: #36373e;
    padding: 3px 3px 0;
}

.fullscreen img {
    width: 100%;
}

.map-container {
	display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    touch-action: none;
    background: #fcf4e4;
}

.map-container.middle {
    width: calc(100% - 480px) !important;
    left: 0;
}

.map-container.middle-down {
    height: calc(100% - 332px) !important;
    top: 332px !important;
}

.global-message {
    position: fixed;
    z-index: 100000;
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    background: #2c8a00;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: linear all 0.3s;
}

.global-message.active {
    opacity: 1;
    visibility: visible;
}

.global-message.error {
    background: #a90000;
}

.loader {
    background: #fcf4e4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: 0.1s linear all;
}

.loader.main-loader {
    top: 0;
    height: 100%;
}

.search-box .loader {
    background: #fff;
}

.map-container.reloading .loader {
    visibility: visible;
    opacity: 1;
}

.is-loading .loader {
    visibility: visible;
    opacity: 1;
}

.loader.is-main-loading, .loader.is-action-loading {
    background: #fcf4e4;
    visibility: visible;
    opacity: 1;
}

.lds-default {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: 0;
    right: 0;
    margin: auto;
}

.lds-default div {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #ef8d01;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 29px;
	left: 53px;
}

.lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 18px;
	left: 50px;
}

.lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 9px;
	left: 41px;
}

.lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 6px;
	left: 29px;
}

.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 9px;
	left: 18px;
}

.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 18px;
	left: 9px;
}

.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 29px;
	left: 6px;
}

.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 41px;
	left: 9px;
}

.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 50px;
	left: 18px;
}

.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 53px;
	left: 29px;
}

.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 50px;
	left: 41px;
}

.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 41px;
	left: 50px;
}

@keyframes lds-default {
	0%,
	20%,
	80%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(2);
	}
}

#app {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

#app > div > div {
    position: absolute;
    width: 100%;
    height: 100%;
}

#app .top {
    background: #36373e;
    border-bottom: 2px solid #ef8d01;
    height: 50px;
    z-index: 65;
    position: relative;
}

#app .top .logo {
    float: left;
}

#app .top .logo img {
    width: 80px;
    margin: 18px 10px 0;
}

#app .top .top-menu {
    float: right;
    margin-right: 20px;
}

#app .top .top-menu a {
    float: left;
    padding: 20px 19px 20px;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
}

#app .top .top-menu a:hover {
    background: #4f515a;
    cursor: pointer;
}

#app .top .top-menu a.active {
    background: #ef8d01;
    cursor: pointer;
}

#app .top .nav {
    float: right;
    margin: 15px 15px 0 0;
}

#app .top .nav a {
    float: left;
    width: 20px;
    margin-left: 20px;
    cursor: pointer;
}

#app .top .nav a img {
    width: 100%;
    transition: all 0.3s linear;
}

/* SEARCH BOX - start */
#app .search-box {
    width: 100%;
    display: block;
    position: fixed;
    top: -38px;
    right: 0;
    left: 0;
    margin: auto;
    height: 88px;
    transition: 0.3s linear all;
    background: #ffffff;
    z-index: 60;
    overflow: visible;
}

#app .search-box.mode-1, #app .search-box.mode-2, #app .search-box.mode-3 {
    top: 52px;
}

#app .search-box.mode-1 {
    height: 78px;
}

#app .search-box.mode-2 {
    height: 280px;
}

#app .search-box.mode-3 {
    height: calc(100% - 52px);
}

#app .search-box .search-form {
    padding: 5px 5px 0 5px;
    display: block;
    overflow: auto;
    background: #FFF;
    position: relative;
    transition: 0.3s linear all;
    top: 0;
}

#app .search-box.list-only .search-form {
    top: -47px;
}

/* #app .search-box.list-only.mode-2 .action-button-right, #app .search-box.list-only.mode-3 .action-button-right {
    visibility: hidden;
    opacity: 0;
} */

#app .search-box .search-input {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

#app .search-box .search-input input {
    width: calc(100% - 200px);
    float: left;
    background: none;
    padding: 10px;
    border: 0;
    font-size: 15px;
    color: #36373e;
    background: #efefef;
    margin-right: 5px;
}

#app .search-box .search-input input.grave-number {
    width: 80px;
}

#app .search-box .search-input input::placeholder {
    color: #36373e;
}

#app .search-box .search-input input:focus {
    outline: rgba(239, 141, 1, 1);
}

#app .search-box .search-input .search-button {
    width: 70px;
    float: right;
    background: #36373e;
    text-align: center;
    cursor: pointer;
}

#app .search-box .search-input .search-button img {
    height: 26px;
    margin: 4px 0;
    cursor: pointer;
}

#app .search-box .search-results {
    height: calc(100% - 87px); /* TODO: do obliczenia lub do wysterowania poprzez fixed */
    border-top: 2px solid #FFF;
    transition: 0.3s linear all;
    transition-delay: border 0.3s;
}

#app .search-box.mode-0 .search-results, #app .search-box.mode-1 .search-results {
    overflow: hidden;
}

#app .search-box.mode-2 .search-results {
    height: calc(100% - 77px); /* TODO: do obliczenia lub do wysterowania poprzez fixed */
    border-top: 2px solid #303137;
    top: 0;
    position: relative;
    transition: 0.3s linear all;
}

#app .search-box.list-only.mode-2 .search-results {
    height: calc(100% - 39px);
    top: -48px;
}

#app .search-box.mode-3 .search-results {
    height: calc(100% - 77px); /* TODO: do obliczenia lub do wysterowania poprzez fixed */
    border-top: 2px solid #303137;
    top: 0;
    position: relative;
    transition: 0.3s linear all;
}

#app .search-box.list-only.mode-3 .search-results {
    height: calc(100% - 39px);
    top: -48px;
}

#app .search-box .search-results > .list {
    width: 100%;
    height: calc(100% - 10px);
    overflow-y: scroll;
    opacity: 1;
    transition: 0.3s linear all;
}

#app .search-box .search-results > .list::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#app .search-box .search-results > .list::-webkit-scrollbar-thumb {
    background-color: #36373e;
}

#app .search-box .search-results > .list::-webkit-scrollbar-track {
    background-color: #dadada;
}

#app .search-box.mode-0 .search-results > .list, #app .search-box.mode-1 .search-results > .list {
    opacity: 0;
}

#app .search-box.mode-0 .search-results > .list, #app .search-box.mode-1 .search-results > .list {
    opacity: 0;
}

#app .search-box .search-results > .list > .item {
    width: calc(100% - 20px);
    margin-left: 10px;
    clear: both;
    border-top: 1px solid #8f8f8f;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 11px;
    color: #303137;
    cursor: pointer;
    position: relative;
    height: 43px;
    transition: 0.3s linear all;
    overflow: hidden;
}

#app .mobile .search-box.mode-2.details-mode .search-form {
    top: -88px;
}

#app .mobile .search-box.mode-2.details-mode .search-results {
    top: -80px;
    height: calc(100% - 3px);
}

/* DO SPRAWDZENIA */
#app .search-box .search-results > .list > .item.show-details, #app .not-map .search-box .search-results > .list > .item.show-details {
    height: 259px;
}

#app .web .search-box .search-results > .list > .item.show-details {
    /*background: #fff0d1;
    padding-bottom: 0;
    margin-bottom: 10px;*/
}

#app .search-box.mode-2 .search-results > .list > .item.show-details {
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    background: #FFF;
}

#app .mobile .search-box.mode-2 .search-results .list .item.show-details .details-window .swiper-container {
    width: calc(100% - 20px);
    margin: 0 10px;
}

#app .search-box .search-results > .list > .item:hover {
    background: #fff8ed;
}

#app .search-box .search-results > .list > .item.show-details:hover {
    background: #fff;
}

#app .search-box .search-results > .list > .item > img {
    float: left;
    width: 65px;
    height: 43px;
}

#app .search-box .search-results > .list > .item > table .title {
    text-transform: uppercase;
    font-weight: bold;
}

#app .search-box .search-results > .list > .item > table .date-info {
    width: 110px;
}

#app .search-box .search-results > .list > .item > table .lived-years {
    width: 110px;
}

#app .search-box .search-results > .list > .item > table .date-info span {
    float: left;
    width: 25px;
}

#app .search-box .search-results > .list > .item > table var {
    font-style: normal;
    font-weight: bold;
    color: #ef8d01;
    margin-left: 5px;
}

#app .search-box .search-results > .list > .item > table {
    float: left;
    margin-left: 5px;
    width: calc(100% - 75px);
    border-spacing: 0;
    border-collapse: collapse;
}

#app .search-box .search-results > .list > .item > table td {
    padding: 0;
    line-height: 12px;
    padding-bottom: 8px;
}

#app .search-box .search-results > .list > .item:first-child {
    border-top: 0;
}

#app .search-box .search-box-toggle, #app .search-box .search-box-nav-toggle {
    background: #ef8d01;
    height: 30px;
    width: 120px;
    clear: both;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: -30px;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    cursor: pointer;
    transition: 0.3s linear all;
    z-index: 1000;
}

#app .search-box .search-box-toggle-touch-area {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.02);
    visibility: visible;
}

#app .search-box.mode-3 .search-box-toggle-touch-area {
    bottom: 0;
}

#app .web .search-box .search-box-toggle-touch-area {
    display: none;
}

#app .search-box .search-box-nav-toggle {
    background: none;
}

#app .search-box.mode-1 .search-box-toggle {
    bottom: -32px;
}

#app .search-box .search-box-toggle img {
    width: 32px;
    margin: 5px auto;
    display: inherit;
}

#app .search-box.mode-3 .search-box-toggle, #app .search-box.mode-3 .search-box-nav-toggle {
    bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#app .mobile .search-box .search-box-toggle {
    display: block;
}

#app .mobile .search-box .search-box-nav-toggle {
    display: none;
}

#app .web .search-box .search-box-toggle {
    display: none;
}

#app .web .search-box .search-box-nav-toggle {
    display: block;
}

#app .search-box .search-box-nav-toggle .nav-down {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    border-bottom-left-radius: 50px;
    background: #d6d6d6;
    transition: all 0.3s linear;
}

#app .search-box .search-box-nav-toggle .nav-up {
    float: right;
    width: 50%;
    height: 100%;
    text-align: center;
    border-bottom-right-radius: 50px;
    background: #d6d6d6;
    transition: all 0.3s linear;
}

#app .search-box .search-box-nav-toggle > div.inactive {
    opacity: 0.7;
}

#app .search-box.mode-3 .search-box-nav-toggle .nav-up {
    border-bottom-right-radius: 0;
    border-top-right-radius: 50px;
}

#app .search-box.mode-3 .search-box-nav-toggle .nav-down {
    border-bottom-left-radius: 0;
    border-top-left-radius: 50px;
}

#app .search-box .search-box-nav-toggle .nav-up:hover {
    background: #ef8d01;
}

#app .search-box .search-box-nav-toggle > div.inactive:hover {
    background: #d6d6d6;
    opacity: 0.7;
    cursor: not-allowed;
}

#app .search-box .search-box-nav-toggle .nav-down:hover {
    background: #ef8d01;
}

#app .search-box .search-box-nav-toggle img {
    height: 60%;
    margin-top: 5px;
}

#app .search-box .search-box-advanced-filters {
    position: fixed;
    height: calc(100% - 142px);
    background: #f3f3f3;
    width: 100%;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    top: 140px;
}

#app .search-box.advanced-filters .search-box-advanced-filters {
    visibility: visible;
    opacity: 1;
}

#app .search-box .search-box-advanced-filters .actions {
    position: absolute;
    bottom: 0;
    padding: 10px;
    text-align: center;
    width: 460px;
}

#app .search-box .search-box-advanced-filters .actions a {
    padding: 10px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #ef8d01;
    cursor: pointer;
    margin-left: 20px;
    width: 40%;
}

#app .search-box .search-box-advanced-filters .actions a.cancel {
    background: #36373e;
    margin-left: 0;
}

#app .action-button {
    padding: 0 10px;
    display: block;
    float: left;
    overflow: auto;
    cursor: pointer;
    transition: 0.2s linear all;
}

#app .action-button img {
    float: left;
    width: 20px;
    margin: 5px 5px 5px 0;
}

#app .action-button span {
    float: left;
    margin: 6px 5px;
    width: calc(100% - 35px);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#app .action-button-half {
    width: calc(50% - 20px);
    max-width: 190px;
}

#app .action-button-right {
    float: right;
}

#app .action-button-left {
    float: left;
    background: #36373e;
    color: #FFF;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear all;
    margin-left: -5px;
}

#app .search-box.mode-2 .action-button-left, #app .search-box.mode-3 .action-button-left {
    visibility: visible;
    opacity: 1;
}

#app .action-button-right:hover, #app .action-button-right.active {
    background: #efefef;
}
/* SEARCH BOX - end */

/* SEARCH DETAILS - start */
.details-window {
    position: absolute;
    background: #f1f1f1;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    height: calc(100% - 7px);
    transition: 0.3s linear all;
    opacity: 0;
    visibility: hidden;
}

.details-window.visible, .not-map .details-window.visible, .popup-container .details-window.visible {
    opacity: 1;
    visibility: visible;
}

.details-window .close, .grave-action-body .close {
    float: left;
    font-weight: normal;
    font-size: 30px;
    transform: scaleY(0.7);
    padding: 0 5px;
    background: #36373e;
    color: #FFF;
    cursor: pointer;
}

.details-window > .title, .grave-action-body > .title {
    float: right;
    margin: 12px 10px 0;
    font-size: 16px;
    font-weight: normal;
    max-width: 316px;
    text-align: right;
}

.leaflet-popup-content .details-window > .title, .grave-action-body > .title {
    margin: 3px 3px 0;
}

.leaflet-popup-content .details-window .close, .grave-action-body .close {
    margin-top: -8px;
    margin-left: -2px;
    margin-bottom: -6px;
}

.grave-action-body > .title {
    margin: 5px 10px 10px;
}

.details-window .title span, .grave-action-body .title span {
    color: #ef8d01;
    font-weight: bold;
    clear: both;
}

.grave-action-body .title span {
    font-size: 14px;
}

.swiper-container {
    width: 100%;
    height: 230px;
}
.swiper-slide {
    background: #f1f1f1;
    color: #000;
    text-align: center;
}

#app .details-window-container {
    height: 210px;
    padding: 10px;
}

#app .details-window-container > .list {
    width: 100%;
    margin: 0;
    overflow-y: hidden;
    height: 178px;
}

#app .details-window-container > .list.no-records {
    overflow-y: hidden;
}

#app .details-window-container.comments-info > .list {
    height: 158px;
}

#app .details-window-container > .list::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#app .details-window-container > .list::-webkit-scrollbar-thumb {
    background-color: #36373e;
}

#app .details-window-container > .list::-webkit-scrollbar-track {
    background-color: #dadada;
}

#app .details-window-container > .list > .item {
    overflow: auto;
    margin-top: 5px;
}

#app .details-window-container > .list > .item:first-child {
    margin-top: 0;
}

#app .details-window-container > .list > .item > table .title {
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}

#app .details-window-container > .list > .item > table .date-info span {
    float: left;
    width: 25px;
}

#app .details-window-container > .list > .item > table var {
    font-style: normal;
    font-weight: bold;
    color: #ef8d01;
    margin-left: 5px;
}

#app .details-window-container > .list > .item > table {
    float: left;
    width: calc(100% - 5px);
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #DDD;
}

#app .details-window-container > .list > .item:first-child > table {
    border-top: 0;
}

#app .details-window-container > .list > .item > table tr:first-child td {
    padding-top: 5px;
}

#app .details-window-container > .list > .item > table tr:first-child td.c2 {
    width: 100px;
}

#app .details-window-container > .list > .item > table tr:first-child td.c3 {
    width: 170px;
}

#app .details-window .columbarium-plan, #app .details-window .map-link {
    float: left;
    margin: 10px 20px 0;
    font-size: 16px;
    text-decoration: underline;
    color: #ef8d01;
    font-weight: bold;
}

@media (max-width: 452px) {
    .person-remind {
        text-align: center;
    }

    .person-remind img {
        float: none !important;
        display: inline-block;
    }

    .person-remind span {
        display: none;
    }

    #app .details-window-container > .list > .item > table tr:first-child td.c3 {
        width: 50px;
    }
}

#app .details-window-container > .list > .item:first-child > table tr:first-child td {
    padding-top: 0;
}

#app .details-window-container > .list > .item > table td {
    padding: 0;
    padding-bottom: 3px;
    text-align: left;
    font-size: 12px;
}

#app .details-window-container > .list > .item > table td.remind {
    padding-bottom: 0;
}

.grave-action-button {
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.grave-action-button:hover {
    background: #eeeeee;
}

.grave-action-button img {
    float: left;
    width: 20px;
    height: auto;
}

.grave-action-button span {
    float: left;
    margin-left: 10px;
    text-decoration: underline;
    font-size: 12px;
}

.person-remind {
    padding: 5px 10px;
    float: left;
    width: calc(100% - 20px);
    cursor: pointer;
}

.person-remind:hover {
    background: #eeeeee;
}

.person-remind img {
    float: left;
    width: 20px;
    height: auto;
}

.person-remind span {
    float: left;
    margin-left: 5px;
    text-decoration: underline;
}

#app .details-window-container.grave-info table {
    width: 100%;
}

#app .details-window-container.grave-info table td {
    padding-bottom: 10px;
}

#app .details-window-container.grave-info table .label {
    width: 20%;
    text-align: left;
    vertical-align: top;
}

#app .details-window-container.grave-info table .value {
    width: 30%;
    font-weight: bold;
    color: #ef8d01;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
}

#app .details-window-container.grave-info table .value:nth-child(4) {
    padding-right: 0;
}

.grave-info .actions {
    margin-top: 10px;
    overflow: auto;
    text-align: center;
}

.photos-info .actions {
    margin-top: 10px;
    overflow: auto;
    text-align: center;
}

.photos-info .gallery-container {
    position: relative;
    height: 155px;
}

.photos-info .main-photo {
    width: 100%;
    height: 155px;
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}

.photos-info .hidden-photo {
    height: 155px;
    overflow: hidden;
    display: block;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 1;
    z-index: 1;
    width: 100%;
}

.photos-info .main-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.photos-info .hidden-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.photos-info .main-photo span {
    position: absolute;
    height: 64px;
    margin-top: -32px;
    top: 50%;
    opacity: 0.7;
    left: 50%;
    transition: all 0.3s linear;
    margin-left: -32px;
    display: block;
    width: 64px;
}

.photos-info .main-photo span:hover {
    cursor: pointer;
    opacity: 1;
}

.comments-info .actions {
    margin-top: 10px;
    overflow: auto;
    text-align: center;
}

.comments-info .comments-list {
    height: 155px;
    position: relative;
}

.comments-info .comments-list .empty {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.mobile .mode-2 .details-window .close {
    margin-left: 10px;
}
/* SEARCH DETAILS - end */

/* LEFT MENU - start */
#app .left-menu {
    display: block;
    position: fixed;
    height: calc(100% - 50px);
    width: 250px;
    max-width: 100%;
    background: #303137;
    right: -250px;
    top: 50px;
    transition: 0.2s linear all;
    z-index: 101;
}

#app .left-menu.active {
    right: 0;
}

#app .left-menu a.close {
    float: left;
    width: 20px;
    margin-left: 20px;
    margin-top: 20px;
    cursor: pointer;
}

#app .left-menu a.close img {
    width: 100%;
}

#app .left-menu nav {
    margin-top: 20px;
}

#app .left-menu nav a {
    padding: 15px 40px 15px 30px;
    width: calc(100% - 40px);
    clear: both;
    font-size: 18px;
    color: #FFF;
    display: block;
    cursor: pointer;
    transition: 0.2s linear all;
    overflow: auto;
}

#app .left-menu nav a.active {
    background: #ef8d01;
    cursor: pointer;
}

#app .left-menu nav a img {
    width: 22px;
    margin-right: 20px;
    margin-top: 0;
    float: left;
}

#app .left-menu nav a span {
    margin-top: 0;
    float: left;
}

#app .left-menu nav a:hover {
    background: #6d4913;
}

#app .left-menu-swiper {
    position: fixed;
    z-index: 100;
    height: calc(100% - 50px);
    width: 35px;
    right: 0;
    top: 50px;
    background: transparent;
    display: none;
}

#app .left-menu .left-menu-toggle {
    background: #ef8d01;
    height: 120px;
    width: 30px;
    clear: both;
    display: inline-block;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    bottom: -30px;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    cursor: pointer;
}

#app .left-menu .left-menu-toggle img {
    width: 32px;
    margin: 38px -7px;
    display: inherit;
    transform: rotate(90deg);
}
/* LEFT MENU - end */












/* @media (min-width: 941px) { */
    #app .web .top {
        height: 60px;
    }

    #app .web .top .logo img {
        width: 120px;
        margin: 17px 10px 0;
    }

    #app .web .top .nav {
        margin: 13px 30px 0 0;
    }

    #app .web .top .nav a {
        width: 32px;
        margin-left: 30px;
    }

    #app .web .top .nav a:first-child {
        margin-left: 0;
    }

    #app .web .left-menu {
        height: calc(100% - 60px);
        top: 60px;
    }

    #app .web .left-menu a.close {
        width: 32px;
    }

    #app .web .search-box {
        left: auto;
        max-width: 480px;
        top: -19px;
        height: 80px;
    }

    #app .web .search-box.mode-3 {
        height: calc(100% - 62px);
    }

    #app .web .search-box.mode-1, #app .web .search-box.mode-2, #app .web .search-box.mode-3 {
        top: 62px;
    }

    #app .web .search-box.list-only.mode-2 .search-form, #app .web .search-box.list-only.mode-3 .search-form {
        top: -48px;
    }

    #app .web .search-box .search-results .list .item {
        font-size: 13px;
    }
/* } */

.page {
    height: calc(100% - 62px);
    position: relative;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile .page {
    height: calc(100% - 52px);
}

.page::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.page::-webkit-scrollbar-thumb {
    background-color: #36373e;
}

.page::-webkit-scrollbar-track {
    background-color: #dadada;
}

/* HOME PAGE - start */
.page .banner {
    background: url(http://mogily.pl/Theme/img/logo/bialaszlachecka.jpg) no-repeat scroll center center;
    width: 100%;
    height: 180px;
    background-size: cover;
    text-align: center;
}

.page .banner h2 {
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    text-shadow: 0 0 6px #000000;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    width: 80%;
    text-align: center;
    color: #FFF;
    margin: 50px auto;
    font-weight: lighter;
}

.page .banner h2 span {
    clear: both;
    display: block;
}

.page .banner h2 span.subtitle {
    font-size: 18px;
    text-transform: uppercase;
}

.page .counters {
    width: 100%;
    background: #36373e;
    overflow: auto;
    color: #FFF;
    padding: 5px 0 20px;
}

.page .counters > div {
    width: 50%;
    text-align: center;
    float: left;
}

.page .counters span.count {
    clear: both;
    display: block;
    font-size: 34px;
    line-height: 50px;
}

.page .counters span.description {
    clear: both;
    display: block;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
}

.page .scaled-full-page-row {
    height: 643px;
}

.page .scaled-full-page-row::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.page .scaled-full-page-row::-webkit-scrollbar-thumb {
    background-color: #36373e;
}

.page .scaled-full-page-row::-webkit-scrollbar-track {
    background-color: #dadada;
}

#home-page .scaled-home-row {
    overflow: auto;
}

#home-page .scaled-home-row::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#home-page .scaled-home-row::-webkit-scrollbar-thumb {
    background-color: #36373e;
}

#home-page .scaled-home-row::-webkit-scrollbar-track {
    background-color: #dadada;
}

#home-page .charts {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background: #e3e3e3;
    position: relative;
}

#home-page .charts .charts-container {
    width: calc(100% - 40px);
    display: inline-block;
    text-align: center;

    visibility: visible;
    opacity: 1;
    transition: all 0.3s linear;
}

#home-page .charts .text-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
    top: 40px;
    left: 40px;
}

#home-page .charts.toggled .charts-container {
    visibility: hidden;
    opacity: 0;
}

#home-page .charts.toggled .text-container {
    visibility: visible;
    opacity: 1;
}

#home-page .charts h3 {
    font-size: 18px;
    font-weight: lighter;
    margin: 0;
    margin-bottom: 20px;
}

#home-page .charts canvas {
    width: calc(100% - 40px);
    height: auto;
}

#home-page .gallery {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background: #efefef;
}

#home-page .gallery .gallery-container {
    width: calc(100% - 40px);
    display: inline-block;
    text-align: center;
}

#home-page .gallery .gallery-item {
    margin-bottom: 20px;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s linear;
    height: 120px;
    width: 200px;
    display: inline-block;
    z-index: 10;
}

#home-page .gallery .gallery-item:hover {
    transform:scale(1.2);
    cursor: pointer;
    z-index: 100;
}

#home-page .gallery .gallery-item img {
    visibility: hidden;
    height: 0;
}

.page .footer {
    background: #36373e;
    width: calc(100% - 30px);
    text-align: center;
    color: #FFF;
    padding: 15px;
    font-size: 18px;
    line-height: 18px;
    text-shadow: 0 0 6px #000000;
    font-weight: lighter;
}

.page .footer a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

.page .footer a:hover {
    text-decoration: underline;
}

.mobile .page .banner h2 {
    font-size: 22px;
}

.mobile .page .counters {
    padding: 5px 0 10px;
}

.mobile .page .counters span.count {
    font-size: 24px;
    line-height: 32px;
}

.mobile .page .counters span.description {
    font-size: 14px;
    line-height: 20px;
}
/* HOME PAGE - end */

/* MAP PAGE - start */
#map-page h2 {
    font-size: 18px;
    line-height: 18px;
    text-shadow: 0 0 6px #000000;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    margin: 0;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 40px);
}

.mobile #map-page h2 {
    font-size: 14px;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
}
/* MAP PAGE - end */

/* VIRTUAL WALK PAGE - start */
#virtual-walk-page h2 {
    font-size: 18px;
    line-height: 18px;
    text-shadow: 0 0 6px #000000;
    background: #36373e;
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    margin: 0;
    font-weight: lighter;
    position: relative;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 40px);
}

.mobile #virtual-walk-page h2 {
    font-size: 14px;
    width: calc(100% - 40px);
}
/* VIRTUAL WALK PAGE - end */

/* GALLERY PAGE - start */
#gallery-page h2 {
    font-size: 18px;
    line-height: 18px;
    text-shadow: 0 0 6px #000000;
    background: #36373e;
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    margin: 0;
    font-weight: lighter;
    position: relative;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 40px);
}

.mobile #gallery-page h2 {
    font-size: 14px;
    width: calc(100% - 40px);
}

#gallery-page .scaled-full-page-row {
    display: block;
    text-align: center;
    flex-wrap: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
}

#gallery-page .scaled-full-page-row a {
    width: 230px;
    text-align: center;
    display: inline-block;
    border: 0;
    margin: 10px;
    max-height: 130px;
    overflow: hidden;
    transition: all 0.3s linear;
}

#gallery-page .scaled-full-page-row a img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

#gallery-page .scaled-full-page-row a:hover {
    transform:scale(1.2);
    cursor: pointer;
}
/* GALLERY PAGE - end */

/* OUTSTANDING PERSONS PAGE - start */
#outstanding-persons-page h2 {
    font-size: 18px;
    line-height: 18px;
    text-shadow: 0 0 6px #000000;
    background: #36373e;
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    margin: 0;
    font-weight: lighter;
    position: relative;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 40px);
}

.mobile #outstanding-persons-page h2 {
    font-size: 14px;
    width: calc(100% - 40px);
}

#outstanding-persons-page .scaled-full-page-row {
    overflow-y: auto;
}

#outstanding-persons-page .scaled-full-page-row {
    display: block;
    text-align: center;
    flex-wrap: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
}

#outstanding-persons-page .outstanding-person-item {
    width: calc(100% - 20px);
    text-align: center;
    display: inline-block;
    border: 0;
    margin: 0 10px;
    overflow: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px solid #ef8d01;
}

#outstanding-persons-page .outstanding-person-item .title {
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
}

#outstanding-persons-page .outstanding-person-item .title:hover {
    color: #ef8d01;
}

#outstanding-persons-page .outstanding-person-item .date {
    font-size: 17px;
}

#outstanding-persons-page .outstanding-person-item .content {
    font-size: 14px;
}

#outstanding-persons-page .outstanding-person-item .photos a {
    margin-right: 10px;
}

#outstanding-persons-page .outstanding-person-item .photos a img {
    max-width: 200px;
}

/* OUTSTANDING PERSONS PAGE - end */

/* NEWS PAGE - start */
#news-page h2 {
    font-size: 18px;
    line-height: 18px;
    text-shadow: 0 0 6px #000000;
    background: #36373e;
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    margin: 0;
    font-weight: lighter;
    position: relative;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 40px);
}

.mobile #news-page h2 {
    font-size: 14px;
    width: calc(100% - 40px);
}

#news-page .scaled-full-page-row {
    overflow-y: auto;
}
/* NEWS PAGE - end */

/* CONTACT PAGE - start */
#contact-page h2 {
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #36373e;
    padding: 10px 15px 10px 0;
    color: #36373e;
    margin: 10px 0;
    font-weight: bold;
    position: relative;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
}

#contact-page > h2 {
    font-size: 18px;
    line-height: 18px;
    text-shadow: 0 0 6px #000000;
    background: #36373e;
    padding: 15px 20px;
    text-align: center;
    color: #FFF;
    margin: 0;
    font-weight: lighter;
    position: relative;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 40px);
    border: 0;
}

.mobile #contact-page > h2 {
    font-size: 14px;
    width: calc(100% - 40px);
}

#contact-page .form .form-input {
    margin: 0px auto 10px;
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    font-weight: normal;
    font-size: 14px;
    clear: both;
    display: block;
    outline: none;
    border: 0;
    box-shadow: 0px 0px 1px #36373e;
    transition: 0.3s all linear;
}

#contact-page .form .form-input:focus {
    box-shadow: 0px 0px 1px #ef8d01;
}

#contact-page .form .form-select {
    margin: 0 auto 10px;
    width: 100%;
    text-align: center;
    padding: 8px 5px;
    font-weight: normal;
    font-size: 14px;
    clear: both;
    display: block;
    outline: none;
    box-shadow: 0px 0px 1px #36373e;
    border: 0;
    transition: 0.3s all linear;
}

#contact-page .form .form-select:focus {
    box-shadow: 0px 0px 1px #ef8d01;
}

#contact-page .form .form-button {
    margin: 5px auto 15px;
    width: 100%;
    text-align: center;
    padding: 8px;
    font-weight: normal;
    font-size: 14px;
    clear: both;
    display: block;
    outline: none;
    border: 1px solid #ef8d01;
    transition: 0.3s all linear;
    background: #ef8d01;
    color: #FFF;
    cursor: pointer;
}

#contact-page #g-map {
    height: calc(100% - 210px);
}

.mobile #contact-page #g-map {
    height: 400px;
    margin-bottom: 20px;
}

#contact-page .scaled-full-page-row {
    overflow-y: auto;
}
/* CONTACT PAGE - end */


/* MAP POPUP - start */
.popup-container {
    width: calc(452px - 20px);
    height: 269px;
    position: relative;
}

.leaflet-popup-content .popup-container {
    height: 262px;
}

.mobile .middle-down .leaflet-popup, .web .leaflet-popup {
    display: none !important;
}
/* MAP POPUP - end */

/* GRAVE ACTION - start */
.grave-action-container {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s linear;
}

.grave-action-container.visible {
    opacity: 1;
    visibility: visible;
}

.grave-action-container .grave-action-body {
    position: relative;
    width: 680px;
    max-width: calc(100% - 20px);
    background: #FFF;
    left: 50%;
    top: 50%;
    margin: auto;
    bottom: 0;
    padding: 5px 10px 15px;
    overflow: auto;
    display: inline-block;
    -webkit-transform: translateY(-50.1%) translateX(-50%);
    -ms-transform: translateY(-50.1%) translateX(-50%);
    transform: translateY(-50.1%) translateX(-50%);
}

.grave-action-container .grave-action-body .content {
    width: 100%;
    background: #EEE;
    clear: both;
    padding-bottom: 10px;
}

.grave-action-container .grave-action-body .content .description {
    padding: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.grave-action-container .grave-action-body .content .form {
    text-align: center;
}

.grave-action-container .grave-action-body .content .form a {
    color: #ef8d01;
    text-decoration: none;
}

.grave-action-container .grave-action-body .content .form a:hover {
    text-decoration: underline;
}

.grave-action-container .grave-action-body .content .form .form-input {
    margin: 15px auto;
    width: 250px;
    max-width: calc(100% - 100px);
    text-align: center;
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
    clear: both;
    display: block;
    outline: none;
    box-shadow: 0px 0px 1px #36373e;
    border: 0;

    transition: 0.3s all linear;
}

.grave-action-container .grave-action-body .content .form textarea.form-input {
    resize: none;
    width: 80%;
    height: 100px;
}

.grave-action-container .grave-action-body .content .form .form-input:focus {
    box-shadow: 0px 0px 1px #ef8d01;
}

.grave-action-container .grave-action-body .content .field-description {
    padding: 15px 15px 0;
    text-align: center;
    font-size: 12px;
}

.grave-action-container .grave-action-body .content .form .days-number {
    width: 80px;
}

.grave-action-container .grave-action-body .content .form .form-button {
    margin: 45px auto 0;
    width: 250px;
    max-width: calc(100% - 100px);
    text-align: center;
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
    clear: both;
    display: block;
    outline: none;
    border: 1px solid #ef8d01;
    transition: 0.3s all linear;
    background: #ef8d01;
    color: #FFF;
    cursor: pointer;
}

.grave-action-container .grave-action-body .content .form .form-button:hover {
    border: 1px solid #f8a52e;
    background: #f8a52e;
}

.grave-action-container .grave-action-body.columbarium-info-body {
    width: calc(100% - 50px) !important;
    height: calc(100% - 50px) !important;
}

.grave-action-container .grave-action-body.columbarium-info-body .content {
    height: calc(100% - 40px);
    overflow: hidden;
    text-align: center;
    padding-bottom: 0px;
}

.grave-action-container .grave-action-body.columbarium-info-body .content:focus {
    outline: none;
    border: none;
}

.grave-action-container .grave-action-body.columbarium-info-body .content > div {
    overflow: auto;
    position: relative;
}

.columbarium-tile {
    float: left;
    margin: 0;
    padding: 0;
}

.columbarium-tile.clear {
    clear: left;
}

.columbarium-place {
    position: absolute;
    border: 1px solid #e08400;
    overflow: visible;
    opacity: 1;
    transition: all linear 0.3s;
}

.columbarium-place .grave-info {
    top: -21px;
    left: -1px;
    background: #000;
    border: 1px solid #ef8d01;
    position: absolute;
    width: 100%;
}

.columbarium-place .grave-number {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-left: 3px;
}

.columbarium-place .reservation {
    color: red;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-right: 3px;
}

.columbarium-place .persons {
    display: block;
    position: absolute;
    width: 175px;
    height: auto;
    overflow: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
    bottom: -20px;
    left: 50%;
    border: 1px solid #e08400;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
}

.columbarium-place .persons a {
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.columbarium-place .persons a:first-child {
    margin-top: 0;
}

.columbarium-place:hover {
    cursor: pointer;
}

.columbarium-place.active {
    opacity: 1;
    border: 1px solid #ffa627;
}

.columbarium-place.active .persons {
    opacity: 1;
    visibility: visible;
}

.map-container.middle .leaflet-popup-pane {
    display: none;
}
/* GRAVE ACTION - end */

/* CEMETERY SELECTOR */
.cemetery-selector-show {
    float: left;
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 100;
    background: #36373e;
    color: #FFF;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.7;
    transition: 0.3s linear all;
}

.cemetery-selector-show:hover {
    text-decoration: underline;
    opacity: 1;
}

.cemetery-selector {
    display: block;
    position: fixed;
    height: calc(100% - 60px);
    width: 350px;
    max-width: 100%;
    background: #303137;
    left: -350px;
    top: 62px;
    transition: 0.2s linear all;
    z-index: 101;
    text-align: center;
}

.cemetery-selector.active {
    left: 0px;
}

.mobile .cemetery-selector {
    top: 52px;
}

.mobile .cemetery-selector-show {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    background: #ea8a01;
    opacity: 0.9;
}


.cemetery-selector a:hover, .cemetery-selector a:hover span {
    text-decoration: underline;
    cursor: pointer;
}

.cemetery-selector .group {
    clear: both;
    margin-bottom: 20px;
    padding: 15px;
}

.cemetery-selector .group .group-name {
    font-size: 18px;
    color: #FFF;
    float: left;
    width: 100%;
}

.cemetery-selector .group .group-name img {
    width: 60px;
    float: left;
}

.cemetery-selector .group .group-name span {
    float: left;
    margin: 5px 10px;
}

.cemetery-selector .group .cemeteries {
    text-align: center;
    margin-top: 15px;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.cemetery-selector .group .cemeteries .cemetery-name {
    color: #FFF;
    clear: both;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
}

.cemetery-selector .group .cemeteries .cemetery-name:hover {
    text-decoration: underline;
}

/* CEMETERY SELECTOR */