.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container img.leaflet-tile { mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; 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;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.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);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
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;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .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(//urologie-luenzmann.de/wp-content/plugins/osm-map-elementor/assets/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//urologie-luenzmann.de/wp-content/plugins/osm-map-elementor/assets/leaflet/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-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//urologie-luenzmann.de/wp-content/plugins/osm-map-elementor/assets/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.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;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.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;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-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-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mapboxgl-canvas{position:absolute;left:0;top:0}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){-moz-box-shadow:0 0 2px rgba(0,0,0,.1);-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{-webkit-animation:mapboxgl-spin 2s linear infinite;-moz-animation:mapboxgl-spin 2s infinite linear;-o-animation:mapboxgl-spin 2s infinite linear;-ms-animation:mapboxgl-spin 2s infinite linear;animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@-moz-keyframes mapboxgl-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(1turn)}}@-o-keyframes mapboxgl-spin{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(1turn)}}@-ms-keyframes mapboxgl-spin{0%{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(1turn)}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(//urologie-luenzmann.de/wp-content/plugins/osm-map-elementor/assets/css/%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(//urologie-luenzmann.de/wp-content/plugins/osm-map-elementor/assets/css/%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(//urologie-luenzmann.de/wp-content/plugins/osm-map-elementor/assets/css/%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:0;margin:10px;position:relative;background-color:#fff;border-radius:3px 12px 12px 3px}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 24px 2px 4px;visibility:visible;margin-top:6px}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 4px 2px 24px;border-radius:12px 3px 3px 12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact:after{content:"";cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;box-sizing:border-box;border-radius:12px}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:-webkit-flex;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-webkit-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-webkit-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;-moz-animation:mapboxgl-user-location-dot-pulse 2s infinite;-ms-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px rgba(0,0,0,.35)}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}to{-webkit-transform:scale(1);opacity:0}}@-ms-keyframes mapboxgl-user-location-dot-pulse{0%{-ms-transform:scale(1);opacity:1}70%{-ms-transform:scale(3);opacity:0}to{-ms-transform:scale(1);opacity:0}}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:rgba(29,161,242,.2);width:1px;height:1px;border-radius:100%}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}.leaflet-fa-markers {
position: absolute;
left: 0;
top: 0;
display: block;
text-align: center;
margin-left: -15px;
margin-top: -50px;
width: 30px;
height: 50px;
}
.leaflet-fa-markers .marker-icon-svg {
position: absolute;
}
.leaflet-fa-markers .icon-container{
position: absolute;
top: 8px;  width: 32px;
}
.leaflet-fa-markers .feature-icon {
font-size: 12px;
line-height: 0px;
display: inline-block;
}.marker-description{
white-space: pre-line;
}.working_hours span{ display: block;
margin-left: 5px;
}
.weekdays{
float: left;
width: 80px;
margin-left: 0!important;
}
.widget_7 .weekdays{
width: 50%;
} .dark_background{
background-color: #3C3C3B;
}
.white_background{
background-color: #fff;
}
.light_grey_background{
background-color: #E2E2E2;
}
.lighter_grey_background{
background-color: #EDEDED;
} .white_text_color{
color: #fff;    
}
.dark_text_color{
color: #1A1A1A;
}
.dark_grey_text_color{
color: #3C3C3B;
}
.light_grey_text-color{
color: #706F6F;
}
.text-center{
text-align: center;
}
.text-left{
text-align: left;
}
.text-right{
text-align: right;
}
.text-uppercase{
text-transform: uppercase;
}
.text-capitalize{
text-transform: capitalize;
} .pink_header{
background-color: #FF2D55;
}
.orange_header{
background-color: #FF6341!important;
}
.green_header{
background-color: #4CD964;
} .dashed_border{
border-top:1.5pt dashed;
border-bottom:1.5pt dashed;
} .border_right_dashed{
border-right:2px dashed #d6d6d6;
} .font_bold{
font-weight:bold;
font-size:18px;
}
.font_500{
font-weight:500;
font-size:18px;
}
.font_lighter{
font-weight:200;
}
.font_normal{
font-weight:500;
} .width_35_per{
width: 35%;
}
.width_40_per{
width:40%;
}    .pad_lf_rgh_none{
padding-left: 0!important;
padding-right:0!important;
} .pad_lf_none{
padding-left: 0!important;
}
.pad_rgh_none{
padding-right: 0!important;
} .margin_none{
margin:0;
}
.margin_tp_150{
margin-top:150px;
}
.margin_tp_50{
margin-top: 50px!important;
}
.margin_bt_25{
margin-bottom:25px;
}
.margin_bt_4{
margin-bottom:4px;
} .clear_fix{
display: table;
content:" ";
width: 100%;
clear: both;
} .col-6{ float: left;
padding:0 0 0 5%;
} .img-responsive{
display: block;
width: auto;
max-width: 100%;
} .widget_item p{
margin: 0 0 10px;
}
.header_title img{
display: inline-block;
width: 55px;
margin-bottom: 10px;
}
.header_title p{
margin-bottom: 15px;
font-size: 25px;
}
.today{
margin-bottom: 15px;
}
.today:first-child{
font-size:16px;
font-weight:bold;
margin-top:0; }
.working_days{
margin-bottom:5px;
}
.working_days{
font-weight:500;
font-size:16px;
}
.weekdays,.sunday_second_child{
letter-spacing: 1px;
}
.times{
letter-spacing: 2px;
}
.times:not(:first-child){
border: 1px solid transparent;
}
.sunday_first_child{
letter-spacing: 0.5px;
}
.company_details{
font-weight:500;
}
.phone, .email{
margin:0;
}
.fax .fax_first_child{
width: 55px;
display: block;
float: left;
}
.pink_closed{
background-color: #FF005C;
padding: 8px 12px;
border-radius: 9px;
font-size: 14px;
margin-left: 10px;
}
.badge{
padding: 8px 12px;
border-radius: 9px;
font-size: 14px;
margin-left: 10px;
} .widget_item{
font-family: 'Open Sans', sans-serif!important;
width: 100%;
}
.widget_2{
border:1px solid #000;
}
.widget_1 .today:first-child{
font-size: 15px;
font-weight: bold;
}
.widget_border_radius{
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:22px;
padding: 35px 15px 30px 25px!important;
}
.widget_border_radius .widget_header .header_icon{
display: inline-block;
float: left;
width: 30%;
margin-right: 2%;
}
.widget_border_radius .widget_header .header_working_schedule{
padding-left: 8%!important;
float: left; }
.widget_border_radius .widget_header,
.widget_border_radius .widget_body{
padding-right: 10%!important;
display: table;
clear: both;
content: " "; }
.widget_header{
width:100%;
}
.widget_body{
width:100%;
}
.widget_border_radius .widget_body{
margin-top:20px;
}
.widget_border_radius .widget_body .company_name{
padding-top:20px;
padding-bottom:20px;
margin-bottom:20px;
font-size: 18px;
}
.widget_3 .widget_header,
.widget_4 .widget_header,
.widget_5 .widget_header,
.widget_6 .widget_header,
.widget_7 .widget_header{
padding:25px 2.69% 0; display: table;
clear: both;
content: " ";
}
.widget_3 .widget_header .header_icon,
.widget_4 .widget_header .header_icon,
.widget_5 .widget_header .header_icon,
.widget_6 .widget_header .header_icon,
.widget_7 .widget_header .header_icon{
width: 50%;
float: left;
padding: 0 0 25px 5%;
}
.widget_3 .widget_body,
.widget_4 .widget_body,
.widget_5 .widget_body,
.widget_6 .widget_body{
padding-top: 30px;
padding-bottom: 25px;
}
.widget_5 .widget_body .header_working_schedule,
.widget_6 .widget_body .header_working_schedule{
padding: 50px 0; } .widget_7 .widget_body .header_working_schedule{
background-color: #D6D6D6;
padding:10px 10px 0px 10px;
margin: 0px 15px 0px 15px;
border-radius: 11px;
}
.widget_7 .working_hours, .widget_7 .working_days{
font-size: 12px;
}
.widget_7 .lower_body{
padding: 10px 25px 10px 25px;
}
.widget_3 .header_icon .header_working_schedule,
.widget_4 .header_icon .header_working_schedule{ float: left;
}
.widget_7 .widget_body .header_working_schedule .today:first-child{
font-size: 10px;
font-weight: bold;
}
.widget_7 .widget_body .header_working_schedule .today .pink_closed{
padding-top: 6px 15px;
}
.widget_7 .widget_body .header_working_schedule .working_days{
font-size: 12px;
font-weight: bold;
margin-bottom: 0;
}
.widget_7 .widget_body .header_working_schedule .working_days .weekdays{
letter-spacing: 1px;
}
.widget_7 .widget_body .header_working_schedule .working_days .times{
letter-spacing: inherit;
}
.widget_7 .widget_body .header_working_schedule .sunday{
font-weight: bold;
font-size: 12px;
}
.widget_7 .widget_body .header_working_schedule .sunday .sunday_first_child{
letter-spacing: inherit;
}
.widget_7 .widget_body .header_working_schedule .sunday .sunday_second_child{
letter-spacing: inherit;
}
.widget_3{
border: 2px solid #3c3c3b;
}
.widget_4{
border: 2px solid #CECECC;
}
.widget_5{
border: 2px solid #878787;
}
.widget_6{
border: 2px solid #e2e2e2;
}
.widget_3 .widget_footer,
.widget_4 .widget_footer,
.widget_5 .widget_footer,
.widget_6 .widget_footer,
.widget_7 .widget_footer{
padding-bottom: 30px;
padding-top: 30px;
font-size: 16px;
font-weight: 500;
}
.widget_7 .widget_footer{
font-size: 12px;
} .clock-icon{
font-size: 140px !important;
}
.calendar-icon{
font-size: 110px !important;
}
.pink-color{
color: #FF005C;
}
.day-number{
font-size: 70px;
}
.widget_7 .day-number{
font-size:35px;
}
.widget_7 .day-name{
font-size:14px;
} .borderit {
border: 1px dotted black;
}
.strappy .container-fluid{
padding-left: 0px !important;
padding-right: 0px !important;
}
.smlrtxt {
font-size: 14px !important;
}
.notop {
margin-top:0px;
padding-top:0px;
}
.nobottom {
margin-bottom:0px;
padding-bottom:0px;
}
.bhtitle{
text-align:center;
text-transform:capitalize;
font-weight:bold;
}
.pullup {
margin-top:-25px !important;
}
.force-center{
text-align: center !important;
}
.bh-page{
margin: 20px 0 20px 0;
}
.weekdays:first-child{
border: 1px solid transparent;
} .minimal{
padding:10px;
}
.minimal .container{
width:auto;
}
.minday{
font-weight:bold !important;
}
.minday,.minhours{
padding: 5px 0px 5px 0px;
}
.gimmeroom{
padding-top:20px;
}
.minimal .box{
width:100%;
margin:5px;
}
.afterrow{
border-bottom:1px solid #ddd;
}
.powerdby{
font-size: x-small !important;
padding-top: 10px;
}@font-face {
font-family: 'Open Sans';
src: url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/OpenSans-Regular.ttf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/OpenSans-Bold.ttf);
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/OpenSans-Semibold.ttf);
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/OpenSans-Light.ttf);
font-weight: 200;
font-style: normal;
}@font-face{font-family:'FontAwesome';src:url(//urologie-luenzmann.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//urologie-luenzmann.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//urologie-luenzmann.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//urologie-luenzmann.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//urologie-luenzmann.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//urologie-luenzmann.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.strappy {   }
.strappy html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.strappy body {
margin: 0;
}
.strappy article,
.strappy aside,
.strappy details,
.strappy figcaption,
.strappy figure,
.strappy footer,
.strappy header,
.strappy hgroup,
.strappy main,
.strappy menu,
.strappy nav,
.strappy section,
.strappy summary {
display: block;
}
.strappy audio,
.strappy canvas,
.strappy progress,
.strappy video {
display: inline-block;
vertical-align: baseline;
}
.strappy audio:not([controls]) {
display: none;
height: 0;
}
.strappy [hidden],
.strappy template {
display: none;
}
.strappy a {
background-color: transparent;
}
.strappy a:active,
.strappy a:hover {
outline: 0;
}
.strappy abbr[title] {
border-bottom: 1px dotted;
}
.strappy b,
.strappy strong {
font-weight: bold;
}
.strappy dfn {
font-style: italic;
}
.strappy h1 {
font-size: 2em;
margin: 0.67em 0;
}
.strappy mark {
background: #ff0;
color: #000;
}
.strappy small {
font-size: 80%;
}
.strappy sub,
.strappy sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.strappy sup {
top: -0.5em;
}
.strappy sub {
bottom: -0.25em;
}
.strappy img {
border: 0;
}
.strappy svg:not(:root) {
overflow: hidden;
}
.strappy figure {
margin: 1em 40px;
}
.strappy hr {
box-sizing: content-box;
height: 0;
}
.strappy pre {
overflow: auto;
}
.strappy code,
.strappy kbd,
.strappy pre,
.strappy samp {
font-family: monospace, monospace;
font-size: 1em;
}
.strappy button,
.strappy input,
.strappy optgroup,
.strappy select,
.strappy textarea {
color: inherit;
font: inherit;
margin: 0;
}
.strappy button {
overflow: visible;
}
.strappy button,
.strappy select {
text-transform: none;
}
.strappy button,
.strappy html input[type="button"],
.strappy input[type="reset"],
.strappy input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.strappy button[disabled],
.strappy html input[disabled] {
cursor: default;
}
.strappy button::-moz-focus-inner,
.strappy input::-moz-focus-inner {
border: 0;
padding: 0;
}
.strappy input {
line-height: normal;
}
.strappy input[type="checkbox"],
.strappy input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
.strappy input[type="number"]::-webkit-inner-spin-button,
.strappy input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.strappy input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
.strappy input[type="search"]::-webkit-search-cancel-button,
.strappy input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.strappy fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.strappy legend {
border: 0;
padding: 0;
}
.strappy textarea {
overflow: auto;
}
.strappy optgroup {
font-weight: bold;
}
.strappy table {
border-collapse: collapse;
border-spacing: 0;
}
.strappy td,
.strappy th {
padding: 0;
}
@media print {
.strappy *,
.strappy *:before,
.strappy *:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
.strappy a,
.strappy a:visited {
text-decoration: underline;
}
.strappy a[href]:after {
content: " (" attr(href) ")";
}
.strappy abbr[title]:after {
content: " (" attr(title) ")";
}
.strappy a[href^="#"]:after,
.strappy a[href^="javascript:"]:after {
content: "";
}
.strappy pre,
.strappy blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.strappy thead {
display: table-header-group;
}
.strappy tr,
.strappy img {
page-break-inside: avoid;
}
.strappy img {
max-width: 100% !important;
}
.strappy p,
.strappy h2,
.strappy h3 {
orphans: 3;
widows: 3;
}
.strappy h2,
.strappy h3 {
page-break-after: avoid;
}
.strappy .navbar {
display: none;
}
.strappy .btn > .caret,
.strappy .dropup > .btn > .caret {
border-top-color: #000 !important;
}
.strappy .label {
border: 1px solid #000;
}
.strappy .table {
border-collapse: collapse !important;
}
.strappy .table td,
.strappy .table th {
background-color: #fff !important;
}
.strappy .table-bordered th,
.strappy .table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/glyphicons-halflings-regular.eot);
src: url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//urologie-luenzmann.de/wp-content/plugins/offen/templates/assets/widget/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.strappy .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.strappy .glyphicon-asterisk:before {
content: "\002a";
}
.strappy .glyphicon-plus:before {
content: "\002b";
}
.strappy .glyphicon-euro:before,
.strappy .glyphicon-eur:before {
content: "\20ac";
}
.strappy .glyphicon-minus:before {
content: "\2212";
}
.strappy .glyphicon-cloud:before {
content: "\2601";
}
.strappy .glyphicon-envelope:before {
content: "\2709";
}
.strappy .glyphicon-pencil:before {
content: "\270f";
}
.strappy .glyphicon-glass:before {
content: "\e001";
}
.strappy .glyphicon-music:before {
content: "\e002";
}
.strappy .glyphicon-search:before {
content: "\e003";
}
.strappy .glyphicon-heart:before {
content: "\e005";
}
.strappy .glyphicon-star:before {
content: "\e006";
}
.strappy .glyphicon-star-empty:before {
content: "\e007";
}
.strappy .glyphicon-user:before {
content: "\e008";
}
.strappy .glyphicon-film:before {
content: "\e009";
}
.strappy .glyphicon-th-large:before {
content: "\e010";
}
.strappy .glyphicon-th:before {
content: "\e011";
}
.strappy .glyphicon-th-list:before {
content: "\e012";
}
.strappy .glyphicon-ok:before {
content: "\e013";
}
.strappy .glyphicon-remove:before {
content: "\e014";
}
.strappy .glyphicon-zoom-in:before {
content: "\e015";
}
.strappy .glyphicon-zoom-out:before {
content: "\e016";
}
.strappy .glyphicon-off:before {
content: "\e017";
}
.strappy .glyphicon-signal:before {
content: "\e018";
}
.strappy .glyphicon-cog:before {
content: "\e019";
}
.strappy .glyphicon-trash:before {
content: "\e020";
}
.strappy .glyphicon-home:before {
content: "\e021";
}
.strappy .glyphicon-file:before {
content: "\e022";
}
.strappy .glyphicon-time:before {
content: "\e023";
}
.strappy .glyphicon-road:before {
content: "\e024";
}
.strappy .glyphicon-download-alt:before {
content: "\e025";
}
.strappy .glyphicon-download:before {
content: "\e026";
}
.strappy .glyphicon-upload:before {
content: "\e027";
}
.strappy .glyphicon-inbox:before {
content: "\e028";
}
.strappy .glyphicon-play-circle:before {
content: "\e029";
}
.strappy .glyphicon-repeat:before {
content: "\e030";
}
.strappy .glyphicon-refresh:before {
content: "\e031";
}
.strappy .glyphicon-list-alt:before {
content: "\e032";
}
.strappy .glyphicon-lock:before {
content: "\e033";
}
.strappy .glyphicon-flag:before {
content: "\e034";
}
.strappy .glyphicon-headphones:before {
content: "\e035";
}
.strappy .glyphicon-volume-off:before {
content: "\e036";
}
.strappy .glyphicon-volume-down:before {
content: "\e037";
}
.strappy .glyphicon-volume-up:before {
content: "\e038";
}
.strappy .glyphicon-qrcode:before {
content: "\e039";
}
.strappy .glyphicon-barcode:before {
content: "\e040";
}
.strappy .glyphicon-tag:before {
content: "\e041";
}
.strappy .glyphicon-tags:before {
content: "\e042";
}
.strappy .glyphicon-book:before {
content: "\e043";
}
.strappy .glyphicon-bookmark:before {
content: "\e044";
}
.strappy .glyphicon-print:before {
content: "\e045";
}
.strappy .glyphicon-camera:before {
content: "\e046";
}
.strappy .glyphicon-font:before {
content: "\e047";
}
.strappy .glyphicon-bold:before {
content: "\e048";
}
.strappy .glyphicon-italic:before {
content: "\e049";
}
.strappy .glyphicon-text-height:before {
content: "\e050";
}
.strappy .glyphicon-text-width:before {
content: "\e051";
}
.strappy .glyphicon-align-left:before {
content: "\e052";
}
.strappy .glyphicon-align-center:before {
content: "\e053";
}
.strappy .glyphicon-align-right:before {
content: "\e054";
}
.strappy .glyphicon-align-justify:before {
content: "\e055";
}
.strappy .glyphicon-list:before {
content: "\e056";
}
.strappy .glyphicon-indent-left:before {
content: "\e057";
}
.strappy .glyphicon-indent-right:before {
content: "\e058";
}
.strappy .glyphicon-facetime-video:before {
content: "\e059";
}
.strappy .glyphicon-picture:before {
content: "\e060";
}
.strappy .glyphicon-map-marker:before {
content: "\e062";
}
.strappy .glyphicon-adjust:before {
content: "\e063";
}
.strappy .glyphicon-tint:before {
content: "\e064";
}
.strappy .glyphicon-edit:before {
content: "\e065";
}
.strappy .glyphicon-share:before {
content: "\e066";
}
.strappy .glyphicon-check:before {
content: "\e067";
}
.strappy .glyphicon-move:before {
content: "\e068";
}
.strappy .glyphicon-step-backward:before {
content: "\e069";
}
.strappy .glyphicon-fast-backward:before {
content: "\e070";
}
.strappy .glyphicon-backward:before {
content: "\e071";
}
.strappy .glyphicon-play:before {
content: "\e072";
}
.strappy .glyphicon-pause:before {
content: "\e073";
}
.strappy .glyphicon-stop:before {
content: "\e074";
}
.strappy .glyphicon-forward:before {
content: "\e075";
}
.strappy .glyphicon-fast-forward:before {
content: "\e076";
}
.strappy .glyphicon-step-forward:before {
content: "\e077";
}
.strappy .glyphicon-eject:before {
content: "\e078";
}
.strappy .glyphicon-chevron-left:before {
content: "\e079";
}
.strappy .glyphicon-chevron-right:before {
content: "\e080";
}
.strappy .glyphicon-plus-sign:before {
content: "\e081";
}
.strappy .glyphicon-minus-sign:before {
content: "\e082";
}
.strappy .glyphicon-remove-sign:before {
content: "\e083";
}
.strappy .glyphicon-ok-sign:before {
content: "\e084";
}
.strappy .glyphicon-question-sign:before {
content: "\e085";
}
.strappy .glyphicon-info-sign:before {
content: "\e086";
}
.strappy .glyphicon-screenshot:before {
content: "\e087";
}
.strappy .glyphicon-remove-circle:before {
content: "\e088";
}
.strappy .glyphicon-ok-circle:before {
content: "\e089";
}
.strappy .glyphicon-ban-circle:before {
content: "\e090";
}
.strappy .glyphicon-arrow-left:before {
content: "\e091";
}
.strappy .glyphicon-arrow-right:before {
content: "\e092";
}
.strappy .glyphicon-arrow-up:before {
content: "\e093";
}
.strappy .glyphicon-arrow-down:before {
content: "\e094";
}
.strappy .glyphicon-share-alt:before {
content: "\e095";
}
.strappy .glyphicon-resize-full:before {
content: "\e096";
}
.strappy .glyphicon-resize-small:before {
content: "\e097";
}
.strappy .glyphicon-exclamation-sign:before {
content: "\e101";
}
.strappy .glyphicon-gift:before {
content: "\e102";
}
.strappy .glyphicon-leaf:before {
content: "\e103";
}
.strappy .glyphicon-fire:before {
content: "\e104";
}
.strappy .glyphicon-eye-open:before {
content: "\e105";
}
.strappy .glyphicon-eye-close:before {
content: "\e106";
}
.strappy .glyphicon-warning-sign:before {
content: "\e107";
}
.strappy .glyphicon-plane:before {
content: "\e108";
}
.strappy .glyphicon-calendar:before {
content: "\e109";
}
.strappy .glyphicon-random:before {
content: "\e110";
}
.strappy .glyphicon-comment:before {
content: "\e111";
}
.strappy .glyphicon-magnet:before {
content: "\e112";
}
.strappy .glyphicon-chevron-up:before {
content: "\e113";
}
.strappy .glyphicon-chevron-down:before {
content: "\e114";
}
.strappy .glyphicon-retweet:before {
content: "\e115";
}
.strappy .glyphicon-shopping-cart:before {
content: "\e116";
}
.strappy .glyphicon-folder-close:before {
content: "\e117";
}
.strappy .glyphicon-folder-open:before {
content: "\e118";
}
.strappy .glyphicon-resize-vertical:before {
content: "\e119";
}
.strappy .glyphicon-resize-horizontal:before {
content: "\e120";
}
.strappy .glyphicon-hdd:before {
content: "\e121";
}
.strappy .glyphicon-bullhorn:before {
content: "\e122";
}
.strappy .glyphicon-bell:before {
content: "\e123";
}
.strappy .glyphicon-certificate:before {
content: "\e124";
}
.strappy .glyphicon-thumbs-up:before {
content: "\e125";
}
.strappy .glyphicon-thumbs-down:before {
content: "\e126";
}
.strappy .glyphicon-hand-right:before {
content: "\e127";
}
.strappy .glyphicon-hand-left:before {
content: "\e128";
}
.strappy .glyphicon-hand-up:before {
content: "\e129";
}
.strappy .glyphicon-hand-down:before {
content: "\e130";
}
.strappy .glyphicon-circle-arrow-right:before {
content: "\e131";
}
.strappy .glyphicon-circle-arrow-left:before {
content: "\e132";
}
.strappy .glyphicon-circle-arrow-up:before {
content: "\e133";
}
.strappy .glyphicon-circle-arrow-down:before {
content: "\e134";
}
.strappy .glyphicon-globe:before {
content: "\e135";
}
.strappy .glyphicon-wrench:before {
content: "\e136";
}
.strappy .glyphicon-tasks:before {
content: "\e137";
}
.strappy .glyphicon-filter:before {
content: "\e138";
}
.strappy .glyphicon-briefcase:before {
content: "\e139";
}
.strappy .glyphicon-fullscreen:before {
content: "\e140";
}
.strappy .glyphicon-dashboard:before {
content: "\e141";
}
.strappy .glyphicon-paperclip:before {
content: "\e142";
}
.strappy .glyphicon-heart-empty:before {
content: "\e143";
}
.strappy .glyphicon-link:before {
content: "\e144";
}
.strappy .glyphicon-phone:before {
content: "\e145";
}
.strappy .glyphicon-pushpin:before {
content: "\e146";
}
.strappy .glyphicon-usd:before {
content: "\e148";
}
.strappy .glyphicon-gbp:before {
content: "\e149";
}
.strappy .glyphicon-sort:before {
content: "\e150";
}
.strappy .glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.strappy .glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.strappy .glyphicon-sort-by-order:before {
content: "\e153";
}
.strappy .glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.strappy .glyphicon-sort-by-attributes:before {
content: "\e155";
}
.strappy .glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.strappy .glyphicon-unchecked:before {
content: "\e157";
}
.strappy .glyphicon-expand:before {
content: "\e158";
}
.strappy .glyphicon-collapse-down:before {
content: "\e159";
}
.strappy .glyphicon-collapse-up:before {
content: "\e160";
}
.strappy .glyphicon-log-in:before {
content: "\e161";
}
.strappy .glyphicon-flash:before {
content: "\e162";
}
.strappy .glyphicon-log-out:before {
content: "\e163";
}
.strappy .glyphicon-new-window:before {
content: "\e164";
}
.strappy .glyphicon-record:before {
content: "\e165";
}
.strappy .glyphicon-save:before {
content: "\e166";
}
.strappy .glyphicon-open:before {
content: "\e167";
}
.strappy .glyphicon-saved:before {
content: "\e168";
}
.strappy .glyphicon-import:before {
content: "\e169";
}
.strappy .glyphicon-export:before {
content: "\e170";
}
.strappy .glyphicon-send:before {
content: "\e171";
}
.strappy .glyphicon-floppy-disk:before {
content: "\e172";
}
.strappy .glyphicon-floppy-saved:before {
content: "\e173";
}
.strappy .glyphicon-floppy-remove:before {
content: "\e174";
}
.strappy .glyphicon-floppy-save:before {
content: "\e175";
}
.strappy .glyphicon-floppy-open:before {
content: "\e176";
}
.strappy .glyphicon-credit-card:before {
content: "\e177";
}
.strappy .glyphicon-transfer:before {
content: "\e178";
}
.strappy .glyphicon-cutlery:before {
content: "\e179";
}
.strappy .glyphicon-header:before {
content: "\e180";
}
.strappy .glyphicon-compressed:before {
content: "\e181";
}
.strappy .glyphicon-earphone:before {
content: "\e182";
}
.strappy .glyphicon-phone-alt:before {
content: "\e183";
}
.strappy .glyphicon-tower:before {
content: "\e184";
}
.strappy .glyphicon-stats:before {
content: "\e185";
}
.strappy .glyphicon-sd-video:before {
content: "\e186";
}
.strappy .glyphicon-hd-video:before {
content: "\e187";
}
.strappy .glyphicon-subtitles:before {
content: "\e188";
}
.strappy .glyphicon-sound-stereo:before {
content: "\e189";
}
.strappy .glyphicon-sound-dolby:before {
content: "\e190";
}
.strappy .glyphicon-sound-5-1:before {
content: "\e191";
}
.strappy .glyphicon-sound-6-1:before {
content: "\e192";
}
.strappy .glyphicon-sound-7-1:before {
content: "\e193";
}
.strappy .glyphicon-copyright-mark:before {
content: "\e194";
}
.strappy .glyphicon-registration-mark:before {
content: "\e195";
}
.strappy .glyphicon-cloud-download:before {
content: "\e197";
}
.strappy .glyphicon-cloud-upload:before {
content: "\e198";
}
.strappy .glyphicon-tree-conifer:before {
content: "\e199";
}
.strappy .glyphicon-tree-deciduous:before {
content: "\e200";
}
.strappy .glyphicon-cd:before {
content: "\e201";
}
.strappy .glyphicon-save-file:before {
content: "\e202";
}
.strappy .glyphicon-open-file:before {
content: "\e203";
}
.strappy .glyphicon-level-up:before {
content: "\e204";
}
.strappy .glyphicon-copy:before {
content: "\e205";
}
.strappy .glyphicon-paste:before {
content: "\e206";
}
.strappy .glyphicon-alert:before {
content: "\e209";
}
.strappy .glyphicon-equalizer:before {
content: "\e210";
}
.strappy .glyphicon-king:before {
content: "\e211";
}
.strappy .glyphicon-queen:before {
content: "\e212";
}
.strappy .glyphicon-pawn:before {
content: "\e213";
}
.strappy .glyphicon-bishop:before {
content: "\e214";
}
.strappy .glyphicon-knight:before {
content: "\e215";
}
.strappy .glyphicon-baby-formula:before {
content: "\e216";
}
.strappy .glyphicon-tent:before {
content: "\26fa";
}
.strappy .glyphicon-blackboard:before {
content: "\e218";
}
.strappy .glyphicon-bed:before {
content: "\e219";
}
.strappy .glyphicon-apple:before {
content: "\f8ff";
}
.strappy .glyphicon-erase:before {
content: "\e221";
}
.strappy .glyphicon-hourglass:before {
content: "\231b";
}
.strappy .glyphicon-lamp:before {
content: "\e223";
}
.strappy .glyphicon-duplicate:before {
content: "\e224";
}
.strappy .glyphicon-piggy-bank:before {
content: "\e225";
}
.strappy .glyphicon-scissors:before {
content: "\e226";
}
.strappy .glyphicon-bitcoin:before {
content: "\e227";
}
.strappy .glyphicon-btc:before {
content: "\e227";
}
.strappy .glyphicon-xbt:before {
content: "\e227";
}
.strappy .glyphicon-yen:before {
content: "\00a5";
}
.strappy .glyphicon-jpy:before {
content: "\00a5";
}
.strappy .glyphicon-ruble:before {
content: "\20bd";
}
.strappy .glyphicon-rub:before {
content: "\20bd";
}
.strappy .glyphicon-scale:before {
content: "\e230";
}
.strappy .glyphicon-ice-lolly:before {
content: "\e231";
}
.strappy .glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.strappy .glyphicon-education:before {
content: "\e233";
}
.strappy .glyphicon-option-horizontal:before {
content: "\e234";
}
.strappy .glyphicon-option-vertical:before {
content: "\e235";
}
.strappy .glyphicon-menu-hamburger:before {
content: "\e236";
}
.strappy .glyphicon-modal-window:before {
content: "\e237";
}
.strappy .glyphicon-oil:before {
content: "\e238";
}
.strappy .glyphicon-grain:before {
content: "\e239";
}
.strappy .glyphicon-sunglasses:before {
content: "\e240";
}
.strappy .glyphicon-text-size:before {
content: "\e241";
}
.strappy .glyphicon-text-color:before {
content: "\e242";
}
.strappy .glyphicon-text-background:before {
content: "\e243";
}
.strappy .glyphicon-object-align-top:before {
content: "\e244";
}
.strappy .glyphicon-object-align-bottom:before {
content: "\e245";
}
.strappy .glyphicon-object-align-horizontal:before {
content: "\e246";
}
.strappy .glyphicon-object-align-left:before {
content: "\e247";
}
.strappy .glyphicon-object-align-vertical:before {
content: "\e248";
}
.strappy .glyphicon-object-align-right:before {
content: "\e249";
}
.strappy .glyphicon-triangle-right:before {
content: "\e250";
}
.strappy .glyphicon-triangle-left:before {
content: "\e251";
}
.strappy .glyphicon-triangle-bottom:before {
content: "\e252";
}
.strappy .glyphicon-triangle-top:before {
content: "\e253";
}
.strappy .glyphicon-console:before {
content: "\e254";
}
.strappy .glyphicon-superscript:before {
content: "\e255";
}
.strappy .glyphicon-subscript:before {
content: "\e256";
}
.strappy .glyphicon-menu-left:before {
content: "\e257";
}
.strappy .glyphicon-menu-right:before {
content: "\e258";
}
.strappy .glyphicon-menu-down:before {
content: "\e259";
}
.strappy .glyphicon-menu-up:before {
content: "\e260";
}
.strappy * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.strappy *:before,
.strappy *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.strappy html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.strappy body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #fff;
}
.strappy input,
.strappy button,
.strappy select,
.strappy textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.strappy a {
color: #337ab7;
text-decoration: none;
}
.strappy a:hover,
.strappy a:focus {
color: #23527c;
text-decoration: underline;
}
.strappy a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.strappy figure {
margin: 0;
}
.strappy img {
vertical-align: middle;
}
.strappy .img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.strappy .img-rounded {
border-radius: 6px;
}
.strappy .img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.strappy .img-circle {
border-radius: 50%;
}
.strappy hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.strappy .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.strappy .sr-only-focusable:active,
.strappy .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.strappy [role="button"] {
cursor: pointer;
} .strappy p {
margin: 0 0 10px;
}
.strappy .lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.strappy .lead {
font-size: 21px;
}
}
.strappy small,
.strappy .small {
font-size: 85%;
}
.strappy mark,
.strappy .mark {
background-color: #fcf8e3;
padding: .2em;
}
.strappy .text-left {
text-align: left;
}
.strappy .text-right {
text-align: right;
}
.strappy .text-center {
text-align: center;
}
.strappy .text-justify {
text-align: justify;
}
.strappy .text-nowrap {
white-space: nowrap;
}
.strappy .text-lowercase {
text-transform: lowercase;
}
.strappy .text-uppercase {
text-transform: uppercase;
}
.strappy .text-capitalize {
text-transform: capitalize;
}
.strappy .text-muted {
color: #777777;
}
.strappy .text-primary {
color: #337ab7;
}
a.strappy .text-primary:hover,
a.strappy .text-primary:focus {
color: #286090;
}
.strappy .text-success {
color: #3c763d;
}
a.strappy .text-success:hover,
a.strappy .text-success:focus {
color: #2b542c;
}
.strappy .text-info {
color: #31708f;
}
a.strappy .text-info:hover,
a.strappy .text-info:focus {
color: #245269;
}
.strappy .text-warning {
color: #8a6d3b;
}
a.strappy .text-warning:hover,
a.strappy .text-warning:focus {
color: #66512c;
}
.strappy .text-danger {
color: #a94442;
}
a.strappy .text-danger:hover,
a.strappy .text-danger:focus {
color: #843534;
}
.strappy .bg-primary {
color: #fff;
background-color: #337ab7;
}
a.strappy .bg-primary:hover,
a.strappy .bg-primary:focus {
background-color: #286090;
}
.strappy .bg-success {
background-color: #dff0d8;
}
a.strappy .bg-success:hover,
a.strappy .bg-success:focus {
background-color: #c1e2b3;
}
.strappy .bg-info {
background-color: #d9edf7;
}
a.strappy .bg-info:hover,
a.strappy .bg-info:focus {
background-color: #afd9ee;
}
.strappy .bg-warning {
background-color: #fcf8e3;
}
a.strappy .bg-warning:hover,
a.strappy .bg-warning:focus {
background-color: #f7ecb5;
}
.strappy .bg-danger {
background-color: #f2dede;
}
a.strappy .bg-danger:hover,
a.strappy .bg-danger:focus {
background-color: #e4b9b9;
}
.strappy .page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
.strappy ul,
.strappy ol {
margin-top: 0;
margin-bottom: 10px;
}
.strappy ul ul,
.strappy ol ul,
.strappy ul ol,
.strappy ol ol {
margin-bottom: 0;
}
.strappy .list-unstyled {
padding-left: 0;
list-style: none;
}
.strappy .list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.strappy .list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.strappy dl {
margin-top: 0;
margin-bottom: 20px;
}
.strappy dt,
.strappy dd {
line-height: 1.42857143;
}
.strappy dt {
font-weight: bold;
}
.strappy dd {
margin-left: 0;
}
@media (min-width: 768px) {
.strappy .dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.strappy .dl-horizontal dd {
margin-left: 180px;
}
}
.strappy abbr[title],
.strappy abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.strappy .initialism {
font-size: 90%;
text-transform: uppercase;
}
.strappy blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
.strappy blockquote p:last-child,
.strappy blockquote ul:last-child,
.strappy blockquote ol:last-child {
margin-bottom: 0;
}
.strappy blockquote footer,
.strappy blockquote small,
.strappy blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
.strappy blockquote footer:before,
.strappy blockquote small:before,
.strappy blockquote .small:before {
content: '\2014 \00A0';
}
.strappy .blockquote-reverse,
.strappy blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.strappy .blockquote-reverse footer:before,
.strappy blockquote.pull-right footer:before,
.strappy .blockquote-reverse small:before,
.strappy blockquote.pull-right small:before,
.strappy .blockquote-reverse .small:before,
.strappy blockquote.pull-right .small:before {
content: '';
}
.strappy .blockquote-reverse footer:after,
.strappy blockquote.pull-right footer:after,
.strappy .blockquote-reverse small:after,
.strappy blockquote.pull-right small:after,
.strappy .blockquote-reverse .small:after,
.strappy blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
.strappy address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
.strappy code,
.strappy kbd,
.strappy pre,
.strappy samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.strappy code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
.strappy kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.strappy kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
.strappy pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
.strappy pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.strappy .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.strappy .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.strappy .container {
width: 750px;
}
}
@media (min-width: 992px) {
.strappy .container {
width: 970px;
}
}
@media (min-width: 1200px) {
.strappy .container {
width: 1170px;
}
}
.strappy .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.strappy .row {
margin-left: -15px;
margin-right: -15px;
}
.strappy .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-left: 15px;
padding-right: 15px;
}
.strappy .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;
}
.strappy .col-xs-12 {
width: 100%;
}
.strappy .col-xs-11 {
width: 91.66666667%;
}
.strappy .col-xs-10 {
width: 83.33333333%;
}
.strappy .col-xs-9 {
width: 75%;
}
.strappy .col-xs-8 {
width: 66.66666667%;
}
.strappy .col-xs-7 {
width: 58.33333333%;
}
.strappy .col-xs-6 {
width: 50%;
}
.strappy .col-xs-5 {
width: 41.66666667%;
}
.strappy .col-xs-4 {
width: 33.33333333%;
}
.strappy .col-xs-3 {
width: 25%;
}
.strappy .col-xs-2 {
width: 16.66666667%;
}
.strappy .col-xs-1 {
width: 8.33333333%;
}
.strappy .col-xs-pull-12 {
right: 100%;
}
.strappy .col-xs-pull-11 {
right: 91.66666667%;
}
.strappy .col-xs-pull-10 {
right: 83.33333333%;
}
.strappy .col-xs-pull-9 {
right: 75%;
}
.strappy .col-xs-pull-8 {
right: 66.66666667%;
}
.strappy .col-xs-pull-7 {
right: 58.33333333%;
}
.strappy .col-xs-pull-6 {
right: 50%;
}
.strappy .col-xs-pull-5 {
right: 41.66666667%;
}
.strappy .col-xs-pull-4 {
right: 33.33333333%;
}
.strappy .col-xs-pull-3 {
right: 25%;
}
.strappy .col-xs-pull-2 {
right: 16.66666667%;
}
.strappy .col-xs-pull-1 {
right: 8.33333333%;
}
.strappy .col-xs-pull-0 {
right: auto;
}
.strappy .col-xs-push-12 {
left: 100%;
}
.strappy .col-xs-push-11 {
left: 91.66666667%;
}
.strappy .col-xs-push-10 {
left: 83.33333333%;
}
.strappy .col-xs-push-9 {
left: 75%;
}
.strappy .col-xs-push-8 {
left: 66.66666667%;
}
.strappy .col-xs-push-7 {
left: 58.33333333%;
}
.strappy .col-xs-push-6 {
left: 50%;
}
.strappy .col-xs-push-5 {
left: 41.66666667%;
}
.strappy .col-xs-push-4 {
left: 33.33333333%;
}
.strappy .col-xs-push-3 {
left: 25%;
}
.strappy .col-xs-push-2 {
left: 16.66666667%;
}
.strappy .col-xs-push-1 {
left: 8.33333333%;
}
.strappy .col-xs-push-0 {
left: auto;
}
.strappy .col-xs-offset-12 {
margin-left: 100%;
}
.strappy .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.strappy .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.strappy .col-xs-offset-9 {
margin-left: 75%;
}
.strappy .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.strappy .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.strappy .col-xs-offset-6 {
margin-left: 50%;
}
.strappy .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.strappy .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.strappy .col-xs-offset-3 {
margin-left: 25%;
}
.strappy .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.strappy .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.strappy .col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.strappy .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;
}
.strappy .col-sm-12 {
width: 100%;
}
.strappy .col-sm-11 {
width: 91.66666667%;
}
.strappy .col-sm-10 {
width: 83.33333333%;
}
.strappy .col-sm-9 {
width: 75%;
}
.strappy .col-sm-8 {
width: 66.66666667%;
}
.strappy .col-sm-7 {
width: 58.33333333%;
}
.strappy .col-sm-6 {
width: 50%;
}
.strappy .col-sm-5 {
width: 41.66666667%;
}
.strappy .col-sm-4 {
width: 33.33333333%;
}
.strappy .col-sm-3 {
width: 25%;
}
.strappy .col-sm-2 {
width: 16.66666667%;
}
.strappy .col-sm-1 {
width: 8.33333333%;
}
.strappy .col-sm-pull-12 {
right: 100%;
}
.strappy .col-sm-pull-11 {
right: 91.66666667%;
}
.strappy .col-sm-pull-10 {
right: 83.33333333%;
}
.strappy .col-sm-pull-9 {
right: 75%;
}
.strappy .col-sm-pull-8 {
right: 66.66666667%;
}
.strappy .col-sm-pull-7 {
right: 58.33333333%;
}
.strappy .col-sm-pull-6 {
right: 50%;
}
.strappy .col-sm-pull-5 {
right: 41.66666667%;
}
.strappy .col-sm-pull-4 {
right: 33.33333333%;
}
.strappy .col-sm-pull-3 {
right: 25%;
}
.strappy .col-sm-pull-2 {
right: 16.66666667%;
}
.strappy .col-sm-pull-1 {
right: 8.33333333%;
}
.strappy .col-sm-pull-0 {
right: auto;
}
.strappy .col-sm-push-12 {
left: 100%;
}
.strappy .col-sm-push-11 {
left: 91.66666667%;
}
.strappy .col-sm-push-10 {
left: 83.33333333%;
}
.strappy .col-sm-push-9 {
left: 75%;
}
.strappy .col-sm-push-8 {
left: 66.66666667%;
}
.strappy .col-sm-push-7 {
left: 58.33333333%;
}
.strappy .col-sm-push-6 {
left: 50%;
}
.strappy .col-sm-push-5 {
left: 41.66666667%;
}
.strappy .col-sm-push-4 {
left: 33.33333333%;
}
.strappy .col-sm-push-3 {
left: 25%;
}
.strappy .col-sm-push-2 {
left: 16.66666667%;
}
.strappy .col-sm-push-1 {
left: 8.33333333%;
}
.strappy .col-sm-push-0 {
left: auto;
}
.strappy .col-sm-offset-12 {
margin-left: 100%;
}
.strappy .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.strappy .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.strappy .col-sm-offset-9 {
margin-left: 75%;
}
.strappy .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.strappy .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.strappy .col-sm-offset-6 {
margin-left: 50%;
}
.strappy .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.strappy .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.strappy .col-sm-offset-3 {
margin-left: 25%;
}
.strappy .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.strappy .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.strappy .col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.strappy .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;
}
.strappy .col-md-12 {
width: 100%;
}
.strappy .col-md-11 {
width: 91.66666667%;
}
.strappy .col-md-10 {
width: 83.33333333%;
}
.strappy .col-md-9 {
width: 75%;
}
.strappy .col-md-8 {
width: 66.66666667%;
}
.strappy .col-md-7 {
width: 58.33333333%;
}
.strappy .col-md-6 {
width: 50%;
}
.strappy .col-md-5 {
width: 41.66666667%;
}
.strappy .col-md-4 {
width: 33.33333333%;
}
.strappy .col-md-3 {
width: 25%;
}
.strappy .col-md-2 {
width: 16.66666667%;
}
.strappy .col-md-1 {
width: 8.33333333%;
}
.strappy .col-md-pull-12 {
right: 100%;
}
.strappy .col-md-pull-11 {
right: 91.66666667%;
}
.strappy .col-md-pull-10 {
right: 83.33333333%;
}
.strappy .col-md-pull-9 {
right: 75%;
}
.strappy .col-md-pull-8 {
right: 66.66666667%;
}
.strappy .col-md-pull-7 {
right: 58.33333333%;
}
.strappy .col-md-pull-6 {
right: 50%;
}
.strappy .col-md-pull-5 {
right: 41.66666667%;
}
.strappy .col-md-pull-4 {
right: 33.33333333%;
}
.strappy .col-md-pull-3 {
right: 25%;
}
.strappy .col-md-pull-2 {
right: 16.66666667%;
}
.strappy .col-md-pull-1 {
right: 8.33333333%;
}
.strappy .col-md-pull-0 {
right: auto;
}
.strappy .col-md-push-12 {
left: 100%;
}
.strappy .col-md-push-11 {
left: 91.66666667%;
}
.strappy .col-md-push-10 {
left: 83.33333333%;
}
.strappy .col-md-push-9 {
left: 75%;
}
.strappy .col-md-push-8 {
left: 66.66666667%;
}
.strappy .col-md-push-7 {
left: 58.33333333%;
}
.strappy .col-md-push-6 {
left: 50%;
}
.strappy .col-md-push-5 {
left: 41.66666667%;
}
.strappy .col-md-push-4 {
left: 33.33333333%;
}
.strappy .col-md-push-3 {
left: 25%;
}
.strappy .col-md-push-2 {
left: 16.66666667%;
}
.strappy .col-md-push-1 {
left: 8.33333333%;
}
.strappy .col-md-push-0 {
left: auto;
}
.strappy .col-md-offset-12 {
margin-left: 100%;
}
.strappy .col-md-offset-11 {
margin-left: 91.66666667%;
}
.strappy .col-md-offset-10 {
margin-left: 83.33333333%;
}
.strappy .col-md-offset-9 {
margin-left: 75%;
}
.strappy .col-md-offset-8 {
margin-left: 66.66666667%;
}
.strappy .col-md-offset-7 {
margin-left: 58.33333333%;
}
.strappy .col-md-offset-6 {
margin-left: 50%;
}
.strappy .col-md-offset-5 {
margin-left: 41.66666667%;
}
.strappy .col-md-offset-4 {
margin-left: 33.33333333%;
}
.strappy .col-md-offset-3 {
margin-left: 25%;
}
.strappy .col-md-offset-2 {
margin-left: 16.66666667%;
}
.strappy .col-md-offset-1 {
margin-left: 8.33333333%;
}
.strappy .col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.strappy .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;
}
.strappy .col-lg-12 {
width: 100%;
}
.strappy .col-lg-11 {
width: 91.66666667%;
}
.strappy .col-lg-10 {
width: 83.33333333%;
}
.strappy .col-lg-9 {
width: 75%;
}
.strappy .col-lg-8 {
width: 66.66666667%;
}
.strappy .col-lg-7 {
width: 58.33333333%;
}
.strappy .col-lg-6 {
width: 50%;
}
.strappy .col-lg-5 {
width: 41.66666667%;
}
.strappy .col-lg-4 {
width: 33.33333333%;
}
.strappy .col-lg-3 {
width: 25%;
}
.strappy .col-lg-2 {
width: 16.66666667%;
}
.strappy .col-lg-1 {
width: 8.33333333%;
}
.strappy .col-lg-pull-12 {
right: 100%;
}
.strappy .col-lg-pull-11 {
right: 91.66666667%;
}
.strappy .col-lg-pull-10 {
right: 83.33333333%;
}
.strappy .col-lg-pull-9 {
right: 75%;
}
.strappy .col-lg-pull-8 {
right: 66.66666667%;
}
.strappy .col-lg-pull-7 {
right: 58.33333333%;
}
.strappy .col-lg-pull-6 {
right: 50%;
}
.strappy .col-lg-pull-5 {
right: 41.66666667%;
}
.strappy .col-lg-pull-4 {
right: 33.33333333%;
}
.strappy .col-lg-pull-3 {
right: 25%;
}
.strappy .col-lg-pull-2 {
right: 16.66666667%;
}
.strappy .col-lg-pull-1 {
right: 8.33333333%;
}
.strappy .col-lg-pull-0 {
right: auto;
}
.strappy .col-lg-push-12 {
left: 100%;
}
.strappy .col-lg-push-11 {
left: 91.66666667%;
}
.strappy .col-lg-push-10 {
left: 83.33333333%;
}
.strappy .col-lg-push-9 {
left: 75%;
}
.strappy .col-lg-push-8 {
left: 66.66666667%;
}
.strappy .col-lg-push-7 {
left: 58.33333333%;
}
.strappy .col-lg-push-6 {
left: 50%;
}
.strappy .col-lg-push-5 {
left: 41.66666667%;
}
.strappy .col-lg-push-4 {
left: 33.33333333%;
}
.strappy .col-lg-push-3 {
left: 25%;
}
.strappy .col-lg-push-2 {
left: 16.66666667%;
}
.strappy .col-lg-push-1 {
left: 8.33333333%;
}
.strappy .col-lg-push-0 {
left: auto;
}
.strappy .col-lg-offset-12 {
margin-left: 100%;
}
.strappy .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.strappy .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.strappy .col-lg-offset-9 {
margin-left: 75%;
}
.strappy .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.strappy .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.strappy .col-lg-offset-6 {
margin-left: 50%;
}
.strappy .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.strappy .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.strappy .col-lg-offset-3 {
margin-left: 25%;
}
.strappy .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.strappy .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.strappy .col-lg-offset-0 {
margin-left: 0%;
}
}
.strappy table {
background-color: transparent;
}
.strappy caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
.strappy th {
text-align: left;
}
.strappy .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.strappy .table > thead > tr > th,
.strappy .table > tbody > tr > th,
.strappy .table > tfoot > tr > th,
.strappy .table > thead > tr > td,
.strappy .table > tbody > tr > td,
.strappy .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.strappy .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.strappy .table > caption + thead > tr:first-child > th,
.strappy .table > colgroup + thead > tr:first-child > th,
.strappy .table > thead:first-child > tr:first-child > th,
.strappy .table > caption + thead > tr:first-child > td,
.strappy .table > colgroup + thead > tr:first-child > td,
.strappy .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.strappy .table > tbody + tbody {
border-top: 2px solid #ddd;
}
.strappy .table .table {
background-color: #fff;
}
.strappy .table-condensed > thead > tr > th,
.strappy .table-condensed > tbody > tr > th,
.strappy .table-condensed > tfoot > tr > th,
.strappy .table-condensed > thead > tr > td,
.strappy .table-condensed > tbody > tr > td,
.strappy .table-condensed > tfoot > tr > td {
padding: 5px;
}
.strappy .table-bordered {
border: 1px solid #ddd;
}
.strappy .table-bordered > thead > tr > th,
.strappy .table-bordered > tbody > tr > th,
.strappy .table-bordered > tfoot > tr > th,
.strappy .table-bordered > thead > tr > td,
.strappy .table-bordered > tbody > tr > td,
.strappy .table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.strappy .table-bordered > thead > tr > th,
.strappy .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.strappy .table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.strappy .table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
.strappy table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
.strappy table td[class*="col-"],
.strappy table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.strappy .table > thead > tr > td.active,
.strappy .table > tbody > tr > td.active,
.strappy .table > tfoot > tr > td.active,
.strappy .table > thead > tr > th.active,
.strappy .table > tbody > tr > th.active,
.strappy .table > tfoot > tr > th.active,
.strappy .table > thead > tr.active > td,
.strappy .table > tbody > tr.active > td,
.strappy .table > tfoot > tr.active > td,
.strappy .table > thead > tr.active > th,
.strappy .table > tbody > tr.active > th,
.strappy .table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.strappy .table-hover > tbody > tr > td.active:hover,
.strappy .table-hover > tbody > tr > th.active:hover,
.strappy .table-hover > tbody > tr.active:hover > td,
.strappy .table-hover > tbody > tr:hover > .active,
.strappy .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.strappy .table > thead > tr > td.success,
.strappy .table > tbody > tr > td.success,
.strappy .table > tfoot > tr > td.success,
.strappy .table > thead > tr > th.success,
.strappy .table > tbody > tr > th.success,
.strappy .table > tfoot > tr > th.success,
.strappy .table > thead > tr.success > td,
.strappy .table > tbody > tr.success > td,
.strappy .table > tfoot > tr.success > td,
.strappy .table > thead > tr.success > th,
.strappy .table > tbody > tr.success > th,
.strappy .table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.strappy .table-hover > tbody > tr > td.success:hover,
.strappy .table-hover > tbody > tr > th.success:hover,
.strappy .table-hover > tbody > tr.success:hover > td,
.strappy .table-hover > tbody > tr:hover > .success,
.strappy .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.strappy .table > thead > tr > td.info,
.strappy .table > tbody > tr > td.info,
.strappy .table > tfoot > tr > td.info,
.strappy .table > thead > tr > th.info,
.strappy .table > tbody > tr > th.info,
.strappy .table > tfoot > tr > th.info,
.strappy .table > thead > tr.info > td,
.strappy .table > tbody > tr.info > td,
.strappy .table > tfoot > tr.info > td,
.strappy .table > thead > tr.info > th,
.strappy .table > tbody > tr.info > th,
.strappy .table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.strappy .table-hover > tbody > tr > td.info:hover,
.strappy .table-hover > tbody > tr > th.info:hover,
.strappy .table-hover > tbody > tr.info:hover > td,
.strappy .table-hover > tbody > tr:hover > .info,
.strappy .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.strappy .table > thead > tr > td.warning,
.strappy .table > tbody > tr > td.warning,
.strappy .table > tfoot > tr > td.warning,
.strappy .table > thead > tr > th.warning,
.strappy .table > tbody > tr > th.warning,
.strappy .table > tfoot > tr > th.warning,
.strappy .table > thead > tr.warning > td,
.strappy .table > tbody > tr.warning > td,
.strappy .table > tfoot > tr.warning > td,
.strappy .table > thead > tr.warning > th,
.strappy .table > tbody > tr.warning > th,
.strappy .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.strappy .table-hover > tbody > tr > td.warning:hover,
.strappy .table-hover > tbody > tr > th.warning:hover,
.strappy .table-hover > tbody > tr.warning:hover > td,
.strappy .table-hover > tbody > tr:hover > .warning,
.strappy .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.strappy .table > thead > tr > td.danger,
.strappy .table > tbody > tr > td.danger,
.strappy .table > tfoot > tr > td.danger,
.strappy .table > thead > tr > th.danger,
.strappy .table > tbody > tr > th.danger,
.strappy .table > tfoot > tr > th.danger,
.strappy .table > thead > tr.danger > td,
.strappy .table > tbody > tr.danger > td,
.strappy .table > tfoot > tr.danger > td,
.strappy .table > thead > tr.danger > th,
.strappy .table > tbody > tr.danger > th,
.strappy .table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.strappy .table-hover > tbody > tr > td.danger:hover,
.strappy .table-hover > tbody > tr > th.danger:hover,
.strappy .table-hover > tbody > tr.danger:hover > td,
.strappy .table-hover > tbody > tr:hover > .danger,
.strappy .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.strappy .table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.strappy .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.strappy .table-responsive > .table {
margin-bottom: 0;
}
.strappy .table-responsive > .table > thead > tr > th,
.strappy .table-responsive > .table > tbody > tr > th,
.strappy .table-responsive > .table > tfoot > tr > th,
.strappy .table-responsive > .table > thead > tr > td,
.strappy .table-responsive > .table > tbody > tr > td,
.strappy .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.strappy .table-responsive > .table-bordered {
border: 0;
}
.strappy .table-responsive > .table-bordered > thead > tr > th:first-child,
.strappy .table-responsive > .table-bordered > tbody > tr > th:first-child,
.strappy .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.strappy .table-responsive > .table-bordered > thead > tr > td:first-child,
.strappy .table-responsive > .table-bordered > tbody > tr > td:first-child,
.strappy .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.strappy .table-responsive > .table-bordered > thead > tr > th:last-child,
.strappy .table-responsive > .table-bordered > tbody > tr > th:last-child,
.strappy .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.strappy .table-responsive > .table-bordered > thead > tr > td:last-child,
.strappy .table-responsive > .table-bordered > tbody > tr > td:last-child,
.strappy .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.strappy .table-responsive > .table-bordered > tbody > tr:last-child > th,
.strappy .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.strappy .table-responsive > .table-bordered > tbody > tr:last-child > td,
.strappy .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.strappy fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
.strappy legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.strappy label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.strappy input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.strappy input[type="radio"],
.strappy input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
.strappy input[type="file"] {
display: block;
}
.strappy input[type="range"] {
display: block;
width: 100%;
}
.strappy select[multiple],
.strappy select[size] {
height: auto;
}
.strappy input[type="file"]:focus,
.strappy input[type="radio"]:focus,
.strappy input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.strappy output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
}
.strappy .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.strappy .form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.strappy .form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.strappy .form-control:-ms-input-placeholder {
color: #999;
}
.strappy .form-control::-webkit-input-placeholder {
color: #999;
}
.strappy .form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.strappy .form-control[disabled],
.strappy .form-control[readonly],
fieldset[disabled] .strappy .form-control {
background-color: #eeeeee;
opacity: 1;
}
.strappy .form-control[disabled],
fieldset[disabled] .strappy .form-control {
cursor: not-allowed;
}
textarea.strappy .form-control {
height: auto;
}
.strappy input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.strappy input[type="date"].form-control,
.strappy input[type="time"].form-control,
.strappy input[type="datetime-local"].form-control,
.strappy input[type="month"].form-control {
line-height: 34px;
}
.strappy input[type="date"].input-sm,
.strappy input[type="time"].input-sm,
.strappy input[type="datetime-local"].input-sm,
.strappy input[type="month"].input-sm,
.input-group-sm .strappy input[type="date"],
.input-group-sm .strappy input[type="time"],
.input-group-sm .strappy input[type="datetime-local"],
.input-group-sm .strappy input[type="month"] {
line-height: 30px;
}
.strappy input[type="date"].input-lg,
.strappy input[type="time"].input-lg,
.strappy input[type="datetime-local"].input-lg,
.strappy input[type="month"].input-lg,
.input-group-lg .strappy input[type="date"],
.input-group-lg .strappy input[type="time"],
.input-group-lg .strappy input[type="datetime-local"],
.input-group-lg .strappy input[type="month"] {
line-height: 46px;
}
}
.strappy .form-group {
margin-bottom: 15px;
}
.strappy .radio,
.strappy .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.strappy .radio label,
.strappy .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.strappy .radio input[type="radio"],
.strappy .radio-inline input[type="radio"],
.strappy .checkbox input[type="checkbox"],
.strappy .checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.strappy .radio + .radio,
.strappy .checkbox + .checkbox {
margin-top: -5px;
}
.strappy .radio-inline,
.strappy .checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.strappy .radio-inline + .radio-inline,
.strappy .checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.strappy input[type="radio"][disabled],
.strappy input[type="checkbox"][disabled],
.strappy input[type="radio"].disabled,
.strappy input[type="checkbox"].disabled,
fieldset[disabled] .strappy input[type="radio"],
fieldset[disabled] .strappy input[type="checkbox"] {
cursor: not-allowed;
}
.strappy .radio-inline.disabled,
.strappy .checkbox-inline.disabled,
fieldset[disabled] .strappy .radio-inline,
fieldset[disabled] .strappy .checkbox-inline {
cursor: not-allowed;
}
.strappy .radio.disabled label,
.strappy .checkbox.disabled label,
fieldset[disabled] .strappy .radio label,
fieldset[disabled] .strappy .checkbox label {
cursor: not-allowed;
}
.strappy .form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px;
}
.strappy .form-control-static.input-lg,
.strappy .form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.strappy .input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.strappy .input-sm {
height: 30px;
line-height: 30px;
}
textarea.strappy .input-sm,
select[multiple].strappy .input-sm {
height: auto;
}
.strappy .form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.strappy .form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.strappy .form-group-sm textarea.form-control,
.strappy .form-group-sm select[multiple].form-control {
height: auto;
}
.strappy .form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.strappy .input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.strappy .input-lg {
height: 46px;
line-height: 46px;
}
textarea.strappy .input-lg,
select[multiple].strappy .input-lg {
height: auto;
}
.strappy .form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.strappy .form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.strappy .form-group-lg textarea.form-control,
.strappy .form-group-lg select[multiple].form-control {
height: auto;
}
.strappy .form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.strappy .has-feedback {
position: relative;
}
.strappy .has-feedback .form-control {
padding-right: 42.5px;
}
.strappy .form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.strappy .input-lg + .form-control-feedback,
.strappy .input-group-lg + .form-control-feedback,
.strappy .form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.strappy .input-sm + .form-control-feedback,
.strappy .input-group-sm + .form-control-feedback,
.strappy .form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.strappy .has-success .help-block,
.strappy .has-success .control-label,
.strappy .has-success .radio,
.strappy .has-success .checkbox,
.strappy .has-success .radio-inline,
.strappy .has-success .checkbox-inline,
.strappy .has-success.radio label,
.strappy .has-success.checkbox label,
.strappy .has-success.radio-inline label,
.strappy .has-success.checkbox-inline label {
color: #3c763d;
}
.strappy .has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.strappy .has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.strappy .has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.strappy .has-success .form-control-feedback {
color: #3c763d;
}
.strappy .has-warning .help-block,
.strappy .has-warning .control-label,
.strappy .has-warning .radio,
.strappy .has-warning .checkbox,
.strappy .has-warning .radio-inline,
.strappy .has-warning .checkbox-inline,
.strappy .has-warning.radio label,
.strappy .has-warning.checkbox label,
.strappy .has-warning.radio-inline label,
.strappy .has-warning.checkbox-inline label {
color: #8a6d3b;
}
.strappy .has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.strappy .has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.strappy .has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.strappy .has-warning .form-control-feedback {
color: #8a6d3b;
}
.strappy .has-error .help-block,
.strappy .has-error .control-label,
.strappy .has-error .radio,
.strappy .has-error .checkbox,
.strappy .has-error .radio-inline,
.strappy .has-error .checkbox-inline,
.strappy .has-error.radio label,
.strappy .has-error.checkbox label,
.strappy .has-error.radio-inline label,
.strappy .has-error.checkbox-inline label {
color: #a94442;
}
.strappy .has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.strappy .has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.strappy .has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.strappy .has-error .form-control-feedback {
color: #a94442;
}
.strappy .has-feedback label ~ .form-control-feedback {
top: 25px;
}
.strappy .has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.strappy .help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.strappy .form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.strappy .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.strappy .form-inline .form-control-static {
display: inline-block;
}
.strappy .form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.strappy .form-inline .input-group .input-group-addon,
.strappy .form-inline .input-group .input-group-btn,
.strappy .form-inline .input-group .form-control {
width: auto;
}
.strappy .form-inline .input-group > .form-control {
width: 100%;
}
.strappy .form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.strappy .form-inline .radio,
.strappy .form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.strappy .form-inline .radio label,
.strappy .form-inline .checkbox label {
padding-left: 0;
}
.strappy .form-inline .radio input[type="radio"],
.strappy .form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.strappy .form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.strappy .form-horizontal .radio,
.strappy .form-horizontal .checkbox,
.strappy .form-horizontal .radio-inline,
.strappy .form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.strappy .form-horizontal .radio,
.strappy .form-horizontal .checkbox {
min-height: 27px;
}
.strappy .form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
.strappy .form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.strappy .form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.strappy .form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.strappy .form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.strappy .btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.strappy .btn:focus,
.strappy .btn:active:focus,
.strappy .btn.active:focus,
.strappy .btn.focus,
.strappy .btn:active.focus,
.strappy .btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.strappy .btn:hover,
.strappy .btn:focus,
.strappy .btn.focus {
color: #333;
text-decoration: none;
}
.strappy .btn:active,
.strappy .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.strappy .btn.disabled,
.strappy .btn[disabled],
fieldset[disabled] .strappy .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.strappy .btn.disabled,
fieldset[disabled] a.strappy .btn {
pointer-events: none;
}
.strappy .btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.strappy .btn-default:focus,
.strappy .btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.strappy .btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.strappy .btn-default:active,
.strappy .btn-default.active,
.open > .dropdown-toggle.strappy .btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.strappy .btn-default:active:hover,
.strappy .btn-default.active:hover,
.open > .dropdown-toggle.strappy .btn-default:hover,
.strappy .btn-default:active:focus,
.strappy .btn-default.active:focus,
.open > .dropdown-toggle.strappy .btn-default:focus,
.strappy .btn-default:active.focus,
.strappy .btn-default.active.focus,
.open > .dropdown-toggle.strappy .btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.strappy .btn-default:active,
.strappy .btn-default.active,
.open > .dropdown-toggle.strappy .btn-default {
background-image: none;
}
.strappy .btn-default.disabled:hover,
.strappy .btn-default[disabled]:hover,
fieldset[disabled] .strappy .btn-default:hover,
.strappy .btn-default.disabled:focus,
.strappy .btn-default[disabled]:focus,
fieldset[disabled] .strappy .btn-default:focus,
.strappy .btn-default.disabled.focus,
.strappy .btn-default[disabled].focus,
fieldset[disabled] .strappy .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.strappy .btn-default .badge {
color: #fff;
background-color: #333;
}
.strappy .btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.strappy .btn-primary:focus,
.strappy .btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.strappy .btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.strappy .btn-primary:active,
.strappy .btn-primary.active,
.open > .dropdown-toggle.strappy .btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.strappy .btn-primary:active:hover,
.strappy .btn-primary.active:hover,
.open > .dropdown-toggle.strappy .btn-primary:hover,
.strappy .btn-primary:active:focus,
.strappy .btn-primary.active:focus,
.open > .dropdown-toggle.strappy .btn-primary:focus,
.strappy .btn-primary:active.focus,
.strappy .btn-primary.active.focus,
.open > .dropdown-toggle.strappy .btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.strappy .btn-primary:active,
.strappy .btn-primary.active,
.open > .dropdown-toggle.strappy .btn-primary {
background-image: none;
}
.strappy .btn-primary.disabled:hover,
.strappy .btn-primary[disabled]:hover,
fieldset[disabled] .strappy .btn-primary:hover,
.strappy .btn-primary.disabled:focus,
.strappy .btn-primary[disabled]:focus,
fieldset[disabled] .strappy .btn-primary:focus,
.strappy .btn-primary.disabled.focus,
.strappy .btn-primary[disabled].focus,
fieldset[disabled] .strappy .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.strappy .btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.strappy .btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.strappy .btn-success:focus,
.strappy .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.strappy .btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.strappy .btn-success:active,
.strappy .btn-success.active,
.open > .dropdown-toggle.strappy .btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.strappy .btn-success:active:hover,
.strappy .btn-success.active:hover,
.open > .dropdown-toggle.strappy .btn-success:hover,
.strappy .btn-success:active:focus,
.strappy .btn-success.active:focus,
.open > .dropdown-toggle.strappy .btn-success:focus,
.strappy .btn-success:active.focus,
.strappy .btn-success.active.focus,
.open > .dropdown-toggle.strappy .btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.strappy .btn-success:active,
.strappy .btn-success.active,
.open > .dropdown-toggle.strappy .btn-success {
background-image: none;
}
.strappy .btn-success.disabled:hover,
.strappy .btn-success[disabled]:hover,
fieldset[disabled] .strappy .btn-success:hover,
.strappy .btn-success.disabled:focus,
.strappy .btn-success[disabled]:focus,
fieldset[disabled] .strappy .btn-success:focus,
.strappy .btn-success.disabled.focus,
.strappy .btn-success[disabled].focus,
fieldset[disabled] .strappy .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.strappy .btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.strappy .btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.strappy .btn-info:focus,
.strappy .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.strappy .btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.strappy .btn-info:active,
.strappy .btn-info.active,
.open > .dropdown-toggle.strappy .btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.strappy .btn-info:active:hover,
.strappy .btn-info.active:hover,
.open > .dropdown-toggle.strappy .btn-info:hover,
.strappy .btn-info:active:focus,
.strappy .btn-info.active:focus,
.open > .dropdown-toggle.strappy .btn-info:focus,
.strappy .btn-info:active.focus,
.strappy .btn-info.active.focus,
.open > .dropdown-toggle.strappy .btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.strappy .btn-info:active,
.strappy .btn-info.active,
.open > .dropdown-toggle.strappy .btn-info {
background-image: none;
}
.strappy .btn-info.disabled:hover,
.strappy .btn-info[disabled]:hover,
fieldset[disabled] .strappy .btn-info:hover,
.strappy .btn-info.disabled:focus,
.strappy .btn-info[disabled]:focus,
fieldset[disabled] .strappy .btn-info:focus,
.strappy .btn-info.disabled.focus,
.strappy .btn-info[disabled].focus,
fieldset[disabled] .strappy .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.strappy .btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.strappy .btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.strappy .btn-warning:focus,
.strappy .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.strappy .btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.strappy .btn-warning:active,
.strappy .btn-warning.active,
.open > .dropdown-toggle.strappy .btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.strappy .btn-warning:active:hover,
.strappy .btn-warning.active:hover,
.open > .dropdown-toggle.strappy .btn-warning:hover,
.strappy .btn-warning:active:focus,
.strappy .btn-warning.active:focus,
.open > .dropdown-toggle.strappy .btn-warning:focus,
.strappy .btn-warning:active.focus,
.strappy .btn-warning.active.focus,
.open > .dropdown-toggle.strappy .btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.strappy .btn-warning:active,
.strappy .btn-warning.active,
.open > .dropdown-toggle.strappy .btn-warning {
background-image: none;
}
.strappy .btn-warning.disabled:hover,
.strappy .btn-warning[disabled]:hover,
fieldset[disabled] .strappy .btn-warning:hover,
.strappy .btn-warning.disabled:focus,
.strappy .btn-warning[disabled]:focus,
fieldset[disabled] .strappy .btn-warning:focus,
.strappy .btn-warning.disabled.focus,
.strappy .btn-warning[disabled].focus,
fieldset[disabled] .strappy .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.strappy .btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.strappy .btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.strappy .btn-danger:focus,
.strappy .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.strappy .btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.strappy .btn-danger:active,
.strappy .btn-danger.active,
.open > .dropdown-toggle.strappy .btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.strappy .btn-danger:active:hover,
.strappy .btn-danger.active:hover,
.open > .dropdown-toggle.strappy .btn-danger:hover,
.strappy .btn-danger:active:focus,
.strappy .btn-danger.active:focus,
.open > .dropdown-toggle.strappy .btn-danger:focus,
.strappy .btn-danger:active.focus,
.strappy .btn-danger.active.focus,
.open > .dropdown-toggle.strappy .btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.strappy .btn-danger:active,
.strappy .btn-danger.active,
.open > .dropdown-toggle.strappy .btn-danger {
background-image: none;
}
.strappy .btn-danger.disabled:hover,
.strappy .btn-danger[disabled]:hover,
fieldset[disabled] .strappy .btn-danger:hover,
.strappy .btn-danger.disabled:focus,
.strappy .btn-danger[disabled]:focus,
fieldset[disabled] .strappy .btn-danger:focus,
.strappy .btn-danger.disabled.focus,
.strappy .btn-danger[disabled].focus,
fieldset[disabled] .strappy .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.strappy .btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.strappy .btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.strappy .btn-link,
.strappy .btn-link:active,
.strappy .btn-link.active,
.strappy .btn-link[disabled],
fieldset[disabled] .strappy .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.strappy .btn-link,
.strappy .btn-link:hover,
.strappy .btn-link:focus,
.strappy .btn-link:active {
border-color: transparent;
}
.strappy .btn-link:hover,
.strappy .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.strappy .btn-link[disabled]:hover,
fieldset[disabled] .strappy .btn-link:hover,
.strappy .btn-link[disabled]:focus,
fieldset[disabled] .strappy .btn-link:focus {
color: #777777;
text-decoration: none;
}
.strappy .btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.strappy .btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.strappy .btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.strappy .btn-block {
display: block;
width: 100%;
}
.strappy .btn-block + .btn-block {
margin-top: 5px;
}
.strappy input[type="submit"].btn-block,
.strappy input[type="reset"].btn-block,
.strappy input[type="button"].btn-block {
width: 100%;
}
.strappy .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.strappy .fade.in {
opacity: 1;
}
.strappy .collapse {
display: none;
}
.strappy .collapse.in {
display: block;
}
tr.strappy .collapse.in {
display: table-row;
}
tbody.strappy .collapse.in {
display: table-row-group;
}
.strappy .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.strappy .caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.strappy .dropup,
.strappy .dropdown {
position: relative;
}
.strappy .dropdown-toggle:focus {
outline: 0;
}
.strappy .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.strappy .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.strappy .dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.strappy .dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.strappy .dropdown-menu > li > a:hover,
.strappy .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.strappy .dropdown-menu > .active > a,
.strappy .dropdown-menu > .active > a:hover,
.strappy .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.strappy .dropdown-menu > .disabled > a,
.strappy .dropdown-menu > .disabled > a:hover,
.strappy .dropdown-menu > .disabled > a:focus {
color: #777777;
}
.strappy .dropdown-menu > .disabled > a:hover,
.strappy .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.strappy .open > .dropdown-menu {
display: block;
}
.strappy .open > a {
outline: 0;
}
.strappy .dropdown-menu-right {
left: auto;
right: 0;
}
.strappy .dropdown-menu-left {
left: 0;
right: auto;
}
.strappy .dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.strappy .dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.strappy .pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.strappy .dropup .caret,
.strappy .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.strappy .dropup .dropdown-menu,
.strappy .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.strappy .navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.strappy .navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.strappy .btn-group,
.strappy .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.strappy .btn-group > .btn,
.strappy .btn-group-vertical > .btn {
position: relative;
float: left;
}
.strappy .btn-group > .btn:hover,
.strappy .btn-group-vertical > .btn:hover,
.strappy .btn-group > .btn:focus,
.strappy .btn-group-vertical > .btn:focus,
.strappy .btn-group > .btn:active,
.strappy .btn-group-vertical > .btn:active,
.strappy .btn-group > .btn.active,
.strappy .btn-group-vertical > .btn.active {
z-index: 2;
}
.strappy .btn-group .btn + .btn,
.strappy .btn-group .btn + .btn-group,
.strappy .btn-group .btn-group + .btn,
.strappy .btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.strappy .btn-toolbar {
margin-left: -5px;
}
.strappy .btn-toolbar .btn,
.strappy .btn-toolbar .btn-group,
.strappy .btn-toolbar .input-group {
float: left;
}
.strappy .btn-toolbar > .btn,
.strappy .btn-toolbar > .btn-group,
.strappy .btn-toolbar > .input-group {
margin-left: 5px;
}
.strappy .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.strappy .btn-group > .btn:first-child {
margin-left: 0;
}
.strappy .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.strappy .btn-group > .btn:last-child:not(:first-child),
.strappy .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.strappy .btn-group > .btn-group {
float: left;
}
.strappy .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.strappy .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.strappy .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.strappy .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.strappy .btn-group .dropdown-toggle:active,
.strappy .btn-group.open .dropdown-toggle {
outline: 0;
}
.strappy .btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.strappy .btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.strappy .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.strappy .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.strappy .btn .caret {
margin-left: 0;
}
.strappy .btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.strappy .dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.strappy .btn-group-vertical > .btn,
.strappy .btn-group-vertical > .btn-group,
.strappy .btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.strappy .btn-group-vertical > .btn-group > .btn {
float: none;
}
.strappy .btn-group-vertical > .btn + .btn,
.strappy .btn-group-vertical > .btn + .btn-group,
.strappy .btn-group-vertical > .btn-group + .btn,
.strappy .btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.strappy .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.strappy .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.strappy .btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.strappy .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.strappy .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.strappy .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.strappy .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.strappy .btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.strappy .btn-group-justified > .btn,
.strappy .btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.strappy .btn-group-justified > .btn-group .btn {
width: 100%;
}
.strappy .btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
.strappy [data-toggle="buttons"] > .btn input[type="radio"],
.strappy [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.strappy [data-toggle="buttons"] > .btn input[type="checkbox"],
.strappy [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.strappy .input-group {
position: relative;
display: table;
border-collapse: separate;
}
.strappy .input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.strappy .input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.strappy .input-group .form-control:focus {
z-index: 3;
}
.strappy .input-group-lg > .form-control,
.strappy .input-group-lg > .input-group-addon,
.strappy .input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.strappy .input-group-lg > .form-control,
select.strappy .input-group-lg > .input-group-addon,
select.strappy .input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.strappy .input-group-lg > .form-control,
textarea.strappy .input-group-lg > .input-group-addon,
textarea.strappy .input-group-lg > .input-group-btn > .btn,
select[multiple].strappy .input-group-lg > .form-control,
select[multiple].strappy .input-group-lg > .input-group-addon,
select[multiple].strappy .input-group-lg > .input-group-btn > .btn {
height: auto;
}
.strappy .input-group-sm > .form-control,
.strappy .input-group-sm > .input-group-addon,
.strappy .input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.strappy .input-group-sm > .form-control,
select.strappy .input-group-sm > .input-group-addon,
select.strappy .input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.strappy .input-group-sm > .form-control,
textarea.strappy .input-group-sm > .input-group-addon,
textarea.strappy .input-group-sm > .input-group-btn > .btn,
select[multiple].strappy .input-group-sm > .form-control,
select[multiple].strappy .input-group-sm > .input-group-addon,
select[multiple].strappy .input-group-sm > .input-group-btn > .btn {
height: auto;
}
.strappy .input-group-addon,
.strappy .input-group-btn,
.strappy .input-group .form-control {
display: table-cell;
}
.strappy .input-group-addon:not(:first-child):not(:last-child),
.strappy .input-group-btn:not(:first-child):not(:last-child),
.strappy .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.strappy .input-group-addon,
.strappy .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.strappy .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 4px;
}
.strappy .input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.strappy .input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.strappy .input-group-addon input[type="radio"],
.strappy .input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.strappy .input-group .form-control:first-child,
.strappy .input-group-addon:first-child,
.strappy .input-group-btn:first-child > .btn,
.strappy .input-group-btn:first-child > .btn-group > .btn,
.strappy .input-group-btn:first-child > .dropdown-toggle,
.strappy .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.strappy .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.strappy .input-group-addon:first-child {
border-right: 0;
}
.strappy .input-group .form-control:last-child,
.strappy .input-group-addon:last-child,
.strappy .input-group-btn:last-child > .btn,
.strappy .input-group-btn:last-child > .btn-group > .btn,
.strappy .input-group-btn:last-child > .dropdown-toggle,
.strappy .input-group-btn:first-child > .btn:not(:first-child),
.strappy .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.strappy .input-group-addon:last-child {
border-left: 0;
}
.strappy .input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.strappy .input-group-btn > .btn {
position: relative;
}
.strappy .input-group-btn > .btn + .btn {
margin-left: -1px;
}
.strappy .input-group-btn > .btn:hover,
.strappy .input-group-btn > .btn:focus,
.strappy .input-group-btn > .btn:active {
z-index: 2;
}
.strappy .input-group-btn:first-child > .btn,
.strappy .input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.strappy .input-group-btn:last-child > .btn,
.strappy .input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.strappy .nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.strappy .nav > li {
position: relative;
display: block;
}
.strappy .nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.strappy .nav > li > a:hover,
.strappy .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.strappy .nav > li.disabled > a {
color: #777777;
}
.strappy .nav > li.disabled > a:hover,
.strappy .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.strappy .nav .open > a,
.strappy .nav .open > a:hover,
.strappy .nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.strappy .nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.strappy .nav > li > a > img {
max-width: none;
}
.strappy .nav-tabs {
border-bottom: 1px solid #ddd;
}
.strappy .nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.strappy .nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.strappy .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.strappy .nav-tabs > li.active > a,
.strappy .nav-tabs > li.active > a:hover,
.strappy .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.strappy .nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.strappy .nav-tabs.nav-justified > li {
float: none;
}
.strappy .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.strappy .nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.strappy .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.strappy .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.strappy .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.strappy .nav-tabs.nav-justified > .active > a,
.strappy .nav-tabs.nav-justified > .active > a:hover,
.strappy .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.strappy .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.strappy .nav-tabs.nav-justified > .active > a,
.strappy .nav-tabs.nav-justified > .active > a:hover,
.strappy .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.strappy .nav-pills > li {
float: left;
}
.strappy .nav-pills > li > a {
border-radius: 4px;
}
.strappy .nav-pills > li + li {
margin-left: 2px;
}
.strappy .nav-pills > li.active > a,
.strappy .nav-pills > li.active > a:hover,
.strappy .nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.strappy .nav-stacked > li {
float: none;
}
.strappy .nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.strappy .nav-justified {
width: 100%;
}
.strappy .nav-justified > li {
float: none;
}
.strappy .nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.strappy .nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.strappy .nav-justified > li {
display: table-cell;
width: 1%;
}
.strappy .nav-justified > li > a {
margin-bottom: 0;
}
}
.strappy .nav-tabs-justified {
border-bottom: 0;
}
.strappy .nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.strappy .nav-tabs-justified > .active > a,
.strappy .nav-tabs-justified > .active > a:hover,
.strappy .nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.strappy .nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.strappy .nav-tabs-justified > .active > a,
.strappy .nav-tabs-justified > .active > a:hover,
.strappy .nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.strappy .tab-content > .tab-pane {
display: none;
}
.strappy .tab-content > .active {
display: block;
}
.strappy .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.strappy .navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.strappy .navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.strappy .navbar-header {
float: left;
}
}
.strappy .navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.strappy .navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.strappy .navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.strappy .navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.strappy .navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .strappy .navbar-collapse,
.navbar-static-top .strappy .navbar-collapse,
.navbar-fixed-bottom .strappy .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.strappy .navbar-fixed-top .navbar-collapse,
.strappy .navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.strappy .navbar-fixed-top .navbar-collapse,
.strappy .navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.strappy .container > .navbar-header,
.strappy .container-fluid > .navbar-header,
.strappy .container > .navbar-collapse,
.strappy .container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.strappy .container > .navbar-header,
.strappy .container-fluid > .navbar-header,
.strappy .container > .navbar-collapse,
.strappy .container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.strappy .navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.strappy .navbar-static-top {
border-radius: 0;
}
}
.strappy .navbar-fixed-top,
.strappy .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.strappy .navbar-fixed-top,
.strappy .navbar-fixed-bottom {
border-radius: 0;
}
}
.strappy .navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.strappy .navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.strappy .navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px;
}
.strappy .navbar-brand:hover,
.strappy .navbar-brand:focus {
text-decoration: none;
}
.strappy .navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .strappy .navbar-brand,
.navbar > .container-fluid .strappy .navbar-brand {
margin-left: -15px;
}
}
.strappy .navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.strappy .navbar-toggle:focus {
outline: 0;
}
.strappy .navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.strappy .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.strappy .navbar-toggle {
display: none;
}
}
.strappy .navbar-nav {
margin: 7.5px -15px;
}
.strappy .navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.strappy .navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.strappy .navbar-nav .open .dropdown-menu > li > a,
.strappy .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.strappy .navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.strappy .navbar-nav .open .dropdown-menu > li > a:hover,
.strappy .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.strappy .navbar-nav {
float: left;
margin: 0;
}
.strappy .navbar-nav > li {
float: left;
}
.strappy .navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.strappy .navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.strappy .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.strappy .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.strappy .navbar-form .form-control-static {
display: inline-block;
}
.strappy .navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.strappy .navbar-form .input-group .input-group-addon,
.strappy .navbar-form .input-group .input-group-btn,
.strappy .navbar-form .input-group .form-control {
width: auto;
}
.strappy .navbar-form .input-group > .form-control {
width: 100%;
}
.strappy .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.strappy .navbar-form .radio,
.strappy .navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.strappy .navbar-form .radio label,
.strappy .navbar-form .checkbox label {
padding-left: 0;
}
.strappy .navbar-form .radio input[type="radio"],
.strappy .navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.strappy .navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.strappy .navbar-form .form-group {
margin-bottom: 5px;
}
.strappy .navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.strappy .navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.strappy .navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.strappy .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.strappy .navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.strappy .navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.strappy .navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.strappy .navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.strappy .navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.strappy .navbar-left {
float: left !important;
}
.strappy .navbar-right {
float: right !important;
margin-right: -15px;
}
.strappy .navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.strappy .navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.strappy .navbar-default .navbar-brand {
color: #777;
}
.strappy .navbar-default .navbar-brand:hover,
.strappy .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.strappy .navbar-default .navbar-text {
color: #777;
}
.strappy .navbar-default .navbar-nav > li > a {
color: #777;
}
.strappy .navbar-default .navbar-nav > li > a:hover,
.strappy .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.strappy .navbar-default .navbar-nav > .active > a,
.strappy .navbar-default .navbar-nav > .active > a:hover,
.strappy .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.strappy .navbar-default .navbar-nav > .disabled > a,
.strappy .navbar-default .navbar-nav > .disabled > a:hover,
.strappy .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.strappy .navbar-default .navbar-toggle {
border-color: #ddd;
}
.strappy .navbar-default .navbar-toggle:hover,
.strappy .navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.strappy .navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.strappy .navbar-default .navbar-collapse,
.strappy .navbar-default .navbar-form {
border-color: #e7e7e7;
}
.strappy .navbar-default .navbar-nav > .open > a,
.strappy .navbar-default .navbar-nav > .open > a:hover,
.strappy .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555;
}
@media (max-width: 767px) {
.strappy .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.strappy .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.strappy .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.strappy .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.strappy .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.strappy .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.strappy .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.strappy .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.strappy .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.strappy .navbar-default .navbar-link {
color: #777;
}
.strappy .navbar-default .navbar-link:hover {
color: #333;
}
.strappy .navbar-default .btn-link {
color: #777;
}
.strappy .navbar-default .btn-link:hover,
.strappy .navbar-default .btn-link:focus {
color: #333;
}
.strappy .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .strappy .navbar-default .btn-link:hover,
.strappy .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .strappy .navbar-default .btn-link:focus {
color: #ccc;
}
.strappy .navbar-inverse {
background-color: #222;
border-color: #080808;
}
.strappy .navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.strappy .navbar-inverse .navbar-brand:hover,
.strappy .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.strappy .navbar-inverse .navbar-text {
color: #9d9d9d;
}
.strappy .navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.strappy .navbar-inverse .navbar-nav > li > a:hover,
.strappy .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.strappy .navbar-inverse .navbar-nav > .active > a,
.strappy .navbar-inverse .navbar-nav > .active > a:hover,
.strappy .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.strappy .navbar-inverse .navbar-nav > .disabled > a,
.strappy .navbar-inverse .navbar-nav > .disabled > a:hover,
.strappy .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.strappy .navbar-inverse .navbar-toggle {
border-color: #333;
}
.strappy .navbar-inverse .navbar-toggle:hover,
.strappy .navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.strappy .navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.strappy .navbar-inverse .navbar-collapse,
.strappy .navbar-inverse .navbar-form {
border-color: #101010;
}
.strappy .navbar-inverse .navbar-nav > .open > a,
.strappy .navbar-inverse .navbar-nav > .open > a:hover,
.strappy .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #fff;
}
@media (max-width: 767px) {
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.strappy .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.strappy .navbar-inverse .navbar-link {
color: #9d9d9d;
}
.strappy .navbar-inverse .navbar-link:hover {
color: #fff;
}
.strappy .navbar-inverse .btn-link {
color: #9d9d9d;
}
.strappy .navbar-inverse .btn-link:hover,
.strappy .navbar-inverse .btn-link:focus {
color: #fff;
}
.strappy .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .strappy .navbar-inverse .btn-link:hover,
.strappy .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .strappy .navbar-inverse .btn-link:focus {
color: #444;
}
.strappy .breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.strappy .breadcrumb > li {
display: inline-block;
}
.strappy .breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #ccc;
}
.strappy .breadcrumb > .active {
color: #777777;
}
.strappy .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.strappy .pagination > li {
display: inline;
}
.strappy .pagination > li > a,
.strappy .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.strappy .pagination > li:first-child > a,
.strappy .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.strappy .pagination > li:last-child > a,
.strappy .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.strappy .pagination > li > a:hover,
.strappy .pagination > li > span:hover,
.strappy .pagination > li > a:focus,
.strappy .pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd;
}
.strappy .pagination > .active > a,
.strappy .pagination > .active > span,
.strappy .pagination > .active > a:hover,
.strappy .pagination > .active > span:hover,
.strappy .pagination > .active > a:focus,
.strappy .pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.strappy .pagination > .disabled > span,
.strappy .pagination > .disabled > span:hover,
.strappy .pagination > .disabled > span:focus,
.strappy .pagination > .disabled > a,
.strappy .pagination > .disabled > a:hover,
.strappy .pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.strappy .pagination-lg > li > a,
.strappy .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.strappy .pagination-lg > li:first-child > a,
.strappy .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.strappy .pagination-lg > li:last-child > a,
.strappy .pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.strappy .pagination-sm > li > a,
.strappy .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.strappy .pagination-sm > li:first-child > a,
.strappy .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.strappy .pagination-sm > li:last-child > a,
.strappy .pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.strappy .pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.strappy .pager li {
display: inline;
}
.strappy .pager li > a,
.strappy .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.strappy .pager li > a:hover,
.strappy .pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.strappy .pager .next > a,
.strappy .pager .next > span {
float: right;
}
.strappy .pager .previous > a,
.strappy .pager .previous > span {
float: left;
}
.strappy .pager .disabled > a,
.strappy .pager .disabled > a:hover,
.strappy .pager .disabled > a:focus,
.strappy .pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed;
}
.strappy .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.strappy .label:hover,
a.strappy .label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.strappy .label:empty {
display: none;
}
.btn .strappy .label {
position: relative;
top: -1px;
}
.strappy .label-default {
background-color: #777777;
}
.strappy .label-default[href]:hover,
.strappy .label-default[href]:focus {
background-color: #5e5e5e;
}
.strappy .label-primary {
background-color: #337ab7;
}
.strappy .label-primary[href]:hover,
.strappy .label-primary[href]:focus {
background-color: #286090;
}
.strappy .label-success {
background-color: #5cb85c;
}
.strappy .label-success[href]:hover,
.strappy .label-success[href]:focus {
background-color: #449d44;
}
.strappy .label-info {
background-color: #5bc0de;
}
.strappy .label-info[href]:hover,
.strappy .label-info[href]:focus {
background-color: #31b0d5;
}
.strappy .label-warning {
background-color: #f0ad4e;
}
.strappy .label-warning[href]:hover,
.strappy .label-warning[href]:focus {
background-color: #ec971f;
}
.strappy .label-danger {
background-color: #d9534f;
}
.strappy .label-danger[href]:hover,
.strappy .label-danger[href]:focus {
background-color: #c9302c;
}
.strappy .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.strappy .badge:empty {
display: none;
}
.btn .strappy .badge {
position: relative;
top: -1px;
}
.btn-xs .strappy .badge,
.btn-group-xs > .btn .strappy .badge {
top: 0;
padding: 1px 5px;
}
a.strappy .badge:hover,
a.strappy .badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .strappy .badge,
.nav-pills > .active > a > .strappy .badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item > .strappy .badge {
float: right;
}
.list-group-item > .strappy .badge + .strappy .badge {
margin-right: 5px;
}
.nav-pills > li > a > .strappy .badge {
margin-left: 3px;
}
.strappy .jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.strappy .jumbotron h1,
.strappy .jumbotron .h1 {
color: inherit;
}
.strappy .jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.strappy .jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .strappy .jumbotron,
.container-fluid .strappy .jumbotron {
border-radius: 6px;
padding-left: 15px;
padding-right: 15px;
}
.strappy .jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.strappy .jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .strappy .jumbotron,
.container-fluid .strappy .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.strappy .jumbotron h1,
.strappy .jumbotron .h1 {
font-size: 63px;
}
}
.strappy .thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.strappy .thumbnail > img,
.strappy .thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
a.strappy .thumbnail:hover,
a.strappy .thumbnail:focus,
a.strappy .thumbnail.active {
border-color: #337ab7;
}
.strappy .thumbnail .caption {
padding: 9px;
color: #333333;
}
.strappy .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.strappy .alert h4 {
margin-top: 0;
color: inherit;
}
.strappy .alert .alert-link {
font-weight: bold;
}
.strappy .alert > p,
.strappy .alert > ul {
margin-bottom: 0;
}
.strappy .alert > p + p {
margin-top: 5px;
}
.strappy .alert-dismissable,
.strappy .alert-dismissible {
padding-right: 35px;
}
.strappy .alert-dismissable .close,
.strappy .alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.strappy .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.strappy .alert-success hr {
border-top-color: #c9e2b3;
}
.strappy .alert-success .alert-link {
color: #2b542c;
}
.strappy .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.strappy .alert-info hr {
border-top-color: #a6e1ec;
}
.strappy .alert-info .alert-link {
color: #245269;
}
.strappy .alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.strappy .alert-warning hr {
border-top-color: #f7e1b5;
}
.strappy .alert-warning .alert-link {
color: #66512c;
}
.strappy .alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.strappy .alert-danger hr {
border-top-color: #e4b9c0;
}
.strappy .alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.strappy .progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.strappy .progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.strappy .progress-striped .progress-bar,
.strappy .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.strappy .progress.active .progress-bar,
.strappy .progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.strappy .progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .strappy .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.strappy .progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .strappy .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.strappy .progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .strappy .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.strappy .progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .strappy .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.strappy .media {
margin-top: 15px;
}
.strappy .media:first-child {
margin-top: 0;
}
.strappy .media,
.strappy .media-body {
zoom: 1;
overflow: hidden;
}
.strappy .media-body {
width: 10000px;
}
.strappy .media-object {
display: block;
}
.strappy .media-object.img-thumbnail {
max-width: none;
}
.strappy .media-right,
.strappy .media > .pull-right {
padding-left: 10px;
}
.strappy .media-left,
.strappy .media > .pull-left {
padding-right: 10px;
}
.strappy .media-left,
.strappy .media-right,
.strappy .media-body {
display: table-cell;
vertical-align: top;
}
.strappy .media-middle {
vertical-align: middle;
}
.strappy .media-bottom {
vertical-align: bottom;
}
.strappy .media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.strappy .media-list {
padding-left: 0;
list-style: none;
}
.strappy .list-group {
margin-bottom: 20px;
padding-left: 0;
}
.strappy .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.strappy .list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.strappy .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.strappy a.list-group-item,
.strappy button.list-group-item {
color: #555;
}
.strappy a.list-group-item .list-group-item-heading,
.strappy button.list-group-item .list-group-item-heading {
color: #333;
}
.strappy a.list-group-item:hover,
.strappy button.list-group-item:hover,
.strappy a.list-group-item:focus,
.strappy button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
.strappy button.list-group-item {
width: 100%;
text-align: left;
}
.strappy .list-group-item.disabled,
.strappy .list-group-item.disabled:hover,
.strappy .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.strappy .list-group-item.disabled .list-group-item-heading,
.strappy .list-group-item.disabled:hover .list-group-item-heading,
.strappy .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.strappy .list-group-item.disabled .list-group-item-text,
.strappy .list-group-item.disabled:hover .list-group-item-text,
.strappy .list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.strappy .list-group-item.active,
.strappy .list-group-item.active:hover,
.strappy .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.strappy .list-group-item.active .list-group-item-heading,
.strappy .list-group-item.active:hover .list-group-item-heading,
.strappy .list-group-item.active:focus .list-group-item-heading,
.strappy .list-group-item.active .list-group-item-heading > small,
.strappy .list-group-item.active:hover .list-group-item-heading > small,
.strappy .list-group-item.active:focus .list-group-item-heading > small,
.strappy .list-group-item.active .list-group-item-heading > .small,
.strappy .list-group-item.active:hover .list-group-item-heading > .small,
.strappy .list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.strappy .list-group-item.active .list-group-item-text,
.strappy .list-group-item.active:hover .list-group-item-text,
.strappy .list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.strappy .list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.strappy .list-group-item-success,
button.strappy .list-group-item-success {
color: #3c763d;
}
a.strappy .list-group-item-success .list-group-item-heading,
button.strappy .list-group-item-success .list-group-item-heading {
color: inherit;
}
a.strappy .list-group-item-success:hover,
button.strappy .list-group-item-success:hover,
a.strappy .list-group-item-success:focus,
button.strappy .list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.strappy .list-group-item-success.active,
button.strappy .list-group-item-success.active,
a.strappy .list-group-item-success.active:hover,
button.strappy .list-group-item-success.active:hover,
a.strappy .list-group-item-success.active:focus,
button.strappy .list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.strappy .list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.strappy .list-group-item-info,
button.strappy .list-group-item-info {
color: #31708f;
}
a.strappy .list-group-item-info .list-group-item-heading,
button.strappy .list-group-item-info .list-group-item-heading {
color: inherit;
}
a.strappy .list-group-item-info:hover,
button.strappy .list-group-item-info:hover,
a.strappy .list-group-item-info:focus,
button.strappy .list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.strappy .list-group-item-info.active,
button.strappy .list-group-item-info.active,
a.strappy .list-group-item-info.active:hover,
button.strappy .list-group-item-info.active:hover,
a.strappy .list-group-item-info.active:focus,
button.strappy .list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.strappy .list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.strappy .list-group-item-warning,
button.strappy .list-group-item-warning {
color: #8a6d3b;
}
a.strappy .list-group-item-warning .list-group-item-heading,
button.strappy .list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.strappy .list-group-item-warning:hover,
button.strappy .list-group-item-warning:hover,
a.strappy .list-group-item-warning:focus,
button.strappy .list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.strappy .list-group-item-warning.active,
button.strappy .list-group-item-warning.active,
a.strappy .list-group-item-warning.active:hover,
button.strappy .list-group-item-warning.active:hover,
a.strappy .list-group-item-warning.active:focus,
button.strappy .list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.strappy .list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.strappy .list-group-item-danger,
button.strappy .list-group-item-danger {
color: #a94442;
}
a.strappy .list-group-item-danger .list-group-item-heading,
button.strappy .list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.strappy .list-group-item-danger:hover,
button.strappy .list-group-item-danger:hover,
a.strappy .list-group-item-danger:focus,
button.strappy .list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.strappy .list-group-item-danger.active,
button.strappy .list-group-item-danger.active,
a.strappy .list-group-item-danger.active:hover,
button.strappy .list-group-item-danger.active:hover,
a.strappy .list-group-item-danger.active:focus,
button.strappy .list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.strappy .list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.strappy .list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.strappy .panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.strappy .panel-body {
padding: 15px;
}
.strappy .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.strappy .panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.strappy .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.strappy .panel-title > a,
.strappy .panel-title > small,
.strappy .panel-title > .small,
.strappy .panel-title > small > a,
.strappy .panel-title > .small > a {
color: inherit;
}
.strappy .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.strappy .panel > .list-group,
.strappy .panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.strappy .panel > .list-group .list-group-item,
.strappy .panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.strappy .panel > .list-group:first-child .list-group-item:first-child,
.strappy .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.strappy .panel > .list-group:last-child .list-group-item:last-child,
.strappy .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.strappy .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.strappy .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.strappy .list-group + .panel-footer {
border-top-width: 0;
}
.strappy .panel > .table,
.strappy .panel > .table-responsive > .table,
.strappy .panel > .panel-collapse > .table {
margin-bottom: 0;
}
.strappy .panel > .table caption,
.strappy .panel > .table-responsive > .table caption,
.strappy .panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.strappy .panel > .table:first-child,
.strappy .panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.strappy .panel > .table:first-child > thead:first-child > tr:first-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.strappy .panel > .table:first-child > tbody:first-child > tr:first-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.strappy .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.strappy .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.strappy .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.strappy .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.strappy .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.strappy .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.strappy .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.strappy .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.strappy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.strappy .panel > .table:last-child,
.strappy .panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.strappy .panel > .table:last-child > tbody:last-child > tr:last-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.strappy .panel > .table:last-child > tfoot:last-child > tr:last-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.strappy .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.strappy .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.strappy .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.strappy .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.strappy .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.strappy .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.strappy .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.strappy .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.strappy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.strappy .panel > .panel-body + .table,
.strappy .panel > .panel-body + .table-responsive,
.strappy .panel > .table + .panel-body,
.strappy .panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.strappy .panel > .table > tbody:first-child > tr:first-child th,
.strappy .panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.strappy .panel > .table-bordered,
.strappy .panel > .table-responsive > .table-bordered {
border: 0;
}
.strappy .panel > .table-bordered > thead > tr > th:first-child,
.strappy .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.strappy .panel > .table-bordered > tbody > tr > th:first-child,
.strappy .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.strappy .panel > .table-bordered > tfoot > tr > th:first-child,
.strappy .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.strappy .panel > .table-bordered > thead > tr > td:first-child,
.strappy .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.strappy .panel > .table-bordered > tbody > tr > td:first-child,
.strappy .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.strappy .panel > .table-bordered > tfoot > tr > td:first-child,
.strappy .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.strappy .panel > .table-bordered > thead > tr > th:last-child,
.strappy .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.strappy .panel > .table-bordered > tbody > tr > th:last-child,
.strappy .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.strappy .panel > .table-bordered > tfoot > tr > th:last-child,
.strappy .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.strappy .panel > .table-bordered > thead > tr > td:last-child,
.strappy .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.strappy .panel > .table-bordered > tbody > tr > td:last-child,
.strappy .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.strappy .panel > .table-bordered > tfoot > tr > td:last-child,
.strappy .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.strappy .panel > .table-bordered > thead > tr:first-child > td,
.strappy .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.strappy .panel > .table-bordered > tbody > tr:first-child > td,
.strappy .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.strappy .panel > .table-bordered > thead > tr:first-child > th,
.strappy .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.strappy .panel > .table-bordered > tbody > tr:first-child > th,
.strappy .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.strappy .panel > .table-bordered > tbody > tr:last-child > td,
.strappy .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.strappy .panel > .table-bordered > tfoot > tr:last-child > td,
.strappy .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.strappy .panel > .table-bordered > tbody > tr:last-child > th,
.strappy .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.strappy .panel > .table-bordered > tfoot > tr:last-child > th,
.strappy .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.strappy .panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.strappy .panel-group {
margin-bottom: 20px;
}
.strappy .panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.strappy .panel-group .panel + .panel {
margin-top: 5px;
}
.strappy .panel-group .panel-heading {
border-bottom: 0;
}
.strappy .panel-group .panel-heading + .panel-collapse > .panel-body,
.strappy .panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.strappy .panel-group .panel-footer {
border-top: 0;
}
.strappy .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.strappy .panel-default {
border-color: #ddd;
}
.strappy .panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.strappy .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.strappy .panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.strappy .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.strappy .panel-primary {
border-color: #337ab7;
}
.strappy .panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.strappy .panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.strappy .panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.strappy .panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.strappy .panel-success {
border-color: #d6e9c6;
}
.strappy .panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.strappy .panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.strappy .panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.strappy .panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.strappy .panel-info {
border-color: #bce8f1;
}
.strappy .panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.strappy .panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.strappy .panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.strappy .panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.strappy .panel-warning {
border-color: #faebcc;
}
.strappy .panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.strappy .panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.strappy .panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.strappy .panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.strappy .panel-danger {
border-color: #ebccd1;
}
.strappy .panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.strappy .panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.strappy .panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.strappy .panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.strappy .embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.strappy .embed-responsive .embed-responsive-item,
.strappy .embed-responsive iframe,
.strappy .embed-responsive embed,
.strappy .embed-responsive object,
.strappy .embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.strappy .embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.strappy .embed-responsive-4by3 {
padding-bottom: 75%;
}
.strappy .well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.strappy .well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.strappy .well-lg {
padding: 24px;
border-radius: 6px;
}
.strappy .well-sm {
padding: 9px;
border-radius: 3px;
}
.strappy .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.strappy .close:hover,
.strappy .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.strappy .close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.strappy .modal-open {
overflow: hidden;
}
.strappy .modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.strappy .modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.strappy .modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.strappy .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.strappy .modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.strappy .modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.strappy .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.strappy .modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.strappy .modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.strappy .modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.strappy .modal-header .close {
margin-top: -2px;
}
.strappy .modal-title {
margin: 0;
line-height: 1.42857143;
}
.strappy .modal-body {
position: relative;
padding: 15px;
}
.strappy .modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.strappy .modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.strappy .modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.strappy .modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.strappy .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.strappy .modal-dialog {
width: 600px;
margin: 30px auto;
}
.strappy .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.strappy .modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.strappy .modal-lg {
width: 900px;
}
}
.strappy .tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0);
}
.strappy .tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.strappy .tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.strappy .tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.strappy .tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.strappy .tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.strappy .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.strappy .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.strappy .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.strappy .tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.strappy .tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.strappy .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.strappy .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.strappy .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.strappy .tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.strappy .tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.strappy .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.strappy .popover.top {
margin-top: -10px;
}
.strappy .popover.right {
margin-left: 10px;
}
.strappy .popover.bottom {
margin-top: 10px;
}
.strappy .popover.left {
margin-left: -10px;
}
.strappy .popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.strappy .popover-content {
padding: 9px 14px;
}
.strappy .popover > .arrow,
.strappy .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.strappy .popover > .arrow {
border-width: 11px;
}
.strappy .popover > .arrow:after {
border-width: 10px;
content: "";
}
.strappy .popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.strappy .popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.strappy .popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.strappy .popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.strappy .popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.strappy .popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.strappy .popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.strappy .popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.strappy .carousel {
position: relative;
}
.strappy .carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.strappy .carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.strappy .carousel-inner > .item > img,
.strappy .carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.strappy .carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.strappy .carousel-inner > .item.next,
.strappy .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.strappy .carousel-inner > .item.prev,
.strappy .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.strappy .carousel-inner > .item.next.left,
.strappy .carousel-inner > .item.prev.right,
.strappy .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.strappy .carousel-inner > .active,
.strappy .carousel-inner > .next,
.strappy .carousel-inner > .prev {
display: block;
}
.strappy .carousel-inner > .active {
left: 0;
}
.strappy .carousel-inner > .next,
.strappy .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.strappy .carousel-inner > .next {
left: 100%;
}
.strappy .carousel-inner > .prev {
left: -100%;
}
.strappy .carousel-inner > .next.left,
.strappy .carousel-inner > .prev.right {
left: 0;
}
.strappy .carousel-inner > .active.left {
left: -100%;
}
.strappy .carousel-inner > .active.right {
left: 100%;
}
.strappy .carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
}
.strappy .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.strappy .carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.strappy .carousel-control:hover,
.strappy .carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.strappy .carousel-control .icon-prev,
.strappy .carousel-control .icon-next,
.strappy .carousel-control .glyphicon-chevron-left,
.strappy .carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.strappy .carousel-control .icon-prev,
.strappy .carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.strappy .carousel-control .icon-next,
.strappy .carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.strappy .carousel-control .icon-prev,
.strappy .carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.strappy .carousel-control .icon-prev:before {
content: '\2039';
}
.strappy .carousel-control .icon-next:before {
content: '\203a';
}
.strappy .carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.strappy .carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.strappy .carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.strappy .carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.strappy .carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.strappy .carousel-control .glyphicon-chevron-left,
.strappy .carousel-control .glyphicon-chevron-right,
.strappy .carousel-control .icon-prev,
.strappy .carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.strappy .carousel-control .glyphicon-chevron-left,
.strappy .carousel-control .icon-prev {
margin-left: -10px;
}
.strappy .carousel-control .glyphicon-chevron-right,
.strappy .carousel-control .icon-next {
margin-right: -10px;
}
.strappy .carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.strappy .carousel-indicators {
bottom: 20px;
}
}
.strappy .clearfix:before,
.strappy .clearfix:after,
.strappy .strappy .dl-horizontal dd:before,
.strappy .strappy .dl-horizontal dd:after,
.strappy .strappy .container:before,
.strappy .strappy .container:after,
.strappy .strappy .container-fluid:before,
.strappy .strappy .container-fluid:after,
.strappy .strappy .row:before,
.strappy .strappy .row:after,
.strappy .strappy .form-horizontal .form-group:before,
.strappy .strappy .form-horizontal .form-group:after,
.strappy .strappy .btn-toolbar:before,
.strappy .strappy .btn-toolbar:after,
.strappy .strappy .btn-group-vertical > .btn-group:before,
.strappy .strappy .btn-group-vertical > .btn-group:after,
.strappy .strappy .nav:before,
.strappy .strappy .nav:after,
.strappy .strappy .navbar:before,
.strappy .strappy .navbar:after,
.strappy .strappy .navbar-header:before,
.strappy .strappy .navbar-header:after,
.strappy .strappy .navbar-collapse:before,
.strappy .strappy .navbar-collapse:after,
.strappy .strappy .pager:before,
.strappy .strappy .pager:after,
.strappy .strappy .panel-body:before,
.strappy .strappy .panel-body:after,
.strappy .strappy .modal-header:before,
.strappy .strappy .modal-header:after,
.strappy .strappy .modal-footer:before,
.strappy .strappy .modal-footer:after {
content: " ";
display: table;
}
.strappy .clearfix:after,
.strappy .strappy .dl-horizontal dd:after,
.strappy .strappy .container:after,
.strappy .strappy .container-fluid:after,
.strappy .strappy .row:after,
.strappy .strappy .form-horizontal .form-group:after,
.strappy .strappy .btn-toolbar:after,
.strappy .strappy .btn-group-vertical > .btn-group:after,
.strappy .strappy .nav:after,
.strappy .strappy .navbar:after,
.strappy .strappy .navbar-header:after,
.strappy .strappy .navbar-collapse:after,
.strappy .strappy .pager:after,
.strappy .strappy .panel-body:after,
.strappy .strappy .modal-header:after,
.strappy .strappy .modal-footer:after {
clear: both;
}
.strappy .center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.strappy .pull-right {
float: right !important;
}
.strappy .pull-left {
float: left !important;
}
.strappy .hide {
display: none !important;
}
.strappy .show {
display: block !important;
}
.strappy .invisible {
visibility: hidden;
}
.strappy .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.strappy .hidden {
display: none !important;
}
.strappy .affix {
position: fixed;
}
.strappy .visible-xs,
.strappy .visible-sm,
.strappy .visible-md,
.strappy .visible-lg {
display: none !important;
}
.strappy .visible-xs-block,
.strappy .visible-xs-inline,
.strappy .visible-xs-inline-block,
.strappy .visible-sm-block,
.strappy .visible-sm-inline,
.strappy .visible-sm-inline-block,
.strappy .visible-md-block,
.strappy .visible-md-inline,
.strappy .visible-md-inline-block,
.strappy .visible-lg-block,
.strappy .visible-lg-inline,
.strappy .visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.strappy .visible-xs {
display: block !important;
}
table.strappy .visible-xs {
display: table !important;
}
tr.strappy .visible-xs {
display: table-row !important;
}
th.strappy .visible-xs,
td.strappy .visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.strappy .visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.strappy .visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.strappy .visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.strappy .visible-sm {
display: block !important;
}
table.strappy .visible-sm {
display: table !important;
}
tr.strappy .visible-sm {
display: table-row !important;
}
th.strappy .visible-sm,
td.strappy .visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.strappy .visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.strappy .visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.strappy .visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.strappy .visible-md {
display: block !important;
}
table.strappy .visible-md {
display: table !important;
}
tr.strappy .visible-md {
display: table-row !important;
}
th.strappy .visible-md,
td.strappy .visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.strappy .visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.strappy .visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.strappy .visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.strappy .visible-lg {
display: block !important;
}
table.strappy .visible-lg {
display: table !important;
}
tr.strappy .visible-lg {
display: table-row !important;
}
th.strappy .visible-lg,
td.strappy .visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.strappy .visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.strappy .visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.strappy .visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.strappy .hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.strappy .hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.strappy .hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.strappy .hidden-lg {
display: none !important;
}
}
.strappy .visible-print {
display: none !important;
}
@media print {
.strappy .visible-print {
display: block !important;
}
table.strappy .visible-print {
display: table !important;
}
tr.strappy .visible-print {
display: table-row !important;
}
th.strappy .visible-print,
td.strappy .visible-print {
display: table-cell !important;
}
}
.strappy .visible-print-block {
display: none !important;
}
@media print {
.strappy .visible-print-block {
display: block !important;
}
}
.strappy .visible-print-inline {
display: none !important;
}
@media print {
.strappy .visible-print-inline {
display: inline !important;
}
}
.strappy .visible-print-inline-block {
display: none !important;
}
@media print {
.strappy .visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.strappy .hidden-print {
display: none !important;
}
}.modula-best-grid-gallery :root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.modula-best-grid-gallery .f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.modula-best-grid-gallery .f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.modula-best-grid-gallery .f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.modula-best-grid-gallery .f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.modula-best-grid-gallery .f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.modula-best-grid-gallery .f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.modula-best-grid-gallery .f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.modula-best-grid-gallery .f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.modula-best-grid-gallery .f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.modula-best-grid-gallery .f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.modula-best-grid-gallery .f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.modula-best-grid-gallery .f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.modula-best-grid-gallery .f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.modula-best-grid-gallery .f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.modula-best-grid-gallery .f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.modula-best-grid-gallery .f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.modula-best-grid-gallery .f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s) * .5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.modula-best-grid-gallery .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.modula-best-grid-gallery .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.modula-best-grid-gallery .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.modula-best-grid-gallery .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.modula-best-grid-gallery .f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.modula-best-grid-gallery .f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.modula-best-grid-gallery .f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.modula-best-grid-gallery .f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}.modula-best-grid-gallery :root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.modula-best-grid-gallery .f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover:hover){.modula-best-grid-gallery .f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.modula-best-grid-gallery .f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.modula-best-grid-gallery .f-button:focus:not(:focus-visible){outline:0}.modula-best-grid-gallery .f-button:focus-visible{outline:0;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.modula-best-grid-gallery .f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.modula-best-grid-gallery .f-button[disabled]{cursor:default}.modula-best-grid-gallery .f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.modula-best-grid-gallery .f-carousel__nav .f-button.is-next,.modula-best-grid-gallery .f-carousel__nav .f-button.is-prev,.modula-best-grid-gallery .fancybox__nav .f-button.is-next,.modula-best-grid-gallery .fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.modula-best-grid-gallery .is-horizontal .f-carousel__nav .f-button.is-next,.modula-best-grid-gallery .is-horizontal .f-carousel__nav .f-button.is-prev,.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-next,.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.modula-best-grid-gallery .is-horizontal .f-carousel__nav .f-button.is-prev,.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.modula-best-grid-gallery .is-horizontal .f-carousel__nav .f-button.is-next,.modula-best-grid-gallery .is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.modula-best-grid-gallery .is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.modula-best-grid-gallery .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.modula-best-grid-gallery .is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.modula-best-grid-gallery .is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.modula-best-grid-gallery .is-vertical .f-carousel__nav .f-button.is-next,.modula-best-grid-gallery .is-vertical .f-carousel__nav .f-button.is-prev,.modula-best-grid-gallery .is-vertical .fancybox__nav .f-button.is-next,.modula-best-grid-gallery .is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-50%)}.modula-best-grid-gallery .is-vertical .f-carousel__nav .f-button.is-prev,.modula-best-grid-gallery .is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.modula-best-grid-gallery .is-vertical .f-carousel__nav .f-button.is-next,.modula-best-grid-gallery .is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.modula-best-grid-gallery .is-vertical .f-carousel__nav .f-button.is-next svg,.modula-best-grid-gallery .is-vertical .f-carousel__nav .f-button.is-prev svg,.modula-best-grid-gallery .is-vertical .fancybox__nav .f-button.is-next svg,.modula-best-grid-gallery .is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.modula-best-grid-gallery .f-carousel__nav .f-button:disabled,.modula-best-grid-gallery .fancybox__nav .f-button:disabled{pointer-events:none}.modula-best-grid-gallery html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}.modula-best-grid-gallery html.with-fancybox body{touch-action:none}.modula-best-grid-gallery html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.modula-best-grid-gallery .fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.modula-best-grid-gallery .fancybox__container *,.modula-best-grid-gallery .fancybox__container ::after,.modula-best-grid-gallery .fancybox__container ::before{box-sizing:inherit}.modula-best-grid-gallery .fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.modula-best-grid-gallery .fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.modula-best-grid-gallery .fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.modula-best-grid-gallery .fancybox__viewport{width:100%;height:100%}.modula-best-grid-gallery .fancybox__viewport.is-draggable{cursor:move;cursor:grab}.modula-best-grid-gallery .fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.modula-best-grid-gallery .fancybox__track{display:flex;margin:0 auto;height:100%}.modula-best-grid-gallery .fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.modula-best-grid-gallery .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.modula-best-grid-gallery .fancybox__slide.has-html5video,.modula-best-grid-gallery .fancybox__slide.has-iframe,.modula-best-grid-gallery .fancybox__slide.has-video{overflow:hidden}.modula-best-grid-gallery .fancybox__slide.has-image{overflow:hidden}.modula-best-grid-gallery .fancybox__slide.has-image.is-animating,.modula-best-grid-gallery .fancybox__slide.has-image.is-selected{overflow:visible}.modula-best-grid-gallery .fancybox__slide::after,.modula-best-grid-gallery .fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.modula-best-grid-gallery .fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.modula-best-grid-gallery .is-loading .fancybox__content{opacity:0}.modula-best-grid-gallery .is-draggable .fancybox__content{cursor:move;cursor:grab}.modula-best-grid-gallery .can-zoom_in .fancybox__content{cursor:zoom-in}.modula-best-grid-gallery .can-zoom_out .fancybox__content{cursor:zoom-out}.modula-best-grid-gallery .is-dragging .fancybox__content{cursor:move;cursor:grabbing}.modula-best-grid-gallery .fancybox__content [contenteditable],.modula-best-grid-gallery .fancybox__content [data-selectable]{cursor:auto}.modula-best-grid-gallery .fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.modula-best-grid-gallery .fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.modula-best-grid-gallery .is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.modula-best-grid-gallery .is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.modula-best-grid-gallery .is-animating .fancybox__content,.modula-best-grid-gallery .is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.modula-best-grid-gallery .fancybox-image{background:initial;border:initial;height:initial;left:initial;margin:initial;max-height:initial;max-width:initial;padding:initial;position:initial;top:initial;-webkit-user-select:initial;-moz-user-select:initial;user-select:initial;width:initial}.modula-best-grid-gallery .fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modula-best-grid-gallery .fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.modula-best-grid-gallery .is-closing .fancybox__caption,.modula-best-grid-gallery .is-loading .fancybox__caption{opacity:0;visibility:hidden}.modula-best-grid-gallery .is-compact .fancybox__caption{padding-bottom:0}.modula-best-grid-gallery .f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.modula-best-grid-gallery .fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.modula-best-grid-gallery .is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.modula-best-grid-gallery .is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.modula-best-grid-gallery .fancybox__content>.f-button.is-close-btn:hover{opacity:1}.modula-best-grid-gallery .fancybox__footer{padding:0;margin:0;position:relative}.modula-best-grid-gallery .fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.modula-best-grid-gallery .is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.modula-best-grid-gallery .is-compact .fancybox__footer .fancybox__caption{padding:12px}.modula-best-grid-gallery .is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.modula-best-grid-gallery .fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity, 1)}.modula-best-grid-gallery .fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.modula-best-grid-gallery .is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.modula-best-grid-gallery .is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.modula-best-grid-gallery .fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.modula-best-grid-gallery .fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modula-best-grid-gallery .fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.modula-best-grid-gallery .fancybox-focus-guard{outline:0;opacity:0;position:fixed;pointer-events:none}.modula-best-grid-gallery .fancybox__container:not([aria-hidden]){opacity:0}.modula-best-grid-gallery .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.modula-best-grid-gallery .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.modula-best-grid-gallery .fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.modula-best-grid-gallery .fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.modula-best-grid-gallery .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.modula-best-grid-gallery .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.modula-best-grid-gallery .fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.modula-best-grid-gallery .fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.modula-best-grid-gallery .has-html5video .fancybox__content,.modula-best-grid-gallery .has-iframe .fancybox__content,.modula-best-grid-gallery .has-map .fancybox__content,.modula-best-grid-gallery .has-pdf .fancybox__content,.modula-best-grid-gallery .has-vimeo .fancybox__content,.modula-best-grid-gallery .has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.modula-best-grid-gallery .has-iframe .fancybox__content,.modula-best-grid-gallery .has-map .fancybox__content,.modula-best-grid-gallery .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.modula-best-grid-gallery .fancybox__container.is-compact .has-iframe .fancybox__content,.modula-best-grid-gallery .fancybox__container.is-compact .has-map .fancybox__content,.modula-best-grid-gallery .fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.modula-best-grid-gallery .has-html5video .fancybox__content,.modula-best-grid-gallery .has-vimeo .fancybox__content,.modula-best-grid-gallery .has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.modula-best-grid-gallery .has-html5video .fancybox__content,.modula-best-grid-gallery .has-map .fancybox__content,.modula-best-grid-gallery .has-pdf .fancybox__content,.modula-best-grid-gallery .has-vimeo .fancybox__content,.modula-best-grid-gallery .has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.modula-best-grid-gallery .has-map .fancybox__content{background:#e5e3df}.modula-best-grid-gallery .fancybox__html5video,.modula-best-grid-gallery .fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.modula-best-grid-gallery .fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.modula-best-grid-gallery .f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.modula-best-grid-gallery .f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.modula-best-grid-gallery .f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.modula-best-grid-gallery .f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.modula-best-grid-gallery .f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.modula-best-grid-gallery .f-thumbs .f-spinner svg{display:none}.modula-best-grid-gallery .f-thumbs.is-vertical{height:100%}.modula-best-grid-gallery .f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.modula-best-grid-gallery .f-thumbs__track{display:flex}.modula-best-grid-gallery .f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.modula-best-grid-gallery .f-thumbs__slide.is-loading img{opacity:0}.modula-best-grid-gallery .is-classic .f-thumbs__viewport{height:100%}.modula-best-grid-gallery .is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.modula-best-grid-gallery .is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width,0)) * -.5);width:calc(var(--width,0) * 1px + var(--f-thumb-clip-width,0));cursor:pointer}.modula-best-grid-gallery .is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.modula-best-grid-gallery .is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.modula-best-grid-gallery .is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.modula-best-grid-gallery .is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.modula-best-grid-gallery .f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:0;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.modula-best-grid-gallery .f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.modula-best-grid-gallery .f-thumbs__slide__button:focus:not(:focus-visible){outline:0}.modula-best-grid-gallery .f-thumbs__slide__button:focus-visible{outline:0;opacity:var(--f-thumb-selected-opacity)}.modula-best-grid-gallery .is-modern .f-thumbs__slide__button{--clip-path:inset(
0
calc(
((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) *
(1 - var(--progress, 0)) * 0.5
)
round var(--f-thumb-border-radius, 0)
);clip-path:var(--clip-path)}.modula-best-grid-gallery .is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.modula-best-grid-gallery .is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.modula-best-grid-gallery .f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.modula-best-grid-gallery .f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.modula-best-grid-gallery .f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.modula-best-grid-gallery .f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.modula-best-grid-gallery .f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.modula-best-grid-gallery .fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23, 1, .32, 1)}.modula-best-grid-gallery .fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.modula-best-grid-gallery .fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.modula-best-grid-gallery .fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.modula-best-grid-gallery .fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.modula-best-grid-gallery .fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.modula-best-grid-gallery .fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.modula-best-grid-gallery .is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.modula-best-grid-gallery .fancybox__thumbs{max-height:initial!important}.modula-best-grid-gallery .fancybox__thumbs.is-masked{max-height:0!important}.modula-best-grid-gallery .is-closing .fancybox__thumbs{transition:none!important}.modula-best-grid-gallery .fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.modula-best-grid-gallery .fancybox__toolbar :focus-visible{z-index:1}.modula-best-grid-gallery .fancybox__toolbar.is-absolute,.modula-best-grid-gallery .is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.modula-best-grid-gallery .is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.modula-best-grid-gallery .fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.modula-best-grid-gallery .fancybox__toolbar__column.is-left,.modula-best-grid-gallery .fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.modula-best-grid-gallery .fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.modula-best-grid-gallery .fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modula-best-grid-gallery .fancybox__infobar span{padding:0 5px}.modula-best-grid-gallery .fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}.modula-best-grid-gallery [data-fancybox-toggle-slideshow]{position:relative}.modula-best-grid-gallery [data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}.modula-best-grid-gallery [data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.modula-best-grid-gallery [data-fancybox-toggle-slideshow] svg g:last-child{display:none}.modula-best-grid-gallery .has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.modula-best-grid-gallery .has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}.modula-best-grid-gallery [data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}.modula-best-grid-gallery [data-fancybox-toggle-fullscreen] svg g:last-child{display:none}.modula-best-grid-gallery :fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}.modula-best-grid-gallery :fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.modula-best-grid-gallery .f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}html body.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}html body.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px 0}.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share h1:after,.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share h1:before{display:none}html body.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share p{margin:0;padding:0}html body.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px 5px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}html body .modula-fancybox-container .fancybox__slide .modula-fancybox-share__button:link,html body.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share__button:visited{color:#fff}html body.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share__button:hover{text-decoration:none}html body.modula-best-grid-gallery .modula-fancybox-share__button--fb{background:#3b5998}html body.modula-best-grid-gallery .modula-fancybox-share__button--fb:hover{background:#344e86}html body.modula-best-grid-gallery .modula-fancybox-share__button--pt{background:#bd081d}html body.modula-best-grid-gallery .modula-fancybox-share__button--pt:hover{background:#aa0719}html body.modula-best-grid-gallery .modula-fancybox-share__button--tw{background:#1da1f2}html body.modula-best-grid-gallery .modula-fancybox-share__button--tw:hover{background:#0d95e8}html body.modula-best-grid-gallery .modula-fancybox-share__button--email{background:#9c3}html body.modula-best-grid-gallery .modula-fancybox-share__button--email:hover{background:#7aa329}html body.modula-best-grid-gallery .modula-fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px;display:inline-block}html body.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share__button svg path{fill:#fff}html body.modula-best-grid-gallery .modula-fancybox-container .fancybox__slide .modula-fancybox-share .modula-fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0 0;outline:0;padding:10px 15px;width:100%}body.admin-bar.modula-best-grid-gallery .fancybox__container{top:32px}.modula-best-grid-gallery .fancybox__sidebar{position:absolute;top:45px;bottom:0;width:115px;z-index:20}.modula-best-grid-gallery .fancybox__sidebar.right{right:10px}.modula-best-grid-gallery .fancybox__sidebar.left{left:10px}.modula-best-grid-gallery .fancybox__container.has-sidebar .fancybox__nav{--f-button-prev-pos:8rem;--f-button-next-pos:8rem}.modula-best-grid-gallery .fancybox__container.has-sidebar .fancybox__caption{margin:0 8% 0 8%}.modula-best-grid-gallery .m-zoomIn{animation:var(--f-transition-duration,.5s) ease both m-zoomIn;z-index:2}.modula-best-grid-gallery .m-zoomOut{animation:var(--f-transition-duration,.5s) ease both m-zoomOut;z-index:1}.modula-best-grid-gallery .m-zoom-in-outIn{animation:var(--f-transition-duration,.5s) ease both m-zoomIn}.modula-best-grid-gallery .m-zoom-in-outOut{animation:var(--f-transition-duration,.5s) ease both m-zoomInAndOut}.modula-best-grid-gallery .m-fadeIn{animation:var(--f-transition-duration,.5s) ease both m-fadeIn}.modula-best-grid-gallery .m-fadeOut{animation:var(--f-transition-duration,.5s) ease both m-fadeOut}@keyframes m-zoomIn{0%{transform:scale(.7);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes m-zoomInAndOut{100%{transform:scale(2);opacity:0}}@keyframes m-zoomOut{0%{transform:scale(1);opacity:1}100%{transform:scale(.7);opacity:0}}@keyframes m-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes m-fadeOut{0%{opacity:1}100%{opacity:0}}
html body .modula .modula-items .modula-item{position:absolute;box-sizing:border-box;overflow:hidden}html body .modula .modula-items .modula-item .modula-item-content{transition:transform .3s ease-out,opacity .2s linear,top .3s,left .6s;opacity:0}html body .modula .modula-items{position:relative;z-index:1;min-height:10px}html body .modula .modula-items .modula-item .modula-item-content>a{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background:0 0}html body .modula.modula-creative-gallery .modula-items .modula-item .modula-item-content,html body .modula.modula-custom-grid .modula-items .modula-item .modula-item-content{height:100%}html body .modula .modula-items .modula-item .jtg-social{z-index:10;font-size:0}html body .modula.modula-columns:not(.modula-loaded-scale).modula-gallery-initialized .modula-items .modula-item .modula-item-content,html body .modula:not(.modula-loaded-scale).modula-gallery-initialized .modula-items .modula-item.tg-loaded .modula-item-content,html body .modula:not(.modula-loaded-scale).modula-gallery-initialized .modula-items.justified-gallery .modula-item .modula-item-content{transform:scale(1) translate(0,0) rotate(0)!important;opacity:1}html body .modula .modula-items .modula-item img.pic,html body .modula .modula-items .modula-item picture.pic{font-size:12px;position:absolute;max-width:999em;transition:width .3s,height .3s,transform .3s linear,opacity .2s linear}html body .modula .modula-items .modula-item picture.pic img{max-width:999em;height:100%}html body .modula.modula-creative-gallery .modula-items .modula-item picture.pic img{width:100%}html body .modula.modula-columns .modula-items .modula-item img.pic,html body .modula.modula-columns .modula-items .modula-item picture.pic{position:relative;max-width:100%;margin:0 auto}html body .modula .modula-items .modula-item.tg-loaded img.pic,html body .modula .modula-items .modula-item.tg-loaded picture.pic,html body .modula.modula-columns .modula-items .modula-item img.pic,html body .modula.modula-columns .modula-items .modula-item picture.pic{display:block;opacity:1}html body .modula .modula-items .modula-item img.pic.lazyload,html body .modula .modula-items .modula-item img.pic.lazyloaded,html body .modula .modula-items .modula-item picture.pic.lazyload,html body .modula .modula-items .modula-item picture.pic.lazyloaded{display:block}html body .modula .modula-items .modula-item .caption .icon{font-size:14px;position:absolute;left:50%;top:50%;margin:-12px 0 0 -8px}html body .modula .modula-items .modula-item .figc{color:#fff;text-align:center;position:absolute;left:0;width:100%;padding:0;max-width:100%}html body .modula .modula-items .hidden .figc{display:none}html body .modula .modula-items .hidden:hover .figc{display:block}html body .modula .modula-items .visible .figc{display:block}html body .modula .modula-items .always-visible .figc{display:block}html body .modula .modula-items .visible:hover .figc{display:none}html body .modula .modula-items .caption span.text{display:block;padding:10px}html body .modula .modula-items .caption span.title{font-size:14px;font-weight:700}html body .modula .jtg-social a{box-shadow:none}html body .modula .jtg-social svg{width:20px;height:16px}html body .modula .modula-items .modula-item .jtg-title{margin:0}html body .modula .modula-items .modula-item p{margin:0;padding:0}html body .modula .figc{color:#000;text-align:center;position:absolute;left:0;width:100%;padding:2em}html body .modula .modula-item .jtg-social a{text-decoration:none;color:#fff;display:inline-block;margin:0 10px 0 0;padding:0;border:0;opacity:0;transition:opacity .3s}html body .modula .modula-item:hover .jtg-social a{opacity:1}html body .modula .modula-items .jtg-social{opacity:0;right:30px;position:absolute;bottom:20px;text-align:right;transition:all .3s}html body .et_pb_module_inner .modula .modula-items .jtg-social{transition:all .3s!important}html body .modula .modula-items .modula-item.effect-pufrobo .jtg-social a{margin-right:10px}@media all and (max-width:480px){html body .modula .modula-items .modula-item.effect-pufrobo .jtg-social{right:0;width:100%;text-align:center}html body .modula .modula-items .modula-item.effect-pufrobo .jtg-social a{padding:5px}}html body .modula .modula-items .jtg-social{opacity:1}html body .modula .modula-items .jtg-social a:last-of-type{margin-right:0}html body .modula .modula-item.effect-pufrobo p.description{margin-bottom:2em}html body .et_pb_module_inner .modula .modula-item.effect-pufrobo p.description{-webkit-transition:-webkit-transform .35s!important;transition:transform .35s!important}html body .modula .modula-item.effect-pufrobo .figc{text-align:right}html body .modula .modula-item.effect-pufrobo .jtg-title,html body .modula .modula-item.effect-pufrobo p{position:absolute;right:5%;left:5%;padding:10px 0}html body .modula.modula-gallery-initialized .modula-item:hover img,html body .modula.modula-gallery-initialized .modula-items .modula-item.tg-loaded:hover img.pic,html body .modula.modula-gallery-initialized .modula-items .modula-item.tg-loaded:hover picture.pic{opacity:.8}html body .modula .modula-item.effect-pufrobo p{bottom:20%;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);letter-spacing:1px}html body .modula .modula-items .modula-item.effect-pufrobo .jtg-title{top:10%;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}html body .et_pb_module_inner .modula .modula-items .modula-item.effect-pufrobo .jtg-title{-webkit-transition:-webkit-transform .35s!important;transition:transform .35s!important}html body .modula .modula-item.effect-pufrobo:hover .jtg-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}html body .modula .modula-item.effect-pufrobo .jtg-title::after{position:absolute;top:80%;left:0;width:100%;height:4px;background:#fff;content:'';-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}html body .modula .modula-item.effect-pufrobo .jtg-title::after,html body .modula .modula-item.effect-pufrobo p{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}html body .modula .modula-item.effect-pufrobo:hover .jtg-title::after,html body .modula .modula-item.effect-pufrobo:hover p{margin-top:10px;margin-bottom:5px;opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}html body .modula .modula-items .modula-item.effect-pufrobo .figc.no-title.no-description .jtg-title:after{display:none}html body .modula .modula-items .modula-item.effect-appear .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-comodo .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-crafty .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-curtain .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-fluid-up .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-hide .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-lens .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-pufrobo .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-quiet .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-reflex .figc .jtg-title:before,html body .modula .modula-items .modula-item.effect-seemo .figc .jtg-title:before{display:none}html body .modula .modula-items .modula-item>a:not(.modula-no-follow){cursor:zoom-in}html body .modula .modula-items .modula-item>a.modula-no-follow{cursor:default}html body .modula-fancybox-container{z-index:99999999!important}html body .modula-fancybox-share__button--li{background:#0e76a8}html body .modula-fancybox-share__button--wa{background:#25d366}html body .modula.modula-columns .modula-item{display:flex;justify-content:center}html body .modula.modula-columns .modula-item .modula-item-content{position:relative}html body .modula.modula-columns .modula-items.grid-gallery .modula-item .modula-item-content{height:100%}html body .modula.modula-columns .modula-items.grid-gallery.justified-gallery .modula-item .modula-item-content{width:100%}html body .modula.modula-columns .modula-items.grid-gallery.justified-gallery .modula-item .modula-item-content img.pic,html body .modula.modula-columns .modula-items.grid-gallery.justified-gallery .modula-item .modula-item-content picture.pic{position:absolute;top:50%;left:50%;margin:0;padding:0;border:none}html body .modula.modula-columns .modula-item.jg-filtered{display:none}html body .modula-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html body .modula-row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html body .modula-row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html body .modula-row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}html body .modula-row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html body .modula-row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html body .modula-row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}@media (min-width:576px){html body .modula-row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html body .modula-row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html body .modula-row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}html body .modula-row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html body .modula-row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html body .modula-row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}}@media (min-width:768px){html body .modula-row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html body .modula-row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html body .modula-row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}html body .modula-row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html body .modula-row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html body .modula-row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}}@media (min-width:992px){html body .modula-row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html body .modula-row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html body .modula-row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}html body .modula-row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html body .modula-row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html body .modula-row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}}@media (min-width:1200px){html body .modula-row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}html body .modula-row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}html body .modula-row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}html body .modula-row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}html body .modula-row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}html body .modula-row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}}html body .modula .modula-items.grid-gallery .modula-item .figc{height:100%;top:0}html body div.modula-powered{text-align:right;font-size:14px;margin-right:5px;clear:both}html body div.modula-powered svg.modula-logo{width:14px;position:relative;top:3px}html body div.modula-powered svg.modula-logo path{color:#58ab7e!important}html body div.modula-powered svg.modula-logo{display:inline-block}.modula-gallery:not( .modula-gallery-initialized )>.modula-items{visibility:hidden}.modula-gallery.modula-gallery-initialized .modula-items .modula-item{visibility:visible}.modula-creative-commons-wrap p{margin:0}.modula-creative-commons-wrap img{height:20px;margin-right:10px}.modula-fancybox-container button.f-button.is-close-btn{display:none}html body .modula-items .modula-item .jtg-social-mobile{display:none}@media (max-width:992px){html body .modula-items .modula-item .jtg-social-mobile-icons{padding:10px 15px;background-color:#000;border-radius:20px;position:absolute;top:calc(-100% - 15px);display:flex;z-index:99;right:0}html body .modula-items .modula-item .modula-socials-right .jtg-social-mobile-icons{left:0;right:unset}html body .modula-items .modula-item .jtg-social-mobile-icons::before{content:'';position:absolute;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #000;bottom:-8px;right:10px}html body .modula-items .modula-item .modula-socials-right .jtg-social-mobile-icons::before{right:unset;left:10px}html body .modula-items .modula-item .jtg-social-mobile{padding:10px;background-color:#000;border-radius:50%;cursor:pointer;position:absolute;right:10px;bottom:10px;z-index:999;display:block}html body .modula .modula-items .jtg-social-mobile a.modula-icon-share{pointer-events:none;display:flex;justify-content:center;align-items:center;border-radius:50%;text-decoration:none}html body .modula-item .jtg-social-mobile .jtg-social-mobile-icons a{justify-content:center;align-items:center;display:flex}html body .modula-items .modula-item .jtg-social-mobile:not(.modula-show-socials) .jtg-social-mobile-icons{display:none}html body .modula-items .modula-item .jtg-social{display:none}}.modula-fancybox-container .fancybox-image{width:auto;height:auto;max-width:100%;max-height:100%}html body .modula-fancybox-container button.f-button{padding:0}