@charset "UTF-8";
.owl-carousel .animated {
	animation-duration:1000ms;
	animation-fill-mode:both;
}
.owl-carousel .owl-animated-in {
	z-index:0;
}
.owl-carousel .owl-animated-out {
	z-index:1;
}
.owl-carousel .fadeOut {
	animation-name:fadeOut;
}
@keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
.owl-height {
	transition:height 500ms ease-in-out;
}
.owl-carousel {
	display:none;
	width:100%;
	-webkit-tap-highlight-color:transparent;
	position:relative;
}
.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.owl-carousel.owl-loaded {
	display:block;
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block;
}
.owl-carousel.owl-hidden {
	opacity:0;
}
.owl-carousel .owl-refresh .owl-item {
	display:none;
}
.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.owl-carousel .owl-item img {
	display:block;
	transform:translate3d(0, 0, 0);
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto;
}
.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab;
}
.owl-carousel.owl-rtl {
	direction:rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float:right;
}
.no-js .owl-carousel {
	display:block;
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	transition:opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style:preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000;
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:95px;
	width:95px;
	left:50%;
	top:50%;
	margin-left:-47.5px;
	margin-top:-47.5px;
	background:url(../Assets/Imgs/symbols/video-play.html) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display:none;
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
}
.owl-origin {
	-webkit-perspective:1200px;
	-webkit-perspective-origin-x:50%;
	-webkit-perspective-origin-y:50%;
	-moz-perspective:1200px;
	-moz-perspective-origin-x:50%;
	-moz-perspective-origin-y:50%;
	perspective:1200px;
}
.owl-fade-out {
	z-index:10;
animation:fadeOut .7s both ease;
}
.owl-fade-in {
animation:fadeIn .7s both ease;
}
.owl-backSlide-out {
	animation:backSlideOut 1s both ease;
}
.owl-backSlide-in {
	animation:backSlideIn 1s both ease;
}
.owl-goDown-out {
animation:scaleToFade .7s ease both;
}
.owl-goDown-in {
animation:goDown .6s ease both;
}
.owl-fadeUp-in {
animation:scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
animation:scaleUpTo .5s ease both;
}
@keyframes empty {
0% {
opacity:1;
}
}
@keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@keyframes backSlideOut {
25% {
opacity:.5;
transform:translateZ(-500px);
}
75% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%);
}
100% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideIn {
0%, 25% {
opacity:.5;
transform:translateZ(-500px) translateX(200%);
}
75% {
opacity:.5;
transform:translateZ(-500px);
}
100% {
opacity:1;
transform:translateZ(0) translateX(0);
}
}
@keyframes scaleToFade {
to {
opacity:0;
transform:scale(.8);
}
}
@keyframes goDown {
from {
transform:translateY(-100%);
}
}
@keyframes scaleUpFrom {
from {
opacity:0;
transform:scale(1.5);
}
}
@keyframes scaleUpTo {
to {
opacity:0;
transform:scale(1.5);
}
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
	animation-duration:1s;
	animation-fill-mode:both;
}
.animated.hinge {
	animation-duration:2s;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform:translateY(0);
}
40% {
transform:translateY(-30px);
}
60% {
transform:translateY(-15px);
}
}
.bounce {
	animation-name:bounce;
}
@keyframes flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
.flash {
	animation-name:flash;
}
@keyframes pulse {
0% {
transform:scale(1);
}
50% {
transform:scale(1.1);
}
100% {
transform:scale(1);
}
}
.pulse {
	animation-name:pulse;
}
@keyframes shake {
0%, 100% {
transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
transform:translateX(10px);
}
}
.shake {
	animation-name:shake;
}
@keyframes swing {
20% {
transform:rotate(15deg);
}
40% {
transform:rotate(-10deg);
}
60% {
transform:rotate(5deg);
}
80% {
transform:rotate(-5deg);
}
100% {
transform:rotate(0deg);
}
}
.swing {
	transform-origin:top center;
	animation-name:swing;
}
@keyframes tada {
0% {
transform:scale(1);
}
10%, 20% {
transform:scale(.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform:scale(1.1) rotate(-3deg);
}
100% {
transform:scale(1) rotate(0);
}
}
.tada {
	animation-name:tada;
}
@keyframes wobble {
0% {
transform:translateX(0%);
}
15% {
transform:translateX(-25%) rotate(-5deg);
}
30% {
transform:translateX(20%) rotate(3deg);
}
45% {
transform:translateX(-15%) rotate(-3deg);
}
60% {
transform:translateX(10%) rotate(2deg);
}
75% {
transform:translateX(-5%) rotate(-1deg);
}
100% {
transform:translateX(0%);
}
}
.wobble {
	animation-name:wobble;
}
@keyframes bounceIn {
0% {
opacity:0;
transform:scale(.3);
}
50% {
opacity:1;
transform:scale(1.05);
}
70% {
transform:scale(.9);
}
100% {
transform:scale(1);
}
}
.bounceIn {
	animation-name:bounceIn;
}
@keyframes bounceInDown {
0% {
opacity:0;
transform:translateY(-2000px);
}
60% {
opacity:1;
transform:translateY(30px);
}
80% {
transform:translateY(-10px);
}
100% {
transform:translateY(0);
}
}
.bounceInDown {
	animation-name:bounceInDown;
}
@keyframes bounceInLeft {
0% {
opacity:0;
transform:translateX(-2000px);
}
60% {
opacity:1;
transform:translateX(30px);
}
80% {
transform:translateX(-10px);
}
100% {
transform:translateX(0);
}
}
.bounceInLeft {
	animation-name:bounceInLeft;
}
@keyframes bounceInRight {
0% {
opacity:0;
transform:translateX(2000px);
}
60% {
opacity:1;
transform:translateX(-30px);
}
80% {
transform:translateX(10px);
}
100% {
transform:translateX(0);
}
}
.bounceInRight {
	animation-name:bounceInRight;
}
@keyframes bounceInUp {
0% {
opacity:0;
transform:translateY(2000px);
}
60% {
opacity:1;
transform:translateY(-30px);
}
80% {
transform:translateY(10px);
}
100% {
transform:translateY(0);
}
}
.bounceInUp {
	animation-name:bounceInUp;
}
@keyframes bounceOut {
0% {
transform:scale(1);
}
25% {
transform:scale(.95);
}
50% {
opacity:1;
transform:scale(1.1);
}
100% {
opacity:0;
transform:scale(.3);
}
}
.bounceOut {
	animation-name:bounceOut;
}
@keyframes bounceOutDown {
0% {
transform:translateY(0);
}
20% {
opacity:1;
transform:translateY(-20px);
}
100% {
opacity:0;
transform:translateY(2000px);
}
}
.bounceOutDown {
	animation-name:bounceOutDown;
}
@keyframes bounceOutLeft {
0% {
transform:translateX(0);
}
20% {
opacity:1;
transform:translateX(20px);
}
100% {
opacity:0;
transform:translateX(-2000px);
}
}
.bounceOutLeft {
	animation-name:bounceOutLeft;
}
@keyframes bounceOutRight {
0% {
transform:translateX(0);
}
20% {
opacity:1;
transform:translateX(-20px);
}
100% {
opacity:0;
transform:translateX(2000px);
}
}
.bounceOutRight {
	animation-name:bounceOutRight;
}
@keyframes bounceOutUp {
0% {
transform:translateY(0);
}
20% {
opacity:1;
transform:translateY(20px);
}
100% {
opacity:0;
transform:translateY(-2000px);
}
}
.bounceOutUp {
	animation-name:bounceOutUp;
}
@keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
.fadeIn {
	animation-name:fadeIn;
}
@keyframes fadeInDown {
0% {
opacity:0;
transform:translateY(-20px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInDown {
	animation-name:fadeInDown;
}
@keyframes fadeInDownBig {
0% {
opacity:0;
transform:translateY(-2000px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInDownBig {
	animation-name:fadeInDownBig;
}
@keyframes fadeInLeft {
0% {
opacity:0;
transform:translateX(-20px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInLeft {
	animation-name:fadeInLeft;
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
transform:translateX(-2000px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInLeftBig {
	animation-name:fadeInLeftBig;
}
@keyframes fadeInRight {
0% {
opacity:0;
transform:translateX(20px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInRight {
	animation-name:fadeInRight;
}
@keyframes fadeInRightBig {
0% {
opacity:0;
transform:translateX(2000px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeInRightBig {
	animation-name:fadeInRightBig;
}
@keyframes fadeInUp {
0% {
opacity:0;
transform:translateY(20px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInUp {
	animation-name:fadeInUp;
}
@keyframes fadeInUpBig {
0% {
opacity:0;
transform:translateY(2000px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInUpBig {
	animation-name:fadeInUpBig;
}
@keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
.fadeOut {
	animation-name:fadeOut;
}
@keyframes fadeOutDown {
0% {
opacity:1;
transform:translateY(0);
}
100% {
opacity:0;
transform:translateY(20px);
}
}
.fadeOutDown {
	animation-name:fadeOutDown;
}
@keyframes fadeOutDownBig {
0% {
opacity:1;
transform:translateY(0);
}
100% {
opacity:0;
transform:translateY(2000px);
}
}
.fadeOutDownBig {
	animation-name:fadeOutDownBig;
}
@keyframes fadeOutLeft {
0% {
opacity:1;
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(-20px);
}
}
.fadeOutLeft {
	animation-name:fadeOutLeft;
}
@keyframes fadeOutLeftBig {
0% {
opacity:1;
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(-2000px);
}
}
.fadeOutLeftBig {
	animation-name:fadeOutLeftBig;
}
@keyframes fadeOutRight {
0% {
opacity:1;
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(20px);
}
}
.fadeOutRight {
	animation-name:fadeOutRight;
}
@keyframes fadeOutRightBig {
0% {
opacity:1;
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(2000px);
}
}
.fadeOutRightBig {
	animation-name:fadeOutRightBig;
}
@keyframes fadeOutUp {
0% {
opacity:1;
transform:translateY(0);
}
100% {
opacity:0;
transform:translateY(-20px);
}
}
.fadeOutUp {
	animation-name:fadeOutUp;
}
@keyframes fadeOutUpBig {
0% {
opacity:1;
transform:translateY(0);
}
100% {
opacity:0;
transform:translateY(-2000px);
}
}
.fadeOutUpBig {
	animation-name:fadeOutUpBig;
}
@keyframes flip {
0% {
transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
animation-timing-function:ease-out;
}
40% {
transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
animation-timing-function:ease-out;
}
50% {
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function:ease-in;
}
80% {
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
animation-timing-function:ease-in;
}
100% {
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
animation-timing-function:ease-in;
}
}
.animated.flip {
	-webkit-backface-visibility:visible;
	backface-visibility:visible;
	animation-name:flip;
}
@keyframes flipInX {
0% {
transform:perspective(400px) rotateX(90deg);
opacity:0;
}
40% {
transform:perspective(400px) rotateX(-10deg);
}
70% {
transform:perspective(400px) rotateX(10deg);
}
100% {
transform:perspective(400px) rotateX(0deg);
opacity:1;
}
}
.flipInX {
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
	animation-name:flipInX;
}
@keyframes flipInY {
0% {
transform:perspective(400px) rotateY(90deg);
opacity:0;
}
40% {
transform:perspective(400px) rotateY(-10deg);
}
70% {
transform:perspective(400px) rotateY(10deg);
}
100% {
transform:perspective(400px) rotateY(0deg);
opacity:1;
}
}
.flipInY {
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
	animation-name:flipInY;
}
@keyframes flipOutX {
0% {
transform:perspective(400px) rotateX(0deg);
opacity:1;
}
100% {
transform:perspective(400px) rotateX(90deg);
opacity:0;
}
}
.flipOutX {
	animation-name:flipOutX;
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
}
@keyframes flipOutY {
0% {
transform:perspective(400px) rotateY(0deg);
opacity:1;
}
100% {
transform:perspective(400px) rotateY(90deg);
opacity:0;
}
}
.flipOutY {
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
	animation-name:flipOutY;
}
@keyframes lightSpeedIn {
0% {
transform:translateX(100%) skewX(-30deg);
opacity:0;
}
60% {
transform:translateX(-20%) skewX(30deg);
opacity:1;
}
80% {
transform:translateX(0%) skewX(-15deg);
opacity:1;
}
100% {
transform:translateX(0%) skewX(0deg);
opacity:1;
}
}
.lightSpeedIn {
	animation-name:lightSpeedIn;
	animation-timing-function:ease-out;
}
@keyframes lightSpeedOut {
0% {
transform:translateX(0%) skewX(0deg);
opacity:1;
}
100% {
transform:translateX(100%) skewX(-30deg);
opacity:0;
}
}
.lightSpeedOut {
	animation-name:lightSpeedOut;
	animation-timing-function:ease-in;
}
@keyframes rotateIn {
0% {
transform-origin:center center;
transform:rotate(-200deg);
opacity:0;
}
100% {
transform-origin:center center;
transform:rotate(0);
opacity:1;
}
}
.rotateIn {
	animation-name:rotateIn;
}
@keyframes rotateInDownLeft {
0% {
transform-origin:left bottom;
transform:rotate(-90deg);
opacity:0;
}
100% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1;
}
}
.rotateInDownLeft {
	animation-name:rotateInDownLeft;
}
@keyframes rotateInDownRight {
0% {
transform-origin:right bottom;
transform:rotate(90deg);
opacity:0;
}
100% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1;
}
}
.rotateInDownRight {
	animation-name:rotateInDownRight;
}
@keyframes rotateInUpLeft {
0% {
transform-origin:left bottom;
transform:rotate(90deg);
opacity:0;
}
100% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1;
}
}
.rotateInUpLeft {
	animation-name:rotateInUpLeft;
}
@keyframes rotateInUpRight {
0% {
transform-origin:right bottom;
transform:rotate(-90deg);
opacity:0;
}
100% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1;
}
}
.rotateInUpRight {
	animation-name:rotateInUpRight;
}
@keyframes rotateOut {
0% {
transform-origin:center center;
transform:rotate(0);
opacity:1;
}
100% {
transform-origin:center center;
transform:rotate(200deg);
opacity:0;
}
}
.rotateOut {
	animation-name:rotateOut;
}
@keyframes rotateOutDownLeft {
0% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1;
}
100% {
transform-origin:left bottom;
transform:rotate(90deg);
opacity:0;
}
}
.rotateOutDownLeft {
	animation-name:rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
0% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1;
}
100% {
transform-origin:right bottom;
transform:rotate(-90deg);
opacity:0;
}
}
.rotateOutDownRight {
	animation-name:rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
0% {
transform-origin:left bottom;
transform:rotate(0);
opacity:1;
}
100% {
transform-origin:left bottom;
transform:rotate(-90deg);
opacity:0;
}
}
.rotateOutUpLeft {
	animation-name:rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
0% {
transform-origin:right bottom;
transform:rotate(0);
opacity:1;
}
100% {
transform-origin:right bottom;
transform:rotate(90deg);
opacity:0;
}
}
.rotateOutUpRight {
	animation-name:rotateOutUpRight;
}
@keyframes slideInDown {
0% {
opacity:0;
transform:translateY(-2000px);
}
100% {
transform:translateY(0);
}
}
.slideInDown {
	animation-name:slideInDown;
}
@keyframes slideInLeft {
0% {
opacity:0;
transform:translateX(-2000px);
}
100% {
transform:translateX(0);
}
}
.slideInLeft {
	animation-name:slideInLeft;
}
@keyframes slideInRight {
0% {
opacity:0;
transform:translateX(2000px);
}
100% {
transform:translateX(0);
}
}
.slideInRight {
	animation-name:slideInRight;
}
@keyframes slideOutLeft {
0% {
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(-2000px);
}
}
.slideOutLeft {
	animation-name:slideOutLeft;
}
@keyframes slideOutRight {
0% {
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(2000px);
}
}
.slideOutRight {
	animation-name:slideOutRight;
}
@keyframes slideOutUp {
0% {
transform:translateY(0);
}
100% {
opacity:0;
transform:translateY(-2000px);
}
}
.slideOutUp {
	animation-name:slideOutUp;
}
@keyframes hinge {
0% {
transform:rotate(0);
transform-origin:top left;
animation-timing-function:ease-in-out;
}
20%, 60% {
transform:rotate(80deg);
transform-origin:top left;
animation-timing-function:ease-in-out;
}
40% {
transform:rotate(60deg);
transform-origin:top left;
animation-timing-function:ease-in-out;
}
80% {
transform:rotate(60deg) translateY(0);
opacity:1;
transform-origin:top left;
animation-timing-function:ease-in-out;
}
100% {
transform:translateY(700px);
opacity:0;
}
}
.hinge {
	animation-name:hinge;
}
@keyframes rollIn {
0% {
opacity:0;
transform:translateX(-100%) rotate(-120deg);
}
100% {
opacity:1;
transform:translateX(0) rotate(0deg);
}
}
.rollIn {
	animation-name:rollIn;
}
@keyframes rollOut {
0% {
opacity:1;
transform:translateX(0) rotate(0deg);
}
100% {
opacity:0;
transform:translateX(100%) rotate(120deg);
}
}
.rollOut {
	animation-name:rollOut;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body {
	margin:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display:block;
}
audio, canvas, progress, video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
display:none;
height:0;
}
[hidden], template {
display:none;
}
a {
	background-color:transparent;
}
a:active, a:hover {
	outline:0;
}
abbr[title] {
	border-bottom:1px dotted;
}
b, strong {
	font-weight:bold;
}
dfn {
	font-style:italic;
}
h1 {
	font-size:2em;
	margin:.67em 0;
}
mark {
	background:#ff0;
	color:#000;
}
small {
	font-size:80%;
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-.5em;
}
sub {
	bottom:-.25em;
}
img {
	border:0;
}
svg:not(:root) {
overflow:hidden;
}
figure {
	margin:1em 40px;
}
hr {
	box-sizing:content-box;
	height:0;
}
pre {
	overflow:auto;
}
code, kbd, pre, samp {
	font-family:monospace, monospace;
	font-size:1em;
}
button, input, optgroup, select, textarea {
	color:inherit;
	font:inherit;
	margin:0;
}
button {
	overflow:visible;
}
button, select {
	text-transform:none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled], html input[disabled] {
	cursor:default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
input {
	line-height:normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto;
}
input[type="search"] {
	-webkit-appearance:textfield;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:.35em .625em .75em;
}
legend {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
}
optgroup {
	font-weight:bold;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td, th {
	padding:0;
}
* {
	box-sizing:border-box;
}
*:before, *:after {
	box-sizing:border-box;
}
html {
	-webkit-tap-highlight-color:transparent;
}
input, button, select, textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
}
a {
	color:#337ab7;
	text-decoration:none;
}
a:hover, a:focus {
	color:#23527c;
	text-decoration:underline;
}
a:focus {
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
figure {
	margin:0;
}
img {
	vertical-align:middle;
}
.img-responsive {
	display:block;
	max-width:100%;
	height:auto;
}
.img-rounded {
	border-radius:6px;
}
.img-thumbnail {
	padding:4px;
	line-height:1.42857;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
transition:all .2s ease-in-out;
	display:inline-block;
	max-width:100%;
	height:auto;
}
.img-circle {
	border-radius:50%;
}
hr {
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-top:1px solid #eee;
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto;
}
[role="button"] {
cursor:pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:inherit;
	font-weight:500;
	line-height:1.1;
	color:inherit;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight:normal;
	line-height:1;
	color:#777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top:20px;
	margin-bottom:10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size:65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top:10px;
	margin-bottom:10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size:75%;
}
h1, .h1 {
	font-size:36px;
}
h2, .h2 {
	font-size:30px;
}
h3, .h3 {
	font-size:24px;
}
h4, .h4 {
	font-size:18px;
}
h5, .h5 {
	font-size:14px;
}
h6, .h6 {
	font-size:12px;
}
p {
	margin:0 0 10px;
}
.lead {
	margin-bottom:20px;
	font-size:16px;
	font-weight:300;
	line-height:1.4;
}
@media(min-width:768px) {
.lead {
font-size:21px;
}
}
small, .small {
	font-size:85%;
}
mark, .mark {
	background-color:#fcf8e3;
	padding:.2em;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.text-nowrap {
	white-space:nowrap;
}
.text-lowercase {
	text-transform:lowercase;
}
.text-uppercase, .initialism {
	text-transform:uppercase;
}
.text-capitalize {
	text-transform:capitalize;
}
.text-muted {
	color:#777;
}
.text-primary {
	color:#337ab7;
}
a.text-primary:hover, a.text-primary:focus {
	color:#286090;
}
.text-success {
	color:#3c763d;
}
a.text-success:hover, a.text-success:focus {
	color:#2b542c;
}
.text-info {
	color:#31708f;
}
a.text-info:hover, a.text-info:focus {
	color:#245269;
}
.text-warning {
	color:#8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
	color:#66512c;
}
.text-danger {
	color:#a94442;
}
a.text-danger:hover, a.text-danger:focus {
	color:#843534;
}
.bg-primary {
	color:#fff;
}
.bg-primary {
	background-color:#337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color:#286090;
}
.bg-success {
	background-color:#dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
	background-color:#c1e2b3;
}
.bg-info {
	background-color:#d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
	background-color:#afd9ee;
}
.bg-warning {
	background-color:#fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color:#f7ecb5;
}
.bg-danger {
	background-color:#f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color:#e4b9b9;
}
.page-header {
	padding-bottom:9px;
	margin:40px 0 20px;
	border-bottom:1px solid #eee;
}
ul, ol {
	margin-top:0;
	margin-bottom:10px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom:0;
}
.list-unstyled {
	padding-left:0;
	list-style:none;
}
.list-inline {
	padding-left:0;
	list-style:none;
	margin-left:-5px;
}
.list-inline>li {
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
}
dl {
	margin-top:0;
	margin-bottom:20px;
}
dt, dd {
	line-height:1.42857;
}
dt {
	font-weight:bold;
}
dd {
	margin-left:0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	content:" ";
	display:table;
}
.dl-horizontal dd:after {
	clear:both;
}
@media(min-width:768px) {
.dl-horizontal dt {
float:left;
width:160px;
clear:left;
text-align:right;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.dl-horizontal dd {
margin-left:180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor:help;
	border-bottom:1px dotted #777;
}
.initialism {
	font-size:90%;
}
blockquote {
	padding:10px 20px;
	margin:0 0 20px;
	font-size:17.5px;
	border-left:5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom:0;
}
blockquote footer, blockquote small, blockquote .small {
	display:block;
	font-size:80%;
	line-height:1.42857;
	color:#777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content:'— ';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right:15px;
	padding-left:0;
	border-right:5px solid #eee;
	border-left:0;
	text-align:right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
	content:'';
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
	content:' —';
}
address {
	margin-bottom:20px;
	font-style:normal;
	line-height:1.42857;
}
.container {
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px;
}
.container:before, .container:after {
	content:" ";
	display:table;
}
.container:after {
	clear:both;
}
@media(min-width:768px) {
.container {
width:750px;
}
}
@media(min-width:992px) {
.container {
width:970px;
}
}
@media(min-width:1200px) {
.container {
width:1170px;
}
}
.container-fluid {
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px;
}
/*.container-fluid:before, .container-fluid:after {
	content:" ";
	display:table;
}*/
.container-fluid:after {
	clear:both;
}
.row {
	margin-left:-15px;
	margin-right:-15px;
}
.row:before, .row:after {
	content:" ";
	display:table;
}
.row:after {
	clear:both;
}
.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;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float:left;
}
.col-xs-1 {
	width:8.33333%;
}
.col-xs-2 {
	width:16.66667%;
}
.col-xs-3 {
	width:25%;
}
.col-xs-4 {
	width:33.33333%;
}
.col-xs-5 {
	width:41.66667%;
}
.col-xs-6 {
	width:50%;
}
.col-xs-7 {
	width:58.33333%;
}
.col-xs-8 {
	width:66.66667%;
}
.col-xs-9 {
	width:75%;
}
.col-xs-10 {
	width:83.33333%;
}
.col-xs-11 {
	width:91.66667%;
}
.col-xs-12 {
	width:100%;
}
.col-xs-pull-0 {
	right:auto;
}
.col-xs-pull-1 {
	right:8.33333%;
}
.col-xs-pull-2 {
	right:16.66667%;
}
.col-xs-pull-3 {
	right:25%;
}
.col-xs-pull-4 {
	right:33.33333%;
}
.col-xs-pull-5 {
	right:41.66667%;
}
.col-xs-pull-6 {
	right:50%;
}
.col-xs-pull-7 {
	right:58.33333%;
}
.col-xs-pull-8 {
	right:66.66667%;
}
.col-xs-pull-9 {
	right:75%;
}
.col-xs-pull-10 {
	right:83.33333%;
}
.col-xs-pull-11 {
	right:91.66667%;
}
.col-xs-pull-12 {
	right:100%;
}
.col-xs-push-0 {
	left:auto;
}
.col-xs-push-1 {
	left:8.33333%;
}
.col-xs-push-2 {
	left:16.66667%;
}
.col-xs-push-3 {
	left:25%;
}
.col-xs-push-4 {
	left:33.33333%;
}
.col-xs-push-5 {
	left:41.66667%;
}
.col-xs-push-6 {
	left:50%;
}
.col-xs-push-7 {
	left:58.33333%;
}
.col-xs-push-8 {
	left:66.66667%;
}
.col-xs-push-9 {
	left:75%;
}
.col-xs-push-10 {
	left:83.33333%;
}
.col-xs-push-11 {
	left:91.66667%;
}
.col-xs-push-12 {
	left:100%;
}
.col-xs-offset-0 {
	margin-left:0%;
}
.col-xs-offset-1 {
	margin-left:8.33333%;
}
.col-xs-offset-2 {
	margin-left:16.66667%;
}
.col-xs-offset-3 {
	margin-left:25%;
}
.col-xs-offset-4 {
	margin-left:33.33333%;
}
.col-xs-offset-5 {
	margin-left:41.66667%;
}
.col-xs-offset-6 {
	margin-left:50%;
}
.col-xs-offset-7 {
	margin-left:58.33333%;
}
.col-xs-offset-8 {
	margin-left:66.66667%;
}
.col-xs-offset-9 {
	margin-left:75%;
}
.col-xs-offset-10 {
	margin-left:83.33333%;
}
.col-xs-offset-11 {
	margin-left:91.66667%;
}
.col-xs-offset-12 {
	margin-left:100%;
}
@media(min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float:left;
}
.col-sm-1 {
width:8.33333%;
}
.col-sm-2 {
width:16.66667%;
}
.col-sm-3 {
width:25%;
}
.col-sm-4 {
width:33.33333%;
}
.col-sm-5 {
width:41.66667%;
}
.col-sm-6 {
width:50%;
}
.col-sm-7 {
width:58.33333%;
}
.col-sm-8 {
width:66.66667%;
}
.col-sm-9 {
width:75%;
}
.col-sm-10 {
width:83.33333%;
}
.col-sm-11 {
width:91.66667%;
}
.col-sm-12 {
width:100%;
}
.col-sm-pull-0 {
right:auto;
}
.col-sm-pull-1 {
right:8.33333%;
}
.col-sm-pull-2 {
right:16.66667%;
}
.col-sm-pull-3 {
right:25%;
}
.col-sm-pull-4 {
right:33.33333%;
}
.col-sm-pull-5 {
right:41.66667%;
}
.col-sm-pull-6 {
right:50%;
}
.col-sm-pull-7 {
right:58.33333%;
}
.col-sm-pull-8 {
right:66.66667%;
}
.col-sm-pull-9 {
right:75%;
}
.col-sm-pull-10 {
right:83.33333%;
}
.col-sm-pull-11 {
right:91.66667%;
}
.col-sm-pull-12 {
right:100%;
}
.col-sm-push-0 {
left:auto;
}
.col-sm-push-1 {
left:8.33333%;
}
.col-sm-push-2 {
left:16.66667%;
}
.col-sm-push-3 {
left:25%;
}
.col-sm-push-4 {
left:33.33333%;
}
.col-sm-push-5 {
left:41.66667%;
}
.col-sm-push-6 {
left:50%;
}
.col-sm-push-7 {
left:58.33333%;
}
.col-sm-push-8 {
left:66.66667%;
}
.col-sm-push-9 {
left:75%;
}
.col-sm-push-10 {
left:83.33333%;
}
.col-sm-push-11 {
left:91.66667%;
}
.col-sm-push-12 {
left:100%;
}
.col-sm-offset-0 {
margin-left:0%;
}
.col-sm-offset-1 {
margin-left:8.33333%;
}
.col-sm-offset-2 {
margin-left:16.66667%;
}
.col-sm-offset-3 {
margin-left:25%;
}
.col-sm-offset-4 {
margin-left:33.33333%;
}
.col-sm-offset-5 {
margin-left:41.66667%;
}
.col-sm-offset-6 {
margin-left:50%;
}
.col-sm-offset-7 {
margin-left:58.33333%;
}
.col-sm-offset-8 {
margin-left:66.66667%;
}
.col-sm-offset-9 {
margin-left:75%;
}
.col-sm-offset-10 {
margin-left:83.33333%;
}
.col-sm-offset-11 {
margin-left:91.66667%;
}
.col-sm-offset-12 {
margin-left:100%;
}
}
@media(min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float:left;
}
.col-md-1 {
width:8.33333%;
}
.col-md-2 {
width:16.66667%;
}
.col-md-3 {
width:25%;
}
.col-md-4 {
width:33.33333%;
}
.col-md-5 {
width:41.66667%;
}
.col-md-6 {
width:50%;
}
.col-md-7 {
width:58.33333%;
}
.col-md-8 {
width:66.66667%;
}
.col-md-9 {
width:75%;
}
.col-md-10 {
width:83.33333%;
}
.col-md-11 {
width:91.66667%;
}
.col-md-12 {
width:100%;
}
.col-md-pull-0 {
right:auto;
}
.col-md-pull-1 {
right:8.33333%;
}
.col-md-pull-2 {
right:16.66667%;
}
.col-md-pull-3 {
right:25%;
}
.col-md-pull-4 {
right:33.33333%;
}
.col-md-pull-5 {
right:41.66667%;
}
.col-md-pull-6 {
right:50%;
}
.col-md-pull-7 {
right:58.33333%;
}
.col-md-pull-8 {
right:66.66667%;
}
.col-md-pull-9 {
right:75%;
}
.col-md-pull-10 {
right:83.33333%;
}
.col-md-pull-11 {
right:91.66667%;
}
.col-md-pull-12 {
right:100%;
}
.col-md-push-0 {
left:auto;
}
.col-md-push-1 {
left:8.33333%;
}
.col-md-push-2 {
left:16.66667%;
}
.col-md-push-3 {
left:25%;
}
.col-md-push-4 {
left:33.33333%;
}
.col-md-push-5 {
left:41.66667%;
}
.col-md-push-6 {
left:50%;
}
.col-md-push-7 {
left:58.33333%;
}
.col-md-push-8 {
left:66.66667%;
}
.col-md-push-9 {
left:75%;
}
.col-md-push-10 {
left:83.33333%;
}
.col-md-push-11 {
left:91.66667%;
}
.col-md-push-12 {
left:100%;
}
.col-md-offset-0 {
margin-left:0%;
}
.col-md-offset-1 {
margin-left:8.33333%;
}
.col-md-offset-2 {
margin-left:16.66667%;
}
.col-md-offset-3 {
margin-left:25%;
}
.col-md-offset-4 {
margin-left:33.33333%;
}
.col-md-offset-5 {
margin-left:41.66667%;
}
.col-md-offset-6 {
margin-left:50%;
}
.col-md-offset-7 {
margin-left:58.33333%;
}
.col-md-offset-8 {
margin-left:66.66667%;
}
.col-md-offset-9 {
margin-left:75%;
}
.col-md-offset-10 {
margin-left:83.33333%;
}
.col-md-offset-11 {
margin-left:91.66667%;
}
.col-md-offset-12 {
margin-left:100%;
}
}
@media(min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float:left;
}
.col-lg-1 {
width:8.33333%;
}
.col-lg-2 {
width:16.66667%;
}
.col-lg-3 {
width:25%;
}
.col-lg-4 {
width:33.33333%;
}
.col-lg-5 {
width:41.66667%;
}
.col-lg-6 {
width:50%;
}
.col-lg-7 {
width:58.33333%;
}
.col-lg-8 {
width:66.66667%;
}
.col-lg-9 {
width:75%;
}
.col-lg-10 {
width:83.33333%;
}
.col-lg-11 {
width:91.66667%;
}
.col-lg-12 {
width:100%;
}
.col-lg-pull-0 {
right:auto;
}
.col-lg-pull-1 {
right:8.33333%;
}
.col-lg-pull-2 {
right:16.66667%;
}
.col-lg-pull-3 {
right:25%;
}
.col-lg-pull-4 {
right:33.33333%;
}
.col-lg-pull-5 {
right:41.66667%;
}
.col-lg-pull-6 {
right:50%;
}
.col-lg-pull-7 {
right:58.33333%;
}
.col-lg-pull-8 {
right:66.66667%;
}
.col-lg-pull-9 {
right:75%;
}
.col-lg-pull-10 {
right:83.33333%;
}
.col-lg-pull-11 {
right:91.66667%;
}
.col-lg-pull-12 {
right:100%;
}
.col-lg-push-0 {
left:auto;
}
.col-lg-push-1 {
left:8.33333%;
}
.col-lg-push-2 {
left:16.66667%;
}
.col-lg-push-3 {
left:25%;
}
.col-lg-push-4 {
left:33.33333%;
}
.col-lg-push-5 {
left:41.66667%;
}
.col-lg-push-6 {
left:50%;
}
.col-lg-push-7 {
left:58.33333%;
}
.col-lg-push-8 {
left:66.66667%;
}
.col-lg-push-9 {
left:75%;
}
.col-lg-push-10 {
left:83.33333%;
}
.col-lg-push-11 {
left:91.66667%;
}
.col-lg-push-12 {
left:100%;
}
.col-lg-offset-0 {
margin-left:0%;
}
.col-lg-offset-1 {
margin-left:8.33333%;
}
.col-lg-offset-2 {
margin-left:16.66667%;
}
.col-lg-offset-3 {
margin-left:25%;
}
.col-lg-offset-4 {
margin-left:33.33333%;
}
.col-lg-offset-5 {
margin-left:41.66667%;
}
.col-lg-offset-6 {
margin-left:50%;
}
.col-lg-offset-7 {
margin-left:58.33333%;
}
.col-lg-offset-8 {
margin-left:66.66667%;
}
.col-lg-offset-9 {
margin-left:75%;
}
.col-lg-offset-10 {
margin-left:83.33333%;
}
.col-lg-offset-11 {
margin-left:91.66667%;
}
.col-lg-offset-12 {
margin-left:100%;
}
}
table {
	background-color:transparent;
}
caption {
	padding-top:8px;
	padding-bottom:8px;
	color:#777;
	text-align:left;
}
th {
	text-align:left;
}
.table {
	width:100%;
	max-width:100%;
	margin-bottom:20px;
}
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
	padding:8px;
	line-height:1.42857;
	vertical-align:top;
	border-top:1px solid #ddd;
}
.table>thead>tr>th {
	vertical-align:bottom;
	border-bottom:2px solid #ddd;
}
.table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td {
	border-top:0;
}
.table>tbody+tbody {
	border-top:2px solid #ddd;
}
.table .table {
	background-color:#fff;
}
.table-condensed>thead>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td {
	padding:5px;
}
.table-bordered {
	border:1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
	border:1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width:2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color:#f9f9f9;
}
.table-hover>tbody>tr:hover {
	background-color:#f5f5f5;
}
table col[class*="col-"] {
position:static;
float:none;
display:table-column;
}
table td[class*="col-"], table th[class*="col-"] {
position:static;
float:none;
display:table-cell;
}
.table>thead>tr>td.active, .table>thead>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th {
	background-color:#f5f5f5;
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
	background-color:#e8e8e8;
}
.table>thead>tr>td.success, .table>thead>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th {
	background-color:#dff0d8;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
	background-color:#d0e9c6;
}
.table>thead>tr>td.info, .table>thead>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th {
	background-color:#d9edf7;
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
	background-color:#c4e3f3;
}
.table>thead>tr>td.warning, .table>thead>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th {
	background-color:#fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
	background-color:#faf2cc;
}
.table>thead>tr>td.danger, .table>thead>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th {
	background-color:#f2dede;
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
	background-color:#ebcccc;
}
.table-responsive {
	overflow-x:auto;
	min-height:.01%;
}
@media screen and (max-width:767px) {
.table-responsive {
width:100%;
margin-bottom:15px;
overflow-y:hidden;
-ms-overflow-style:-ms-autohiding-scrollbar;
border:1px solid #ddd;
}
.table-responsive>.table {
margin-bottom:0;
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td {
white-space:nowrap;
}
.table-responsive>.table-bordered {
border:0;
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-left:0;
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right:0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
border-bottom:0;
}
}
fieldset {
	padding:0;
	margin:0;
	border:0;
	min-width:0;
}
legend {
	display:block;
	width:100%;
	padding:0;
	margin-bottom:20px;
	font-size:21px;
	line-height:inherit;
	color:#333;
	border:0;
	border-bottom:1px solid #e5e5e5;
}
label {
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
	font-weight:bold;
}
input[type="search"] {
	box-sizing:border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin:4px 0 0;
	margin-top:1px \9;
	line-height:normal;
}
input[type="file"] {
	display:block;
}
input[type="range"] {
	display:block;
	width:100%;
}
select[multiple], select[size] {
	height:auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
output {
	display:block;
	padding-top:7px;
	font-size:14px;
	line-height:1.42857;
	color:#555;
}
textarea.form-control {
	height:auto;
}
input[type="search"] {
	-webkit-appearance:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
line-height:34px;
}
input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
line-height:30px;
}
input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
line-height:46px;
}
}
.form-group {
	margin-bottom:15px;
}
.radio, .checkbox {
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.radio label, .checkbox label {
	min-height:20px;
	padding-left:20px;
	margin-bottom:0;
	font-weight:normal;
	cursor:pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position:absolute;
	margin-left:-20px;
	margin-top:4px \9;
}
.radio+.radio, .checkbox+.checkbox {
	margin-top:-5px;
}
.radio-inline, .checkbox-inline {
	position:relative;
	display:inline-block;
	padding-left:20px;
	margin-bottom:0;
	vertical-align:middle;
	font-weight:normal;
	cursor:pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top:0;
	margin-left:10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
	cursor:not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor:not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
	cursor:not-allowed;
}
.form-control-static {
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:0;
	min-height:34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left:0;
	padding-right:0;
}
.input-sm {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}
select.input-sm {
	height:30px;
	line-height:30px;
}
textarea.input-sm, select[multiple].input-sm {
	height:auto;
}
.form-group-sm .form-control {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}
.form-group-sm select.form-control {
	height:30px;
	line-height:30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
	height:auto;
}
.form-group-sm .form-control-static {
	height:30px;
	min-height:32px;
	padding:6px 10px;
	font-size:12px;
	line-height:1.5;
}
.input-lg {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.33333;
	border-radius:6px;
}
select.input-lg {
	height:46px;
	line-height:46px;
}
textarea.input-lg, select[multiple].input-lg {
	height:auto;
}
.form-group-lg .form-control {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.33333;
	border-radius:6px;
}
.form-group-lg select.form-control {
	height:46px;
	line-height:46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
	height:auto;
}
.form-group-lg .form-control-static {
	height:46px;
	min-height:38px;
	padding:11px 16px;
	font-size:18px;
	line-height:1.33333;
}
.has-feedback {
	position:relative;
}
.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;
}
.input-lg+.form-control-feedback, .input-group-lg+.form-control-feedback, .form-group-lg .form-control+.form-control-feedback {
	width:46px;
	height:46px;
	line-height:46px;
}
.input-sm+.form-control-feedback, .input-group-sm+.form-control-feedback, .form-group-sm .form-control+.form-control-feedback {
	width:30px;
	height:30px;
	line-height:30px;
}
.has-success .form-control {
	border-color:#3c763d;
}
.has-success .input-group-addon {
	color:#3c763d;
	border-color:#3c763d;
	background-color:#dff0d8;
}
.has-success .form-control-feedback {
	color:#3c763d;
}
.has-warning .form-control {
	border-color:#8a6d3b;
}
.has-warning .input-group-addon {
	color:#8a6d3b;
	border-color:#8a6d3b;
	background-color:#fcf8e3;
}
.has-warning .form-control-feedback {
	color:#8a6d3b;
}
.has-error .form-control {
	border-color:#a94442;
}
.has-error .input-group-addon {
	color:#a94442;
	border-color:#a94442;
	background-color:#f2dede;
}
.has-error .form-control-feedback {
	color:#a94442;
}
.has-feedback label~.form-control-feedback {
top:25px;
}
.has-feedback label.sr-only~.form-control-feedback {
top:0;
}
.help-block {
	display:block;
}
@media(min-width:768px) {
.form-inline .form-group {
display:inline-block;
margin-bottom:0;
vertical-align:middle;
}
.form-inline .form-control {
display:inline-block;
width:auto;
vertical-align:middle;
}
.form-inline .form-control-static {
display:inline-block;
}
.form-inline .input-group {
display:inline-table;
vertical-align:middle;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
width:auto;
}
.form-inline .input-group>.form-control {
width:100%;
}
.form-inline .control-label {
margin-bottom:0;
vertical-align:middle;
}
.form-inline .radio, .form-inline .checkbox {
display:inline-block;
margin-top:0;
margin-bottom:0;
vertical-align:middle;
}
.form-inline .radio label, .form-inline .checkbox label {
padding-left:0;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
position:relative;
margin-left:0;
}
.form-inline .has-feedback .form-control-feedback {
top:0;
}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top:0;
	margin-bottom:0;
	padding-top:7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height:27px;
}
.form-horizontal .form-group {
	margin-left:-15px;
	margin-right:-15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content:" ";
	display:table;
}
.form-horizontal .form-group:after {
	clear:both;
}
@media(min-width:768px) {
.form-horizontal .control-label {
text-align:right;
margin-bottom:0;
padding-top:7px;
}
}
@media(min-width:768px) {
.form-horizontal .form-group-lg .control-label {
padding-top:11px;
font-size:18px;
}
}
@media(min-width:768px) {
.form-horizontal .form-group-sm .control-label {
padding-top:6px;
font-size:12px;
}
}
.alert {
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px;
}
.alert h4 {
	margin-top:0;
	color:inherit;
}
.alert .alert-link {
	font-weight:bold;
}
.alert>p, .alert>ul {
	margin-bottom:0;
}
.alert>p+p {
	margin-top:5px;
}
.alert-dismissable, .alert-dismissible {
	padding-right:35px;
}
.alert-dismissable .close, .alert-dismissible .close {
	position:relative;
	top:-2px;
	right:-21px;
	color:inherit;
}
.alert-success {
	background-color:#dff0d8;
	border-color:#d6e9c6;
	color:#3c763d;
}
.alert-success hr {
	border-top-color:#c9e2b3;
}
.alert-success .alert-link {
	color:#2b542c;
}
.alert-info {
	background-color:#d9edf7;
	border-color:#bce8f1;
	color:#31708f;
}
.alert-info hr {
	border-top-color:#a6e1ec;
}
.alert-info .alert-link {
	color:#245269;
}
.alert-warning {
	background-color:#fcf8e3;
	border-color:#faebcc;
	color:#8a6d3b;
}
.alert-warning hr {
	border-top-color:#f7e1b5;
}
.alert-warning .alert-link {
	color:#66512c;
}
.alert-danger {
	background-color:#f2dede;
	border-color:#ebccd1;
	color:#a94442;
}
.alert-danger hr {
	border-top-color:#e4b9c0;
}
.alert-danger .alert-link {
	color:#843534;
}
.panel {
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding:15px;
}
.panel-body:before, .panel-body:after {
	content:" ";
	display:table;
}
.panel-body:after {
	clear:both;
}
.panel-heading {
	padding:10px 15px;
	border-bottom:1px solid transparent;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}
.panel-heading>.dropdown .dropdown-toggle {
	color:inherit;
}
.panel-title {
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	color:inherit;
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
	color:inherit;
}
.panel-footer {
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom:0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width:1px 0;
	border-radius:0;
}
.panel>.list-group:first-child .list-group-item:first-child, .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;
}
.panel>.list-group:last-child .list-group-item:last-child, .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;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0;
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width:0;
}
.list-group+.panel-footer {
	border-top-width:0;
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
	margin-bottom:0;
}
.panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption {
	padding-left:15px;
	padding-right:15px;
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius:3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius:3px;
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius:3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius:3px;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top:1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
	border-top:0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border:0;
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left:0;
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right:0;
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom:0;
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom:0;
}
.panel>.table-responsive {
	border:0;
	margin-bottom:0;
}
.panel-group {
	margin-bottom:20px;
}
.panel-group .panel {
	margin-bottom:0;
	border-radius:4px;
}
.panel-group .panel+.panel {
	margin-top:5px;
}
.panel-group .panel-heading {
	border-bottom:0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top:1px solid #ddd;
}
.panel-group .panel-footer {
	border-top:0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom:1px solid #ddd;
}
.panel-default {
	border-color:#ddd;
}
.panel-default>.panel-heading {
	color:#333;
	background-color:#f5f5f5;
	border-color:#ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ddd;
}
.panel-default>.panel-heading .badge {
	color:#f5f5f5;
	background-color:#333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ddd;
}
.panel-primary {
	border-color:#337ab7;
}
.panel-primary>.panel-heading {
	color:#fff;
	background-color:#337ab7;
	border-color:#337ab7;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#337ab7;
}
.panel-primary>.panel-heading .badge {
	color:#337ab7;
	background-color:#fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#337ab7;
}
.panel-success {
	border-color:#d6e9c6;
}
.panel-success>.panel-heading {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#d6e9c6;
}
.panel-success>.panel-heading .badge {
	color:#dff0d8;
	background-color:#3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#d6e9c6;
}
.panel-info {
	border-color:#bce8f1;
}
.panel-info>.panel-heading {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#bce8f1;
}
.panel-info>.panel-heading .badge {
	color:#d9edf7;
	background-color:#31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#bce8f1;
}
.panel-warning {
	border-color:#faebcc;
}
.panel-warning>.panel-heading {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#faebcc;
}
.panel-warning>.panel-heading .badge {
	color:#fcf8e3;
	background-color:#8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#faebcc;
}
.panel-danger {
	border-color:#ebccd1;
}
.panel-danger>.panel-heading {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ebccd1;
}
.panel-danger>.panel-heading .badge {
	color:#f2dede;
	background-color:#a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ebccd1;
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.center-block {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.pull-right {
	float:right !important;
}
.pull-left {
	float:left !important;
}
.hide {
	display:none !important;
}
.show {
	display:block !important;
}
.invisible {
	visibility:hidden;
}
.text-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.hidden {
	display:none !important;
}
.affix {
	position:fixed;
}
@-ms-viewport {
width:device-width;
}
.visible-xs {
	display:none !important;
}
.visible-sm {
	display:none !important;
}
.visible-md {
	display:none !important;
}
.visible-lg {
	display:none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display:none !important;
}
@media(max-width:767px) {
.visible-xs {
display:block !important;
}
table.visible-xs {
display:table !important;
}
tr.visible-xs {
display:table-row !important;
}
th.visible-xs, td.visible-xs {
display:table-cell !important;
}
}
@media(max-width:767px) {
.visible-xs-block {
display:block !important;
}
}
@media(max-width:767px) {
.visible-xs-inline {
display:inline !important;
}
}
@media(max-width:767px) {
.visible-xs-inline-block {
display:inline-block !important;
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm {
display:block !important;
}
table.visible-sm {
display:table !important;
}
tr.visible-sm {
display:table-row !important;
}
th.visible-sm, td.visible-sm {
display:table-cell !important;
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-block {
display:block !important;
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline {
display:inline !important;
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
display:inline-block !important;
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md {
display:block !important;
}
table.visible-md {
display:table !important;
}
tr.visible-md {
display:table-row !important;
}
th.visible-md, td.visible-md {
display:table-cell !important;
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-block {
display:block !important;
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline {
display:inline !important;
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
display:inline-block !important;
}
}
@media(min-width:1200px) {
.visible-lg {
display:block !important;
}
table.visible-lg {
display:table !important;
}
tr.visible-lg {
display:table-row !important;
}
th.visible-lg, td.visible-lg {
display:table-cell !important;
}
}
@media(min-width:1200px) {
.visible-lg-block {
display:block !important;
}
}
@media(min-width:1200px) {
.visible-lg-inline {
display:inline !important;
}
}
@media(min-width:1200px) {
.visible-lg-inline-block {
display:inline-block !important;
}
}
@media(max-width:767px) {
.hidden-xs {
display:none !important;
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-sm {
display:none !important;
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-md {
display:none !important;
}
}
@media(min-width:1200px) {
.hidden-lg {
display:none !important;
}
}
.visible-print {
	display:none !important;
}
@media print {
.visible-print {
	display:block !important;
}
table.visible-print {
	display:table !important;
}
tr.visible-print {
	display:table-row !important;
}
th.visible-print, td.visible-print {
	display:table-cell !important;
}
}
.visible-print-block {
	display:none !important;
}
@media print {
.visible-print-block {
	display:block !important;
}
}
.visible-print-inline {
	display:none !important;
}
@media print {
.visible-print-inline {
	display:inline !important;
}
}
.visible-print-inline-block {
	display:none !important;
}
@media print {
.visible-print-inline-block {
	display:inline-block !important;
}
}
@media print {
.hidden-print {
	display:none !important;
}
}
/*! jQuery UI - v1.12.1 - 2017-07-09
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
	-ms-touch-action:none;
	touch-action:none;
}
.ui-helper-hidden {
	display:none;
}
.ui-helper-hidden-accessible {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}
.ui-helper-reset {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content:"";
	display:table;
	border-collapse:collapse;
}
.ui-helper-clearfix:after {
	clear:both;
}
.ui-helper-zfix {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	opacity:0;
	filter:Alpha(Opacity=0);
}
.ui-front {
	z-index:100;
}
.ui-state-disabled {
	cursor:default !important;
	pointer-events:none;
}
.ui-icon {
	display:inline-block;
	vertical-align:middle;
	margin-top:-.25em;
	position:relative;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.ui-widget-icon-block {
	left:50%;
	margin-left:-8px;
	display:block;
}
.ui-widget-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ui-resizable {
	position:relative;
}
.ui-resizable-handle {
	position:absolute;
	font-size:.1px;
	display:block;
	-ms-touch-action:none;
	touch-action:none;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display:none;
}
.ui-resizable-n {
	cursor:n-resize;
	height:7px;
	width:100%;
	top:-5px;
	left:0;
}
.ui-resizable-s {
	cursor:s-resize;
	height:7px;
	width:100%;
	bottom:-5px;
	left:0;
}
.ui-resizable-e {
	cursor:e-resize;
	width:7px;
	right:-5px;
	top:0;
	height:100%;
}
.ui-resizable-w {
	cursor:w-resize;
	width:7px;
	left:-5px;
	top:0;
	height:100%;
}
.ui-resizable-se {
	cursor:se-resize;
	width:12px;
	height:12px;
	right:1px;
	bottom:1px;
}
.ui-resizable-sw {
	cursor:sw-resize;
	width:9px;
	height:9px;
	left:-5px;
	bottom:-5px;
}
.ui-resizable-nw {
	cursor:nw-resize;
	width:9px;
	height:9px;
	left:-5px;
	top:-5px;
}
.ui-resizable-ne {
	cursor:ne-resize;
	width:9px;
	height:9px;
	right:-5px;
	top:-5px;
}
.ui-selectable {
	-ms-touch-action:none;
	touch-action:none;
}
.ui-selectable-helper {
	position:absolute;
	z-index:100;
	border:1px dotted #000;
}
.ui-sortable-handle {
	-ms-touch-action:none;
	touch-action:none;
}
.ui-accordion .ui-accordion-header {
	display:block;
	cursor:pointer;
	position:relative;
	margin:2px 0 0 0;
	padding:.5em .5em .5em .7em;
	font-size:100%;
}
.ui-accordion .ui-accordion-content {
	padding:1em 2.2em;
	border-top:0;
	overflow:auto;
}
.ui-autocomplete {
	position:absolute;
	top:0;
	left:0;
	cursor:default;
}
.ui-menu {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	outline:0;
}
.ui-menu .ui-menu {
	position:absolute;
}
.ui-menu .ui-menu-item {
	margin:0;
	cursor:pointer;
	list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position:relative;
	padding:3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin:5px 0;
	height:0;
	font-size:0;
	line-height:0;
	border-width:1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin:-1px;
}
.ui-menu-icons {
	position:relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left:2em;
}
.ui-menu .ui-icon {
	position:absolute;
	top:0;
	bottom:0;
	left:.2em;
	margin:auto 0;
}
.ui-menu .ui-menu-icon {
	left:auto;
	right:0;
}
.ui-button {
	padding:.4em 1em;
	display:inline-block;
	position:relative;
	line-height:normal;
	margin-right:.1em;
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	overflow:visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration:none;
}
.ui-button-icon-only {
	width:2em;
	box-sizing:border-box;
	text-indent:-9999px;
	white-space:nowrap;
}
input.ui-button.ui-button-icon-only {
	text-indent:0;
}
.ui-button-icon-only .ui-icon {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-8px;
	margin-left:-8px;
}
.ui-button.ui-icon-notext .ui-icon {
	padding:0;
	width:2.1em;
	height:2.1em;
	text-indent:-9999px;
	white-space:nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
	width:auto;
	height:auto;
	text-indent:0;
	white-space:normal;
	padding:.4em 1em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
border:0;
padding:0;
}
.ui-controlgroup {
	vertical-align:middle;
	display:inline-block;
}
.ui-controlgroup>.ui-controlgroup-item {
	float:left;
	margin-left:0;
	margin-right:0;
}
.ui-controlgroup>.ui-controlgroup-item:focus, .ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
	z-index:9999;
}
.ui-controlgroup-vertical>.ui-controlgroup-item {
	display:block;
	float:none;
	width:100%;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing:border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding:.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size:80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left:none;
}
.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top:none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right:none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom:none;
}
.ui-controlgroup-vertical .ui-spinner-input {
	width:75%;
	width:calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style:solid;
}
.ui-checkboxradio-label .ui-icon-background {
	box-shadow:inset 1px 1px 1px #ccc;
	border-radius:.12em;
	border:none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width:16px;
	height:16px;
	border-radius:1em;
	overflow:visible;
	border:none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image:none;
	width:8px;
	height:8px;
	border-width:4px;
	border-style:solid;
}
.ui-checkboxradio-disabled {
	pointer-events:none;
}
.ui-datepicker {
	width:17em;
	padding:.2em .2em 0;
	display:none;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position:absolute;
	top:2px;
	width:1.8em;
	height:1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top:1px;
}
.ui-datepicker .ui-datepicker-prev {
	left:2px;
}
.ui-datepicker .ui-datepicker-next {
	right:2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right:1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-8px;
}
.ui-datepicker .ui-datepicker-title {
	margin:0 2.3em;
	line-height:1.8em;
	text-align:center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size:1em;
	margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width:45%;
}
.ui-datepicker table {
	width:100%;
	font-size:.9em;
	border-collapse:collapse;
	margin:0 0 .4em;
}
.ui-datepicker th {
	padding:.7em .3em;
	text-align:center;
	font-weight:bold;
	border:0;
}
.ui-datepicker td {
	border:0;
	padding:1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display:block;
	padding:.2em;
	text-align:right;
	text-decoration:none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image:none;
	margin:.7em 0 0 0;
	padding:0 .2em;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float:right;
	margin:.5em .2em .4em;
	cursor:pointer;
	padding:.2em .6em .3em .6em;
	width:auto;
	overflow:visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:left;
}
.ui-datepicker.ui-datepicker-multi {
	width:auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float:left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left;
}
.ui-datepicker-row-break {
	clear:both;
	width:100%;
	font-size:0;
}
.ui-datepicker-rtl {
	direction:rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right:2px;
	left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left:2px;
	right:auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right:1px;
	left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left:1px;
	right:auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float:left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
.ui-datepicker .ui-icon {
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
	left:.5em;
	top:.3em;
}
.ui-dialog {
	position:absolute;
	top:0;
	left:0;
	padding:.2em;
	outline:0;
}
.ui-dialog .ui-dialog-titlebar {
	padding:.4em 1em;
	position:relative;
}
.ui-dialog .ui-dialog-title {
	float:left;
	margin:.1em 0;
	white-space:nowrap;
	width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position:absolute;
	right:.3em;
	top:50%;
	width:20px;
	margin:-10px 0 0 0;
	padding:1px;
	height:20px;
}
.ui-dialog .ui-dialog-content {
	position:relative;
	border:0;
	padding:.5em 1em;
	background:none;
	overflow:auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align:left;
	border-width:1px 0 0 0;
	background-image:none;
	margin-top:.5em;
	padding:.3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float:right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin:.5em .4em .5em 0;
	cursor:pointer;
}
.ui-dialog .ui-resizable-n {
	height:2px;
	top:0;
}
.ui-dialog .ui-resizable-e {
	width:2px;
	right:0;
}
.ui-dialog .ui-resizable-s {
	height:2px;
	bottom:0;
}
.ui-dialog .ui-resizable-w {
	width:2px;
	left:0;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
	width:7px;
	height:7px;
}
.ui-dialog .ui-resizable-se {
	right:0;
	bottom:0;
}
.ui-dialog .ui-resizable-sw {
	left:0;
	bottom:0;
}
.ui-dialog .ui-resizable-ne {
	right:0;
	top:0;
}
.ui-dialog .ui-resizable-nw {
	left:0;
	top:0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor:move;
}
.ui-progressbar {
	height:2em;
	text-align:left;
	overflow:hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin:-1px;
	height:100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height:100%;
	filter:alpha(opacity=25);
	opacity:.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image:none;
}
.ui-selectmenu-menu {
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.ui-selectmenu-menu .ui-menu {
	overflow:auto;
	overflow-x:hidden;
	padding-bottom:1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size:1em;
	font-weight:bold;
	line-height:1.5;
	padding:2px .4em;
	margin:.5em 0 0 0;
	height:auto;
	border:0;
}
.ui-selectmenu-open {
	display:block;
}
.ui-selectmenu-text {
	display:block;
	margin-right:20px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align:left;
	white-space:nowrap;
	width:14em;
}
.ui-selectmenu-icon.ui-icon {
	float:right;
	margin-top:0;
}
.ui-slider {
	position:relative;
	text-align:left;
}
.ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:1.2em;
	height:1.2em;
	cursor:default;
	-ms-touch-action:none;
	touch-action:none;
}
.ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background-position:0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter:inherit;
}
.ui-slider-horizontal {
	height:.8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top:-.3em;
	margin-left:-.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left:0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right:0;
}
.ui-slider-vertical {
	width:.8em;
	height:100px;
}
.ui-slider-vertical .ui-slider-handle {
	left:-.3em;
	margin-left:0;
	margin-bottom:-.6em;
}
.ui-slider-vertical .ui-slider-range {
	left:0;
	width:100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom:0;
}
.ui-slider-vertical .ui-slider-range-max {
	top:0;
}
.ui-spinner {
	position:relative;
	display:inline-block;
	overflow:hidden;
	padding:0;
	vertical-align:middle;
}
.ui-spinner-input {
	border:none;
	background:none;
	color:inherit;
	padding:.222em 0;
	margin:.2em 0;
	vertical-align:middle;
	margin-left:.4em;
	margin-right:2em;
}
.ui-spinner-button {
	width:1.6em;
	height:50%;
	font-size:.5em;
	padding:0;
	margin:0;
	text-align:center;
	position:absolute;
	cursor:default;
	display:block;
	overflow:hidden;
	right:0;
}
.ui-spinner a.ui-spinner-button {
	border-top-style:none;
	border-bottom-style:none;
	border-right-style:none;
}
.ui-spinner-up {
	top:0;
}
.ui-spinner-down {
	bottom:0;
}
.ui-tabs {
	position:relative;
	padding:.2em;
}
.ui-tabs .ui-tabs-nav {
	margin:0;
	padding:.2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style:none;
	float:left;
	position:relative;
	top:0;
	margin:1px .2em 0 0;
	border-bottom-width:0;
	padding:0;
	white-space:nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float:left;
	padding:.5em 1em;
	text-decoration:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom:-1px;
	padding-bottom:1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor:text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor:pointer;
}
.ui-tabs .ui-tabs-panel {
	display:block;
	border-width:0;
	padding:1em 1.4em;
	background:none;
}
.ui-tooltip {
	padding:8px;
	position:absolute;
	z-index:9999;
	max-width:300px;
}
body .ui-tooltip {
	border-width:2px;
}
.ui-widget {
	font-size:1em;
}
.ui-widget .ui-widget {
	font-size:1em;
}
.ui-widget.ui-widget-content {
	border:1px solid #c5c5c5;
}
.ui-widget-content {
	border:1px solid #ddd;
	background:#fff;
	color:#333;
}
.ui-widget-header {
	border:1px solid #ddd;
	background:#e9e9e9;
	color:#333;
	font-weight:bold;
}
.ui-widget-header a {
	color:#333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border:1px solid #c5c5c5;
	background:#f6f6f6;
	font-weight:normal;
	color:#454545;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color:#454545;
	text-decoration:none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border:1px solid #ccc;
	background:#ededed;
	font-weight:normal;
	color:#2b2b2b;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
	color:#2b2b2b;
	text-decoration:none;
}
.ui-visual-focus {
	box-shadow:0 0 3px 1px #5e9ed6;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border:1px solid #003eff;
	background:#007fff;
	font-weight:normal;
	color:#fff;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
	border:#003eff;
	background-color:#fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#fff;
	text-decoration:none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border:1px solid #dad55e;
	background:#fffa90;
	color:#777620;
}
.ui-state-checked {
	border:1px solid #dad55e;
	background:#fffa90;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color:#777620;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border:1px solid #f1a899;
	background:#fddfdf;
	color:#5f3f3f;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color:#5f3f3f;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color:#5f3f3f;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight:bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity:.7;
	filter:Alpha(Opacity=70);
	font-weight:normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity:.35;
	filter:Alpha(Opacity=35);
	background-image:none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35);
}
.ui-icon {
	width:16px;
	height:16px;
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image:url("../_BuildAssets/Css/../../img/fzimg/ui-icons_444444_256x240.html");
}
.ui-widget-header .ui-icon {
	background-image:url("../_BuildAssets/Css/../../img/fzimg/ui-icons_444444_256x240.html");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image:url("../_BuildAssets/Css/../../img/fzimg/ui-icons_555555_256x240.html");
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image:url("../_BuildAssets/Css/../../img/fzimg/ui-icons_ffffff_256x240.html");
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
	background-image:url("../_BuildAssets/Css/../../img/fzimg/ui-icons_777620_256x240.html");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image:url("../_BuildAssets/Css/../../img/fzimg/ui-icons_cc0000_256x240.html");
}
.ui-button .ui-icon {
	background-image:url("../_BuildAssets/Css/../../img/fzimg/ui-icons_777777_256x240.html");
}
.ui-icon-blank {
	background-position:16px 16px;
}
.ui-icon-caret-1-n {
	background-position:0 0;
}
.ui-icon-caret-1-ne {
	background-position:-16px 0;
}
.ui-icon-caret-1-e {
	background-position:-32px 0;
}
.ui-icon-caret-1-se {
	background-position:-48px 0;
}
.ui-icon-caret-1-s {
	background-position:-65px 0;
}
.ui-icon-caret-1-sw {
	background-position:-80px 0;
}
.ui-icon-caret-1-w {
	background-position:-96px 0;
}
.ui-icon-caret-1-nw {
	background-position:-112px 0;
}
.ui-icon-caret-2-n-s {
	background-position:-128px 0;
}
.ui-icon-caret-2-e-w {
	background-position:-144px 0;
}
.ui-icon-triangle-1-n {
	background-position:0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position:-16px -16px;
}
.ui-icon-triangle-1-e {
	background-position:-32px -16px;
}
.ui-icon-triangle-1-se {
	background-position:-48px -16px;
}
.ui-icon-triangle-1-s {
	background-position:-65px -16px;
}
.ui-icon-triangle-1-sw {
	background-position:-80px -16px;
}
.ui-icon-triangle-1-w {
	background-position:-96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position:-112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position:-128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position:-144px -16px;
}
.ui-icon-arrow-1-n {
	background-position:0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position:-16px -32px;
}
.ui-icon-arrow-1-e {
	background-position:-32px -32px;
}
.ui-icon-arrow-1-se {
	background-position:-48px -32px;
}
.ui-icon-arrow-1-s {
	background-position:-65px -32px;
}
.ui-icon-arrow-1-sw {
	background-position:-80px -32px;
}
.ui-icon-arrow-1-w {
	background-position:-96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position:-112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position:-128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position:-144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position:-160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position:-176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position:-192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position:-208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position:-224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position:-240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position:1px -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position:-16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position:-32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position:-48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position:-64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position:-80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position:-96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position:-112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position:-128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position:-144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position:-160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position:-176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position:-192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position:-208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position:-224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position:-240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position:0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position:-16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position:-32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position:-48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position:-64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position:-80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position:-96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position:-112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position:-128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position:-144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position:-160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position:-176px -64px;
}
.ui-icon-arrow-4 {
	background-position:0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position:-16px -80px;
}
.ui-icon-extlink {
	background-position:-32px -80px;
}
.ui-icon-newwin {
	background-position:-48px -80px;
}
.ui-icon-refresh {
	background-position:-64px -80px;
}
.ui-icon-shuffle {
	background-position:-80px -80px;
}
.ui-icon-transfer-e-w {
	background-position:-96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position:-112px -80px;
}
.ui-icon-folder-collapsed {
	background-position:0 -96px;
}
.ui-icon-folder-open {
	background-position:-16px -96px;
}
.ui-icon-document {
	background-position:-32px -96px;
}
.ui-icon-document-b {
	background-position:-48px -96px;
}
.ui-icon-note {
	background-position:-64px -96px;
}
.ui-icon-mail-closed {
	background-position:-80px -96px;
}
.ui-icon-mail-open {
	background-position:-96px -96px;
}
.ui-icon-suitcase {
	background-position:-112px -96px;
}
.ui-icon-comment {
	background-position:-128px -96px;
}
.ui-icon-person {
	background-position:-144px -96px;
}
.ui-icon-print {
	background-position:-160px -96px;
}
.ui-icon-trash {
	background-position:-176px -96px;
}
.ui-icon-locked {
	background-position:-192px -96px;
}
.ui-icon-unlocked {
	background-position:-208px -96px;
}
.ui-icon-bookmark {
	background-position:-224px -96px;
}
.ui-icon-tag {
	background-position:-240px -96px;
}
.ui-icon-home {
	background-position:0 -112px;
}
.ui-icon-flag {
	background-position:-16px -112px;
}
.ui-icon-calendar {
	background-position:-32px -112px;
}
.ui-icon-cart {
	background-position:-48px -112px;
}
.ui-icon-pencil {
	background-position:-64px -112px;
}
.ui-icon-clock {
	background-position:-80px -112px;
}
.ui-icon-disk {
	background-position:-96px -112px;
}
.ui-icon-calculator {
	background-position:-112px -112px;
}
.ui-icon-zoomin {
	background-position:-128px -112px;
}
.ui-icon-zoomout {
	background-position:-144px -112px;
}
.ui-icon-search {
	background-position:-160px -112px;
}
.ui-icon-wrench {
	background-position:-176px -112px;
}
.ui-icon-gear {
	background-position:-192px -112px;
}
.ui-icon-heart {
	background-position:-208px -112px;
}
.ui-icon-star {
	background-position:-224px -112px;
}
.ui-icon-link {
	background-position:-240px -112px;
}
.ui-icon-cancel {
	background-position:0 -128px;
}
.ui-icon-plus {
	background-position:-16px -128px;
}
.ui-icon-plusthick {
	background-position:-32px -128px;
}
.ui-icon-minus {
	background-position:-48px -128px;
}
.ui-icon-minusthick {
	background-position:-64px -128px;
}
.ui-icon-close {
	background-position:-80px -128px;
}
.ui-icon-closethick {
	background-position:-96px -128px;
}
.ui-icon-key {
	background-position:-112px -128px;
}
.ui-icon-lightbulb {
	background-position:-128px -128px;
}
.ui-icon-scissors {
	background-position:-144px -128px;
}
.ui-icon-clipboard {
	background-position:-160px -128px;
}
.ui-icon-copy {
	background-position:-176px -128px;
}
.ui-icon-contact {
	background-position:-192px -128px;
}
.ui-icon-image {
	background-position:-208px -128px;
}
.ui-icon-video {
	background-position:-224px -128px;
}
.ui-icon-script {
	background-position:-240px -128px;
}
.ui-icon-alert {
	background-position:0 -144px;
}
.ui-icon-info {
	background-position:-16px -144px;
}
.ui-icon-notice {
	background-position:-32px -144px;
}
.ui-icon-help {
	background-position:-48px -144px;
}
.ui-icon-check {
	background-position:-64px -144px;
}
.ui-icon-bullet {
	background-position:-80px -144px;
}
.ui-icon-radio-on {
	background-position:-96px -144px;
}
.ui-icon-radio-off {
	background-position:-112px -144px;
}
.ui-icon-pin-w {
	background-position:-128px -144px;
}
.ui-icon-pin-s {
	background-position:-144px -144px;
}
.ui-icon-play {
	background-position:0 -160px;
}
.ui-icon-pause {
	background-position:-16px -160px;
}
.ui-icon-seek-next {
	background-position:-32px -160px;
}
.ui-icon-seek-prev {
	background-position:-48px -160px;
}
.ui-icon-seek-end {
	background-position:-64px -160px;
}
.ui-icon-seek-start {
	background-position:-80px -160px;
}
.ui-icon-seek-first {
	background-position:-80px -160px;
}
.ui-icon-stop {
	background-position:-96px -160px;
}
.ui-icon-eject {
	background-position:-112px -160px;
}
.ui-icon-volume-off {
	background-position:-128px -160px;
}
.ui-icon-volume-on {
	background-position:-144px -160px;
}
.ui-icon-power {
	background-position:0 -176px;
}
.ui-icon-signal-diag {
	background-position:-16px -176px;
}
.ui-icon-signal {
	background-position:-32px -176px;
}
.ui-icon-battery-0 {
	background-position:-48px -176px;
}
.ui-icon-battery-1 {
	background-position:-64px -176px;
}
.ui-icon-battery-2 {
	background-position:-80px -176px;
}
.ui-icon-battery-3 {
	background-position:-96px -176px;
}
.ui-icon-circle-plus {
	background-position:0 -192px;
}
.ui-icon-circle-minus {
	background-position:-16px -192px;
}
.ui-icon-circle-close {
	background-position:-32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position:-48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position:-64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position:-80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position:-96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position:-112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position:-128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position:-144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position:-160px -192px;
}
.ui-icon-circle-zoomin {
	background-position:-176px -192px;
}
.ui-icon-circle-zoomout {
	background-position:-192px -192px;
}
.ui-icon-circle-check {
	background-position:-208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position:0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position:-16px -208px;
}
.ui-icon-circlesmall-close {
	background-position:-32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position:-48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position:-64px -208px;
}
.ui-icon-squaresmall-close {
	background-position:-80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position:0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position:-16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position:-32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position:-48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position:-64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position:-80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius:3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius:3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius:3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius:3px;
}
.ui-widget-overlay {
	background:#aaa;
	opacity:.3;
	filter:Alpha(Opacity=30);
}
.ui-widget-shadow {
	box-shadow:0 0 5px #666;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-draggable-handle {
	-ms-touch-action:none;
	touch-action:none;
}
.ui-helper-hidden {
	display:none;
}
.ui-helper-hidden-accessible {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}
.ui-helper-reset {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content:"";
	display:table;
	border-collapse:collapse;
}
.ui-helper-clearfix:after {
	clear:both;
}
.ui-helper-zfix {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	opacity:0;
	filter:Alpha(Opacity=0);
}
.ui-front {
	z-index:100;
}
.ui-state-disabled {
	cursor:default !important;
	pointer-events:none;
}
.ui-icon {
	display:inline-block;
	vertical-align:middle;
	margin-top:-.25em;
	position:relative;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.ui-widget-icon-block {
	left:50%;
	margin-left:-8px;
	display:block;
}
.ui-widget-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ui-resizable {
	position:relative;
}
.ui-resizable-handle {
	position:absolute;
	font-size:.1px;
	display:block;
	-ms-touch-action:none;
	touch-action:none;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display:none;
}
.ui-resizable-n {
	cursor:n-resize;
	height:7px;
	width:100%;
	top:-5px;
	left:0;
}
.ui-resizable-s {
	cursor:s-resize;
	height:7px;
	width:100%;
	bottom:-5px;
	left:0;
}
.ui-resizable-e {
	cursor:e-resize;
	width:7px;
	right:-5px;
	top:0;
	height:100%;
}
.ui-resizable-w {
	cursor:w-resize;
	width:7px;
	left:-5px;
	top:0;
	height:100%;
}
.ui-resizable-se {
	cursor:se-resize;
	width:12px;
	height:12px;
	right:1px;
	bottom:1px;
}
.ui-resizable-sw {
	cursor:sw-resize;
	width:9px;
	height:9px;
	left:-5px;
	bottom:-5px;
}
.ui-resizable-nw {
	cursor:nw-resize;
	width:9px;
	height:9px;
	left:-5px;
	top:-5px;
}
.ui-resizable-ne {
	cursor:ne-resize;
	width:9px;
	height:9px;
	right:-5px;
	top:-5px;
}
.ui-selectable {
	-ms-touch-action:none;
	touch-action:none;
}
.ui-selectable-helper {
	position:absolute;
	z-index:100;
	border:1px dotted #000;
}
.ui-sortable-handle {
	-ms-touch-action:none;
	touch-action:none;
}
.ui-accordion .ui-accordion-header {
	display:block;
	cursor:pointer;
	position:relative;
	margin:2px 0 0 0;
	padding:.5em .5em .5em .7em;
	font-size:100%;
}
.ui-accordion .ui-accordion-content {
	padding:1em 2.2em;
	border-top:0;
	overflow:auto;
}
.ui-autocomplete {
	position:absolute;
	top:0;
	left:0;
	cursor:default;
}
.ui-menu {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	outline:0;
}
.ui-menu .ui-menu {
	position:absolute;
}
.ui-menu .ui-menu-item {
	margin:0;
	cursor:pointer;
	list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position:relative;
	padding:3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin:5px 0;
	height:0;
	font-size:0;
	line-height:0;
	border-width:1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin:-1px;
}
.ui-menu-icons {
	position:relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left:2em;
}
.ui-menu .ui-icon {
	position:absolute;
	top:0;
	bottom:0;
	left:.2em;
	margin:auto 0;
}
.ui-menu .ui-menu-icon {
	left:auto;
	right:0;
}
.ui-button {
	padding:.4em 1em;
	display:inline-block;
	position:relative;
	line-height:normal;
	margin-right:.1em;
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	overflow:visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration:none;
}
.ui-button-icon-only {
	width:2em;
	box-sizing:border-box;
	text-indent:-9999px;
	white-space:nowrap;
}
input.ui-button.ui-button-icon-only {
	text-indent:0;
}
.ui-button-icon-only .ui-icon {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-8px;
	margin-left:-8px;
}
.ui-button.ui-icon-notext .ui-icon {
	padding:0;
	width:2.1em;
	height:2.1em;
	text-indent:-9999px;
	white-space:nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
	width:auto;
	height:auto;
	text-indent:0;
	white-space:normal;
	padding:.4em 1em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
border:0;
padding:0;
}
.ui-controlgroup {
	vertical-align:middle;
	display:inline-block;
}
.ui-controlgroup>.ui-controlgroup-item {
	float:left;
	margin-left:0;
	margin-right:0;
}
.ui-controlgroup>.ui-controlgroup-item:focus, .ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
	z-index:9999;
}
.ui-controlgroup-vertical>.ui-controlgroup-item {
	display:block;
	float:none;
	width:100%;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing:border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding:.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size:80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left:none;
}
.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top:none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right:none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom:none;
}
.ui-controlgroup-vertical .ui-spinner-input {
	width:75%;
	width:calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style:solid;
}
.ui-checkboxradio-label .ui-icon-background {
	box-shadow:inset 1px 1px 1px #ccc;
	border-radius:.12em;
	border:none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width:16px;
	height:16px;
	border-radius:1em;
	overflow:visible;
	border:none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image:none;
	width:8px;
	height:8px;
	border-width:4px;
	border-style:solid;
}
.ui-checkboxradio-disabled {
	pointer-events:none;
}
.ui-datepicker {
	width:17em;
	padding:.2em .2em 0;
	display:none;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position:absolute;
	top:2px;
	width:1.8em;
	height:1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top:1px;
}
.ui-datepicker .ui-datepicker-prev {
	left:2px;
}
.ui-datepicker .ui-datepicker-next {
	right:2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right:1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-8px;
}
.ui-datepicker .ui-datepicker-title {
	margin:0 2.3em;
	line-height:1.8em;
	text-align:center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size:1em;
	margin:1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width:45%;
}
.ui-datepicker table {
	width:100%;
	font-size:.9em;
	border-collapse:collapse;
	margin:0 0 .4em;
}
.ui-datepicker th {
	padding:.7em .3em;
	text-align:center;
	font-weight:bold;
	border:0;
}
.ui-datepicker td {
	border:0;
	padding:1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display:block;
	padding:.2em;
	text-align:right;
	text-decoration:none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image:none;
	margin:.7em 0 0 0;
	padding:0 .2em;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float:right;
	margin:.5em .2em .4em;
	cursor:pointer;
	padding:.2em .6em .3em .6em;
	width:auto;
	overflow:visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:left;
}
.ui-datepicker.ui-datepicker-multi {
	width:auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float:left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left;
}
.ui-datepicker-row-break {
	clear:both;
	width:100%;
	font-size:0;
}
.ui-datepicker-rtl {
	direction:rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right:2px;
	left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left:2px;
	right:auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right:1px;
	left:auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left:1px;
	right:auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float:left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
.ui-datepicker .ui-icon {
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
	left:.5em;
	top:.3em;
}
.ui-dialog {
	position:absolute;
	top:0;
	left:0;
	padding:.2em;
	outline:0;
}
.ui-dialog .ui-dialog-titlebar {
	padding:.4em 1em;
	position:relative;
}
.ui-dialog .ui-dialog-title {
	float:left;
	margin:.1em 0;
	white-space:nowrap;
	width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position:absolute;
	right:.3em;
	top:50%;
	width:20px;
	margin:-10px 0 0 0;
	padding:1px;
	height:20px;
}
.ui-dialog .ui-dialog-content {
	position:relative;
	border:0;
	padding:.5em 1em;
	background:none;
	overflow:auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align:left;
	border-width:1px 0 0 0;
	background-image:none;
	margin-top:.5em;
	padding:.3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float:right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin:.5em .4em .5em 0;
	cursor:pointer;
}
.ui-dialog .ui-resizable-n {
	height:2px;
	top:0;
}
.ui-dialog .ui-resizable-e {
	width:2px;
	right:0;
}
.ui-dialog .ui-resizable-s {
	height:2px;
	bottom:0;
}
.ui-dialog .ui-resizable-w {
	width:2px;
	left:0;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
	width:7px;
	height:7px;
}
.ui-dialog .ui-resizable-se {
	right:0;
	bottom:0;
}
.ui-dialog .ui-resizable-sw {
	left:0;
	bottom:0;
}
.ui-dialog .ui-resizable-ne {
	right:0;
	top:0;
}
.ui-dialog .ui-resizable-nw {
	left:0;
	top:0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor:move;
}
.ui-progressbar {
	height:2em;
	text-align:left;
	overflow:hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin:-1px;
	height:100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height:100%;
	filter:alpha(opacity=25);
	opacity:.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image:none;
}
.ui-selectmenu-menu {
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.ui-selectmenu-menu .ui-menu {
	overflow:auto;
	overflow-x:hidden;
	padding-bottom:1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size:1em;
	font-weight:bold;
	line-height:1.5;
	padding:2px .4em;
	margin:.5em 0 0 0;
	height:auto;
	border:0;
}
.ui-selectmenu-open {
	display:block;
}
.ui-selectmenu-text {
	display:block;
	margin-right:20px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align:left;
	white-space:nowrap;
	width:14em;
}
.ui-selectmenu-icon.ui-icon {
	float:right;
	margin-top:0;
}
.ui-slider {
	position:relative;
	text-align:left;
}
.ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:1.2em;
	height:1.2em;
	cursor:default;
	-ms-touch-action:none;
	touch-action:none;
}
.ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background-position:0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter:inherit;
}
.ui-slider-horizontal {
	height:.8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top:-.3em;
	margin-left:-.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left:0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right:0;
}
.ui-slider-vertical {
	width:.8em;
	height:100px;
}
.ui-slider-vertical .ui-slider-handle {
	left:-.3em;
	margin-left:0;
	margin-bottom:-.6em;
}
.ui-slider-vertical .ui-slider-range {
	left:0;
	width:100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom:0;
}
.ui-slider-vertical .ui-slider-range-max {
	top:0;
}
.ui-spinner {
	position:relative;
	display:inline-block;
	overflow:hidden;
	padding:0;
	vertical-align:middle;
}
.ui-spinner-input {
	border:none;
	background:none;
	color:inherit;
	padding:.222em 0;
	margin:.2em 0;
	vertical-align:middle;
	margin-left:.4em;
	margin-right:2em;
}
.ui-spinner-button {
	width:1.6em;
	height:50%;
	font-size:.5em;
	padding:0;
	margin:0;
	text-align:center;
	position:absolute;
	cursor:default;
	display:block;
	overflow:hidden;
	right:0;
}
.ui-spinner a.ui-spinner-button {
	border-top-style:none;
	border-bottom-style:none;
	border-right-style:none;
}
.ui-spinner-up {
	top:0;
}
.ui-spinner-down {
	bottom:0;
}
.ui-tabs {
	position:relative;
	padding:.2em;
}
.ui-tabs .ui-tabs-nav {
	margin:0;
	padding:.2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style:none;
	float:left;
	position:relative;
	top:0;
	margin:1px .2em 0 0;
	border-bottom-width:0;
	padding:0;
	white-space:nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float:left;
	padding:.5em 1em;
	text-decoration:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom:-1px;
	padding-bottom:1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor:text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor:pointer;
}
.ui-tabs .ui-tabs-panel {
	display:block;
	border-width:0;
	padding:1em 1.4em;
	background:none;
}
.ui-tooltip {
	padding:8px;
	position:absolute;
	z-index:9999;
	max-width:300px;
}
body .ui-tooltip {
	border-width:2px;
}
/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
.cookie-message {
	visibility:visible;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:9998;
}
.cookie-message:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:.8;
	background-color:#000;
}
.cookie-message>div {
	font-size:.9em;
	position:relative;
	width:80%;
	margin:0 auto;
	padding:20px 50px 20px 0;
}
.cookie-message a {
	color:#fff;
	text-decoration:underline;
}
.cookie-message a:hover, .cookie-message a:focus, .cookie-message a:visited {
	color:#fff;
}
.cookie-message a {
	width:45px;
	height:35px;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-17.5px;
	cursor:pointer;
	display:block;
	border:solid 1px #fff;
	text-align:center;
	line-height:35px;
	color:#fff;
	text-decoration:none;
}
.cookie-message a:hover {
	background-color:#fff;
	color:#000;
	text-decoration:none;
}
.cookie-message p {
	color:#fff;
	padding:0;
	margin:0;
}
.fancybox-enabled {
	overflow:hidden;
}
.fancybox-enabled body {
	overflow:visible;
	height:100%;
}
.fancybox-is-hidden {
	position:absolute;
	top:-9999px;
	left:-9999px;
	visibility:hidden;
}
.fancybox-container {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99993;
	-webkit-tap-highlight-color:transparent;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transform:translateZ(0);
}
.fancybox-container~.fancybox-container {
z-index:99992;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.fancybox-outer {
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}
.fancybox-bg {
	background:#1e1e1e;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
	opacity:.87;
	transition-timing-function:cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap {
	position:absolute;
	direction:ltr;
	z-index:99997;
	opacity:0;
	visibility:hidden;
transition:opacity .25s, visibility 0s linear .25s;
	box-sizing:border-box;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap {
	opacity:1;
	visibility:visible;
transition:opacity .25s, visibility 0s;
}
.fancybox-infobar {
	top:0;
	left:50%;
	margin-left:-79px;
}
.fancybox-infobar__body {
	display:inline-block;
	width:70px;
	line-height:44px;
	font-size:13px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	color:#ddd;
	background-color:rgba(30, 30, 30, .7);
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:transparent;
	-webkit-font-smoothing:subpixel-antialiased;
}
.fancybox-toolbar {
	top:0;
	right:0;
}
.fancybox-stage {
	overflow:hidden;
	direction:ltr;
	z-index:99994;
	-webkit-transform:translate3d(0, 0, 0);
}
.fancybox-slide {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:auto;
	outline:none;
	white-space:normal;
	box-sizing:border-box;
	text-align:center;
	z-index:99994;
	-webkit-overflow-scrolling:touch;
	display:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transition-property:transform, opacity;
	transform-style:preserve-3d;
}
.fancybox-slide::before {
content:'';
display:inline-block;
vertical-align:middle;
height:100%;
width:0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
	display:block;
}
.fancybox-slide--image {
	overflow:visible;
}
.fancybox-slide--image::before {
display:none;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background:#000;
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background:#e5e3df;
}
.fancybox-slide--next {
	z-index:99995;
}
.fancybox-slide>* {
	display:inline-block;
	position:relative;
	padding:24px;
	margin:44px 0 44px;
	border-width:0;
	vertical-align:middle;
	text-align:left;
	background-color:#fff;
	overflow:auto;
	box-sizing:border-box;
}
.fancybox-slide .fancybox-image-wrap {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border:0;
	z-index:99995;
	background:transparent;
	cursor:default;
	overflow:visible;
	transform-origin:top left;
	background-size:100% 100%;
	background-repeat:no-repeat;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor:zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor:zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
	cursor:-webkit-grab;
	cursor:grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}
.fancybox-image, .fancybox-spaceball {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	max-width:none;
	max-height:none;
}
.fancybox-spaceball {
	z-index:1;
}
.fancybox-slide--iframe .fancybox-content {
	padding:0;
	width:80%;
	height:80%;
	max-width:calc(100% - 100px);
	max-height:calc(100% - 88px);
	overflow:visible;
	background:#fff;
}
.fancybox-iframe {
	display:block;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	background:#fff;
}
.fancybox-error {
	margin:0;
	padding:40px;
	width:100%;
	max-width:380px;
	background:#fff;
	cursor:default;
}
.fancybox-error p {
	margin:0;
	padding:0;
	color:#444;
	font:16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
	position:absolute;
	top:0;
	right:0;
	width:44px;
	height:44px;
	padding:0;
	margin:0;
	border:0;
	border-radius:0;
	outline:none;
	background:transparent;
	z-index:10;
	cursor:pointer;
}
.fancybox-close-small:after {
	content:'×';
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	height:30px;
	font:20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#888;
	font-weight:300;
	text-align:center;
	border-radius:50%;
	border-width:0;
	background:#fff;
transition:background .25s;
	box-sizing:border-box;
	z-index:2;
}
.fancybox-close-small:focus:after {
	outline:1px dotted #888;
}
.fancybox-close-small:hover:after {
	color:#555;
	background:#eee;
}
.fancybox-slide--iframe .fancybox-close-small {
	top:0;
	right:-44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
	background:transparent;
	font-size:35px;
	color:#aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color:#fff;
}
.fancybox-caption-wrap {
	bottom:0;
	left:0;
	right:0;
	padding:60px 30px 0 30px;
	background:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events:none;
}
.fancybox-caption {
	padding:30px 0;
	border-top:1px solid rgba(255, 255, 255, .4);
	font-size:14px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	line-height:20px;
	-webkit-text-size-adjust:none;
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events:all;
}
.fancybox-caption a {
	color:#fff;
	text-decoration:underline;
}
.fancybox-button {
	display:inline-block;
	position:relative;
	margin:0;
	padding:0;
	border:0;
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	background:transparent;
	color:#ddd;
	border-radius:0;
	cursor:pointer;
	vertical-align:top;
	outline:none;
}
.fancybox-button[disabled] {
	cursor:default;
	pointer-events:none;
}
.fancybox-infobar__body, .fancybox-button {
	background:rgba(30, 30, 30, .6);
}
.fancybox-button:hover:not([disabled]) {
color:#fff;
background:rgba(0, 0, 0, .8);
}
.fancybox-button::before, .fancybox-button::after {
content:'';
pointer-events:none;
position:absolute;
background-color:currentColor;
color:currentColor;
opacity:.9;
box-sizing:border-box;
display:inline-block;
}
.fancybox-button[disabled]::before, .fancybox-button[disabled]::after {
opacity:.3;
}
.fancybox-button--left::after, .fancybox-button--right::after {
top:18px;
width:6px;
height:6px;
background:transparent;
border-top:solid 2px currentColor;
border-right:solid 2px currentColor;
}
.fancybox-button--left::after {
left:20px;
transform:rotate(-135deg);
}
.fancybox-button--right::after {
right:20px;
transform:rotate(45deg);
}
.fancybox-button--left {
	border-bottom-left-radius:5px;
}
.fancybox-button--right {
	border-bottom-right-radius:5px;
}
.fancybox-button--close::before, .fancybox-button--close::after {
content:'';
display:inline-block;
position:absolute;
height:2px;
width:16px;
top:calc(50% - 1px);
left:calc(50% - 8px);
}
.fancybox-button--close::before {
transform:rotate(45deg);
}
.fancybox-button--close::after {
transform:rotate(-45deg);
}
.fancybox-arrow {
	position:absolute;
	top:50%;
	margin:-50px 0 0 0;
	height:100px;
	width:54px;
	padding:0;
	border:0;
	outline:none;
	background:none;
	cursor:pointer;
	z-index:99995;
	opacity:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
transition:opacity .25s;
}
.fancybox-arrow::after {
content:'';
position:absolute;
top:28px;
width:44px;
height:44px;
background-color:rgba(30, 30, 30, .8);
background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
background-repeat:no-repeat;
background-position:center center;
background-size:24px 24px;
}
.fancybox-arrow--right {
	right:0;
}
.fancybox-arrow--left {
	left:0;
	transform:scaleX(-1);
}
.fancybox-arrow--right::after, .fancybox-arrow--left::after {
left:0;
}
.fancybox-show-nav .fancybox-arrow {
	opacity:.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity:.3;
}
.fancybox-loading {
	border:6px solid rgba(100, 100, 100, .4);
	border-top:6px solid rgba(255, 255, 255, .6);
	border-radius:100%;
	height:50px;
	width:50px;
animation:fancybox-rotate .8s infinite linear;
	background:transparent;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	z-index:99999;
}
@keyframes fancybox-rotate {
from {
transform:rotate(0deg);
}
to {
	transform:rotate(359deg);
}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0, 0, .25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	transform:translate3d(-100%, 0, 0);
	opacity:0;
}
.fancybox-fx-slide.fancybox-slide--next {
	transform:translate3d(100%, 0, 0);
	opacity:0;
}
.fancybox-fx-slide.fancybox-slide--current {
	transform:translate3d(0, 0, 0);
	opacity:1;
}
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
	opacity:0;
	transition-timing-function:cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity:1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	transform:scale3d(1.5, 1.5, 1.5);
	opacity:0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	transform:scale3d(.5, .5, .5);
	opacity:0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	transform:scale3d(1, 1, 1);
	opacity:1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
	transform:rotate(-360deg);
	opacity:0;
}
.fancybox-fx-rotate.fancybox-slide--next {
	transform:rotate(360deg);
	opacity:0;
}
.fancybox-fx-rotate.fancybox-slide--current {
	transform:rotate(0deg);
	opacity:1;
}
.fancybox-fx-circular.fancybox-slide--previous {
	transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity:0;
}
.fancybox-fx-circular.fancybox-slide--next {
	transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity:0;
}
.fancybox-fx-circular.fancybox-slide--current {
	transform:scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity:1;
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform:translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	transform:translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	transform:translate3d(0, 0, 0) scale(1);
}
@media all and (max-width:800px) {
.fancybox-infobar {
left:0;
margin-left:0;
}
.fancybox-button--left, .fancybox-button--right {
display:none !important;
}
.fancybox-caption {
padding:20px 0;
margin:0;
}
}
.fancybox-button--fullscreen::before {
width:15px;
height:11px;
left:calc(50% - 7px);
top:calc(50% - 6px);
border:2px solid;
background:none;
}
.fancybox-button--play::before, .fancybox-button--pause::before {
top:calc(50% - 6px);
left:calc(50% - 4px);
background:transparent;
}
.fancybox-button--play::before {
width:0;
height:0;
border-top:6px inset transparent;
border-bottom:6px inset transparent;
border-left:10px solid;
border-radius:1px;
}
.fancybox-button--pause::before {
width:7px;
height:11px;
border-style:solid;
border-width:0 2px 0 2px;
}
.fancybox-thumbs {
	display:none;
}
.fancybox-button--thumbs {
	display:none;
}
@media all and (min-width:800px) {
.fancybox-button--thumbs {
display:inline-block;
}
.fancybox-button--thumbs span {
font-size:23px;
}
.fancybox-button--thumbs::before {
width:3px;
height:3px;
top:calc(50% - 2px);
left:calc(50% - 2px);
box-shadow:0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-thumbs {
position:absolute;
top:0;
right:0;
bottom:0;
left:auto;
width:220px;
margin:0;
padding:5px 5px 0 0;
background:#fff;
word-break:normal;
-webkit-tap-highlight-color:transparent;
-webkit-overflow-scrolling:touch;
-ms-overflow-style:-ms-autohiding-scrollbar;
box-sizing:border-box;
z-index:99995;
}
.fancybox-show-thumbs .fancybox-thumbs {
display:block;
}
.fancybox-show-thumbs .fancybox-inner {
right:220px;
}
.fancybox-thumbs>ul {
list-style:none;
position:absolute;
position:relative;
width:100%;
height:100%;
margin:0;
padding:0;
overflow-x:hidden;
overflow-y:auto;
font-size:0;
}
.fancybox-thumbs>ul>li {
float:left;
overflow:hidden;
max-width:50%;
padding:0;
margin:0;
width:105px;
height:75px;
position:relative;
cursor:pointer;
outline:none;
border:5px solid transparent;
border-top-width:0;
border-right-width:0;
-webkit-tap-highlight-color:transparent;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
box-sizing:border-box;
}
li.fancybox-thumbs-loading {
background:rgba(0, 0, 0, .1);
}
.fancybox-thumbs>ul>li>img {
position:absolute;
top:0;
left:0;
min-width:100%;
min-height:100%;
max-width:none;
max-height:none;
-webkit-touch-callout:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.fancybox-thumbs>ul>li:before {
content:'';
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
border-radius:2px;
border:4px solid #4ea7f9;
z-index:99991;
opacity:0;
transition:all .2s cubic-bezier(.25, .46, .45, .94);
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
opacity:1;
}
}
.tooltipster-base {
	display:-ms-flexbox;
	display:flex;
	pointer-events:none;
	position:absolute;
}
.tooltipster-box {
	-ms-flex:1 1 auto;
	flex:1 1 auto;
}
.tooltipster-content {
	box-sizing:border-box;
	max-height:100%;
	max-width:100%;
	overflow:auto;
}
.tooltipster-ruler {
	bottom:0;
	left:0;
	overflow:hidden;
	position:fixed;
	right:0;
	top:0;
	visibility:hidden;
}
.tooltipster-fade {
	opacity:0;
	transition-property:opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity:1;
}
.tooltipster-grow {
	transform:scale(0, 0);
	transition-property:transform;
	-webkit-backface-visibility:hidden;
}
.tooltipster-grow.tooltipster-show {
	transform:scale(1, 1);
	transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);
}
.tooltipster-swing {
	opacity:0;
	transform:rotateZ(4deg);
	transition-property:transform;
}
.tooltipster-swing.tooltipster-show {
	opacity:1;
	transform:rotateZ(0deg);
	transition-timing-function:cubic-bezier(.23, .635, .495, 2.4);
}
.tooltipster-fall {
	transition-property:top;
	transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top:0 !important;
}
.tooltipster-fall.tooltipster-dying {
	transition-property:all;
	top:0 !important;
	opacity:0;
}
.tooltipster-slide {
	transition-property:left;
	transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left:-40px !important;
}
.tooltipster-slide.tooltipster-dying {
	transition-property:all;
	left:0 !important;
	opacity:0;
}
@keyframes tooltipster-fading {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
.tooltipster-update-fade {
	animation:tooltipster-fading 400ms;
}
@keyframes tooltipster-rotating {
25% {
transform:rotate(-2deg);
}
75% {
transform:rotate(2deg);
}
100% {
transform:rotate(0);
}
}
.tooltipster-update-rotate {
	animation:tooltipster-rotating 600ms;
}
@keyframes tooltipster-scaling {
50% {
transform:scale(1.1);
}
100% {
transform:scale(1);
}
}
.tooltipster-update-scale {
	animation:tooltipster-scaling 600ms;
}
.tooltipster-sidetip .tooltipster-box {
	background:#000;
	border:2px solid transparent;
	border-radius:0;
}
.tooltipster-sidetip.tooltipster-black .tooltipster-box {
	background:#000;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top:8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right:8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left:8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom:8px;
}
.tooltipster-sidetip .tooltipster-content {
	color:#fff;
	font-size:.8em;
	line-height:18px;
	padding:3px 7px;
}
.tooltipster-sidetip .tooltipster-arrow {
	overflow:hidden;
	position:absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height:10px;
	margin-left:-10px;
	top:0;
	width:20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height:20px;
	margin-top:-10px;
	right:0;
	top:0;
	width:10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height:20px;
	margin-top:-10px;
	left:0;
	top:0;
	width:10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom:0;
	height:10px;
	margin-left:-10px;
	width:20px;
}
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height:0;
	position:absolute;
	width:0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
	border:10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color:#000;
	left:0;
	top:3px;
}
.tooltipster-sidetip.tooltipster-black.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color:#000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color:#000;
	left:-3px;
	top:0;
}
.tooltipster-sidetip.tooltipster-black.tooltipster-left .tooltipster-arrow-background {
	border-left-color:#000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color:#000;
	left:3px;
	top:0;
}
.tooltipster-sidetip.tooltipster-black.tooltipster-right .tooltipster-arrow-background {
	border-right-color:#000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color:#000;
	left:0;
	top:-3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
	border:10px solid transparent;
	left:0;
	top:0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color:transparent;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color:transparent;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color:transparent;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color:transparent;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position:relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top:-10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left:-10px;
}
.scroll-wrapper {
	overflow:hidden !important;
	padding:0 !important;
	position:relative;
}
.scroll-wrapper>.scroll-content {
	border:none !important;
	box-sizing:content-box !important;
	height:auto;
	left:0;
	margin:0;
	max-height:none;
	max-width:none !important;
	overflow:scroll !important;
	padding:0;
	position:relative !important;
	top:0;
	width:auto !important;
}
.scroll-wrapper>.scroll-content::-webkit-scrollbar {
height:0;
width:0;
}
.scroll-wrapper.scroll--rtl {
	direction:rtl;
}
.scroll-element {
	box-sizing:content-box;
	display:none;
}
.scroll-element div {
	box-sizing:content-box;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
	cursor:default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
	display:block;
}
.scroll-textarea {
	border:1px solid #ccc;
	border-top-color:#999;
}
.scroll-textarea>.scroll-content {
	overflow:hidden !important;
}
.scroll-textarea>.scroll-content>textarea {
	border:none !important;
	box-sizing:border-box;
	height:100% !important;
	margin:0;
	max-height:none !important;
	max-width:none !important;
	overflow:scroll !important;
	outline:none;
	padding:2px;
	position:relative !important;
	top:0;
	width:100% !important;
}
.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
height:0;
width:0;
}
.scrollbar-inner>.scroll-element, .scrollbar-inner>.scroll-element div {
	border:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
}
.scrollbar-inner>.scroll-element div {
	display:block;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.scrollbar-inner>.scroll-element.scroll-x {
	bottom:2px;
	height:8px;
	left:0;
	width:100%;
}
.scrollbar-inner>.scroll-element.scroll-y {
	height:100%;
	right:2px;
	top:0;
	width:4px;
}
.scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow:hidden;
}
.scrollbar-inner>.scroll-element .scroll-element_outer, .scrollbar-inner>.scroll-element .scroll-element_track, .scrollbar-inner>.scroll-element .scroll-bar {
	border-radius:8px;
}
.scrollbar-inner>.scroll-element .scroll-element_track, .scrollbar-inner>.scroll-element .scroll-bar {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
	opacity:.4;
}
.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color:#e0e0e0;
}
.scrollbar-inner>.scroll-element .scroll-bar {
	background-color:#c2c2c2;
}
.scrollbar-inner>.scroll-element:hover .scroll-bar {
	background-color:#919191;
}
.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
	background-color:#919191;
}
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left:-12px;
}
.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top:-12px;
}
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left:-12px;
}
.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top:-12px;
}
.scrollbar-outer>.scroll-element, .scrollbar-outer>.scroll-element div {
	border:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
}
.scrollbar-outer>.scroll-element {
	background-color:#fff;
}
.scrollbar-outer>.scroll-element div {
	display:block;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.scrollbar-outer>.scroll-element.scroll-x {
	bottom:0;
	height:12px;
	left:0;
	width:100%;
}
.scrollbar-outer>.scroll-element.scroll-y {
	height:100%;
	right:0;
	top:0;
	width:12px;
}
.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
	height:8px;
	top:2px;
}
.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
	left:2px;
	width:8px;
}
.scrollbar-outer>.scroll-element .scroll-element_outer {
	overflow:hidden;
}
.scrollbar-outer>.scroll-element .scroll-element_track {
	background-color:#eee;
}
.scrollbar-outer>.scroll-element .scroll-element_outer, .scrollbar-outer>.scroll-element .scroll-element_track, .scrollbar-outer>.scroll-element .scroll-bar {
	border-radius:8px;
}
.scrollbar-outer>.scroll-element .scroll-bar {
	background-color:#d9d9d9;
}
.scrollbar-outer>.scroll-element .scroll-bar:hover {
	background-color:#c2c2c2;
}
.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
	background-color:#919191;
}
.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
	left:-12px;
	margin-left:12px;
}
.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
	top:-12px;
	margin-top:12px;
}
.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
	min-width:10px;
}
.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
	min-height:10px;
}
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left:-14px;
}
.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top:-14px;
}
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left:-14px;
}
.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top:-14px;
}
.scrollbar-macosx>.scroll-element, .scrollbar-macosx>.scroll-element div {
	background:none;
	border:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
}
.scrollbar-macosx>.scroll-element div {
	display:block;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.scrollbar-macosx>.scroll-element .scroll-element_track {
	display:none;
}
.scrollbar-macosx>.scroll-element .scroll-bar {
	background-color:#6c6e71;
	display:block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;
	border-radius:7px;
transition:opacity .2s linear;
}
.scrollbar-macosx:hover>.scroll-element .scroll-bar, .scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	opacity:.7;
}
.scrollbar-macosx>.scroll-element.scroll-x {
	bottom:0;
	height:0;
	left:0;
	min-width:100%;
	overflow:visible;
	width:100%;
}
.scrollbar-macosx>.scroll-element.scroll-y {
	height:100%;
	min-height:100%;
	right:0;
	top:0;
	width:0;
}
.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
	height:7px;
	min-width:10px;
	top:-9px;
}
.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
	left:-9px;
	min-height:10px;
	width:7px;
}
.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
	left:2px;
}
.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
	left:-4px;
}
.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
	top:2px;
}
.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
	top:-4px;
}
.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left:-11px;
}
.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top:-11px;
}
.scrollbar-light>.scroll-element, .scrollbar-light>.scroll-element div {
	border:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	z-index:10;
}
.scrollbar-light>.scroll-element {
	background-color:#fff;
}
.scrollbar-light>.scroll-element div {
	display:block;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.scrollbar-light>.scroll-element .scroll-element_outer {
	border-radius:10px;
}
.scrollbar-light>.scroll-element .scroll-element_size {
	background:#dbdbdb;
	background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background:linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
	border-radius:10px;
}
.scrollbar-light>.scroll-element.scroll-x {
	bottom:0;
	height:17px;
	left:0;
	min-width:100%;
	width:100%;
}
.scrollbar-light>.scroll-element.scroll-y {
	height:100%;
	min-height:100%;
	right:0;
	top:0;
	width:17px;
}
.scrollbar-light>.scroll-element .scroll-bar {
	background:#fefefe;
	background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background:linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
	border:1px solid #dbdbdb;
	border-radius:10px;
}
.scrollbar-light>.scroll-content.scroll-scrolly_visible {
	left:-17px;
	margin-left:17px;
}
.scrollbar-light>.scroll-content.scroll-scrollx_visible {
	top:-17px;
	margin-top:17px;
}
.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
	height:10px;
	min-width:10px;
	top:0;
}
.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
	left:0;
	min-height:10px;
	width:10px;
}
.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
	height:12px;
	left:2px;
	top:2px;
}
.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
	left:-4px;
}
.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
	left:2px;
	top:2px;
	width:12px;
}
.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
	top:-4px;
}
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left:-19px;
}
.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top:-19px;
}
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left:-19px;
}
.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top:-19px;
}
.scrollbar-rail>.scroll-element, .scrollbar-rail>.scroll-element div {
	border:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	z-index:10;
}
.scrollbar-rail>.scroll-element {
	background-color:#fff;
}
.scrollbar-rail>.scroll-element div {
	display:block;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.scrollbar-rail>.scroll-element .scroll-element_size {
	background-color:#999;
	background-color:rgba(0, 0, 0, .3);
}
.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color:#666;
	background-color:rgba(0, 0, 0, .5);
}
.scrollbar-rail>.scroll-element.scroll-x {
	bottom:0;
	height:12px;
	left:0;
	min-width:100%;
	padding:3px 0 2px;
	width:100%;
}
.scrollbar-rail>.scroll-element.scroll-y {
	height:100%;
	min-height:100%;
	padding:0 2px 0 3px;
	right:0;
	top:0;
	width:12px;
}
.scrollbar-rail>.scroll-element .scroll-bar {
	background-color:#d0b9a0;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0, 0, 0, .5);
}
.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
	box-shadow:1px 1px 3px rgba(0, 0, 0, .6);
}
.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
	left:-17px;
	margin-left:17px;
}
.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
	margin-top:17px;
	top:-17px;
}
.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
	height:10px;
	min-width:10px;
	top:1px;
}
.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
	left:1px;
	min-height:10px;
	width:10px;
}
.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
	height:15px;
	left:5px;
}
.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
	height:2px;
	left:-10px;
	top:5px;
}
.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
	top:5px;
	width:15px;
}
.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
	left:5px;
	top:-10px;
	width:2px;
}
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left:-25px;
}
.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top:-25px;
}
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left:-25px;
}
.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top:-25px;
}
.scrollbar-dynamic>.scroll-element, .scrollbar-dynamic>.scroll-element div {
	background:none;
	border:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
}
.scrollbar-dynamic>.scroll-element div {
	display:block;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.scrollbar-dynamic>.scroll-element.scroll-x {
	bottom:2px;
	height:7px;
	left:0;
	min-width:100%;
	width:100%;
}
.scrollbar-dynamic>.scroll-element.scroll-y {
	height:100%;
	min-height:100%;
	right:2px;
	top:0;
	width:7px;
}
.scrollbar-dynamic>.scroll-element .scroll-element_outer {
	opacity:.3;
	border-radius:12px;
}
.scrollbar-dynamic>.scroll-element .scroll-element_size {
	background-color:#ccc;
	opacity:0;
	border-radius:12px;
transition:opacity .2s;
}
.scrollbar-dynamic>.scroll-element .scroll-bar {
	background-color:#6c6e71;
	border-radius:7px;
}
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
	bottom:0;
	height:7px;
	min-width:24px;
	top:auto;
}
.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
	left:auto;
	min-height:24px;
	right:0;
	width:7px;
}
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
	bottom:0;
	top:auto;
	left:2px;
transition:height .2s;
}
.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
	left:auto;
	right:0;
	top:2px;
transition:width .2s;
}
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
	left:-4px;
}
.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
	top:-4px;
}
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left:-11px;
}
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top:-11px;
}
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer, .scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
	overflow:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	opacity:.7;
}
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
	opacity:1;
}
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
	height:100%;
	width:100%;
	border-radius:12px;
}
.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
	height:20px;
	min-height:7px;
}
.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
	min-width:7px;
	width:20px;
}
.scrollbar-chrome>.scroll-element, .scrollbar-chrome>.scroll-element div {
	border:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	z-index:10;
}
.scrollbar-chrome>.scroll-element {
	background-color:#fff;
}
.scrollbar-chrome>.scroll-element div {
	display:block;
	height:100%;
	left:0;
	top:0;
	width:100%;
}
.scrollbar-chrome>.scroll-element .scroll-element_track {
	background:#f1f1f1;
	border:1px solid #dbdbdb;
}
.scrollbar-chrome>.scroll-element.scroll-x {
	bottom:0;
	height:16px;
	left:0;
	min-width:100%;
	width:100%;
}
.scrollbar-chrome>.scroll-element.scroll-y {
	height:100%;
	min-height:100%;
	right:0;
	top:0;
	width:16px;
}
.scrollbar-chrome>.scroll-element .scroll-bar {
	background-color:#d9d9d9;
	border:1px solid #bdbdbd;
	cursor:default;
	border-radius:2px;
}
.scrollbar-chrome>.scroll-element .scroll-bar:hover {
	background-color:#c2c2c2;
	border-color:#a9a9a9;
}
.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
	background-color:#919191;
	border-color:#7e7e7e;
}
.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
	left:-16px;
	margin-left:16px;
}
.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
	top:-16px;
	margin-top:16px;
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
	height:8px;
	min-width:10px;
	top:3px;
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
	left:3px;
	min-height:10px;
	width:8px;
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
	border-left:1px solid #dbdbdb;
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
	height:14px;
	left:-3px;
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
	height:14px;
	left:-4px;
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
	border-top:1px solid #dbdbdb;
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
	top:-3px;
	width:14px;
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
	top:-4px;
	width:14px;
}
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left:-19px;
}
.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top:-19px;
}
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left:-19px;
}
.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top:-19px;
}
