.ball-pulse-sync>div,.ball-pulse>div{
	display: inline-block;
	height: 15px;
	margin: 2px;
	width: 15px;
}

.ball-pulse-sync>div,.ball-pulse>div,.ball-scale>div{ background-color: #fff; border-radius: 100%; }

@-webkit-keyframes scale{0%,80%{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

45%{
	opacity: .7;
	transform: scale(.1);
	-webkit-transform: scale(.1);
}

}.ball-pulse>div:nth-child(0){
	animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);
	-webkit-animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);
}

.ball-pulse>div:first-child{
	animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
	-webkit-animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
}

.ball-pulse>div:nth-child(2){
	animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
	-webkit-animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
}

.ball-pulse>div:nth-child(3){
	animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
	-webkit-animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}

.ball-pulse>div{
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@-webkit-keyframes ball-pulse-sync{33%{
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

66%{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

to{
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

}@keyframes ball-pulse-sync{33%{
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

66%{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

to{
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

}.ball-pulse-sync>div:nth-child(0){
	animation: ball-pulse-sync .6s -.21s infinite ease-in-out;
	-webkit-animation: ball-pulse-sync .6s -.21s infinite ease-in-out;
}

.ball-pulse-sync>div:first-child{
	animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
	-webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(2){
	animation: ball-pulse-sync .6s -.07s infinite ease-in-out;
	-webkit-animation: ball-pulse-sync .6s -.07s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(3){
	animation: ball-pulse-sync .6s 0s infinite ease-in-out;
	-webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}

.ball-pulse-sync>div{
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@-webkit-keyframes ball-scale{0%{ transform: scale(0); -webkit-transform: scale(0); }

to{
	opacity: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}@keyframes ball-scale{0%{ transform: scale(0); -webkit-transform: scale(0); }

to{
	opacity: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}.ball-scale>div{
	animation: ball-scale 1s 0s ease-in-out infinite;
	height: 60px;
	width: 60px;
}

.ball-scale-random>div,.ball-scale>div{
	display: inline-block;
	margin: 2px;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random{ height: 40px; width: 37px; }

.ball-scale-random>div{
	animation: ball-scale 1s 0s ease-in-out infinite;
	background-color: #fff;
	border-radius: 100%;
	height: 30px;
	position: absolute;
	width: 30px;
}

.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before{
	background-color: #fff;
	border-radius: 100%;
	height: 15px;
	width: 15px;
}

.ball-rotate,.ball-rotate>div{ position: relative; }

.ball-scale-random>div:first-child{
	animation: ball-scale 1s .2s ease-in-out infinite;
	margin-left: -7px;
	-webkit-animation: ball-scale 1s .2s ease-in-out infinite;
}

.ball-scale-random>div:nth-child(3){
	animation: ball-scale 1s .5s ease-in-out infinite;
	margin-left: -2px;
	margin-top: 9px;
	-webkit-animation: ball-scale 1s .5s ease-in-out infinite;
}

@-webkit-keyframes rotate{0%{ transform: rotate(0); -webkit-transform: rotate(0); }

50%{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

to{
	transform: rotate(1turn);
	-webkit-transform: rotate(1turn);
}

}.ball-rotate>div{
	animation-fill-mode: both;
	margin: 2px;
	-webkit-animation-fill-mode: both;
}

.ball-rotate>div:first-child{
	animation: rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;
	-webkit-animation: rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;
}

.ball-rotate>div:after,.ball-rotate>div:before{
	content: "";
	margin: 2px;
	opacity: .8;
	position: absolute;
}

.ball-rotate>div:before{ left: -28px; top: 0; }

.ball-rotate>div:after{ left: 25px; top: 0; }

.ball-clip-rotate>div{
	animation: rotate .75s 0s linear infinite;
	background: 0 0!important;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	border-radius: 100%;
	display: inline-block;
	height: 25px;
	margin: 2px;
	-webkit-animation: rotate .75s 0s linear infinite;
	width: 25px;
}

@keyframes scale{30%{ transform: scale(.3); -webkit-transform: scale(.3); }

to{ transform: scale(1); -webkit-transform: scale(1); }

}.ball-clip-rotate-pulse{
	-ms-transform: translateY(-15px);
	position: relative;
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
}

.ball-clip-rotate-pulse>div{
	animation-fill-mode: both;
	border-radius: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-animation-fill-mode: both;
}

.ball-clip-rotate-pulse>div:first-child{
	animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	background: #fff;
	height: 16px;
	left: -7px;
	top: 7px;
	-webkit-animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	width: 16px;
}

.ball-clip-rotate-pulse>div:last-child{
	animation: rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	animation-duration: 1s;
	background: 0 0;
	border: 2px solid;
	border-color: #fff transparent;
	height: 30px;
	left: -16px;
	position: absolute;
	top: -2px;
	-webkit-animation: rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	-webkit-animation-duration: 1s;
	width: 30px;
}

@keyframes rotate{0%{
	transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
}

50%{
	transform: rotate(180deg) scale(.6);
	-webkit-transform: rotate(180deg) scale(.6);
}

to{
	transform: rotate(1turn) scale(1);
	-webkit-transform: rotate(1turn) scale(1);
}

}.ball-clip-rotate-multiple{ position: relative; }

.ball-clip-rotate-multiple>div{
	animation: rotate 1s 0s ease-in-out infinite;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	border-radius: 100%;
	border-top-color: transparent;
	height: 35px;
	left: -20px;
	position: absolute;
	top: -20px;
	-webkit-animation: rotate 1s 0s ease-in-out infinite;
	width: 35px;
}

.ball-clip-rotate-multiple>div:last-child{
	animation-direction: reverse;
	animation-duration: .5s;
	border-color: #fff transparent;
	display: inline-block;
	height: 15px;
	left: -10px;
	top: -10px;
	-webkit-animation-direction: reverse;
	-webkit-animation-duration: .5s;
	width: 15px;
}

@-webkit-keyframes ball-scale-ripple{0%{
	opacity: 1;
	transform: scale(.1);
	-webkit-transform: scale(.1);
}

70%{
	opacity: .7;
	transform: scale(1);
	-webkit-transform: scale(1);
}

to{ opacity: 0; }

}@keyframes ball-scale-ripple{0%{
	opacity: 1;
	transform: scale(.1);
	-webkit-transform: scale(.1);
}

70%{
	opacity: .7;
	transform: scale(1);
	-webkit-transform: scale(1);
}

to{ opacity: 0; }

}.ball-scale-ripple>div{
	animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
	border: 2px solid #fff;
	border-radius: 100%;
	height: 50px;
	-webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
	width: 50px;
}

@-webkit-keyframes ball-scale-ripple-multiple{0%{
	opacity: 1;
	transform: scale(.1);
	-webkit-transform: scale(.1);
}

70%{
	opacity: .7;
	transform: scale(1);
	-webkit-transform: scale(1);
}

to{ opacity: 0; }

}@keyframes ball-scale-ripple-multiple{0%{
	opacity: 1;
	transform: scale(.1);
	-webkit-transform: scale(.1);
}

70%{
	opacity: .7;
	transform: scale(1);
	-webkit-transform: scale(1);
}

to{ opacity: 0; }

}.ball-scale-ripple-multiple{
	-ms-transform: translateY(-25px);
	position: relative;
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
}

.ball-scale-ripple-multiple>div:nth-child(0){ animation-delay: -.8s; -webkit-animation-delay: -.8s; }

.ball-scale-ripple-multiple>div:first-child{ animation-delay: -.6s; -webkit-animation-delay: -.6s; }

.ball-scale-ripple-multiple>div:nth-child(2){ animation-delay: -.4s; -webkit-animation-delay: -.4s; }

.ball-scale-ripple-multiple>div:nth-child(3){ animation-delay: -.2s; -webkit-animation-delay: -.2s; }

.ball-scale-ripple-multiple>div{
	animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);
	border: 2px solid #fff;
	border-radius: 100%;
	height: 50px;
	left: -26px;
	position: absolute;
	top: -2px;
	-webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);
	width: 50px;
}

@-webkit-keyframes ball-beat{50%{
	opacity: .2;
	transform: scale(.75);
	-webkit-transform: scale(.75);
}

to{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}@keyframes ball-beat{50%{
	opacity: .2;
	transform: scale(.75);
	-webkit-transform: scale(.75);
}

to{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}.ball-beat>div{
	animation: ball-beat .7s 0s infinite linear;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	height: 15px;
	margin: 2px;
	-webkit-animation: ball-beat .7s 0s infinite linear;
	width: 15px;
}

.ball-beat>div:nth-child(2n-1){
	animation-delay: -.35s!important;
	-webkit-animation-delay: -.35s!important;
}

@-webkit-keyframes ball-scale-multiple{0%{
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
}

5%{ opacity: 1; }

to{
	opacity: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}@keyframes ball-scale-multiple{0%{
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
}

5%{ opacity: 1; }

to{
	opacity: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}.ball-scale-multiple{
	-ms-transform: translateY(-30px);
	position: relative;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}

.ball-scale-multiple>div:nth-child(2){ animation-delay: -.4s; -webkit-animation-delay: -.4s; }

.ball-scale-multiple>div:nth-child(3){ animation-delay: -.2s; -webkit-animation-delay: -.2s; }

.ball-scale-multiple>div{
	animation: ball-scale-multiple 1s 0s linear infinite;
	background-color: #fff;
	border-radius: 100%;
	height: 60px;
	left: -30px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	width: 60px;
}

@-webkit-keyframes ball-triangle-path-1{33%{
	transform: translate(25px,-50px);
	-webkit-transform: translate(25px,-50px);
}

66%{
	transform: translate(50px);
	-webkit-transform: translate(50px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@keyframes ball-triangle-path-1{33%{
	transform: translate(25px,-50px);
	-webkit-transform: translate(25px,-50px);
}

66%{
	transform: translate(50px);
	-webkit-transform: translate(50px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@-webkit-keyframes ball-triangle-path-2{33%{
	transform: translate(25px,50px);
	-webkit-transform: translate(25px,50px);
}

66%{
	transform: translate(-25px,50px);
	-webkit-transform: translate(-25px,50px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@keyframes ball-triangle-path-2{33%{
	transform: translate(25px,50px);
	-webkit-transform: translate(25px,50px);
}

66%{
	transform: translate(-25px,50px);
	-webkit-transform: translate(-25px,50px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@-webkit-keyframes ball-triangle-path-3{33%{
	transform: translate(-50px);
	-webkit-transform: translate(-50px);
}

66%{
	transform: translate(-25px,-50px);
	-webkit-transform: translate(-25px,-50px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@keyframes ball-triangle-path-3{33%{
	transform: translate(-50px);
	-webkit-transform: translate(-50px);
}

66%{
	transform: translate(-25px,-50px);
	-webkit-transform: translate(-25px,-50px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}.ball-triangle-path{
	-ms-transform: translate(-29.99px,-37.51px);
	position: relative;
	transform: translate(-29.99px,-37.51px);
	-webkit-transform: translate(-29.99px,-37.51px);
}

.ball-triangle-path>div:first-child{
	animation-delay: 0;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: ball-triangle-path-1;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: ball-triangle-path-1;
	-webkit-animation-timing-function: ease-in-out;
}

.ball-triangle-path>div:nth-child(2){
	animation-delay: 0;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: ball-triangle-path-2;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: ball-triangle-path-2;
}

.ball-triangle-path>div:nth-child(2),.ball-triangle-path>div:nth-child(3){
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
}

.ball-triangle-path>div:nth-child(3){
	animation-delay: 0;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: ball-triangle-path-3;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: ball-triangle-path-3;
}

.ball-triangle-path>div{
	animation-fill-mode: both;
	border: 1px solid #fff;
	border-radius: 100%;
	height: 10px;
	position: absolute;
	-webkit-animation-fill-mode: both;
	width: 10px;
}

.ball-grid-beat>div,.ball-pulse-rise>div{
	background-color: #fff;
	border-radius: 100%;
	height: 15px;
	margin: 2px;
}

.ball-triangle-path>div:first-of-type{ top: 50px; }

.ball-triangle-path>div:nth-of-type(2){ left: 25px; }

.ball-triangle-path>div:nth-of-type(3){ left: 50px; top: 50px; }

@-webkit-keyframes ball-pulse-rise-even{0%{ transform: scale(1.1); -webkit-transform: scale(1.1); }

25%{
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}

50%{ transform: scale(.4); -webkit-transform: scale(.4); }

75%{
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}

to{
	transform: translateY(0);
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transform: translateY(0);
}

}@keyframes ball-pulse-rise-even{0%{ transform: scale(1.1); -webkit-transform: scale(1.1); }

25%{
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}

50%{ transform: scale(.4); -webkit-transform: scale(.4); }

75%{
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}

to{
	transform: translateY(0);
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transform: translateY(0);
}

}@-webkit-keyframes ball-pulse-rise-odd{0%{ transform: scale(.4); -webkit-transform: scale(.4); }

25%{
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}

50%{ transform: scale(1.1); -webkit-transform: scale(1.1); }

75%{
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}

to{
	transform: translateY(0);
	transform: scale(.75);
	-webkit-transform: scale(.75);
	-webkit-transform: translateY(0);
}

}@keyframes ball-pulse-rise-odd{0%{ transform: scale(.4); -webkit-transform: scale(.4); }

25%{
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}

50%{ transform: scale(1.1); -webkit-transform: scale(1.1); }

75%{
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}

to{
	transform: translateY(0);
	transform: scale(.75);
	-webkit-transform: scale(.75);
	-webkit-transform: translateY(0);
}

}.ball-pulse-rise>div{
	animation-delay: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.15,.46,.9,.6);
	display: inline-block;
	-webkit-animation-delay: 0;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.15,.46,.9,.6);
	width: 15px;
}

.ball-pulse-rise>div:nth-child(2n){
	animation-name: ball-pulse-rise-even;
	-webkit-animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise>div:nth-child(2n-1){
	animation-name: ball-pulse-rise-odd;
	-webkit-animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat{50%{ opacity: .7; }

to{ opacity: 1; }

}@keyframes ball-grid-beat{50%{ opacity: .7; }

to{ opacity: 1; }

}.ball-grid-beat{ width: 57px; }

.ball-grid-beat>div:first-child{
	animation-delay: .44s;
	animation-duration: 1.27s;
	-webkit-animation-delay: .44s;
	-webkit-animation-duration: 1.27s;
}

.ball-grid-beat>div:nth-child(2){
	animation-delay: .2s;
	animation-duration: 1.52s;
	-webkit-animation-delay: .2s;
	-webkit-animation-duration: 1.52s;
}

.ball-grid-beat>div:nth-child(3){
	animation-delay: .14s;
	animation-duration: .61s;
	-webkit-animation-delay: .14s;
	-webkit-animation-duration: .61s;
}

.ball-grid-beat>div:nth-child(4){
	animation-delay: .15s;
	animation-duration: .82s;
	-webkit-animation-delay: .15s;
	-webkit-animation-duration: .82s;
}

.ball-grid-beat>div:nth-child(5){
	animation-delay: -.01s;
	animation-duration: 1.24s;
	-webkit-animation-delay: -.01s;
	-webkit-animation-duration: 1.24s;
}

.ball-grid-beat>div:nth-child(6){
	animation-delay: -.07s;
	animation-duration: 1.35s;
	-webkit-animation-delay: -.07s;
	-webkit-animation-duration: 1.35s;
}

.ball-grid-beat>div:nth-child(7){
	animation-delay: .29s;
	animation-duration: 1.44s;
	-webkit-animation-delay: .29s;
	-webkit-animation-duration: 1.44s;
}

.ball-grid-beat>div:nth-child(8){
	animation-delay: .63s;
	animation-duration: 1.19s;
	-webkit-animation-delay: .63s;
	-webkit-animation-duration: 1.19s;
}

.ball-grid-beat>div:nth-child(9){
	animation-delay: -.18s;
	animation-duration: 1.48s;
	-webkit-animation-delay: -.18s;
	-webkit-animation-duration: 1.48s;
}

.ball-grid-beat>div{
	animation-delay: 0;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: ball-grid-beat;
	-webkit-animation-delay: 0;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: ball-grid-beat;
	width: 15px;
}

.ball-grid-beat>div,.ball-grid-pulse>div{
	display: inline-block;
	float: left;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes ball-grid-pulse{0%{ transform: scale(1); -webkit-transform: scale(1); }

50%{
	opacity: .7;
	transform: scale(.5);
	-webkit-transform: scale(.5);
}

to{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}@keyframes ball-grid-pulse{0%{ transform: scale(1); -webkit-transform: scale(1); }

50%{
	opacity: .7;
	transform: scale(.5);
	-webkit-transform: scale(.5);
}

to{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}.ball-grid-pulse{ width: 57px; }

.ball-grid-pulse>div,.ball-spin-fade-loader>div{
	background-color: #fff;
	border-radius: 100%;
	height: 15px;
	margin: 2px;
	width: 15px;
}

.ball-grid-pulse>div:first-child{
	animation-delay: .58s;
	animation-duration: .9s;
	-webkit-animation-delay: .58s;
	-webkit-animation-duration: .9s;
}

.ball-grid-pulse>div:nth-child(2){
	animation-delay: .01s;
	animation-duration: .94s;
	-webkit-animation-delay: .01s;
	-webkit-animation-duration: .94s;
}

.ball-grid-pulse>div:nth-child(3){
	animation-delay: .25s;
	animation-duration: 1.43s;
	-webkit-animation-delay: .25s;
	-webkit-animation-duration: 1.43s;
}

.ball-grid-pulse>div:nth-child(4){
	animation-delay: -.03s;
	animation-duration: .74s;
	-webkit-animation-delay: -.03s;
	-webkit-animation-duration: .74s;
}

.ball-grid-pulse>div:nth-child(5){
	animation-delay: .21s;
	animation-duration: .68s;
	-webkit-animation-delay: .21s;
	-webkit-animation-duration: .68s;
}

.ball-grid-pulse>div:nth-child(6){
	animation-delay: .25s;
	animation-duration: 1.17s;
	-webkit-animation-delay: .25s;
	-webkit-animation-duration: 1.17s;
}

.ball-grid-pulse>div:nth-child(7){
	animation-delay: .46s;
	animation-duration: 1.41s;
	-webkit-animation-delay: .46s;
	-webkit-animation-duration: 1.41s;
}

.ball-grid-pulse>div:nth-child(8){
	animation-delay: .02s;
	animation-duration: 1.56s;
	-webkit-animation-delay: .02s;
	-webkit-animation-duration: 1.56s;
}

.ball-grid-pulse>div:nth-child(9){
	animation-delay: .13s;
	animation-duration: .78s;
	-webkit-animation-delay: .13s;
	-webkit-animation-duration: .78s;
}

.ball-grid-pulse>div{
	animation-delay: 0;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: ball-grid-pulse;
	-webkit-animation-delay: 0;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: ball-grid-pulse;
}

@-webkit-keyframes ball-spin-fade-loader{50%{
	opacity: .3;
	transform: scale(.4);
	-webkit-transform: scale(.4);
}

to{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}@keyframes ball-spin-fade-loader{50%{
	opacity: .3;
	transform: scale(.4);
	-webkit-transform: scale(.4);
}

to{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

}.ball-spin-fade-loader{ left: -10px; position: relative; top: -10px; }

.ball-spin-fade-loader>div:first-child{
	animation: ball-spin-fade-loader 1s -.96s infinite linear;
	left: 0;
	top: 25px;
	-webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(2){
	animation: ball-spin-fade-loader 1s -.84s infinite linear;
	left: 17.05px;
	top: 17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(3){
	animation: ball-spin-fade-loader 1s -.72s infinite linear;
	left: 25px;
	top: 0;
	-webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(4){
	animation: ball-spin-fade-loader 1s -.6s infinite linear;
	left: 17.05px;
	top: -17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(5){
	animation: ball-spin-fade-loader 1s -.48s infinite linear;
	left: 0;
	top: -25px;
	-webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(6){
	animation: ball-spin-fade-loader 1s -.36s infinite linear;
	left: -17.05px;
	top: -17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(7){
	animation: ball-spin-fade-loader 1s -.24s infinite linear;
	left: -25px;
	top: 0;
	-webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(8){
	animation: ball-spin-fade-loader 1s -.12s infinite linear;
	left: -17.05px;
	top: 17.05px;
	-webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
}

.ball-spin-fade-loader>div{
	animation-fill-mode: both;
	position: absolute;
	-webkit-animation-fill-mode: both;
}

@-webkit-keyframes ball-spin-loader{75%{ opacity: .2; }

to{ opacity: 1; }

}@keyframes ball-spin-loader{75%{ opacity: .2; }

to{ opacity: 1; }

}.ball-spin-loader{ position: relative; }

.ball-spin-loader>span:first-child{
	animation: ball-spin-loader 2s .9s infinite linear;
	left: 0;
	top: 45px;
	-webkit-animation: ball-spin-loader 2s .9s infinite linear;
}

.ball-spin-loader>span:nth-child(2){
	animation: ball-spin-loader 2s 1.8s infinite linear;
	left: 30.68px;
	top: 30.68px;
	-webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader>span:nth-child(3){
	animation: ball-spin-loader 2s 2.7s infinite linear;
	left: 45px;
	top: 0;
	-webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader>span:nth-child(4){
	animation: ball-spin-loader 2s 3.6s infinite linear;
	left: 30.68px;
	top: -30.68px;
	-webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader>span:nth-child(5){
	animation: ball-spin-loader 2s 4.5s infinite linear;
	left: 0;
	top: -45px;
	-webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader>span:nth-child(6){
	animation: ball-spin-loader 2s 5.4s infinite linear;
	left: -30.68px;
	top: -30.68px;
	-webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader>span:nth-child(7){
	animation: ball-spin-loader 2s 6.3s infinite linear;
	left: -45px;
	top: 0;
	-webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader>span:nth-child(8){
	animation: ball-spin-loader 2s 7.2s infinite linear;
	left: -30.68px;
	top: 30.68px;
	-webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader>div{
	animation-fill-mode: both;
	background: green;
	border-radius: 100%;
	height: 15px;
	position: absolute;
	-webkit-animation-fill-mode: both;
	width: 15px;
}

.ball-zig-zag-deflect>div,.ball-zig-zag>div{
	background-color: #fff;
	border-radius: 100%;
	height: 15px;
	left: -7px;
	margin: 2px 2px 2px 15px;
	top: 4px;
	width: 15px;
}

@-webkit-keyframes ball-zig{33%{
	transform: translate(-15px,-30px);
	-webkit-transform: translate(-15px,-30px);
}

66%{
	transform: translate(15px,-30px);
	-webkit-transform: translate(15px,-30px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@keyframes ball-zig{33%{
	transform: translate(-15px,-30px);
	-webkit-transform: translate(-15px,-30px);
}

66%{
	transform: translate(15px,-30px);
	-webkit-transform: translate(15px,-30px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@-webkit-keyframes ball-zag{33%{
	transform: translate(15px,30px);
	-webkit-transform: translate(15px,30px);
}

66%{
	transform: translate(-15px,30px);
	-webkit-transform: translate(-15px,30px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@keyframes ball-zag{33%{
	transform: translate(15px,30px);
	-webkit-transform: translate(15px,30px);
}

66%{
	transform: translate(-15px,30px);
	-webkit-transform: translate(-15px,30px);
}

to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}.ball-zig-zag{
	-ms-transform: translate(-15px,-15px);
	position: relative;
	transform: translate(-15px,-15px);
	-webkit-transform: translate(-15px,-15px);
}

.ball-zig-zag>div{
	animation-fill-mode: both;
	position: absolute;
	-webkit-animation-fill-mode: both;
}

.ball-zig-zag>div:first-child{
	animation: ball-zig .7s 0s infinite linear;
	-webkit-animation: ball-zig .7s 0s infinite linear;
}

.ball-zig-zag>div:last-child{
	animation: ball-zag .7s 0s infinite linear;
	-webkit-animation: ball-zag .7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect{17%,84%{
	transform: translate(-15px,-30px);
	-webkit-transform: translate(-15px,-30px);
}

34%,67%{
	transform: translate(15px,-30px);
	-webkit-transform: translate(15px,-30px);
}

50%,to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@keyframes ball-zig-deflect{17%,84%{
	transform: translate(-15px,-30px);
	-webkit-transform: translate(-15px,-30px);
}

34%,67%{
	transform: translate(15px,-30px);
	-webkit-transform: translate(15px,-30px);
}

50%,to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@-webkit-keyframes ball-zag-deflect{17%,84%{
	transform: translate(15px,30px);
	-webkit-transform: translate(15px,30px);
}

34%,67%{
	transform: translate(-15px,30px);
	-webkit-transform: translate(-15px,30px);
}

50%,to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}@keyframes ball-zag-deflect{17%,84%{
	transform: translate(15px,30px);
	-webkit-transform: translate(15px,30px);
}

34%,67%{
	transform: translate(-15px,30px);
	-webkit-transform: translate(-15px,30px);
}

50%,to{
	transform: translate(0);
	-webkit-transform: translate(0);
}

}.ball-zig-zag-deflect{
	-ms-transform: translate(-15px,-15px);
	position: relative;
	transform: translate(-15px,-15px);
	-webkit-transform: translate(-15px,-15px);
}

.ball-zig-zag-deflect>div{
	animation-fill-mode: both;
	position: absolute;
	-webkit-animation-fill-mode: both;
}

.ball-zig-zag-deflect>div:first-child{
	animation: ball-zig-deflect 1.5s 0s infinite linear;
	-webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect>div:last-child{
	animation: ball-zag-deflect 1.5s 0s infinite linear;
	-webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
}

@-webkit-keyframes line-scale{0%,to{ transform: scaley(1); -webkit-transform: scaley(1); }

50%{ transform: scaley(.4); -webkit-transform: scaley(.4); }

}@keyframes line-scale{0%,to{ transform: scaley(1); -webkit-transform: scaley(1); }

50%{ transform: scaley(.4); -webkit-transform: scaley(.4); }

}.line-scale>div:first-child{
	animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
	-webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale>div:nth-child(2){
	animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
	-webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale>div:nth-child(3){
	animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
	-webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale>div:nth-child(4){
	animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
	-webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale>div:nth-child(5){
	animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
	-webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale>div{ animation-fill-mode: both; display: inline-block; }

.line-scale-party>div,.line-scale>div{
	background-color: #fff;
	border-radius: 2px;
	height: 35px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	width: 4px;
}

@-webkit-keyframes line-scale-party{0%,to{ transform: scale(1); -webkit-transform: scale(1); }

50%{ transform: scale(.5); -webkit-transform: scale(.5); }

}@keyframes line-scale-party{0%,to{ transform: scale(1); -webkit-transform: scale(1); }

50%{ transform: scale(.5); -webkit-transform: scale(.5); }

}.line-scale-party>div:first-child{
	animation-delay: -.09s;
	animation-duration: .83s;
	-webkit-animation-delay: -.09s;
	-webkit-animation-duration: .83s;
}

.line-scale-party>div:nth-child(2){
	animation-delay: .33s;
	animation-duration: .64s;
	-webkit-animation-delay: .33s;
	-webkit-animation-duration: .64s;
}

.line-scale-party>div:nth-child(3){
	animation-delay: .32s;
	animation-duration: .39s;
	-webkit-animation-delay: .32s;
	-webkit-animation-duration: .39s;
}

.line-scale-party>div:nth-child(4){
	animation-delay: .47s;
	animation-duration: .52s;
	-webkit-animation-delay: .47s;
	-webkit-animation-duration: .52s;
}

.line-scale-party>div{
	animation-delay: 0;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: line-scale-party;
	display: inline-block;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: line-scale-party;
}

@-webkit-keyframes line-scale-pulse-out{0%,to{ transform: scaley(1); -webkit-transform: scaley(1); }

50%{ transform: scaley(.4); -webkit-transform: scaley(.4); }

}@keyframes line-scale-pulse-out{0%,to{ transform: scaley(1); -webkit-transform: scaley(1); }

50%{ transform: scaley(.4); -webkit-transform: scaley(.4); }

}.line-scale-pulse-out>div{
	animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 35px;
	margin: 2px;
	-webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
	width: 4px;
}

.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){
	animation-delay: -.4s!important;
	-webkit-animation-delay: -.4s!important;
}

.line-scale-pulse-out>div:first-child,.line-scale-pulse-out>div:nth-child(5){
	animation-delay: -.2s!important;
	-webkit-animation-delay: -.2s!important;
}

@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{ transform: scaley(1); -webkit-transform: scaley(1); }

80%{ transform: scaley(.3); -webkit-transform: scaley(.3); }

}@keyframes line-scale-pulse-out-rapid{0%,90%{ transform: scaley(1); -webkit-transform: scaley(1); }

80%{ transform: scaley(.3); -webkit-transform: scaley(.3); }

}.line-scale-pulse-out-rapid>div{
	animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 35px;
	margin: 2px;
	-webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);
	width: 4px;
}

.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){
	animation-delay: -.25s!important;
	-webkit-animation-delay: -.25s!important;
}

.line-scale-pulse-out-rapid>div:first-child,.line-scale-pulse-out-rapid>div:nth-child(5){
	animation-delay: 0s!important;
	-webkit-animation-delay: 0s!important;
}

@-webkit-keyframes line-spin-fade-loader{50%{ opacity: .3; }

to{ opacity: 1; }

}@keyframes line-spin-fade-loader{50%{ opacity: .3; }

to{ opacity: 1; }

}.line-spin-fade-loader{ left: -4px; position: relative; top: -10px; }

.line-spin-fade-loader>div:first-child{
	animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
	left: 0;
	top: 20px;
	-webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(2){
	animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
	left: 13.64px;
	-ms-transform: rotate(-45deg);
	top: 13.64px;
	transform: rotate(-45deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
	-webkit-transform: rotate(-45deg);
}

.line-spin-fade-loader>div:nth-child(3){
	animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
	left: 20px;
	-ms-transform: rotate(90deg);
	top: 0;
	transform: rotate(90deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
	-webkit-transform: rotate(90deg);
}

.line-spin-fade-loader>div:nth-child(4){
	animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
	left: 13.64px;
	-ms-transform: rotate(45deg);
	top: -13.64px;
	transform: rotate(45deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
	-webkit-transform: rotate(45deg);
}

.line-spin-fade-loader>div:nth-child(5){
	animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
	left: 0;
	top: -20px;
	-webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(6){
	animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
	left: -13.64px;
	-ms-transform: rotate(-45deg);
	top: -13.64px;
	transform: rotate(-45deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
	-webkit-transform: rotate(-45deg);
}

.line-spin-fade-loader>div:nth-child(7){
	animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
	left: -20px;
	-ms-transform: rotate(90deg);
	top: 0;
	transform: rotate(90deg);
	-webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
	-webkit-transform: rotate(90deg);
}

.line-spin-fade-loader>div:nth-child(8){
	animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
	left: -13.64px;
	-ms-transform: rotate(45deg);
	top: 13.64px;
	transform: rotate(45deg);
	-webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
	-webkit-transform: rotate(45deg);
}

.line-spin-fade-loader>div{
	animation-fill-mode: both;
	background-color: #fff;
	border-radius: 2px;
	height: 15px;
	margin: 2px;
	position: absolute;
	-webkit-animation-fill-mode: both;
	width: 5px;
}

@-webkit-keyframes triangle-skew-spin{25%{
	transform: perspective(100px) rotateX(180deg) rotateY(0);
	-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
}

50%{
	transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
}

75%{
	transform: perspective(100px) rotateX(0) rotateY(180deg);
	-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
}

to{
	transform: perspective(100px) rotateX(0) rotateY(0);
	-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
}

}@keyframes triangle-skew-spin{25%{
	transform: perspective(100px) rotateX(180deg) rotateY(0);
	-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
}

50%{
	transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
}

75%{
	transform: perspective(100px) rotateX(0) rotateY(180deg);
	-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
}

to{
	transform: perspective(100px) rotateX(0) rotateY(0);
	-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
}

}.triangle-skew-spin>div{
	animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	border-bottom: 20px solid #fff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	width: 0;
}

@-webkit-keyframes square-spin{25%{
	transform: perspective(100px) rotateX(180deg) rotateY(0);
	-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
}

50%{
	transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
}

75%{
	transform: perspective(100px) rotateX(0) rotateY(180deg);
	-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
}

to{
	transform: perspective(100px) rotateX(0) rotateY(0);
	-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
}

}@keyframes square-spin{25%{
	transform: perspective(100px) rotateX(180deg) rotateY(0);
	-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
}

50%{
	transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
}

75%{
	transform: perspective(100px) rotateX(0) rotateY(180deg);
	-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
}

to{
	transform: perspective(100px) rotateX(0) rotateY(0);
	-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
}

}.square-spin>div{
	animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	background: #fff;
	border: 1px solid red;
	height: 50px;
	-webkit-animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
	width: 50px;
}

.pacman>div:first-of-type,.pacman>div:nth-child(2){
	border-bottom: 25px solid #fff;
	border-left: 25px solid #fff;
	border-radius: 25px;
	border-right: 25px solid transparent;
	border-top: 25px solid #fff;
	height: 0;
	left: -30px;
	position: relative;
	width: 0;
}

@-webkit-keyframes rotate_pacman_half_up{0%,to{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

50%{
	transform: rotate(1turn);
	-webkit-transform: rotate(1turn);
}

}@keyframes rotate_pacman_half_up{0%,to{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

50%{
	transform: rotate(1turn);
	-webkit-transform: rotate(1turn);
}

}@-webkit-keyframes rotate_pacman_half_down{0%,to{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

50%{ transform: rotate(0); -webkit-transform: rotate(0); }

}@keyframes rotate_pacman_half_down{0%,to{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

50%{ transform: rotate(0); -webkit-transform: rotate(0); }

}@-webkit-keyframes pacman-balls{75%{ opacity: .7; }

to{
	transform: translate(-100px,-6.25px);
	-webkit-transform: translate(-100px,-6.25px);
}

}@keyframes pacman-balls{75%{ opacity: .7; }

to{
	transform: translate(-100px,-6.25px);
	-webkit-transform: translate(-100px,-6.25px);
}

}.pacman{ position: relative; }

.pacman>div:nth-child(3){
	animation: pacman-balls 1s -.66s infinite linear;
	-webkit-animation: pacman-balls 1s -.66s infinite linear;
}

.pacman>div:nth-child(4){
	animation: pacman-balls 1s -.33s infinite linear;
	-webkit-animation: pacman-balls 1s -.33s infinite linear;
}

.pacman>div:nth-child(5){
	animation: pacman-balls 1s 0s infinite linear;
	-webkit-animation: pacman-balls 1s 0s infinite linear;
}

.pacman>div:first-of-type{
	animation: rotate_pacman_half_up .5s 0s infinite;
	-webkit-animation: rotate_pacman_half_up .5s 0s infinite;
}

.pacman>div:nth-child(2){
	animation: rotate_pacman_half_down .5s 0s infinite;
	margin-top: -50px;
	-webkit-animation: rotate_pacman_half_down .5s 0s infinite;
}

.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){
	background-color: #fff;
	border-radius: 100%;
	height: 10px;
	left: 70px;
	margin: 2px;
	-ms-transform: translateY(-6.25px);
	position: absolute;
	top: 25px;
	transform: translateY(-6.25px);
	-webkit-transform: translateY(-6.25px);
	width: 10px;
}

@-webkit-keyframes cube-transition{25%{
	transform: translateX(50px) scale(.5) rotate(-90deg);
	-webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
}

50%{
	transform: translate(50px,50px) rotate(-180deg);
	-webkit-transform: translate(50px,50px) rotate(-180deg);
}

75%{
	transform: translateY(50px) scale(.5) rotate(-270deg);
	-webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
}

to{
	transform: rotate(-1turn);
	-webkit-transform: rotate(-1turn);
}

}@keyframes cube-transition{25%{
	transform: translateX(50px) scale(.5) rotate(-90deg);
	-webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
}

50%{
	transform: translate(50px,50px) rotate(-180deg);
	-webkit-transform: translate(50px,50px) rotate(-180deg);
}

75%{
	transform: translateY(50px) scale(.5) rotate(-270deg);
	-webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
}

to{
	transform: rotate(-1turn);
	-webkit-transform: rotate(-1turn);
}

}.cube-transition{
	-ms-transform: translate(-25px,-25px);
	position: relative;
	transform: translate(-25px,-25px);
	-webkit-transform: translate(-25px,-25px);
}

.cube-transition>div{
	animation: cube-transition 1.6s 0s infinite ease-in-out;
	background-color: #fff;
	height: 10px;
	left: -5px;
	position: absolute;
	top: -5px;
	-webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
	width: 10px;
}

.cube-transition>div:last-child{ animation-delay: -.8s; -webkit-animation-delay: -.8s; }

@-webkit-keyframes spin-rotate{0%{ transform: rotate(0); -webkit-transform: rotate(0); }

50%{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

to{
	transform: rotate(1turn);
	-webkit-transform: rotate(1turn);
}

}@keyframes spin-rotate{0%{ transform: rotate(0); -webkit-transform: rotate(0); }

50%{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

to{
	transform: rotate(1turn);
	-webkit-transform: rotate(1turn);
}

}.semi-circle-spin{
	height: 35px;
	overflow: hidden;
	position: relative;
	width: 35px;
}

.semi-circle-spin>div{
	animation: spin-rotate .6s 0s infinite linear;
	background-image: -webkit-linear-gradient(transparent,transparent 70%,#fff 0,#fff);
	background-image: linear-gradient(transparent,transparent 70%,#fff 0,#fff);
	border-radius: 100%;
	border-width: 0;
	height: 100%;
	position: absolute;
	-webkit-animation: spin-rotate .6s 0s infinite linear;
	width: 100%;
}

@-webkit-keyframes bar-progress{0%,to{
	opacity: 1;
	transform: scaleY(20%);
	-webkit-transform: scaleY(20%);
}

25%,75%{
	opacity: .7;
	transform: translateX(6%) scaleY(10%);
	-webkit-transform: translateX(6%) scaleY(10%);
}

50%{
	opacity: 1;
	transform: translateX(20%) scaleY(20%);
	-webkit-transform: translateX(20%) scaleY(20%);
}

}@keyframes bar-progress{0%,to{
	opacity: 1;
	transform: scaleY(20%);
	-webkit-transform: scaleY(20%);
}

25%,75%{
	opacity: .7;
	transform: translateX(6%) scaleY(10%);
	-webkit-transform: translateX(6%) scaleY(10%);
}

50%{
	opacity: 1;
	transform: translateX(20%) scaleY(20%);
	-webkit-transform: translateX(20%) scaleY(20%);
}

}.bar-progress{ height: 12px; width: 30%; }

.bar-progress>div{
	animation: bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;
	background-color: #fff;
	border-radius: 10px;
	height: 12px;
	opacity: 1;
	position: relative;
	-webkit-animation: bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;
	width: 20%;
}

.bar-swing,.bar-swing>div{ height: 8px; width: 30%; }

@-webkit-keyframes bar-swing{0%,to{ left: 0; }

50%{ left: 70%; }

}@keyframes bar-swing{0%,to{ left: 0; }

50%{ left: 70%; }

}.bar-swing>div{
	animation: bar-swing 1.5s infinite;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	-webkit-animation: bar-swing 1.5s infinite;
}

@-webkit-keyframes bar-swing-container{0%,to{
	left: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

50%{
	left: 70%;
	transform: translateX(-4px);
	-webkit-transform: translateX(-4px);
}

}@keyframes bar-swing-container{0%,to{
	left: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

50%{
	left: 70%;
	transform: translateX(-4px);
	-webkit-transform: translateX(-4px);
}

}.bar-swing-container{ height: 8px; position: relative; width: 20%; }

.bar-swing-container div:first-child{
	background-color: hsla(0,0%,100%,.2);
	border-radius: 10px;
	height: 12px;
	position: absolute;
	width: 100%;
}

.bar-swing-container div:nth-child(2){
	animation: bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;
	background-color: #fff;
	border-radius: 10px;
	height: 8px;
	margin: 2px 2px 0;
	position: absolute;
	-webkit-animation: bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;
	width: 30%;
}

.noSelect{
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.easypack-widget{
	display: flex;
	flex-direction: column;
	font-family: Open Sans,sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 100%;
	line-height: 1.42857143;
	-ms-flex: 1;
	position: relative;
	width: 100%;
}

.easypack-widget .hidden{ display: none!important; }

.easypack-widget *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.easypack-widget a{ color: #000!important; }

.easypack-widget .loading-icon-wrapper{ margin-top: 200px; text-align: center; }

.easypack-widget .loading-icon-wrapper.loader-wrapper:not(.hidden){
	align-items: center;
	background-color: #f1f1f1;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	margin-top: 0;
	pointer-events: fill;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

.easypack-widget .loading-icon-wrapper.loader-wrapper:not(.hidden).hidden{ display: none; }

.easypack-widget .info-box-wrapper{ margin-left: 38px; width: 230px!important; }

.easypack-widget .info-box-wrapper img{ right: 5px; top: 25px; }

.easypack-widget .info-box-wrapper .info-window{ width: 180px; }

.easypack-widget .info-box-wrapper .info-window .content{
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.easypack-widget .info-box-wrapper .info-window .content .point-wrapper{ padding: 15px; text-align: center; }

.easypack-widget .info-box-wrapper .info-window .content .point-wrapper h1{ clear: both; text-align: center; }

.easypack-widget .info-box-wrapper .info-window .content .point-wrapper .mobile-details-content:first-of-type{ margin-top: 10px; }

.easypack-widget .info-box-wrapper .info-window .content .links{
	border-top: 1px solid #4b4b4b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 10px;
	text-align: left;
}

.easypack-widget .info-box-wrapper .info-window .content .links a{
	border: 2px solid #fab800;
	border-radius: 5px;
	color: #fff!important;
	display: block;
	margin-top: 10px;
	padding: 0 0 2px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.easypack-widget .info-box-wrapper .info-window .content .links a.select-link{
	background-color: #fab800;
	cursor: pointer;
	font-weight: 700;
}

.easypack-widget .info-box-wrapper .info-window .content .links span{ display: block; height: 20px; left: 3px; width: 20px; }

.easypack-widget .info-box-wrapper .info-window .content .route-link{ margin-right: 30px; }

.easypack-widget .info-box-wrapper .info-window .content .details-link,.easypack-widget .info-box-wrapper .info-window .content .details-link-mobile{ cursor: pointer; }

.easypack-widget .info-box-wrapper .info-window .content .details-link-mobile{ display: none; }

@media screen and (max-width:768px){.easypack-widget .info-box-wrapper .info-window .content{ flex-direction: column; padding: 10px; }

.easypack-widget .info-box-wrapper .info-window .content .point-wrapper{ padding: 5px; }

.easypack-widget .info-box-wrapper .info-window .content .point-wrapper .opening-hours-label{ display: none; padding: 10px; }

.easypack-widget .info-box-wrapper .info-window .content .links{ padding: 5px; }

}@media screen and (max-width:768px) and (orientation:landscape){.easypack-widget .info-box-wrapper .info-window .content{
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 3px 5px;
}

.easypack-widget .info-box-wrapper .info-window .content .links{ padding-right: 10px; }

.easypack-widget .info-box-wrapper .info-window .content .links a{ width: 110px; }

}@media screen and (max-width:768px){.easypack-widget .info-box-wrapper{ margin-left: 30px!important; width: 200px!important; }

.easypack-widget .info-box-wrapper .info-window{ width: 180px!important; }

}@media screen and (max-width:768px) and (orientation:landscape){.easypack-widget .info-box-wrapper{ margin-left: -20px!important; width: 300px!important; }

.easypack-widget .info-box-wrapper img{ right: 8px; top: 30px; }

.easypack-widget .info-box-wrapper .info-window{ width: 280px!important; }

}.easypack-widget button{
	align-items: flex-start;
	font-family: Open Sans,sans-serif;
	letter-spacing: normal;
	overflow: visible;
	text-indent: 0;
	text-rendering: auto;
	text-shadow: none;
	text-transform: none;
	-webkit-appearance: button;
	-webkit-writing-mode: horizontal-tb;
	word-spacing: normal;
}

.easypack-widget input{
	font-family: Open Sans,sans-serif;
	line-height: 1.42857143;
	margin: 0;
}

.easypack-widget .easypack-dropdown{ position: relative; }

.easypack-widget .easypack-dropdown__select{
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px;
}

.easypack-widget .easypack-dropdown__arrow{ float: right; }

.easypack-widget .easypack-dropdown__arrow img{ max-height: 10px; }

.easypack-widget .easypack-dropdown[data-open=true] .easypack-dropdown__arrow{
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.easypack-widget .easypack-dropdown__search{
	font-size: 12px;
	font-weight: 700;
	padding: 5px;
	width: 100%;
}

.easypack-widget .easypack-dropdown__content{
	background: #fafafa;
	border: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 2;
}

.easypack-widget .easypack-dropdown__list{ max-height: 210px; overflow-y: scroll; padding: 0; }

.easypack-widget .easypack-dropdown__list li{ cursor: pointer; list-style: none; padding: 5px; }

.easypack-widget .easypack-dropdown__list li:hover{ background: #f1f1f1; }

.easypack-widget .easypack-dropdown[data-open=true] .easypack-dropdown__select{
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.easypack-widget .easypack-dropdown[data-open=false] .easypack-dropdown__content{ display: none; }

.easypack-widget .search-input{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	color: #555;
	display: block;
	height: 34px;
	line-height: 1.42857143;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	width: 100%;
}

.easypack-widget .search-group{
	border-collapse: separate;
	display: table;
	position: relative;
}

.easypack-widget .search-group .search-input{
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.easypack-widget .input-group-addon,.easypack-widget .search-group-btn,.easypack-widget .search-group.search-input{ display: table-cell; }

.easypack-widget .search-group-btn{
	font-size: 0;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}

.easypack-widget .search-group-btn:not(.with-filters){ width: 1%!important; }

.easypack-widget .search-group-btn:last-child>.btn,.easypack-widget .search-group-btn:last-child>.btn-group{ margin-left: -1px; }

.easypack-widget .input-group-addon:first-child,.easypack-widget .search-group-btn:first-child>.btn,.easypack-widget .search-group-btn:first-child>.btn-group>.btn,.easypack-widget .search-group-btn:first-child>.dropdown-toggle,.easypack-widget .search-group-btn:last-child>.btn-group:not(:last-child)>.btn,.easypack-widget .search-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.easypack-widget .search-group.search-input:first-child{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.easypack-widget .input-group-addon:last-child,.easypack-widget .search-group-btn:first-child>.btn-group:not(:first-child)>.btn,.easypack-widget .search-group-btn:first-child>.btn:not(:first-child),.easypack-widget .search-group-btn:last-child>.btn,.easypack-widget .search-group-btn:last-child>.btn-group>.btn,.easypack-widget .search-group-btn:last-child>.dropdown-toggle,.easypack-widget .search-group.search-input:last-child{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.easypack-widget .btn{
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	margin-bottom: 0;
	-moz-user-select: none;
	-ms-touch-action: manipulation;
	-ms-user-select: none;
	padding: 6px 12px;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	vertical-align: middle;
	-webkit-user-select: none;
	white-space: nowrap;
}

.easypack-widget .btn:hover{ text-decoration: none; }

.easypack-widget .btn-checkbox,.easypack-widget .btn-default,.easypack-widget .btn-filters,.easypack-widget .btn-radio,.easypack-widget .btn-search{
	background-color: #fff;
	border-color: #ccc;
	color: #333;
	outline: none;
}

.easypack-widget .btn-checkbox:hover,.easypack-widget .btn-default:hover,.easypack-widget .btn-filters:hover,.easypack-widget .btn-radio:hover,.easypack-widget .btn-search:hover{
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}

.easypack-widget .search-widget .btn.btn-filters{
	color: #666;
	font-size: 12px;
	font-weight: 700;
	width: auto;
}

@media screen and (max-width:768px){.easypack-widget .search-widget .btn.btn-filters{ width: 100%; }

}.easypack-widget .btn-filters__arrow{
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	margin-left: 15px;
	vertical-align: middle;
	width: 16px;
}

.easypack-widget .btn-filters .btn-filters__arrow{
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.easypack-widget .btn-filters.opened .btn-filters__arrow{
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.easypack-widget .btn-checkbox,.easypack-widget .btn-radio{
	border-radius: 0;
	height: 20px;
	padding: 0;
	width: 20px;
}

.easypack-widget li.no-subtypes{ border-radius: 0; }

.easypack-widget li.has-subtypes button.all,.easypack-widget li.has-subtypes button.none{ opacity: 1; }

.easypack-widget li.has-subtypes button.some{ opacity: .3; }

.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.all,.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.none,.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.some{ opacity: 1; }

.easypack-widget li.has-subtypes.group span.label{ padding-left: 0; }

.easypack-widget .btn-radio{ border: none; }

.easypack-widget .btn-search{ background: 50% no-repeat #fff; }

.easypack-widget .search-group-btn>.btn{ position: relative; }

.easypack-widget ol,.easypack-widget ul{ margin-bottom: 10px; margin-top: 0; }

.easypack-widget dir,.easypack-widget menu,.easypack-widget ul{
	display: block;
	list-style-type: disc;
	-webkit-margin-after: 1em;
	-webkit-margin-before: 1em;
	-webkit-margin-end: 0;
	-webkit-margin-start: 0;
	-webkit-padding-start: 40px;
}

.easypack-widget li{ display: list-item; text-align: -webkit-match-parent; }

.easypack-widget .search-widget{ background-color: #f7f6f1; width: 100%; }

.easypack-widget .search-widget .search-group{ padding: 30px; }

.easypack-widget .search-widget .search-group:not(.with-filters){ width: 100%; }

.easypack-widget .search-widget .visible-xs{ display: none; }

@media screen and (max-width:767px){.easypack-widget .search-widget .visible-xs{ display: block; }

}@media screen and (max-width:767px){.easypack-widget .search-widget .hidden-xs{ display: none; }

}.easypack-widget .search-widget .search-input{
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-weight: 600;
	height: 60px;
	padding: 5px 40px;
	-webkit-box-shadow: none;
}

.easypack-widget .search-widget .btn{
	border: 0;
	border-left: 1px solid #eee;
	border-radius: 0;
	height: 60px;
	width: 60px;
}

.easypack-widget .search-widget .search-group-btn:last-child>.btn,.easypack-widget .search-widget .search-group-btn:last-child>.btn-group{ margin-left: 0; }

.easypack-widget .search-widget #searchLoader{
	background-color: #fff;
	bottom: unset;
	display: table-cell;
	height: 50px;
	left: unset;
	margin: 0;
	padding-left: 5px;
	position: relative;
	right: unset;
	top: unset;
	vertical-align: middle;
	visibility: visible;
	width: 37px;
}

.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader{ background-color: #fff; }

.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader .ball-spin-fade-loader{
	background-color: transparent;
	height: 10px;
	left: 0!important;
	margin-left: 5px;
	top: unset;
	transform: scale(.45);
	width: 10px;
}

.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader .ball-spin-fade-loader div{
	background-color: #000!important;
	border-bottom-color: transparent;
	border-color: #000!important;
	max-height: 15px;
	max-width: 15px;
}

.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader:not(.hidden){ display: table-cell; }

.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader:not(.hidden) .ball-spin-fade-loader{ visibility: visible; }

.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader.hidden{ display: table-cell!important; }

.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader.hidden .ball-spin-fade-loader{ visibility: hidden; }

.easypack-widget .search-widget .input-group.with-filters{ background-color: #fff; }

.easypack-widget .search-widget .input-group.with-filters #searchLoader .ball-spin-fade-loader{
	background-color: transparent;
	height: 10px;
	left: 0!important;
	margin-left: 5px;
	top: unset;
	transform: scale(.45);
	width: 10px;
}

.easypack-widget .search-widget .input-group.with-filters #searchLoader .ball-spin-fade-loader div{
	background-color: #000!important;
	border-bottom-color: transparent;
	border-color: #000!important;
	max-height: 15px;
	max-width: 15px;
}

.easypack-widget .search-widget .input-group.with-filters #searchLoader:not(.hidden){ display: table-cell!important; }

.easypack-widget .search-widget .input-group.with-filters #searchLoader:not(.hidden) .ball-spin-fade-loader{ visibility: visible; }

.easypack-widget .search-widget .input-group.with-filters #searchLoader.hidden{ display: table-cell!important; }

.easypack-widget .search-widget .input-group.with-filters #searchLoader.hidden .ball-spin-fade-loader{ visibility: hidden; }

.easypack-widget .search-widget .search-input-loader-wrapper{ display: inline-flex; width: 100%; }

.easypack-widget .search-widget .search-input-loader-wrapper input{ flex: 1; }

.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading{
	background-color: #fff;
	display: block;
	min-width: 30px;
	position: relative;
	visibility: visible;
}

.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading.hidden{ display: block!important; }

.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading.hidden .ball-spin-fade-loader{ visibility: hidden; }

.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader{
	height: 10px;
	left: 20%;
	margin-top: 5px;
	top: 20%;
	transform: scale(.45);
	visibility: visible;
	width: 10px;
}

.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div{
	background-color: #000!important;
	border-bottom-color: transparent;
	border-color: #000!important;
	max-height: 15px;
	max-width: 15px;
}

.easypack-widget .map-widget .status-bar{
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	padding-left: 20px;
}

.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp{
	height: 30px;
	left: 0!important;
	transform: scale(.45);
	width: 30px;
}

.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp div{ border-bottom-color: transparent; border-color: #000; }

.easypack-widget .map-widget .status-bar--hidden,.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp.hidden{ display: none; }

.easypack-widget .map-widget .leaflet-popup{
	color: #fff!important;
	font-family: Open Sans,sans-serif;
	font-size: 13px;
	font-weight: 100;
	line-height: 1.42857143;
	padding: 0 0 18px;
	width: 250px;
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper{ background-color: #323232; color: #fff!important; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content{ margin: 5px 10px; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper h1{
	color: #fff!important;
	font-size: 1.3em;
	margin: 0 0 5px;
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .name,.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .phone{
	color: #fff!important;
	font-size: 14px;
	margin-top: 10px!important;
	text-align: left;
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper{ padding: 0 10px; text-align: center; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p{ margin: 0; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper .open-hours-label{ font-size: 12px; padding-top: 10px; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper .open-hours{ font-size: 12px; padding-top: 5px; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.address{ margin-top: 10px; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links{
	border-top: 1px solid #4b4b4b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 10px;
	text-align: left;
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a{
	border: 2px solid #fab800;
	border-radius: 5px;
	color: #fff!important;
	display: block;
	margin-top: 10px;
	padding: 0 0 2px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a.select-link{
	background-color: #fab800;
	cursor: pointer;
	font-weight: 700;
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links span{ display: block; height: 20px; left: 3px; width: 20px; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .route-link{ margin-right: 30px; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link,.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link-mobile{ cursor: pointer; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link-mobile{ display: none; }

@media screen and (max-width:768px){.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper{
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-top: 0;
}

}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-tip{ background-color: #323232; }

.easypack-widget .map-widget .leaflet-popup a.leaflet-popup-close-button{ color: #fff!important; height: 22px; right: 5px; }

.easypack-widget .map-widget .leaflet-popup .mobile-details-content{ margin-top: 10px; }

@media screen and (max-width:767px){.easypack-widget .map-widget .leaflet-popup{ width: 170px; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content{ font-size: 12px; margin: 0 10px 10px; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .select-link{
	background-color: #fab800;
	padding-left: 0;
	position: relative;
	text-align: center;
}

}@media screen and (max-width:767px) and (orientation:landscape){.easypack-widget .map-widget .leaflet-popup{ width: 260px; }

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .popup-container{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .popup-container .links{ flex-direction: column; justify-content: flex-end; }

}.easypack-widget .filters-widget{
	min-height: 120px;
	overflow: hidden;
	position: relative;
}

.easypack-widget .filters-widget .filters-widget__loading{
	background: #f1f0e9;
	bottom: 0;
	display: none;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.easypack-widget .filters-widget.loading .filters-widget__loading{ display: block; }

.easypack-widget .filters-widget .filters-widget__list{
	background: #f1f0e9;
	list-style: none;
	margin: 0;
	padding: 10px 30px;
	position: relative;
}

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem{ display: inline-block; margin: 0 10px 10px; }

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem input{ cursor: pointer; display: none; margin-right: 5px; }

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem input:checked+label:before{
	color: #333;
	content: "\2713";
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem label{
	color: #444;
	cursor: pointer;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
}

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem label:before{
	background-color: #fff;
	bottom: 1px;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.3),0 1px 0 0 hsla(0,0%,100%,.8);
	content: "";
	display: inline-block;
	height: 16px;
	left: 0;
	margin-right: 10px;
	position: absolute;
	width: 16px;
}

.easypack-widget .filters-widget.hidden{ display: none; }

.easypack-widget .type-filter{
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
}

.easypack-widget .type-filter .current-type-wrapper{ display: none; overflow: hidden; }

.easypack-widget .type-filter .list-wrapper{ list-style: none; margin: 0; padding: 0; }

.easypack-widget .type-filter .list-wrapper .arrow{
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-left: 5px;
	vertical-align: middle;
	width: 15px;
}

.easypack-widget .type-filter .list-wrapper .dropdown-wrapper{
	position: absolute;
	top: 49px;
	width: 170px;
	z-index: 1;
}

.easypack-widget .type-filter .list-wrapper .dropdown-wrapper .dropdown-subtypes{
	background: #fff;
	box-shadow: 3px 3px 4px 0 rgba(0,0,0,.53);
	-moz-box-shadow: 3px 3px 4px 0 rgba(0,0,0,.53);
	padding: 0 15px;
	text-align: left;
	-webkit-box-shadow: 3px 3px 4px 0 rgba(0,0,0,.53);
}

.easypack-widget .type-filter .list-wrapper .dropdown-wrapper .dropdown-subtypes li{ margin: 10px 0; }

.easypack-widget .type-filter .list-wrapper ul{ list-style: none; margin: 0 0 0 -5px; padding-left: 0; }

.easypack-widget .type-filter .list-wrapper ul li{
	background: 28px 0 no-repeat;
	display: inline-block;
	height: 27px;
	margin: 22px 30px 22px 0;
	position: relative;
}

.easypack-widget .type-filter .list-wrapper ul li .label{
	color: #000;
	cursor: pointer;
	padding-left: 35px;
	position: relative;
	top: 2px;
}

.easypack-widget .type-filter .list-wrapper ul li.group span.label{ padding-left: 15px; }

.easypack-widget .type-filter .list-wrapper ul li.group li span.label{ padding-left: 35px; }

.easypack-widget .type-filter .list-wrapper ul li.group ul.dropdown-subtypes{ padding-bottom: 15px; }

.easypack-widget .type-filter .list-wrapper ul li:not([data-dropdown=open])>.dropdown-wrapper{ display: none; }

.easypack-widget .type-filter .list-wrapper ul li[data-dropdown=open]>.arrow{
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.easypack-widget .type-filter .list-wrapper ul li:not([data-checked=true])>.btn-checkbox{ background-position: -20px 0; }

.easypack-widget .type-filter .main-type{ outline: none; }

.easypack-widget .type-filter .no-tooltip{ border-radius: 0; }

.easypack-widget .type-filter .has-tooltip{ cursor: pointer; position: relative; }

.easypack-widget .type-filter .tooltip-wrapper{
	color: #fff;
	display: none;
	font-family: Open Sans,sans-serif;
	font-size: 12px;
	font-weight: 100;
	line-height: 1.42857143;
	min-width: 350px;
	padding-bottom: 18px;
	text-align: left;
}

.easypack-widget .type-filter .tooltip-wrapper .type-tooltip{
	background-color: #323232;
	box-shadow: 0 0 10px -1px rgba(64,64,64,.96);
	display: table;
	height: 100%;
	-moz-box-shadow: 0 0 10px -1px rgba(64,64,64,.96);
	-webkit-box-shadow: 0 0 10px -1px rgba(64,64,64,.96);
}

.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .icon-wrapper{
	border-right: 1px solid #4b4b4b;
	display: table-cell;
	float: left;
	padding: 25px;
}

.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .icon-wrapper img{ max-width: none; }

.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .description{
	display: table-cell;
	padding: 25px;
	vertical-align: middle;
}

.easypack-widget .type-filter .has-tooltip:hover~.tooltip-wrapper{
	bottom: 30px;
	display: block;
	left: 60%;
	position: absolute;
	z-index: 98;
}

.easypack-widget .map-list-row{
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
}

.easypack-widget .map-list-row .map-list-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	height: 100%;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.easypack-widget .map-list-row .map-list-flex .map-widget{
	display: flex;
	flex: 2 2 70%;
	-moz-box-flex: 2;
	-ms-flex: 2 2 70%;
	position: relative;
	-webkit-box-flex: 2;
	-webkit-flex: 2 2 70%;
	width: 70%;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar{
	background: #f7f6f1;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	padding: 7px 5px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 1s ease-in-out;
	z-index: 400;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar.status-bar--hidden{ opacity: 0; }

.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar{
	background: #f7f6f1;
	color: #333;
	font-weight: 700;
	padding: 7px 5px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 400;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar .current-status{ z-index: 400; }

.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar{ right: 0; top: 0; }

.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar+.language-bar{ top: 43px; }

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window{
	color: #fff!important;
	font-family: Open Sans,sans-serif;
	font-size: 13px;
	font-weight: 100;
	line-height: 1.42857143;
	margin: 20px;
	padding: 0 0 18px;
	width: 220px;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .content{ background-color: #323232; }

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window h1{
	color: #fff!important;
	font-size: 1.3em;
	margin: 0 0 5px;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window p{ margin: 0; }

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .name,.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .phone{
	color: #fff!important;
	font-size: 14px;
	margin-top: 10px!important;
	text-align: left;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper{ padding-bottom: 5px; padding-top: 5px; }

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .open-hours-label{ font-size: 12px; padding-top: 10px; }

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .open-hours{ font-size: 12px; padding-top: 5px; }

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links{
	border-top: 1px solid #4b4b4b;
	justify-content: space-between;
	padding: 0 15px 15px;
	text-align: left;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links a{
	border-radius: 5px;
	color: #fff!important;
	display: block;
	text-decoration: none;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links .select-link{ margin-top: 10px; }

.easypack-widget .map-list-row .map-list-flex .list-widget{
	background: #f7f6f1;
	display: flex;
	flex: 1 1 30%;
	min-height: 400px;
	-moz-box-flex: 1;
	-ms-flex: 1 1 30%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 30%;
	width: 30%;
}

.easypack-widget .map-list-row .map-list-flex .list-widget.loading-content .list-wrapper{ opacity: .5; pointer-events: none; }

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper{
	height: 100%;
	padding: 20px;
	position: relative;
	user-select: none;
	width: 100%;
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul{ list-style: none; margin: 0; padding: 0; }

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li{ font-size: 14px; user-select: none; }

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a{
	background: 10px 15px no-repeat;
	display: block;
	padding: 10px 10px 10px 45px;
	text-decoration: none;
	user-select: none;
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .title{ color: #000; font-weight: 600; }

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .address{ color: #a09d94; }

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a:hover{ background-color: #ece9e2; user-select: none; }

.easypack-widget .map-list-row .map-list-in-row{ height: 100%; }

.easypack-widget .map-list-row .map-list-in-row .map-widget{ height: 380px; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar{
	align-items: center;
	background: #f7f6f1;
	color: #333;
	display: flex;
	flex-direction: row-reverse;
	font-size: 16px;
	font-weight: 700;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	padding: 7px 5px;
	padding-left: 20px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 1s ease-in-out;
	z-index: 400;
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp{
	height: 30px;
	left: 0!important;
	transform: scale(.45);
	width: 30px;
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp div{ border-bottom-color: transparent; border-color: #000; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .language-bar{
	background: #f7f6f1;
	color: #333;
	font-weight: 700;
	padding: 7px 5px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window{
	color: #fff!important;
	font-family: Open Sans,sans-serif;
	font-size: 13px;
	font-weight: 100;
	line-height: 1.42857143;
	margin: 20px;
	padding: 0 0 18px;
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .content{ background-color: #323232; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window h1{ font-size: 1.3em; margin: 0 0 5px; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window p{ margin: 0; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .name,.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .phone{
	color: #fff!important;
	font-size: 14px;
	margin-top: 10px!important;
	text-align: left;
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper{ padding: 30px; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper .open-hours-label{ font-size: 12px; padding-top: 10px; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper .open-hours{ font-size: 12px; padding-top: 5px; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links{
	border-top: 1px solid #4b4b4b;
	padding: 10px;
	text-align: left;
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links a{
	color: #fff!important;
	margin-right: 0;
	padding: 0 0 2px;
	text-decoration: none;
	width: 100%;
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .route-link{ margin-right: 30px; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .details-link{ margin-right: 15px; padding-left: 25px; }

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .select-link{ margin-top: 10px; padding-left: 20px; }

.easypack-widget .map-list-row .map-list-in-row .list-widget{ margin-top: 20px; width: 100%; }

.easypack-widget .map-list-row .map-list-in-row .list-widget.loading .list-wrapper{ opacity: .5; pointer-events: none; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper{ height: 100%; position: relative; width: 100%; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul{
	border: 1px solid #d6d6d6;
	border-bottom: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li{
	border-bottom: 1px solid #d6d6d6;
	font-size: 14px;
	line-height: 27px;
	user-select: none;
}

@media (max-width:990px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li{ font-size: 12px; line-height: 20px; }

}@media (max-width:800px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li{ font-size: 11px; line-height: 15px; }

}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row{
	background: 10px 10px no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	-ms-flex-wrap: wrap;
	padding: 10px 10px 10px 45px;
	text-decoration: none;
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address{ display: none; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-name{ flex: 0 0 90px; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city{ flex: 0 0 130px; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type{ flex: 0 0 120px; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type-name{ display: none; flex: 0 0 120px; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-actions{ flex: 0 0 190px; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-sm{
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	-webkit-box-flex: 1;
}

@media (max-width:990px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-street{ display: none; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address{ display: block; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type{ flex: 0 0 100px; }

}@media (max-width:800px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-name,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-street{ display: none; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type-name{ display: block; }

}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .title{ color: #000; float: left; font-weight: 600; width: 30%; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .address{ color: #a09d94; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions{
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}

@media screen and (max-width:768px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions{ text-align: left; }

}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a{ margin: 5px; }

@media only screen and (max-width:768px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a{ margin-left: 0; }

}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a.details-show-on-map{ color: #858586!important; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a.details-show-more{ margin: 5px; padding-left: 9%; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li div:hover{ background-color: #f5f5f5; color: #1e1b1b; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper{ margin-top: 20px; user-select: none; }

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	user-select: unset;
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li{
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	user-select: unset;
	width: 40px;
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.current{
	background: #f1f1f1;
	font-weight: 700;
	user-select: unset;
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.pagingNext,.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.pagingPrev{
	text-transform: uppercase;
	user-select: unset;
	width: 90px;
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li .disabled{ display: inherit; }

@media screen and (max-width:767px){.easypack-widget .map-list-row{ display: block; width: 100%; }

.easypack-widget .map-list-row .list-wrapper,.easypack-widget .map-list-row .map-wrapper{
	cursor: pointer;
	float: left;
	padding: 10px;
	text-align: center;
	width: 50%;
}

.easypack-widget .map-list-row .list-wrapper .list-btn,.easypack-widget .map-list-row .list-wrapper .map-btn,.easypack-widget .map-list-row .map-wrapper .list-btn,.easypack-widget .map-list-row .map-wrapper .map-btn{ display: block; }

.easypack-widget .map-list-row .list-wrapper .btn,.easypack-widget .map-list-row .map-wrapper .btn{
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding-left: 25px;
	text-transform: uppercase;
}

}.easypack-widget .point-details .details-wrapper .details-content{
	background-color: #323232;
	bottom: 0;
	clear: both;
	display: -webkit-flex;
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	flex-flow: row wrap;
	font-family: Open Sans,sans-serif;
	font-size: 13px;
	font-weight: 100;
	height: 210px;
	line-height: 1.42857143;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	position: absolute;
	-webkit-flex-flow: row wrap;
	width: 100%;
	z-index: 1000;
}

.easypack-widget .point-details .details-wrapper .details-content .point-box{
	background-color: #fab800;
	flex: 1 1 150px;
	height: 210px;
	-moz-box-flex: 1;
	-ms-flex: 1 1 150px;
	position: relative;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 150px;
	width: 150px;
}

.easypack-widget .point-details .details-wrapper .details-content .point-box h1{
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 20px 20px 0;
}

.easypack-widget .point-details .details-wrapper .details-content .point-box p{ margin: 0; padding: 0 20px; }

.easypack-widget .point-details .details-wrapper .details-content .point-box .name{ margin-top: 10px; }

.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions{
	background-color: #fcc300;
	bottom: 0;
	height: 52px;
	position: absolute;
	width: 100%;
}

.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .action{
	height: 52px;
	padding-top: 18px;
	text-align: center;
	width: 100%;
}

.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .action a{
	padding: 1px 0 3px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .plan-route{ width: 100%; }

.easypack-widget .point-details .details-wrapper .details-content .description-photo{ flex-grow: 0; flex-shrink: 0; height: 210px; margin: 0; }

.easypack-widget .point-details .details-wrapper .details-content .description-photo img{
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	padding: 0;
}

.easypack-widget .point-details .details-wrapper .details-content .description{
	background-color: #323232;
	color: #fff;
	flex: 4 4 200px;
	font-size: 15px;
	height: 210px;
	-moz-box-flex: 4;
	-ms-flex: 4 4 200px;
	padding: 20px;
	-webkit-box-flex: 4;
	-webkit-flex: 4 4 200px;
	width: 200px;
}

.easypack-widget .point-details .details-wrapper .details-content .description .item{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 20px;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.easypack-widget .point-details .details-wrapper .details-content .description .item .term{
	display: flex;
	flex: 1 1 100px;
	font-weight: 700;
	-moz-box-flex: 1;
	-ms-flex: 1 1 100px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100px;
	width: 100px;
}

.easypack-widget .point-details .details-wrapper .details-content .description .item .definition{
	display: flex;
	flex: 4 4 100px;
	-moz-box-flex: 4;
	-ms-flex: 4 4 100px;
	-webkit-box-flex: 4;
	-webkit-flex: 4 4 100px;
	width: 100px;
}

.easypack-widget .point-details .details-wrapper .details-content .close-button{
	color: #fff;
	cursor: pointer;
	display: flex;
	flex: 0 0 25px;
	float: right;
	font-size: 15px;
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 5;
	-ms-flex: 0 0 25px;
	-ms-flex-order: 5;
	order: 5;
	padding-top: 10px;
	-webkit-box-flex: 1;
	-webkit-box-ordinal-group: 5;
	-webkit-flex: 0 0 25px;
	-webkit-order: 5;
	width: 25px;
}

.easypack-widget:not(.mobile) .scroll-box{ height: 100%; margin: 0; }

.easypack-widget:not(.mobile) .scroll-box .viewport{ height: 100%; overflow-y: auto; position: relative; }

.easypack-widget:not(.mobile) .scroll-box .overview{
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link{ margin: 0; }

.easypack-widget:not(.mobile) .scroll-box .scrollbar{
	background-color: #ece9e0;
	border-radius: 5px;
	float: right;
	position: relative;
	width: 6px;
}

.easypack-widget:not(.mobile) .scroll-box .track{
	background-color: #ece9e0;
	border-radius: 5px;
	height: 100%;
	padding: 0 1px;
	position: relative;
	width: 6px;
}

.easypack-widget:not(.mobile) .scroll-box .thumb{
	background-color: #ffcc01;
	border-radius: 5px;
	cursor: pointer;
	height: 20px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 6px;
}

.easypack-widget:not(.mobile) .scroll-box .disable{ display: none; }

.gm-style img{ max-width: none!important; }

.inpost-search__list{
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	box-sizing: border-box;
	display: block;
	left: 30px;
	-moz-box-sizing: border-box;
	position: absolute;
	right: 30px;
	top: 91px;
	-webkit-box-sizing: border-box;
	z-index: 1001!important;
}

@media (max-width:768px){.inpost-search__list{ left: 15px; right: 15px; top: auto; }

}.inpost-search__list .place,.inpost-search__list .point{ box-sizing: border-box; }

.inpost-search__list.hidden{ display: none; }

.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden){
	align-items: center;
	background-color: #f1f1f1;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	margin-top: 0;
	pointer-events: fill;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden) div{ height: 50px; width: 50px; }

.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden).hidden{ display: none; }

.widget-modal .inpost-search__list{ left: 15px; right: 15px; top: auto; }

.widget-modal .search-widget .search-group-btn:not(.with-filters){ width: auto!important; }

.widget-modal .search-widget .search-group-btn:not(.with-filters) #searchLoader{ padding-top: 18px; }

.widget-modal .search-widget .search-group.with-filters,.widget-modal .search-widget .search-group:not(.with-filters){ width: 100%!important; }

.widget-modal .search-widget .search-group:not(.with-filters) #searchLoader{ padding-top: 18px; }

#searchLoader.hidden{ visibility: unset!important; }

.inpost-search__item-list{
	border-top: 1px solid #e6e6e6;
	color: #999;
	font-size: 11px;
	line-height: 30px;
	padding: 0 5px;
}

.inpost-search__item-list:hover{ background-color: #fafafa; cursor: pointer; }

.inpost-search__item-list--query{ color: #000; font-size: 13px; padding-right: 3px; }

.widget-modal{ display: block; }

.widget-modal .widget-modal__topbar{ background: #ece9e2; height: 40px; width: 100%; }

.widget-modal .widget-modal__close{
	cursor: pointer;
	float: right;
	font-family: Open Sans,sans-serif;
	font-size: 15px;
	font-weight: 100;
	height: 25px;
	line-height: 1.4;
	padding-top: 10px;
	width: 25px;
}

.easypack-widget:not(.mobile) .view-chooser,.easypack-widget:not(.mobile) .view-chooser .list-btn,.easypack-widget:not(.mobile) .view-chooser .map-btn{ display: none; }

#widget-modal__map:not(.mobile){
	display: flex;
	flex-direction: column;
	overflow: scroll;
}

#widget-modal__map:not(.mobile) .map-widget{
	flex: 2 2 70%;
	-moz-box-flex: 2;
	-ms-flex: 2 2 70%;
	-webkit-box-flex: 2;
	-webkit-flex: 2 2 70%;
	width: 70%;
}

#widget-modal__map:not(.mobile) .list-widget{
	background: #f7f6f1;
	display: flex;
	flex: 1 1 30%;
	min-height: 400px;
	-moz-box-flex: 1;
	-ms-flex: 1 1 30%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 30%;
	width: 30%;
}

.widget-modal .easypack-widget.mobile .search-widget .search-group-btn.with-filters{ width: auto; }

.widget-modal .easypack-widget.mobile .search-widget .search-group-btn.with-filters #searchLoader{ padding-top: 18px; }

.widget-modal .easypack-widget.mobile .search-widget .search-group{ display: flex; width: 100%; }

.widget-modal .easypack-widget.mobile .search-widget .search-group.with-filters #searchLoader{ padding-top: 18px; }

@media screen and (min-width:768px){.widget-modal .easypack-widget.mobile .search-widget .search-group{ width: auto; }

}.widget-modal .easypack-widget.mobile div.leaflet-map-pane div.leaflet-popup-content-wrapper .popup-container div.links a.route-link{ display: none!important; }

.ball-spin-fade-loader-mp{ height: 100%; left: 50%; top: 50%; width: 100%; }

.ball-spin-fade-loader-mp div{ background-color: #000; }

.easypack-widget.mobile{ position: relative; }

.easypack-widget.mobile .inpost-search__list{ left: 15px; right: 15px; top: 65px; }

.easypack-widget.mobile #loader .ball-spin-fade-loader-mp{ height: 100%; left: 48%; top: 50%; width: 100%; }

.easypack-widget.mobile #loader .ball-spin-fade-loader-mp div{ background-color: #000; height: 15px; width: 15px; }

.easypack-widget.mobile .search-widget .search-group{ padding: 15px 15px 5px; }

.easypack-widget.mobile .search-widget .search-input{ color: #000; height: 50px; padding: 10px; }

.easypack-widget.mobile .search-widget .btn{ border: 0; height: 50px; padding: 0; width: 50px; }

.easypack-widget.mobile .search-widget .btn-filters{ height: 50px; vertical-align: top; width: auto; }

@media screen and (max-width:768px){.easypack-widget.mobile .search-widget .btn-filters{ width: 100%; }

}.easypack-widget.mobile .filters-widget{ position: absolute; top: 60px; z-index: 1001; }

.easypack-widget.mobile .type-filter .current-type-wrapper{
	background-color: #f7f6f1;
	display: block;
	padding: 5px 15px 15px;
}

.easypack-widget.mobile .type-filter .current-type-wrapper .current-type{
	background: 10px 10px #fff no-repeat;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	padding: 12px 0 0 42px;
	text-align: left;
}

.easypack-widget.mobile .type-filter .current-type-wrapper .btn-select-type{
	background: 50% #fff no-repeat;
	border: 0;
	border-left: 1px solid #d5d5d5;
	border-radius: 0;
	color: #282828;
	display: block;
	float: right;
	font-size: 8px;
	height: 45px;
	width: 50px;
}

.easypack-widget.mobile .type-filter .list-wrapper{
	display: none;
	padding: 0 15px;
	position: absolute;
	width: 100%;
	z-index: 1100;
}

.easypack-widget.mobile .type-filter .list-wrapper .btn-radio{ height: 27px; width: 27px; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list{
	background: #fff;
	box-shadow: 2px 2px 5px 0 rgba(92,92,92,.65);
	display: block;
	margin: 0;
	-moz-box-shadow: 2px 2px 5px 0 rgba(92,92,92,.65);
	padding: 5px 10px;
	text-align: left;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(92,92,92,.65);
	width: 100%;
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .main-type{ outline: none; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .no-tooltip{ border-radius: 0; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li{
	background: 0 no-repeat;
	color: #000;
	display: block;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.has-subtypes{ background-position: 0 0; height: auto; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .arrow{ display: none; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .label{ font-size: 16px; margin-left: 0; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li button{ float: right; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .dropdown-wrapper{
	display: block;
	margin-left: 10px;
	position: static;
	width: 90%;
	z-index: 3;
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .dropdown-wrapper .dropdown-subtypes{ box-shadow: none; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li div.tooltip-wrapper,.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li div.tooltip-wrapper:hover{ display: none; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li[data-checked=true] button{ background-position: 0 0; }

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li[data-checked=true] button.btn-checkbox{ background-position: 50%; }

.easypack-widget.mobile .type-filter .has-tooltip:hover .tooltip-wrapper{ display: none; }

.easypack-widget.mobile .type-filter .list-wrapper[data-show=true],.easypack-widget.mobile .type-filter .list-wrapper[data-show=true] ul.types-list{ display: block; }

.easypack-widget.mobile .type-filter .list-wrapper[data-show=false]{ display: none; }

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper{ padding: 5px; text-align: center; }

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper h1{ margin: 0; }

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.opening-hours-label{ display: none; }

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
}

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a.route-link{ display: none; }

@media screen and (max-width:768px){.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links{
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: 0;
}

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a{ width: 100%; }

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links .route-link{ display: none; }

}.easypack-widget.mobile .map-list-row{ display: flex; flex: 1; min-height: 250px; }

.easypack-widget.mobile .map-list-row .map-list-flex{
	display: block;
	flex: 1;
	min-height: 250px;
	position: relative;
	width: 100%;
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget{ height: 100%; position: absolute; width: 100%; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window{
	font-size: 13px;
	font-weight: 100;
	line-height: 1.42857143;
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .content{ background-color: #323232; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window h1{ font-size: 1.1em; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper{ padding: 20px; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links a{ margin-right: 0; padding: 0 0 2px; width: 100%; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .details-link,.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .select-link{ cursor: pointer; }

@media screen and (max-width:768px){.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window{
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-top: 0;
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper{ padding: 5px; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper h1{ margin: 0; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .opening-hours-label{ display: none; padding: 10px; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links{ justify-content: flex-end; padding: 5px; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .route-link{ display: none; }

}@media screen and (max-width:768px) and (orientation:landscape){.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window{
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 3px 5px;
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links{ border-top: none; padding-right: 10px; }

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links a{ width: 110px; }

}.easypack-widget.mobile .map-list-row .map-list-flex .list-widget{
	display: none;
	flex: 1;
	max-height: 100%;
	min-height: 100%;
	overflow-y: auto;
	position: absolute;
	width: 100%;
}

.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper{ padding: 0 0 10px 18px; }

.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box{ height: 100%; overflow: auto; }

.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li{ border-top: 1px solid #d6d6d6; }

.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li a{
	background-position: 25px 15px;
	padding-left: 58px;
	text-align: left;
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window{
	font-size: 13px;
	font-weight: 100;
	line-height: 1.42857143;
	width: 250px;
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .content{ background-color: #323232; }

.easypack-widget.mobile .map-list-in-row .map-widget .info-window h1{ font-size: 1.1em; }

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .point-wrapper{ padding: 20px; }

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links a{ padding: 0 0 2px 20px; }

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links .route-link{ margin-right: 15px; }

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links .details-link{ padding-left: 25px; }

.easypack-widget.mobile .map-list-in-row .list-widget .pagination-wrapper ul li.pagingItem,.easypack-widget.mobile .map-list-in-row .list-widget .pagination-wrapper ul li.pagingSeparator{ display: none; }

.easypack-widget.mobile .view-chooser{ display: block!important; width: 100%; }

.easypack-widget.mobile .view-chooser .list-wrapper,.easypack-widget.mobile .view-chooser .map-wrapper{
	background-color: #282828;
	cursor: pointer;
	float: left;
	padding: 10px;
	text-align: center;
	width: 50%;
}

.easypack-widget.mobile .view-chooser .list-wrapper .btn,.easypack-widget.mobile .view-chooser .map-wrapper .btn{
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding-left: 25px;
	text-transform: uppercase;
}

.easypack-widget.mobile .view-chooser .list-wrapper[data-active=true],.easypack-widget.mobile .view-chooser .map-wrapper[data-active=true]{ background-color: #fab800; }

.easypack-widget.mobile .point-details{
	background: none;
	display: block;
	height: 100%;
	left: 0;
	overflow-y: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.easypack-widget.mobile .point-details .details-wrapper{
	box-shadow: -2px 0 10px 0 rgba(92,92,92,.65);
	display: table;
	height: 100%;
	-moz-box-shadow: -2px 0 10px 0 rgba(92,92,92,.65);
	position: relative;
	-webkit-box-shadow: -2px 0 10px 0 rgba(92,92,92,.65);
	width: 100%;
}

.easypack-widget.mobile .point-details .details-wrapper .details-content{
	background: #fff;
	display: table-row;
	height: calc(98% - 29px);
	overflow: scroll;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .close-button{
	color: #000;
	display: block;
	margin: 10px;
	position: relative;
	z-index: 910;
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description,.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box{
	background: none;
	color: #000;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 20px;
	padding: 20px;
	text-align: left;
	width: 100%;
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description h1,.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box h1{ color: #000!important; font-size: 16px; padding: 0; }

.easypack-widget.mobile .point-details .details-wrapper .details-content .description p,.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box p{ padding: 0; }

.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box{ padding: 50px 20px 0; }

.easypack-widget.mobile .point-details .details-wrapper .details-content .description{ padding: 20px; }

.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item{ display: block; }

.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item .definition,.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item .term{ display: block; width: 100%; }

.easypack-widget.mobile .point-details .details-wrapper .details-content .description-photo{
	bottom: 52px;
	height: auto;
	left: 0;
	padding: 20px;
	right: 0;
}

.easypack-widget.mobile .point-details .details-wrapper .details-actions{
	bottom: 0;
	display: table-row;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 200;
}

.easypack-widget.mobile .point-details .details-wrapper .details-actions .action{
	background-color: #fab800;
	display: block;
	height: 52px;
	padding-top: 18px;
	position: relative;
	text-align: center;
	width: 100%;
}

.easypack-widget.mobile .point-details .details-wrapper .details-actions .action a{
	color: #fff;
	padding: 1px 0 4px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width:768px){.widget-modal{ overflow: scroll; }

}.widget-modal{ display: flex; flex-direction: column; }

.widget-modal .easypack-widget.mobile .search-widget .search-group:not(.with-filters),.widget-modal .search-group-btn:not(.with-filters){ width: auto; }

@font-face{
	font-family: Open Sans;
	font-weight: 400;
	src: url(/css/fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face{
	font-family: Open Sans;
	font-weight: 600;
	src: url(/css/fonts/OpenSans-SemiBold.ttf) format("truetype");
}