@charset "UTF-8";@-webkit-keyframes puffIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
}
@keyframes puffIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
}
@-webkit-keyframes puffOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}
}
@keyframes puffOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}
}
@-webkit-keyframes vanishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(90px)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
}
@keyframes vanishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(90px)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
}
@-webkit-keyframes vanishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(20px)}
}
@keyframes vanishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(20px)}
}
@-webkit-keyframes boingInUp{0%{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateX(-90deg)}
50%{opacity:1;transform-origin:50% 0;transform:perspective(800px) rotateX(50deg)}
to{opacity:1;transform-origin:50% 0;transform:perspective(800px) rotateX(0deg)}
}
@keyframes boingInUp{0%{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateX(-90deg)}
50%{opacity:1;transform-origin:50% 0;transform:perspective(800px) rotateX(50deg)}
to{opacity:1;transform-origin:50% 0;transform:perspective(800px) rotateX(0deg)}
}
@-webkit-keyframes boingOutDown{0%{opacity:1;transform-origin:100% 100%;transform:perspective(800px) rotateX(0deg) rotateY(0deg)}
20%{opacity:1;transform-origin:100% 100%;transform:perspective(800px) rotateX(0deg) rotateY(10deg)}
30%{opacity:1;transform-origin:0 100%;transform:perspective(800px) rotateX(0deg) rotateY(0deg)}
40%{opacity:1;transform-origin:0 100%;transform:perspective(800px) rotateX(10deg) rotateY(10deg)}
to{opacity:0;transform-origin:100% 100%;transform:perspective(800px) rotateX(90deg) rotateY(0deg)}
}
@keyframes boingOutDown{0%{opacity:1;transform-origin:100% 100%;transform:perspective(800px) rotateX(0deg) rotateY(0deg)}
20%{opacity:1;transform-origin:100% 100%;transform:perspective(800px) rotateX(0deg) rotateY(10deg)}
30%{opacity:1;transform-origin:0 100%;transform:perspective(800px) rotateX(0deg) rotateY(0deg)}
40%{opacity:1;transform-origin:0 100%;transform:perspective(800px) rotateX(10deg) rotateY(10deg)}
to{opacity:0;transform-origin:100% 100%;transform:perspective(800px) rotateX(90deg) rotateY(0deg)}
}
@-webkit-keyframes bombLeftOut{0%{opacity:1;transform-origin:50% 50%;transform:rotate(0deg);filter:blur(0)}
50%{opacity:1;transform-origin:-100% 50%;transform:rotate(-160deg);filter:blur(0)}
to{opacity:0;transform-origin:-100% 50%;transform:rotate(-160deg);filter:blur(20px)}
}
@keyframes bombLeftOut{0%{opacity:1;transform-origin:50% 50%;transform:rotate(0deg);filter:blur(0)}
50%{opacity:1;transform-origin:-100% 50%;transform:rotate(-160deg);filter:blur(0)}
to{opacity:0;transform-origin:-100% 50%;transform:rotate(-160deg);filter:blur(20px)}
}
@-webkit-keyframes bombRightOut{0%{opacity:1;transform-origin:50% 50%;transform:rotate(0deg);filter:blur(0)}
50%{opacity:1;transform-origin:200% 50%;transform:rotate(160deg);filter:blur(0)}
to{opacity:0;transform-origin:200% 50%;transform:rotate(160deg);filter:blur(20px)}
}
@keyframes bombRightOut{0%{opacity:1;transform-origin:50% 50%;transform:rotate(0deg);filter:blur(0)}
50%{opacity:1;transform-origin:200% 50%;transform:rotate(160deg);filter:blur(0)}
to{opacity:0;transform-origin:200% 50%;transform:rotate(160deg);filter:blur(20px)}
}
@-webkit-keyframes magic{0%{opacity:1;transform-origin:100% 200%;transform:scale(1) rotate(0deg)}
to{opacity:0;transform-origin:200% 500%;transform:scale(0) rotate(270deg)}
}
@keyframes magic{0%{opacity:1;transform-origin:100% 200%;transform:scale(1) rotate(0deg)}
to{opacity:0;transform-origin:200% 500%;transform:scale(0) rotate(270deg)}
}
@-webkit-keyframes swap{0%{opacity:0;transform-origin:0 100%;transform:scale(0) translate(-700px)}
to{opacity:1;transform-origin:100% 100%;transform:scale(1) translate(0)}
}
@keyframes swap{0%{opacity:0;transform-origin:0 100%;transform:scale(0) translate(-700px)}
to{opacity:1;transform-origin:100% 100%;transform:scale(1) translate(0)}
}
@-webkit-keyframes twisterInDown{0%{opacity:0;transform-origin:0 100%;transform:scale(0) rotate(1turn) translateY(-100%)}
30%{transform-origin:0 100%;transform:scale(0) rotate(1turn) translateY(-100%)}
to{opacity:1;transform-origin:100% 100%;transform:scale(1) rotate(0deg) translateY(0)}
}
@keyframes twisterInDown{0%{opacity:0;transform-origin:0 100%;transform:scale(0) rotate(1turn) translateY(-100%)}
30%{transform-origin:0 100%;transform:scale(0) rotate(1turn) translateY(-100%)}
to{opacity:1;transform-origin:100% 100%;transform:scale(1) rotate(0deg) translateY(0)}
}
@-webkit-keyframes twisterInUp{0%{opacity:0;transform-origin:100% 0;transform:scale(0) rotate(1turn) translateY(100%)}
30%{transform-origin:100% 0;transform:scale(0) rotate(1turn) translateY(100%)}
to{opacity:1;transform-origin:0 0;transform:scale(1) rotate(0deg) translateY(0)}
}
@keyframes twisterInUp{0%{opacity:0;transform-origin:100% 0;transform:scale(0) rotate(1turn) translateY(100%)}
30%{transform-origin:100% 0;transform:scale(0) rotate(1turn) translateY(100%)}
to{opacity:1;transform-origin:0 0;transform:scale(1) rotate(0deg) translateY(0)}
}
@-webkit-keyframes foolishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0) rotate(1turn)}
20%{opacity:1;transform-origin:0 100%;transform:scale(.5) rotate(0deg)}
40%{opacity:1;transform-origin:100% 100%;transform:scale(.5) rotate(0deg)}
60%{opacity:1;transform-origin:0;transform:scale(.5) rotate(0deg)}
80%{opacity:1;transform-origin:0 0;transform:scale(.5) rotate(0deg)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1) rotate(0deg)}
}
@keyframes foolishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0) rotate(1turn)}
20%{opacity:1;transform-origin:0 100%;transform:scale(.5) rotate(0deg)}
40%{opacity:1;transform-origin:100% 100%;transform:scale(.5) rotate(0deg)}
60%{opacity:1;transform-origin:0;transform:scale(.5) rotate(0deg)}
80%{opacity:1;transform-origin:0 0;transform:scale(.5) rotate(0deg)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1) rotate(0deg)}
}
@-webkit-keyframes foolishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1) rotate(1turn)}
20%{opacity:1;transform-origin:0 0;transform:scale(.5) rotate(0deg)}
40%{opacity:1;transform-origin:100% 0;transform:scale(.5) rotate(0deg)}
60%{opacity:1;transform-origin:0;transform:scale(.5) rotate(0deg)}
80%{opacity:1;transform-origin:0 100%;transform:scale(.5) rotate(0deg)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0) rotate(0deg)}
}
@keyframes foolishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1) rotate(1turn)}
20%{opacity:1;transform-origin:0 0;transform:scale(.5) rotate(0deg)}
40%{opacity:1;transform-origin:100% 0;transform:scale(.5) rotate(0deg)}
60%{opacity:1;transform-origin:0;transform:scale(.5) rotate(0deg)}
80%{opacity:1;transform-origin:0 100%;transform:scale(.5) rotate(0deg)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0) rotate(0deg)}
}
@-webkit-keyframes holeOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1) rotateY(0deg)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0) rotateY(180deg)}
}
@keyframes holeOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1) rotateY(0deg)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0) rotateY(180deg)}
}
@-webkit-keyframes swashIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}
90%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1)}
}
@keyframes swashIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}
90%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1)}
}
@-webkit-keyframes swashOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1)}
80%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0)}
}
@keyframes swashOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1)}
80%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0)}
}
@-webkit-keyframes spaceInDown{0%{opacity:0;transform-origin:50% 100%;transform:scale(.2) translateY(200%)}
to{opacity:1;transform-origin:50% 100%;transform:scale(1) translate(0)}
}
@keyframes spaceInDown{0%{opacity:0;transform-origin:50% 100%;transform:scale(.2) translateY(200%)}
to{opacity:1;transform-origin:50% 100%;transform:scale(1) translate(0)}
}
@-webkit-keyframes spaceInLeft{0%{opacity:0;transform-origin:0 50%;transform:scale(.2) translate(-200%)}
to{opacity:1;transform-origin:0 50%;transform:scale(1) translate(0)}
}
@keyframes spaceInLeft{0%{opacity:0;transform-origin:0 50%;transform:scale(.2) translate(-200%)}
to{opacity:1;transform-origin:0 50%;transform:scale(1) translate(0)}
}
@-webkit-keyframes spaceInRight{0%{opacity:0;transform-origin:100% 50%;transform:scale(.2) translate(200%)}
to{opacity:1;transform-origin:100% 50%;transform:scale(1) translate(0)}
}
@keyframes spaceInRight{0%{opacity:0;transform-origin:100% 50%;transform:scale(.2) translate(200%)}
to{opacity:1;transform-origin:100% 50%;transform:scale(1) translate(0)}
}
@-webkit-keyframes spaceInUp{0%{opacity:0;transform-origin:50% 0;transform:scale(.2) translateY(-200%)}
to{opacity:1;transform-origin:50% 0;transform:scale(1) translate(0)}
}
@keyframes spaceInUp{0%{opacity:0;transform-origin:50% 0;transform:scale(.2) translateY(-200%)}
to{opacity:1;transform-origin:50% 0;transform:scale(1) translate(0)}
}
@-webkit-keyframes spaceOutDown{0%{opacity:1;transform-origin:50% 100%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:50% 100%;transform:scale(.2) translateY(200%)}
}
@keyframes spaceOutDown{0%{opacity:1;transform-origin:50% 100%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:50% 100%;transform:scale(.2) translateY(200%)}
}
@-webkit-keyframes spaceOutLeft{0%{opacity:1;transform-origin:0 50%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:0 50%;transform:scale(.2) translate(-200%)}
}
@keyframes spaceOutLeft{0%{opacity:1;transform-origin:0 50%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:0 50%;transform:scale(.2) translate(-200%)}
}
@-webkit-keyframes spaceOutRight{0%{opacity:1;transform-origin:100% 50%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:100% 50%;transform:scale(.2) translate(200%)}
}
@keyframes spaceOutRight{0%{opacity:1;transform-origin:100% 50%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:100% 50%;transform:scale(.2) translate(200%)}
}
@-webkit-keyframes spaceOutUp{0%{opacity:1;transform-origin:50% 0;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:50% 0;transform:scale(.2) translateY(-200%)}
}
@keyframes spaceOutUp{0%{opacity:1;transform-origin:50% 0;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:50% 0;transform:scale(.2) translateY(-200%)}
}
@-webkit-keyframes perspectiveDown{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(0deg)}
to{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}
}
@keyframes perspectiveDown{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(0deg)}
to{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}
}
@-webkit-keyframes perspectiveDownReturn{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}
to{transform-origin:0 100%;transform:perspective(800px) rotateX(0deg)}
}
@keyframes perspectiveDownReturn{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}
to{transform-origin:0 100%;transform:perspective(800px) rotateX(0deg)}
}
@-webkit-keyframes perspectiveLeft{0%{transform-origin:0 0;transform:perspective(800px) rotateY(0deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateY(-180deg)}
}
@keyframes perspectiveLeft{0%{transform-origin:0 0;transform:perspective(800px) rotateY(0deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateY(-180deg)}
}
@-webkit-keyframes perspectiveLeftReturn{0%{transform-origin:0 0;transform:perspective(800px) rotateY(-180deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateY(0deg)}
}
@keyframes perspectiveLeftReturn{0%{transform-origin:0 0;transform:perspective(800px) rotateY(-180deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateY(0deg)}
}
@-webkit-keyframes perspectiveRight{0%{transform-origin:100% 0;transform:perspective(800px) rotateY(0deg)}
to{transform-origin:100% 0;transform:perspective(800px) rotateY(180deg)}
}
@keyframes perspectiveRight{0%{transform-origin:100% 0;transform:perspective(800px) rotateY(0deg)}
to{transform-origin:100% 0;transform:perspective(800px) rotateY(180deg)}
}
@-webkit-keyframes perspectiveRightReturn{0%{transform-origin:100% 0;transform:perspective(800px) rotateY(180deg)}
to{transform-origin:100% 0;transform:perspective(800px) rotateY(0deg)}
}
@keyframes perspectiveRightReturn{0%{transform-origin:100% 0;transform:perspective(800px) rotateY(180deg)}
to{transform-origin:100% 0;transform:perspective(800px) rotateY(0deg)}
}
@-webkit-keyframes perspectiveUp{0%{transform-origin:0 0;transform:perspective(800px) rotateX(0deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}
}
@keyframes perspectiveUp{0%{transform-origin:0 0;transform:perspective(800px) rotateX(0deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}
}
@-webkit-keyframes perspectiveUpReturn{0%{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateX(0deg)}
}
@keyframes perspectiveUpReturn{0%{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateX(0deg)}
}
@-webkit-keyframes rotateDown{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateX(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 100%;transform:perspective(800px) rotateX(-180deg) translateZ(300px)}
}
@keyframes rotateDown{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateX(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 100%;transform:perspective(800px) rotateX(-180deg) translateZ(300px)}
}
@-webkit-keyframes rotateLeft{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateY(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateY(-180deg) translateZ(300px)}
}
@keyframes rotateLeft{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateY(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateY(-180deg) translateZ(300px)}
}
@-webkit-keyframes rotateRight{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateY(0deg) translate3d(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateY(180deg) translateZ(150px)}
}
@keyframes rotateRight{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateY(0deg) translate3d(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateY(180deg) translateZ(150px)}
}
@-webkit-keyframes rotateUp{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateX(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateX(180deg) translateZ(100px)}
}
@keyframes rotateUp{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateX(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateX(180deg) translateZ(100px)}
}
@-webkit-keyframes slideDown{0%{transform-origin:0 0;transform:translateY(0)}
to{transform-origin:0 0;transform:translateY(100%)}
}
@keyframes slideDown{0%{transform-origin:0 0;transform:translateY(0)}
to{transform-origin:0 0;transform:translateY(100%)}
}
@-webkit-keyframes slideDownReturn{0%{transform-origin:0 0;transform:translateY(100%)}
to{transform-origin:0 0;transform:translateY(0)}
}
@keyframes slideDownReturn{0%{transform-origin:0 0;transform:translateY(100%)}
to{transform-origin:0 0;transform:translateY(0)}
}
@-webkit-keyframes slideLeft{0%{transform-origin:0 0;transform:translateX(0)}
to{transform-origin:0 0;transform:translateX(-100%)}
}
@keyframes slideLeft{0%{transform-origin:0 0;transform:translateX(0)}
to{transform-origin:0 0;transform:translateX(-100%)}
}
@-webkit-keyframes slideLeftReturn{0%{transform-origin:0 0;transform:translateX(-100%)}
to{transform-origin:0 0;transform:translateX(0)}
}
@keyframes slideLeftReturn{0%{transform-origin:0 0;transform:translateX(-100%)}
to{transform-origin:0 0;transform:translateX(0)}
}
@-webkit-keyframes slideRight{0%{transform-origin:0 0;transform:translateX(0)}
to{transform-origin:0 0;transform:translateX(100%)}
}
@keyframes slideRight{0%{transform-origin:0 0;transform:translateX(0)}
to{transform-origin:0 0;transform:translateX(100%)}
}
@-webkit-keyframes slideRightReturn{0%{transform-origin:0 0;transform:translateX(100%)}
to{transform-origin:0 0;transform:translateX(0)}
}
@keyframes slideRightReturn{0%{transform-origin:0 0;transform:translateX(100%)}
to{transform-origin:0 0;transform:translateX(0)}
}
@-webkit-keyframes slideUp{0%{transform-origin:0 0;transform:translateY(0)}
to{transform-origin:0 0;transform:translateY(-100%)}
}
@keyframes slideUp{0%{transform-origin:0 0;transform:translateY(0)}
to{transform-origin:0 0;transform:translateY(-100%)}
}
@-webkit-keyframes slideUpReturn{0%{transform-origin:0 0;transform:translateY(-100%)}
to{transform-origin:0 0;transform:translateY(0)}
}
@keyframes slideUpReturn{0%{transform-origin:0 0;transform:translateY(-100%)}
to{transform-origin:0 0;transform:translateY(0)}
}
@-webkit-keyframes openDownLeft{0%{transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openDownLeft{0%{transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@-webkit-keyframes openDownLeftReturn{0%{transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes openDownLeftReturn{0%{transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@-webkit-keyframes openDownRight{0%{transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openDownRight{0%{transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@-webkit-keyframes openDownRightReturn{0%{transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes openDownRightReturn{0%{transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@-webkit-keyframes openUpLeft{0%{transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openUpLeft{0%{transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@-webkit-keyframes openUpLeftReturn{0%{transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes openUpLeftReturn{0%{transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@-webkit-keyframes openUpRight{0%{transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openUpRight{0%{transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@-webkit-keyframes openUpRightReturn{0%{transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes openUpRightReturn{0%{transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@-webkit-keyframes openDownLeftOut{0%{opacity:1;transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openDownLeftOut{0%{opacity:1;transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@-webkit-keyframes openDownRightOut{0%{opacity:1;transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openDownRightOut{0%{opacity:1;transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@-webkit-keyframes openUpLeftOut{0%{opacity:1;transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openUpLeftOut{0%{opacity:1;transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@-webkit-keyframes openUpRightOut{0%{opacity:1;transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openUpRightOut{0%{opacity:1;transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@-webkit-keyframes tinDownIn{0%{opacity:0;transform:scale(1) translateY(900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}
60%,80%,to{opacity:1;transform:scale(1) translateY(0)}
}
@keyframes tinDownIn{0%{opacity:0;transform:scale(1) translateY(900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}
60%,80%,to{opacity:1;transform:scale(1) translateY(0)}
}
@-webkit-keyframes tinDownOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateY(0)}
10%,30%{opacity:1;transform:scale(1.1) translateY(0)}
to{opacity:0;transform:scale(1) translateY(900%)}
}
@keyframes tinDownOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateY(0)}
10%,30%{opacity:1;transform:scale(1.1) translateY(0)}
to{opacity:0;transform:scale(1) translateY(900%)}
}
@-webkit-keyframes tinLeftIn{0%{opacity:0;transform:scale(1) translateX(-900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateX(0)}
60%,80%,to{opacity:1;transform:scale(1) translateX(0)}
}
@keyframes tinLeftIn{0%{opacity:0;transform:scale(1) translateX(-900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateX(0)}
60%,80%,to{opacity:1;transform:scale(1) translateX(0)}
}
@-webkit-keyframes tinLeftOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateX(0)}
10%,30%{opacity:1;transform:scale(1.1) translateX(0)}
to{opacity:0;transform:scale(1) translateX(-900%)}
}
@keyframes tinLeftOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateX(0)}
10%,30%{opacity:1;transform:scale(1.1) translateX(0)}
to{opacity:0;transform:scale(1) translateX(-900%)}
}
@-webkit-keyframes tinRightIn{0%{opacity:0;transform:scale(1) translateX(900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateX(0)}
60%,80%,to{opacity:1;transform:scale(1) translateX(0)}
}
@keyframes tinRightIn{0%{opacity:0;transform:scale(1) translateX(900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateX(0)}
60%,80%,to{opacity:1;transform:scale(1) translateX(0)}
}
@-webkit-keyframes tinRightOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateX(0)}
10%,30%{opacity:1;transform:scale(1.1) translateX(0)}
to{opacity:0;transform:scale(1) translateX(900%)}
}
@keyframes tinRightOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateX(0)}
10%,30%{opacity:1;transform:scale(1.1) translateX(0)}
to{opacity:0;transform:scale(1) translateX(900%)}
}
@-webkit-keyframes tinUpIn{0%{opacity:0;transform:scale(1) translateY(-900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}
60%,80%,to{opacity:1;transform:scale(1) translateY(0)}
}
@keyframes tinUpIn{0%{opacity:0;transform:scale(1) translateY(-900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}
60%,80%,to{opacity:1;transform:scale(1) translateY(0)}
}
@-webkit-keyframes tinUpOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateY(0)}
10%,30%{opacity:1;transform:scale(1.1) translateY(0)}
to{opacity:0;transform:scale(1) translateY(-900%)}
}
@keyframes tinUpOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateY(0)}
10%,30%{opacity:1;transform:scale(1.1) translateY(0)}
to{opacity:0;transform:scale(1) translateY(-900%)}
}
@media (prefers-reduced-motion),(print){.magictime{-webkit-animation:unset!important;animation:unset!important;transition:none!important}
}
.shopping-cart{border-top:none;counter-reset:cart-form-section;margin-bottom:150px;background:url(../../images/theme/page_bg.jpg) no-repeat 50% 0;padding-top:110px}
.shopping-cart__title{color:#111;font-size:30px;font-size:3rem;font-weight:700;margin:25px 0 20px}
@media (max-width:767px){.shopping-cart__title{margin:20px -10px}
}
@media (max-width:767px){.shopping-cart__sidebar{z-index:50}
}
.shopping-cart-sidebar{background-color:#fff;-webkit-box-shadow:0 5px 20px 7px rgba(41,61,104,.06);-moz-box-shadow:0 5px 20px 7px rgba(41,61,104,.06);box-shadow:0 5px 20px 7px rgba(41,61,104,.06);padding:20px 25px 30px}
@media (min-width:768px) and (max-width:991px){.shopping-cart-sidebar{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:1px #ededed solid;margin-bottom:20px;padding:30px 40px}
}
@media (max-width:767px){.shopping-cart-sidebar{margin:0 -30px;padding:20px;-webkit-box-shadow:0 4px 21px 7px rgba(0,0,0,.06);-moz-box-shadow:0 4px 21px 7px rgba(0,0,0,.06);box-shadow:0 4px 21px 7px rgba(0,0,0,.06)}
}
.minicart-content__title,.shopping-cart-sidebar__title{margin:0 0 15px;font-size:22px;font-size:2.2rem;font-weight:700;color:#111}
.minicart-content-items,.shopping-cart-items{list-style:none;padding:5px 0 20px;border-bottom:2px #ededed solid;margin:0}
.minicart-content-item,.shopping-cart-item{position:relative}
.minicart-content-item+.minicart-content-item,.minicart-content-item+.shopping-cart-item,.shopping-cart-item+.minicart-content-item,.shopping-cart-item+.shopping-cart-item{margin-top:30px}
.minicart-content-item__img-wrapper,.shopping-cart-item__img-wrapper{width:85px;display:inline-block;margin-right:15px;text-align:center}
.minicart-content-item__img,.shopping-cart-item__img{width:65px;vertical-align:top}
.minicart-content-item__details,.shopping-cart-item__details{display:inline-block;width:calc(100% - 105px);vertical-align:top}
.minicart-content-item__title,.shopping-cart-item__title{margin:0 0 5px;font-size:14px;font-size:1.4rem;padding-right:30px}
.minicart-content-item__title-link:active,.minicart-content-item__title-link:focus,.minicart-content-item__title-link:hover,.shopping-cart-item__title-link:active,.shopping-cart-item__title-link:focus,.shopping-cart-item__title-link:hover{text-decoration:none;color:#ed1c24}
.minicart-content-item__specs,.shopping-cart-item__specs{list-style:none;padding:0;line-height:20px;line-height:2rem}
.minicart-content-item__specs-item,.shopping-cart-item__specs-item{font-size:14px;font-size:1.4rem;font-weight:600;color:#111}
.minicart-content-item__specs-item>i,.shopping-cart-item__specs-item>i{color:#6d6d6d;font-weight:400;font-style:normal}
.minicart-content-item__specs-item--price,.shopping-cart-item__specs-item--price{font-size:15px;font-size:1.5rem;font-weight:700}
.minicart-content-item__remove,.shopping-cart-item__remove{position:absolute;bottom:0;right:5px;font-size:14px;font-size:1.4rem;color:#6d6d6d;text-decoration:underline;cursor:pointer}
.minicart-content-item__remove:active,.minicart-content-item__remove:focus,.minicart-content-item__remove:hover,.shopping-cart-item__remove:active,.shopping-cart-item__remove:focus,.shopping-cart-item__remove:hover{text-decoration:none;color:#ed1c24}
.minicart-content-summary,.shopping-cart-summary{list-style:none;padding:30px 0 0;margin:0}
.minicart-content-summary__item,.shopping-cart-summary__item{font-size:15px;font-size:1.5rem;color:#111}
.minicart-content-summary__item+.minicart-content-summary__item,.minicart-content-summary__item+.shopping-cart-summary__item,.shopping-cart-summary__item+.minicart-content-summary__item,.shopping-cart-summary__item+.shopping-cart-summary__item{margin-top:10px}
.shopping-cart-summary__price{display:block;float:right}
.minicart-content-summary__item--total,.shopping-cart-summary__item--total{font-weight:700;font-size:20px;font-size:2rem}
.minicart-content-summary__item--total>.shopping-cart-summary__price,.shopping-cart-summary__item--total>.shopping-cart-summary__price{color:#ed1c24}
.shopping-cart-voucher{padding:10px 0;border-bottom:2px #ededed solid}
.shopping-cart-voucher__toggle{display:block;text-align:center;color:#111;font-size:16px;font-size:1.6rem;cursor:pointer;margin:0;font-weight:700}
.shopping-cart-voucher__toggle:after{content:'\f106';font-family:FontAwesome;margin-left:10px;font-size:20px;font-size:2rem;font-weight:300;vertical-align:middle;display:inline-block;transition:transform .4s}
.shopping-cart-voucher__toggle.collapsed:after{transform:rotate(-180deg)}
.shopping-cart-voucher__toggle:active,.shopping-cart-voucher__toggle:focus,.shopping-cart-voucher__toggle:hover{text-decoration:none;color:#ed1c24}
.shopping-cart-voucher__body{max-width:370px;margin:5px auto 0}
.shopping-cart-voucher__field{height:40px;padding-left:15px;float:left;width:calc(100% - 100px);font-size:15px;font-size:1.5rem;background:#efefef}
.shopping-cart-voucher__submit{height:40px;margin-left:-1px;-webkit-border-radius:0 19px 19px 0;-moz-border-radius:0 19px 19px 0;border-radius:0 19px 19px 0;padding:0;width:100px;font-weight:600;color:#fff}
.shopping-cart-voucher__submit:active,.shopping-cart-voucher__submit:focus,.shopping-cart-voucher__submit:hover{color:#fff;background-color:#44495e;border-color:#44495e}
.shopping-cart-form-section{background-color:#f5f5f5;position:relative}
.shopping-cart-form-section+.shopping-cart-form-section{margin-top:20px}
@media (max-width:767px){.shopping-cart-form-section{margin:0 -30px;padding:30px 20px}
}
.shopping-cart-form-section--contact .shopping-cart-form-section__body,.shopping-cart-form-section--delivery-data .shopping-cart-form-section__body{max-width:370px}
@media (min-width:768px){.shopping-cart-form-section--submit{padding:20px 100px 30px 40px}
}
.shopping-cart-form-section--submit.shopping-cart-form-section--next{opacity:.4;background-color:#f5f5f5}
.shopping-cart-form-section--submit.shopping-cart-form-section--next .shopping-cart-form-section__body{height:auto;pointer-events:none}
.shopping-cart-form-section--next .shopping-cart-form-section__title{color:#d6d6d6;margin-bottom:0}
.shopping-cart-form-section--next .shopping-cart-form-section__body{height:0;overflow:hidden}
.shopping-cart-form-section--filled:not(.shopping-cart-form-section--active) .shopping-cart-form-section__title{color:#44495e}
.shopping-cart-form-section--filled:not(.shopping-cart-form-section--active) .shopping-cart-form-section__body{height:0;overflow:hidden}
.shopping-cart-form-section--filled:not(.shopping-cart-form-section--active) .shopping-cart-form-section__change,.shopping-cart-form-section--filled:not(.shopping-cart-form-section--active) .shopping-cart-form-section__filled-data{display:block}
.shopping-cart-form-section--filled.shopping-cart-form-section--active .shopping-cart-form-section__submit{display:none}
.shopping-cart-form-section--filled.shopping-cart-form-section--active .shopping-cart-form-section__close,.shopping-cart-form-section--filled.shopping-cart-form-section--active .shopping-cart-form-section__submit--save-changes{display:block}
.shopping-cart-form-section__title:before{counter-increment:cart-form-section}
@media (max-width:767px){.shopping-cart-form-section__title{font-size:18px;font-size:1.8rem}
}
.shopping-cart-form-section__text{color:#585555;font-size:14px;font-size:1.4rem;padding:0 3px}
.shopping-cart-form-section__text a{color:#44495e;text-decoration:underline}
.shopping-cart-form-section__text a:active,.shopping-cart-form-section__text a:hover{color:#ed1c24;text-decoration:none}
.shopping-cart-form-section__submit{width:140px;height:40px;-webkit-border-radius:19px;-moz-border-radius:19px;border-radius:19px;border:none;color:#fff;margin-top:12px;font-weight:700;text-transform:uppercase}
.shopping-cart-form-section__submit:active,.shopping-cart-form-section__submit:focus,.shopping-cart-form-section__submit:hover{opacity:.8}
.shopping-cart-form-section__submit--save-changes{display:none}
.shopping-cart-form-section__form-group{margin:6px 0}
.shopping-cart-delivery{display:table;width:100%;min-height:60px;table-layout:fixed}
@media (max-width:767px){.shopping-cart-delivery{margin-bottom:15px}
}
.shopping-cart-delivery__desc,.shopping-cart-delivery__img-wrapper,.shopping-cart-delivery__price{display:table-cell;padding:0;vertical-align:top}
.shopping-cart-delivery__img-wrapper{width:100px}
@media (max-width:767px){.shopping-cart-delivery__img-wrapper{width:75px}
}
@media (max-width:767px){.shopping-cart-delivery__img{max-width:60px}
}
.shopping-cart-delivery__desc{color:#44495e;font-size:15px;font-size:1.5rem}
@media (max-width:767px){.shopping-cart-delivery__desc{width:100%;display:block;font-size:14px;font-size:1.4rem}
}
.shopping-cart-delivery__description-label{display:block}
.shopping-cart-delivery__price{color:#44495e;font-size:15px;font-size:1.5rem;text-align:right;font-weight:700;padding-left:0;width:70px}
@media (max-width:767px){.shopping-cart-delivery__price{display:inline}
}
.shopping-cart-delivery__img{margin-right:10px}
.shopping-cart-payment{display:table;width:100%;min-height:60px}
.shopping-cart-payment__content-wrapper,.shopping-cart-payment__img-wrapper{display:table-cell;padding:0;vertical-align:middle}
.shopping-cart-payment__title{color:#44495e;font-size:15px;font-size:1.5rem}
.shopping-cart-payment__desc{color:#9b9696;font-size:15px;font-size:1.5rem;display:block}
@media (max-width:767px){.shopping-cart-payment__desc{font-size:14px;font-size:1.4rem}
}
.shopping-cart-payment__price{color:#44495e;font-size:15px;font-size:1.5rem;font-weight:700;margin-left:7px}
.shopping-cart-payment__img{margin-right:10px}
.shopping-cart-form__submit{margin-top:15px;background-color:#ed1c24;border:none;-webkit-border-radius:19px;-moz-border-radius:19px;border-radius:19px;-webkit-box-shadow:0 8px 10px rgba(65,167,161,.25);-moz-box-shadow:0 8px 10px rgba(65,167,161,.25);box-shadow:0 8px 10px rgba(65,167,161,.25);height:38px;width:250px;color:#fff;font-size:12px;font-size:1.2rem;font-weight:700}
.shopping-cart-form__submit:active,.shopping-cart-form__submit:focus,.shopping-cart-form__submit:hover{opacity:.8}
@media (max-width:767px){.shopping-cart-form__submit{width:100%;max-width:370px}
}
.shopping-cart-form__submit[disabled=disabled]{pointer-events:none;opacity:.5}
.shopping-cart-form-section__change,.shopping-cart-form-section__close,.shopping-cart-form-section__filled-data{display:none}
.shopping-cart-form-section__filled-data-row{display:block}
.shopping-cart-form-section__close{position:absolute;top:25px;right:30px;background:0 0;border:none;text-decoration:underline;font-size:16px;font-size:1.6rem;font-weight:600;color:#585555}
.shopping-cart-form-section__close:active,.shopping-cart-form-section__close:focus,.shopping-cart-form-section__close:hover{background:0 0;color:#ed1c24;text-decoration:none}
.shopping-cart-form-section__change{position:absolute;right:25px;top:25px;height:35px;width:85px;border:none;background-color:#e1e1e1;-webkit-border-radius:19px;-moz-border-radius:19px;border-radius:19px;color:#585555;font-size:16px;font-size:1.6rem;font-weight:600}
.shopping-cart-form-section__change:active,.shopping-cart-form-section__change:focus,.shopping-cart-form-section__change:hover{opacity:.8}
.shopping-cart-empty{min-height:200px}
.minicart-dropdown.open .minicart-dropdown__toggle{background-color:#fff;color:#ed1c24;z-index:100}
.minicart{left:auto;right:0;margin:0;-webkit-box-shadow:0 5px 20px 7px rgba(41,61,104,.06);-moz-box-shadow:0 5px 20px 7px rgba(41,61,104,.06);box-shadow:0 5px 20px 7px rgba(41,61,104,.06);background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none;width:360px;padding:35px 25px 30px}
@media (max-width:767px){.minicart{margin-top:10px;width:100vw;right:-16px}
}
.minicart__note{font-size:18px;font-size:1.8rem;font-weight:700;text-align:center}
.minicart-content-summary{padding-top:20px}
.minicart-content-summary__item{text-align:center}
.minicart-content-summary__price{color:#ed1c24}
.minicart-content-cta-holder{text-align:center}
.minicart-content-cta-holder__cta{font-size:12px;font-size:1.2rem;text-transform:uppercase;background-color:#ed1c24;height:36px;line-height:34px;line-height:3.4rem;display:inline-block;color:#fff;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;margin:20px auto 0;padding:0 35px;border:2px #ed1c24 solid;transition:background-color .4s,color .4s}
.minicart-content-cta-holder__cta:active,.minicart-content-cta-holder__cta:focus,.minicart-content-cta-holder__cta:hover{background-color:#fff;text-decoration:none;color:#ed1c24}
.cart__free-delivery{margin:20px -25px -30px -25px;padding:15px 25px;text-align:center}
.cart__free-delivery-content{display:inline-block;padding:0 0 0 40px;line-height:17px;line-height:1.7rem;color:#fff;background:url(../../images/free-delivery-icon.svg) no-repeat left center}
.cart-form__error{margin-top:10px;border-radius:4px!important}
.cart-form__error--visible{display:block!important}
.shopping-cart-form-element--note{margin-top:10px}
.shopping-cart-form-element--note-label{font-weight:400;margin-right:30px;font-size:15px}
.shopping-cart-form-element-textarea{vertical-align:top;padding:5px;border-radius:4px;font-size:15px}
@font-face{font-family:FontAwesome;src:url(../../components/font-awesome-bower/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(../../components/font-awesome-bower/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(../../components/font-awesome-bower/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(../../components/font-awesome-bower/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(../../components/font-awesome-bower/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(../../components/font-awesome-bower/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571429em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}
.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-glass:before{content:"\f000"}
.fa-music:before{content:"\f001"}
.fa-search:before{content:"\f002"}
.fa-envelope-o:before{content:"\f003"}
.fa-heart:before{content:"\f004"}
.fa-star:before{content:"\f005"}
.fa-star-o:before{content:"\f006"}
.fa-user:before{content:"\f007"}
.fa-film:before{content:"\f008"}
.fa-th-large:before{content:"\f009"}
.fa-th:before{content:"\f00a"}
.fa-th-list:before{content:"\f00b"}
.fa-check:before{content:"\f00c"}
.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}
.fa-search-plus:before{content:"\f00e"}
.fa-search-minus:before{content:"\f010"}
.fa-power-off:before{content:"\f011"}
.fa-signal:before{content:"\f012"}
.fa-cog:before,.fa-gear:before{content:"\f013"}
.fa-trash-o:before{content:"\f014"}
.fa-home:before{content:"\f015"}
.fa-file-o:before{content:"\f016"}
.fa-clock-o:before{content:"\f017"}
.fa-road:before{content:"\f018"}
.fa-download:before{content:"\f019"}
.fa-arrow-circle-o-down:before{content:"\f01a"}
.fa-arrow-circle-o-up:before{content:"\f01b"}
.fa-inbox:before{content:"\f01c"}
.fa-play-circle-o:before{content:"\f01d"}
.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}
.fa-refresh:before{content:"\f021"}
.fa-list-alt:before{content:"\f022"}
.fa-lock:before{content:"\f023"}
.fa-flag:before{content:"\f024"}
.fa-headphones:before{content:"\f025"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-up:before{content:"\f028"}
.fa-qrcode:before{content:"\f029"}
.fa-barcode:before{content:"\f02a"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-book:before{content:"\f02d"}
.fa-bookmark:before{content:"\f02e"}
.fa-print:before{content:"\f02f"}
.fa-camera:before{content:"\f030"}
.fa-font:before{content:"\f031"}
.fa-bold:before{content:"\f032"}
.fa-italic:before{content:"\f033"}
.fa-text-height:before{content:"\f034"}
.fa-text-width:before{content:"\f035"}
.fa-align-left:before{content:"\f036"}
.fa-align-center:before{content:"\f037"}
.fa-align-right:before{content:"\f038"}
.fa-align-justify:before{content:"\f039"}
.fa-list:before{content:"\f03a"}
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
.fa-indent:before{content:"\f03c"}
.fa-video-camera:before{content:"\f03d"}
.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}
.fa-pencil:before{content:"\f040"}
.fa-map-marker:before{content:"\f041"}
.fa-adjust:before{content:"\f042"}
.fa-tint:before{content:"\f043"}
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
.fa-share-square-o:before{content:"\f045"}
.fa-check-square-o:before{content:"\f046"}
.fa-arrows:before{content:"\f047"}
.fa-step-backward:before{content:"\f048"}
.fa-fast-backward:before{content:"\f049"}
.fa-backward:before{content:"\f04a"}
.fa-play:before{content:"\f04b"}
.fa-pause:before{content:"\f04c"}
.fa-stop:before{content:"\f04d"}
.fa-forward:before{content:"\f04e"}
.fa-fast-forward:before{content:"\f050"}
.fa-step-forward:before{content:"\f051"}
.fa-eject:before{content:"\f052"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-plus-circle:before{content:"\f055"}
.fa-minus-circle:before{content:"\f056"}
.fa-times-circle:before{content:"\f057"}
.fa-check-circle:before{content:"\f058"}
.fa-question-circle:before{content:"\f059"}
.fa-info-circle:before{content:"\f05a"}
.fa-crosshairs:before{content:"\f05b"}
.fa-times-circle-o:before{content:"\f05c"}
.fa-check-circle-o:before{content:"\f05d"}
.fa-ban:before{content:"\f05e"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrow-down:before{content:"\f063"}
.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-expand:before{content:"\f065"}
.fa-compress:before{content:"\f066"}
.fa-plus:before{content:"\f067"}
.fa-minus:before{content:"\f068"}
.fa-asterisk:before{content:"\f069"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-gift:before{content:"\f06b"}
.fa-leaf:before{content:"\f06c"}
.fa-fire:before{content:"\f06d"}
.fa-eye:before{content:"\f06e"}
.fa-eye-slash:before{content:"\f070"}
.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}
.fa-plane:before{content:"\f072"}
.fa-calendar:before{content:"\f073"}
.fa-random:before{content:"\f074"}
.fa-comment:before{content:"\f075"}
.fa-magnet:before{content:"\f076"}
.fa-chevron-up:before{content:"\f077"}
.fa-chevron-down:before{content:"\f078"}
.fa-retweet:before{content:"\f079"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-folder:before{content:"\f07b"}
.fa-folder-open:before{content:"\f07c"}
.fa-arrows-v:before{content:"\f07d"}
.fa-arrows-h:before{content:"\f07e"}
.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}
.fa-twitter-square:before{content:"\f081"}
.fa-facebook-square:before{content:"\f082"}
.fa-camera-retro:before{content:"\f083"}
.fa-key:before{content:"\f084"}
.fa-cogs:before,.fa-gears:before{content:"\f085"}
.fa-comments:before{content:"\f086"}
.fa-thumbs-o-up:before{content:"\f087"}
.fa-thumbs-o-down:before{content:"\f088"}
.fa-star-half:before{content:"\f089"}
.fa-heart-o:before{content:"\f08a"}
.fa-sign-out:before{content:"\f08b"}
.fa-linkedin-square:before{content:"\f08c"}
.fa-thumb-tack:before{content:"\f08d"}
.fa-external-link:before{content:"\f08e"}
.fa-sign-in:before{content:"\f090"}
.fa-trophy:before{content:"\f091"}
.fa-github-square:before{content:"\f092"}
.fa-upload:before{content:"\f093"}
.fa-lemon-o:before{content:"\f094"}
.fa-phone:before{content:"\f095"}
.fa-square-o:before{content:"\f096"}
.fa-bookmark-o:before{content:"\f097"}
.fa-phone-square:before{content:"\f098"}
.fa-twitter:before{content:"\f099"}
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}
.fa-github:before{content:"\f09b"}
.fa-unlock:before{content:"\f09c"}
.fa-credit-card:before{content:"\f09d"}
.fa-rss:before{content:"\f09e"}
.fa-hdd-o:before{content:"\f0a0"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bell:before{content:"\f0f3"}
.fa-certificate:before{content:"\f0a3"}
.fa-hand-o-right:before{content:"\f0a4"}
.fa-hand-o-left:before{content:"\f0a5"}
.fa-hand-o-up:before{content:"\f0a6"}
.fa-hand-o-down:before{content:"\f0a7"}
.fa-arrow-circle-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-globe:before{content:"\f0ac"}
.fa-wrench:before{content:"\f0ad"}
.fa-tasks:before{content:"\f0ae"}
.fa-filter:before{content:"\f0b0"}
.fa-briefcase:before{content:"\f0b1"}
.fa-arrows-alt:before{content:"\f0b2"}
.fa-group:before,.fa-users:before{content:"\f0c0"}
.fa-chain:before,.fa-link:before{content:"\f0c1"}
.fa-cloud:before{content:"\f0c2"}
.fa-flask:before{content:"\f0c3"}
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
.fa-copy:before,.fa-files-o:before{content:"\f0c5"}
.fa-paperclip:before{content:"\f0c6"}
.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}
.fa-square:before{content:"\f0c8"}
.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}
.fa-list-ul:before{content:"\f0ca"}
.fa-list-ol:before{content:"\f0cb"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-underline:before{content:"\f0cd"}
.fa-table:before{content:"\f0ce"}
.fa-magic:before{content:"\f0d0"}
.fa-truck:before{content:"\f0d1"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-plus:before{content:"\f0d5"}
.fa-money:before{content:"\f0d6"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-up:before{content:"\f0d8"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-columns:before{content:"\f0db"}
.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}
.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}
.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}
.fa-envelope:before{content:"\f0e0"}
.fa-linkedin:before{content:"\f0e1"}
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
.fa-gavel:before,.fa-legal:before{content:"\f0e3"}
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
.fa-comment-o:before{content:"\f0e5"}
.fa-comments-o:before{content:"\f0e6"}
.fa-bolt:before,.fa-flash:before{content:"\f0e7"}
.fa-sitemap:before{content:"\f0e8"}
.fa-umbrella:before{content:"\f0e9"}
.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}
.fa-lightbulb-o:before{content:"\f0eb"}
.fa-exchange:before{content:"\f0ec"}
.fa-cloud-download:before{content:"\f0ed"}
.fa-cloud-upload:before{content:"\f0ee"}
.fa-user-md:before{content:"\f0f0"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-suitcase:before{content:"\f0f2"}
.fa-bell-o:before{content:"\f0a2"}
.fa-coffee:before{content:"\f0f4"}
.fa-cutlery:before{content:"\f0f5"}
.fa-file-text-o:before{content:"\f0f6"}
.fa-building-o:before{content:"\f0f7"}
.fa-hospital-o:before{content:"\f0f8"}
.fa-ambulance:before{content:"\f0f9"}
.fa-medkit:before{content:"\f0fa"}
.fa-fighter-jet:before{content:"\f0fb"}
.fa-beer:before{content:"\f0fc"}
.fa-h-square:before{content:"\f0fd"}
.fa-plus-square:before{content:"\f0fe"}
.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}
.fa-desktop:before{content:"\f108"}
.fa-laptop:before{content:"\f109"}
.fa-tablet:before{content:"\f10a"}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
.fa-circle-o:before{content:"\f10c"}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.fa-spinner:before{content:"\f110"}
.fa-circle:before{content:"\f111"}
.fa-mail-reply:before,.fa-reply:before{content:"\f112"}
.fa-github-alt:before{content:"\f113"}
.fa-folder-o:before{content:"\f114"}
.fa-folder-open-o:before{content:"\f115"}
.fa-smile-o:before{content:"\f118"}
.fa-frown-o:before{content:"\f119"}
.fa-meh-o:before{content:"\f11a"}
.fa-gamepad:before{content:"\f11b"}
.fa-keyboard-o:before{content:"\f11c"}
.fa-flag-o:before{content:"\f11d"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-terminal:before{content:"\f120"}
.fa-code:before{content:"\f121"}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
.fa-location-arrow:before{content:"\f124"}
.fa-crop:before{content:"\f125"}
.fa-code-fork:before{content:"\f126"}
.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}
.fa-question:before{content:"\f128"}
.fa-info:before{content:"\f129"}
.fa-exclamation:before{content:"\f12a"}
.fa-superscript:before{content:"\f12b"}
.fa-subscript:before{content:"\f12c"}
.fa-eraser:before{content:"\f12d"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-slash:before{content:"\f131"}
.fa-shield:before{content:"\f132"}
.fa-calendar-o:before{content:"\f133"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-rocket:before{content:"\f135"}
.fa-maxcdn:before{content:"\f136"}
.fa-chevron-circle-left:before{content:"\f137"}
.fa-chevron-circle-right:before{content:"\f138"}
.fa-chevron-circle-up:before{content:"\f139"}
.fa-chevron-circle-down:before{content:"\f13a"}
.fa-html5:before{content:"\f13b"}
.fa-css3:before{content:"\f13c"}
.fa-anchor:before{content:"\f13d"}
.fa-unlock-alt:before{content:"\f13e"}
.fa-bullseye:before{content:"\f140"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-ellipsis-v:before{content:"\f142"}
.fa-rss-square:before{content:"\f143"}
.fa-play-circle:before{content:"\f144"}
.fa-ticket:before{content:"\f145"}
.fa-minus-square:before{content:"\f146"}
.fa-minus-square-o:before{content:"\f147"}
.fa-level-up:before{content:"\f148"}
.fa-level-down:before{content:"\f149"}
.fa-check-square:before{content:"\f14a"}
.fa-pencil-square:before{content:"\f14b"}
.fa-external-link-square:before{content:"\f14c"}
.fa-share-square:before{content:"\f14d"}
.fa-compass:before{content:"\f14e"}
.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}
.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}
.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}
.fa-eur:before,.fa-euro:before{content:"\f153"}
.fa-gbp:before{content:"\f154"}
.fa-dollar:before,.fa-usd:before{content:"\f155"}
.fa-inr:before,.fa-rupee:before{content:"\f156"}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}
.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}
.fa-krw:before,.fa-won:before{content:"\f159"}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
.fa-file:before{content:"\f15b"}
.fa-file-text:before{content:"\f15c"}
.fa-sort-alpha-asc:before{content:"\f15d"}
.fa-sort-alpha-desc:before{content:"\f15e"}
.fa-sort-amount-asc:before{content:"\f160"}
.fa-sort-amount-desc:before{content:"\f161"}
.fa-sort-numeric-asc:before{content:"\f162"}
.fa-sort-numeric-desc:before{content:"\f163"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumbs-down:before{content:"\f165"}
.fa-youtube-square:before{content:"\f166"}
.fa-youtube:before{content:"\f167"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-youtube-play:before{content:"\f16a"}
.fa-dropbox:before{content:"\f16b"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-instagram:before{content:"\f16d"}
.fa-flickr:before{content:"\f16e"}
.fa-adn:before{content:"\f170"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitbucket-square:before{content:"\f172"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-long-arrow-down:before{content:"\f175"}
.fa-long-arrow-up:before{content:"\f176"}
.fa-long-arrow-left:before{content:"\f177"}
.fa-long-arrow-right:before{content:"\f178"}
.fa-apple:before{content:"\f179"}
.fa-windows:before{content:"\f17a"}
.fa-android:before{content:"\f17b"}
.fa-linux:before{content:"\f17c"}
.fa-dribbble:before{content:"\f17d"}
.fa-skype:before{content:"\f17e"}
.fa-foursquare:before{content:"\f180"}
.fa-trello:before{content:"\f181"}
.fa-female:before{content:"\f182"}
.fa-male:before{content:"\f183"}
.fa-gittip:before,.fa-gratipay:before{content:"\f184"}
.fa-sun-o:before{content:"\f185"}
.fa-moon-o:before{content:"\f186"}
.fa-archive:before{content:"\f187"}
.fa-bug:before{content:"\f188"}
.fa-vk:before{content:"\f189"}
.fa-weibo:before{content:"\f18a"}
.fa-renren:before{content:"\f18b"}
.fa-pagelines:before{content:"\f18c"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-arrow-circle-o-right:before{content:"\f18e"}
.fa-arrow-circle-o-left:before{content:"\f190"}
.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}
.fa-dot-circle-o:before{content:"\f192"}
.fa-wheelchair:before{content:"\f193"}
.fa-vimeo-square:before{content:"\f194"}
.fa-try:before,.fa-turkish-lira:before{content:"\f195"}
.fa-plus-square-o:before{content:"\f196"}
.fa-space-shuttle:before{content:"\f197"}
.fa-slack:before{content:"\f198"}
.fa-envelope-square:before{content:"\f199"}
.fa-wordpress:before{content:"\f19a"}
.fa-openid:before{content:"\f19b"}
.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}
.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}
.fa-yahoo:before{content:"\f19e"}
.fa-google:before{content:"\f1a0"}
.fa-reddit:before{content:"\f1a1"}
.fa-reddit-square:before{content:"\f1a2"}
.fa-stumbleupon-circle:before{content:"\f1a3"}
.fa-stumbleupon:before{content:"\f1a4"}
.fa-delicious:before{content:"\f1a5"}
.fa-digg:before{content:"\f1a6"}
.fa-pied-piper:before{content:"\f1a7"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-drupal:before{content:"\f1a9"}
.fa-joomla:before{content:"\f1aa"}
.fa-language:before{content:"\f1ab"}
.fa-fax:before{content:"\f1ac"}
.fa-building:before{content:"\f1ad"}
.fa-child:before{content:"\f1ae"}
.fa-paw:before{content:"\f1b0"}
.fa-spoon:before{content:"\f1b1"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-behance:before{content:"\f1b4"}
.fa-behance-square:before{content:"\f1b5"}
.fa-steam:before{content:"\f1b6"}
.fa-steam-square:before{content:"\f1b7"}
.fa-recycle:before{content:"\f1b8"}
.fa-automobile:before,.fa-car:before{content:"\f1b9"}
.fa-cab:before,.fa-taxi:before{content:"\f1ba"}
.fa-tree:before{content:"\f1bb"}
.fa-spotify:before{content:"\f1bc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-soundcloud:before{content:"\f1be"}
.fa-database:before{content:"\f1c0"}
.fa-file-pdf-o:before{content:"\f1c1"}
.fa-file-word-o:before{content:"\f1c2"}
.fa-file-excel-o:before{content:"\f1c3"}
.fa-file-powerpoint-o:before{content:"\f1c4"}
.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}
.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}
.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}
.fa-file-code-o:before{content:"\f1c9"}
.fa-vine:before{content:"\f1ca"}
.fa-codepen:before{content:"\f1cb"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}
.fa-circle-o-notch:before{content:"\f1ce"}
.fa-ra:before,.fa-rebel:before{content:"\f1d0"}
.fa-empire:before,.fa-ge:before{content:"\f1d1"}
.fa-git-square:before{content:"\f1d2"}
.fa-git:before{content:"\f1d3"}
.fa-hacker-news:before{content:"\f1d4"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-qq:before{content:"\f1d6"}
.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}
.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}
.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}
.fa-history:before{content:"\f1da"}
.fa-circle-thin:before,.fa-genderless:before{content:"\f1db"}
.fa-header:before{content:"\f1dc"}
.fa-paragraph:before{content:"\f1dd"}
.fa-sliders:before{content:"\f1de"}
.fa-share-alt:before{content:"\f1e0"}
.fa-share-alt-square:before{content:"\f1e1"}
.fa-bomb:before{content:"\f1e2"}
.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}
.fa-tty:before{content:"\f1e4"}
.fa-binoculars:before{content:"\f1e5"}
.fa-plug:before{content:"\f1e6"}
.fa-slideshare:before{content:"\f1e7"}
.fa-twitch:before{content:"\f1e8"}
.fa-yelp:before{content:"\f1e9"}
.fa-newspaper-o:before{content:"\f1ea"}
.fa-wifi:before{content:"\f1eb"}
.fa-calculator:before{content:"\f1ec"}
.fa-paypal:before{content:"\f1ed"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bell-slash-o:before{content:"\f1f7"}
.fa-trash:before{content:"\f1f8"}
.fa-copyright:before{content:"\f1f9"}
.fa-at:before{content:"\f1fa"}
.fa-eyedropper:before{content:"\f1fb"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-area-chart:before{content:"\f1fe"}
.fa-pie-chart:before{content:"\f200"}
.fa-line-chart:before{content:"\f201"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-bicycle:before{content:"\f206"}
.fa-bus:before{content:"\f207"}
.fa-ioxhost:before{content:"\f208"}
.fa-angellist:before{content:"\f209"}
.fa-cc:before{content:"\f20a"}
.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}
.fa-meanpath:before{content:"\f20c"}
.fa-buysellads:before{content:"\f20d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-dashcube:before{content:"\f210"}
.fa-forumbee:before{content:"\f211"}
.fa-leanpub:before{content:"\f212"}
.fa-sellsy:before{content:"\f213"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-simplybuilt:before{content:"\f215"}
.fa-skyatlas:before{content:"\f216"}
.fa-cart-plus:before{content:"\f217"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-diamond:before{content:"\f219"}
.fa-ship:before{content:"\f21a"}
.fa-user-secret:before{content:"\f21b"}
.fa-motorcycle:before{content:"\f21c"}
.fa-street-view:before{content:"\f21d"}
.fa-heartbeat:before{content:"\f21e"}
.fa-venus:before{content:"\f221"}
.fa-mars:before{content:"\f222"}
.fa-mercury:before{content:"\f223"}
.fa-transgender:before{content:"\f224"}
.fa-transgender-alt:before{content:"\f225"}
.fa-venus-double:before{content:"\f226"}
.fa-mars-double:before{content:"\f227"}
.fa-venus-mars:before{content:"\f228"}
.fa-mars-stroke:before{content:"\f229"}
.fa-mars-stroke-v:before{content:"\f22a"}
.fa-mars-stroke-h:before{content:"\f22b"}
.fa-neuter:before{content:"\f22c"}
.fa-facebook-official:before{content:"\f230"}
.fa-pinterest-p:before{content:"\f231"}
.fa-whatsapp:before{content:"\f232"}
.fa-server:before{content:"\f233"}
.fa-user-plus:before{content:"\f234"}
.fa-user-times:before{content:"\f235"}
.fa-bed:before,.fa-hotel:before{content:"\f236"}
.fa-viacoin:before{content:"\f237"}
.fa-train:before{content:"\f238"}
.fa-subway:before{content:"\f239"}
.fa-medium:before{content:"\f23a"}
.page-block{margin-top:10px}
.blog-pages .ibo-block:not(.block--without-paddings){padding-top:20px}
.blog-pages .blog{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-bottom:100px}
.blog-pages .blog-column-main,.blog-pages .blog-main,.blog-pages .blog-sidebar{display:flex;flex-direction:column}
.blog-pages .blog-main{padding-right:50px}
.blog-pages .blog-article__image{width:100%}
.blog-pages .blog-article-meta{margin:20px 0;list-style:none;padding:0}
.blog-pages .blog-article-meta__item{display:inline-block;font-size:18px;font-size:1.8rem;margin-right:20px}
.blog-pages .blog-article-meta__item:before{font-family:FontAwesome;margin-right:10px}
.blog-pages .blog-article-meta__item--author:before{content:'\f007'}
.blog-pages .blog-article-meta__item--comments:before{content:'\f0e5'}
.blog-pages .blog-article__content p{font-size:18px;font-size:1.8rem}
.blog-pages .entry__cta-holder.blog-article__cta-holder{position:static;margin-top:20px}
.blog-pages .blog-articles__article{margin-bottom:50px}
.blog-pages .pagination{display:block;text-align:center;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin:50px 0}
.blog-pages .pagination__list{list-style-type:none;padding:0}
.blog-pages .pagination__item{display:inline-block;text-transform:uppercase;font-size:18px;font-size:1.8rem;font-weight:700;color:#a1a1a1}
.blog-pages .pagination__item:not(:last-child){margin-right:15px}
.blog-pages .pagination__item--current{color:#4b4b4b}
.blog-pages .pagination__item-link{color:#a1a1a1}
.blog-pages .pagination__item-link:active,.blog-pages .pagination__item-link:focus,.blog-pages .pagination__item-link:hover{color:#4b4b4b;text-decoration:none}
.blog-pages .blog-sidebar{border-left:2px #4b4b4b solid;margin-top:30px;padding-left:40px}
.blog-pages .blog-sidebar__widget{margin-bottom:50px}
.blog-pages .blog-sidebar__widget-title{margin:5px 0 15px 0;font-size:21px;font-size:2.1rem;font-weight:700}
.blog-pages .sidebar__filter-title{font-size:24px;font-size:2.4rem;font-weight:700}
.blog-pages .blog-sidebar__widget li.active a{border-color:#7fa19d;color:#7fa19d;text-decoration:none}
.blog-pages .blog-sidebar__widget li.active:hover a{text-decoration:line-through}
.blog-pages .search-form--blog .search-form__field{position:static;max-width:none;width:calc(100% - 40px)}
.blog-pages .search-form--blog .search-form__submit{margin-left:10px}
.blog-pages .latest-posts__post:not(:last-child){margin-bottom:30px}
.blog-pages .latest-posts__post-image{width:100%;padding-top:5px}
.blog-pages .blog-article-meta--small{margin:0 0 10px 0}
.blog-pages .blog-article-meta--small .blog-article-meta__item{margin-right:10px;font-size:15px;font-size:1.5rem}
.blog-pages .blog-article-meta--small .blog-article-meta__item:before{margin-right:5px}
.blog-pages .latest-posts__col{padding:0}
.blog-pages .latest-posts__col:first-of-type{padding-right:15px}
.blog-pages .latest-posts__post-title{font-size:18px;font-size:1.8rem}
.blog-pages .latest-posts__post-link{color:#4b4b4b;transition:all .3s}
.blog-pages .latest-posts__post-link:active,.blog-pages .latest-posts__post-link:focus,.blog-pages .latest-posts__post-link:hover{color:#a1a1a1;text-decoration:none}
.blog-pages .blog-tags{margin:0;padding:0;list-style-type:none}
.blog-pages .blog-tags__item{display:inline-block}
.blog-pages .blog-tags__item-link{padding:10px 20px;text-transform:uppercase;border:1px #a1a1a1 solid;transition:all .3s;color:#a1a1a1;display:block;margin-bottom:5px;font-size:16px;font-size:1.6rem}
.blog-pages .blog-tags__item-link .blog-tags__item-link--active,.blog-pages .blog-tags__item-link:active,.blog-pages .blog-tags__item-link:focus,.blog-pages .blog-tags__item-link:hover{border-color:#4b4b4b;color:#4b4b4b;text-decoration:none}
.blog-pages .blog-archive{margin:0;padding:0;list-style-type:none}
.blog-pages .blog-archive__item:not(:last-child){margin-bottom:5px}
.blog-pages .blog-archive__item-link{font-size:18px;font-size:1.8rem;color:#a1a1a1;transition:all .3s}
.blog-pages .blog-archive__item-link .blog-archive__item-link--active,.blog-pages .blog-archive__item-link:active,.blog-pages .blog-archive__item-link:focus,.blog-pages .blog-archive__item-link:hover{color:#4b4b4b}
@media (min-width:992px) and (max-width:1199px){.blog-pages .blog-main{padding-right:25px}
.blog-pages .blog-sidebar{padding-left:15px}
}
@media (max-width:991px){.blog-pages .blog-main{padding-right:15px}
.blog-pages .blog-sidebar{padding-left:15px;border:none}
.blog-pages .latest-posts__col,.blog-pages .latest-posts__col:first-of-type{padding:0}
.blog-pages .blog-article-meta--small{margin-top:10px}
}
.blog-pages .entry__title.blog-article__title{font-size:26px;font-size:2.6rem;color:#4b4b4b}
.blog-pages .entry__title.blog-article__title a{color:#4b4b4b}
@media (max-width:767px){.blog-pages .entry__title.blog-article__title{font-size:26px;font-size:2.6rem}
.blog-pages .blog-articles__article{margin-bottom:15px}
.blog-pages .pagination{margin:15px 0}
.blog-pages .blog{margin-bottom:50px}
}
.blog-pages .filter-clear__link{color:#333;font-size:16px;font-size:1.6rem;font-weight:700}
.blog-pages .filter-clear__link:hover{color:#7fa19d;font-size:16px;font-size:1.6rem;text-decoration:none}
.blog-pages .entry-content .post-gallery:first-child{margin-top:10px;margin-bottom:40px}
.blog-pages .post-thumbnail{margin-top:40px;margin-bottom:40px}
.blog-pages .post__comments-link:hover,.blog-pages .post__date-link:hover,.blog-pages .posted-by a:hover,.blog-pages .single-modern-header .posted-by a:hover{color:#828282}
.blog-pages .post__comments-link,.blog-pages .post__date-link,.blog-pages .posted-by,.blog-pages .posted-by a,.blog-pages .posted-by:before{color:#bead9c}
.blog-pages .post__tags:before{position:relative;top:-3px}
.blog-pages article p{font-style:normal;font-weight:400;letter-spacing:0;text-align:left}
.blog-pages blockquote p{font-style:normal;font-weight:700;font-size:20px;line-height:1.4;font-family:Roboto,sans-serif;letter-spacing:0;color:#31374d;text-align:center}
.blog-pages blockquote{border:none;font-style:normal;font-weight:700;font-family:Roboto,sans-serif;letter-spacing:0;color:#31374d;quotes:none;text-align:center;position:relative;margin:67px 0 32px;font-size:30px;font-size:3rem;line-height:1.43}
.blog-pages blockquote cite{font-weight:400;font-size:16px;line-height:1.5;font-family:Roboto,sans-serif;letter-spacing:0;color:#31374d;display:block;margin-top:12px}
.blog-pages blockquote cite:before{content:"— "}
.blog-pages cite{font-style:normal}
.blog-pages blockquote:before{color:#bead9c;content:"\201c";font-family:"Times New Roman",Times,serif;display:block;padding-top:15px;font-size:90px;line-height:35px;font-weight:700}
.blog-pages .single .format-quote .entry-content blockquote>*{max-width:470px;margin-left:auto;margin-right:auto}
.blog-pages .single .format-quote .entry-content blockquote,.blog-pages .single-modern-header{background-color:#fff}
.blog-pages .entry-content blockquote{border-radius:0;margin-bottom:40px;padding:30px 20px}
@media (min-width:1200px){.blog-pages .entry-content blockquote{padding:40px 40px 60px}
}
.blog-pages .posts-list--default.featured-image--small .post-thumbnail{margin-bottom:1em}
@media (min-width:992px){.blog-pages .posts-list--default.featured-image--small .post-thumbnail{margin-bottom:1.5em}
}
.blog-pages .post-thumbnail__link.post-thumbnail--small{display:block;text-align:center}
.blog-pages .post-thumbnail__link.post-thumbnail--small img{width:100%}
.blog-pages .post-thumbnail__img{display:inline-block;vertical-align:top}
.blog-pages .single .hentry .post-thumbnail__img{width:100%}
.blog-pages .posts-list .post-thumbnail--fullwidth{display:block;margin-bottom:1.6em}
.blog-pages .post-thumbnail--fullwidth img{width:100%}
.blog-pages .single .hentry.has-thumb .post-thumbnail{margin-top:40px;margin-bottom:40px}
.blog-pages .post-comments i,.blog-pages .post-date i,.blog-pages .post__cats i,.blog-pages .post__comments i,.blog-pages .post__date i,.blog-pages .post__tags i,.blog-pages .post__terms i,.blog-pages .posted-by i{font-size:1.333em;display:inline-block;vertical-align:middle;margin-right:6px;position:relative}
@media (min-width:544px){.blog-pages .single-modern-header .post-comments i,.blog-pages .single-modern-header .post-date i,.blog-pages .single-modern-header .post__cats i,.blog-pages .single-modern-header .post__comments i,.blog-pages .single-modern-header .post__date i,.blog-pages .single-modern-header .post__tags i,.blog-pages .single-modern-header .post__terms i,.blog-pages .single-modern-header .posted-by i{top:-3px}
}
.blog-pages .post-comments a,.blog-pages .post-date a,.blog-pages .post__cats a,.blog-pages .post__comments a,.blog-pages .post__date a,.blog-pages .post__tags a,.blog-pages .post__terms a,.blog-pages .posted-by a{text-decoration:none;color:#4b4b4b}
.blog-pages .post-comments:before,.blog-pages .post-date:before,.blog-pages .post__comments:before,.blog-pages .post__date:before,.blog-pages .post__tags:before,.blog-pages .posted-by:before{display:inline-block;font:normal normal normal 14px/1 'Nucleo Mini';speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;font-size:1.4rem;margin-right:7px;vertical-align:middle}
.blog-pages .single-modern-header .post-comments:before,.blog-pages .single-modern-header .post-date:before,.blog-pages .single-modern-header .post__comments:before,.blog-pages .single-modern-header .post__date:before,.blog-pages .single-modern-header .post__tags:before,.blog-pages .single-modern-header .posted-by:before{vertical-align:initial}
.blog-pages .post-comments:before,.blog-pages .post__comments:before{content:'\ea7b'}
.blog-pages .posted-by:before{font-family:FontAwesome;content:'\f007'}
.blog-pages .single-modern-header .posted-by{margin-bottom:20px}
@media (min-width:992px){.blog-pages .single-modern-header .posted-by{margin-bottom:40px}
}
.blog-pages .single-modern-header .posted-by:before{content:none}
.blog-pages .posted-by__avatar img{border-radius:50%;width:80px}
@media (min-width:768px){.blog-pages .posted-by__avatar img{width:auto;margin-bottom:15px}
}
.blog-pages .entry-title{margin:0}
.blog-pages .entry-meta{margin-left:-8px;margin-right:-8px}
.blog-pages .entry-meta>*{padding-left:8px;padding-right:8px}
.blog-pages .single-modern-header .entry-meta{margin-left:-14px;margin-right:-14px}
.blog-pages .single-modern-header .entry-meta>*{padding-left:14px;padding-right:14px}
.blog-pages .single .hentry .entry-meta{margin-bottom:30px}
.blog-pages .entry-meta>*{display:inline-block}
.blog-pages .posts-list--default .entry-meta{margin-bottom:15px}
.blog-pages .posts-list:not(.posts-list--default) .entry-content>:first-child,.blog-pages .posts-list:not(.posts-list--default) .entry-summary>:first-child,.blog-pages .search.search-results .entry-content>:first-child,.blog-pages .search.search-results .entry-summary>:first-child{margin-top:14px}
.blog-pages .search.search-results .entry-header{margin-bottom:0}
.blog-pages .posts-list .entry-header{margin-bottom:4px}
.blog-pages .posts-list--default .entry-header,.blog-pages .single .hentry .entry-header{margin-bottom:5px}
.blog-pages .single-modern-header .entry-header{margin-bottom:20px}
@media (min-width:992px){.blog-pages .single-modern-header .entry-header{margin-bottom:40px}
}
.blog-pages .posts-list:not(.posts-list--default) .entry-footer>*,.blog-pages .single .hentry .entry-footer>*{margin-top:30px}
.blog-pages .posts-list:not(.posts-list--default) .entry-footer>:first-child,.blog-pages .single .hentry .entry-footer>:first-child{margin-top:26px}
.blog-pages .single .hentry .entry-footer>:first-child{margin-top:55px}
.blog-pages .posts-list--default .entry-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.blog-pages .posts-list--default .entry-footer>*{margin-top:15px;margin-bottom:15px}
.blog-pages .posts-list--default .entry-footer>:first-child{margin-right:10px}
.blog-pages .posts-list--default .entry-footer>:only-child{margin-right:0}
.blog-pages .posts-list--default .entry-footer .entry-meta:nth-last-child(3):first-child{margin-right:0;width:100%}
.blog-pages .post__comments:before,.blog-pages .post__date:before,.blog-pages .post__tags:before,.blog-pages .posted-by:before{color:#828282}
.blog-pages .post__tags:before{font-family:FontAwesome;content:'\f02c'}
.blog-pages .entry-meta,.blog-pages .post-date,.blog-pages .post-meta{font-style:normal;font-weight:300;font-size:14px;line-height:2;letter-spacing:0}
.blog-pages .post__cats{font-style:normal;font-weight:300;font-family:Roboto,sans-serif;font-size:12px;font-size:1.2rem;text-transform:uppercase;margin-bottom:3px}
.blog-pages .post-comments,.blog-pages .post-date,.blog-pages .post__cats,.blog-pages .post__comments,.blog-pages .post__date,.blog-pages .post__tags,.blog-pages .post__terms,.blog-pages .posted-by{display:inline-block}
.blog-pages .post__tags{font-size:0}
.blog-pages .post-tags__comma,.blog-pages .post__tags a{font-size:14px}
.blog-pages .blog__clear-filters,.blog-pages .post__tags a:hover{color:#7fa19d}
.blog-detail img{max-width:100%}
.entry-content a{color:#a1a1a1}
.category-thumbail,.category-thumbail:hover{color:#4b4b4b}
.blog-category{margin-bottom:10px}
.article-list__flexed{display:flex;flex-wrap:wrap}
.owl-blog .owl-nav{margin:0;display:block;position:absolute;height:100%;width:100%;top:0;left:0;pointer-events:none}
.owl-blog .owl-nav button{top:calc(50% - (60px/2));pointer-events:initial;height:60px;width:60px;background-color:#fff!important;margin:0;box-shadow:0 8px 16px 4px rgba(0,0,0,.07);border-radius:4px;border:1px solid #f5f6f8;outline:0;position:absolute}
.owl-blog .owl-nav button:focus{outline:0}
.owl-blog .owl-nav button span{font-size:30px;display:inline-block;vertical-align:middle}
.owl-blog .owl-nav button.owl-prev{left:-30px}
.owl-blog .owl-nav button.owl-next{right:-30px}
@media (max-width:767px){.owl-blog .owl-nav{display:none}
}
.clearfix.separator{margin-bottom:28px}
.blogArticle h1{margin-bottom:4px}
.blogArticle h2{font-size:13px;font-weight:400}
.blogArticle h2 span{font-weight:700;font-size:15px}
.blogArticle .right_text h3{text-align:right;font-size:13px;font-weight:400}
.blogArticle .right_text h3 span{font-weight:700}
.blogArticle .ilustration-holder{float:left;width:320px;margin-right:20px;margin-bottom:20px}
.blogArticle .ilustration-holder img{max-width:100%}
.categories-holder{margin-bottom:28px;clear:both}
.blog-category .image_holder{height:191px;display:block;text-align:center}
.blog-category .image_holder img{max-width:100%;max-height:100%}
.blog-category .image_holder a{display:block;padding:4px 12px 5px;text-align:center;font-weight:700;font-size:16px}
.article-info a{font-size:110%;font-weight:700}
.article-info a h4{font-weight:700}
.article-info a .text-holder{font-size:100%;font-weight:400}
.user-info .image_holder{float:left;margin-right:18px}
.category-info .category-thumbail{display:block;text-align:center;font-size:120%;font-weight:700}
.blog-article-in-list .image_holder{display:block;width:111px;float:left;text-align:center;margin-right:16px}
.blog-article-in-list .image_holder img{max-width:100%;max-height:100%}
.blog-article-in-list .text-holder p{display:inline}
.fat-footer__columns{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -8px}
.fat-footer__columns>*{display:flex;flex-direction:column;flex:1;margin:0 8px}
@media (max-width:767px){.fat-footer__columns>*{display:flex;flex-basis:100%}
}
.fat-footer__left{text-align:left}
@media (max-width:767px){.fat-footer__left{text-align:center}
}
.fat-footer__right{text-align:right}
@media (max-width:767px){.fat-footer__right{text-align:center}
}
.box .title{font-size:24px;font-weight:700;margin-bottom:10px;margin-top:20px}
.jetmenu{width:100%;padding:0;margin:0;position:relative;float:left;list-style:none;background:#669725}
.jetmenu li{display:inline-block;float:left}
.jetmenu a{-o-transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;outline:0;z-index:10}
.jetmenu>li>a{padding:20px 24px;font-size:14px;color:#fff;text-decoration:none;display:inline-block;font-family:'Open Sans Condensed',sans-serif;text-transform:uppercase;font-weight:700}
.jetmenu>li.active>a,.jetmenu>li:hover>a{background:#e0e0e0;color:#fff}
.jetmenu ul.dropdown,.jetmenu ul.dropdown li ul.dropdown{list-style:none;margin:0;padding:0;display:none;position:absolute;z-index:99;min-width:134px;background:#669725}
.jetmenu ul.dropdown{top:60px}
.jetmenu ul.dropdown li ul.dropdown{left:100%;top:inherit}
.jetmenu ul.dropdown li{clear:both;width:100%;font-size:12px}
.jetmenu ul.dropdown li a{width:100%;padding:12px 24px 12px;display:inline-block;float:left;clear:both;text-decoration:none;color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.jetmenu ul.dropdown li:hover>a{background:#e0e0e0;color:#eee}
.jetmenu ul.dropdown li ul.dropdown.left{left:auto;right:100%}
.jetmenu .indicator{position:relative;left:5px;top:6px;font-size:8px;float:right}
.jetmenu ul li .indicator{font-size:8px;top:1px;left:10px}
.jetmenu>li>.megamenu{position:absolute;display:none;background:#fff;width:25%;top:60px;font-size:12px;color:#fff;z-index:99;padding:20px 45px 20px;border-top:1px solid #eee;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 15px 25px 2px rgba(161,161,161,.6);-moz-box-shadow:0 15px 25px 2px rgba(161,161,161,.6);box-shadow:0 15px 25px 2px rgba(161,161,161,.6)}
.jetmenu li>.megamenu ul{margin:0 0 20px 0;float:left;padding:0;display:block;position:relative}
.jetmenu li>.megamenu ul li{width:100%;padding:4px 0}
.jetmenu li>.megamenu ul li.title{margin:0 0 8px;padding:0 0 5px;font-size:17px;font-family:'Open sans condensed',sans-serif;font-weight:700;color:#333}
.jetmenu li>.megamenu h5{width:100%;margin:0;padding:0}
.jetmenu li>.megamenu a{color:#777;text-decoration:none;font-size:13px;-webkit-transition:color .3s linear;-moz-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}
.jetmenu li>.megamenu a:hover{color:#27460e;text-decoration:underline}
.jetmenu li>.megamenu ul li.title a{font-size:17px;font-family:'Open sans condensed',sans-serif;font-weight:700;color:#333}
.jetmenu .megamenu img{-webkit-transition:border .3s linear;-moz-transition:border .3s linear;-o-transition:border .3s linear;transition:border .3s linear}
.jetmenu>li.fix-sub>.dropdown,.jetmenu>li.fix-sub>.megamenu,.jetmenu>li.fix-sub>.megamenu.half-width{right:0}
.jetmenu>li>.megamenu.half-width{width:50%}
.jetmenu>li>.megamenu.full-width{width:100%;left:0}
.jetmenu li>.megamenu form{width:100%}
.jetmenu li>.megamenu form input[type=text],.jetmenu li>.megamenu form textarea{padding:5px;color:#fff;background:#444;font-size:14px;border:solid 1px transparent;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;-o-transition:border .3s linear;transition:border .3s linear}
.jetmenu li>.megamenu form input[type=text]:focus,.jetmenu li>.megamenu form textarea:focus{border-color:#e0e0e0}
.jetmenu li>.megamenu form input[type=text],.jetmenu li>.megamenu form textarea{width:100%;margin-top:10px}
.jetmenu li>.megamenu form input[type=submit]{width:25%;float:right;height:30px;margin-top:10px;border:none;cursor:pointer;background:#444;color:#777;-webkit-transition:background .3s linear;-moz-transition:background .3s linear;-o-transition:background .3s linear;transition:background .3s linear}
.jetmenu li>.megamenu form input[type=submit]:hover{background:#e0e0e0;color:#555}
.megamenu .row{width:100%;margin-top:15px}
.megamenu .row:first-child{margin-top:0}
.megamenu .row:after,.megamenu .row:before{display:table;content:"";line-height:0}
.megamenu .row:after{clear:both}
.megamenu .row .col1,.megamenu .row .col2,.megamenu .row .col3,.megamenu .row .col4,.megamenu .row .col5,.megamenu .row .col6{display:block;min-height:20px;float:left;margin-left:2.127659574468085%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.megamenu .row [class*=col]:first-child{margin-left:0}
.megamenu .row .col1{width:14.893617021276595%}
.megamenu .row .col2{width:31.914893617021278%}
.megamenu .row .col3{width:48.93617021276595%}
.megamenu .row .col4{width:65.95744680851064%}
.megamenu .row .col5{width:82.97872340425532%}
.megamenu .row .col6{width:100%}
.jetmenu>li.right{float:right}
.jetmenu>li.right>.dropdown,.jetmenu>li.right>.megamenu,.jetmenu>li.right>.megamenu.half-width{right:0}
.jetmenu>li.jsright{float:right}
.jetmenu>li.jsright.last>.dropdown,.jetmenu>li.jsright.last>.megamenu,.jetmenu>li.jsright.last>.megamenu.half-width{right:0}
.jetmenu>li>a>i{line-height:23px!important;margin-right:6px;font-size:18px;float:left}
.jetmenu>li.showhide{display:none;width:100%;height:50px;cursor:pointer;color:#fff;background:#669725}
.jetmenu>li.showhide span.title{margin:15px 0 0 25px;float:left}
.jetmenu>li.showhide span.icon{margin:17px 20px;float:right}
.jetmenu>li.showhide .icon em{margin-bottom:3px;display:block;width:20px;height:2px;background:#fff}
.orange>li:hover>a{background:#27460e;color:#fff}
.orange>li.active>a{background:#6b1c18;color:#fff}
.orange ul.dropdown li:hover>a{background:#ff670f;color:#fff}
.orange li>.megamenu form input[type=text]:focus,.orange li>.megamenu form textarea:focus{border-color:#ff670f}
.orange li>.megamenu form input[type=submit]:hover{background:#ff670f;color:#fff}
.orange li>.megamenu a:hover{color:#ff670f}
@media (max-width:768px){.jetmenu>li{display:block;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.jetmenu>li>a{padding:15px 25px;background:#f39f49}
.jetmenu a{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.jetmenu ul.dropdown,.jetmenu ul.dropdown li ul.dropdown{width:100%!important;left:0;position:static!important;border:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.jetmenu ul.dropdown li{background:#fff!important;border:none}
.jetmenu ul.dropdown>li>a{padding-left:40px!important}
.jetmenu>li>.megamenu{width:100%!important;position:static;border-top:none}
.jetmenu>li>.megamenu .row [class*=col]{float:none;display:block;width:100%!important;margin-left:0;margin-top:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.jetmenu>li>.megamenu .row,.jetmenu>li>.megamenu .row:first-child [class*=col]:first-child{margin-top:0}
.jetmenu>li>ul.dropdown>li>a{padding-left:40px!important}
.jetmenu>li>ul.dropdown>li>ul.dropdown>li>a{padding-left:60px!important}
.jetmenu>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a{padding-left:80px!important}
}
@media (min-width:768px) and (max-width:900px){.jetmenu>li>.megamenu{width:100%!important;left:0!important;top:55px}
.jetmenu>li>a{font-size:12px;padding:20px 18px}
.jetmenu .indicator{top:5px}
}
.modern-form__wrapper{padding:0 90px}
.modern-radio{margin-bottom:5px}
.modern-input{margin-bottom:15px}
.modern-input .errors{list-style-type:none;margin:0;padding:0}
label.modern-input__label{position:relative;display:block;margin:0}
.modern-input__text{color:#9E9B9E;display:block;font-size:16px;font-weight:400;left:9px;position:absolute;top:16px;z-index:10;transition:all 150ms ease 0s}
input.modern-input__input{-moz-appearance:none;background-color:#fff;border:1px solid #C6C7C8;border-radius:4px;color:#30373b;display:inline-block;font-size:16px;height:52px;font-weight:400;transition:all 150ms ease 0s;width:100%;padding-left:8px;margin:0;outline:0;z-index:15}
textarea.modern-input__textarea{-moz-appearance:none;background-color:#fff;border:1px solid #C6C7C8;border-radius:4px;color:#30373b;display:inline-block;font-size:16px;font-weight:400;transition:all 150ms ease 0s;width:100%;padding-left:8px;padding-top:22px;margin:0;outline:0;z-index:15}
label.modern-input__label--filled .modern-input__text{font-size:11px;top:3px}
label.modern-input__label--filled input.modern-input__input{padding-top:15px}
.modern-input__label--readonly input{color:#666;cursor:not-allowed}
.modern-input.has-error input.modern-input__input{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0;border-color:#a94442}
.modern-input.has-error .errors{background:#F2DEDE;border:1px solid #a94442;border-top:0;border-radius:4px;border-top-left-radius:0;border-top-right-radius:0}
.modern-input.has-error .errors li{padding:3px 6px;color:#a94442}
.search-suggest{background:#fff;position:absolute;left:0;z-index:-1;top:43px;height:auto;max-height:604px;width:100%;overflow-x:hidden;box-shadow:0 20px 29px 4px rgba(0,0,0,.1);overflow-y:scroll}
.suggest-item{padding:.33em 1em}
.suggest-item.suggest-active,.suggest-item:hover{background:#669725;color:#fff}
.suggest-item.suggest-active a,.suggest-item:hover a{color:#fff}
.suggest-item a{color:#000}
.suggest-form,.suggest-form input{z-index:1011}
.suggest-busy input{background:url(import/ajax-loader.gif) no-repeat 275px 7px}
#checkout_page .content .radio label,#checkout_page .content label,.eshop-cart-form label{display:block}
#checkout_page .content .radio label input[type=radio]{position:relative;top:-3px;vertical-align:middle}
#checkout_page .content .radio.disabled{color:#d8d8d8}
#checkout_page .content .radio.disabled .questionmark{background-color:#e8e8e8}
#checkout_page #order_cart{width:100%}
#checkout_page #order_cart td{vertical-align:top;padding-bottom:20px}
#checkout_page #order_cart .image{width:160px}
#checkout_page #order_cart .image a{width:140px;padding:10px;display:block;text-align:center;border:1px solid #d8d8d8;border-radius:6px}
#checkout_page #order_cart .image a img{display:inline-block;width:100%}
#checkout_page #order_cart .content .title{display:block;margin-bottom:8px}
#checkout_page #order_cart .content .price{margin-bottom:10px}
#checkout_page #order_cart .content .amount-control{width:100%}
#checkout_page #order_cart .content .amount-control .product-amount{display:inline-block;vertical-align:middle;width:60px}
#checkout_page #order_cart .content .amount-control .product-recount,#checkout_page #order_cart .content .amount-control .product-remove{margin-left:6px}
#checkout_page .tooltip .tooltip-inner{width:300px;max-width:300px}
#checkout_page .checkbox{margin-bottom:20px}
#checkout_page .checkbox label span{vertical-align:middle}
#checkout_page #order_note textarea{resize:vertical}
.product-list__subcategories{margin-top:14px}
.product-list-subcategories{padding:20px 0}
.product-list-subcategories-menu{list-style:none;padding:0;display:flex;margin:-5px;justify-content:center;flex-wrap:wrap}
.product-list-subcategories-menu__item{padding:5px;flex:0 0 20%;max-width:20%}
.product-list-subcategories-menu__item-link{font-family:Bariol,sans-serif;display:block;align-items:center;background-color:#fff;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;overflow:hidden;transition:border-color .4s,background-color .4s;position:relative;height:100%;padding:5px 5px;text-align:center;border:2px solid #ebedee;text-transform:uppercase;font-weight:700;font-size:16px;color:#283758;line-height:18px}
.product-list-subcategories-menu__item-link:active,.product-list-subcategories-menu__item-link:focus,.product-list-subcategories-menu__item-link:hover,.product-list-subcategories-menu__item.active .product-list-subcategories-menu__item-link{border-color:#283758;color:#000;text-decoration:none}
body.ie .product-list-subcategories-menu__item-link{height:80px}
.product-list-subcategories-menu__item-img{object-fit:contain;max-width:100%;max-height:100%}
.product-list__filter-wrapper{margin-top:39px}
@media (max-width:767px){.product-list__subcategories{margin-top:0}
.product-list-subcategories{padding:10px 0}
.product-list-subcategories-menu{margin:-2.5px;overflow:auto}
.product-list-subcategories-menu__item{padding:2.5px;flex:0 0 50%;max-width:50%}
.product-list-subcategories-menu__item-link{font-size:12px;line-height:14px}
body.ie .product-list-subcategories-menu__item-link{height:50px}
}
@media (min-width:768px) and (max-width:991px){.product-list__subcategories{margin-left:-2.5px;margin-right:-2.5px}
.product-list-subcategories-menu{margin:-2.5px}
.product-list-subcategories-menu__item-link{font-size:12px;line-height:14px}
}
@media (min-width:768px) and (max-width:1199px){.product-list-subcategories-menu__item{flex:0 0 25%;max-width:25%}
}
@media (min-width:768px) and (max-width:1199px) and (max-width:991px){.product-list-subcategories-menu__item{padding:2.5px}
}
.mini-login-form{position:relative;padding:5px 15px;background:#eee}
.mini-login-form-close-btn{position:absolute;top:10px;right:10px}
.wizard-login-form-headline{line-height:20px;font-size:13px;font-weight:700}
.wizard-login-form-text{line-height:20px}
.wizard-login-form{margin:15px 15px 0 15px}
.wizard-login-form__subsection{margin-top:7px;padding-top:10px;border-top:1px solid #ccc}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format('woff');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}
.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-container-3d{perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}
.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white{--swiper-pagination-color:#fff}
.swiper-pagination-black{--swiper-pagination-color:#000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}
}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
@font-face{font-family:Bariol;src:url(../fonts/bariol_regular-webfont.eot);src:url(../fonts/bariol_regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/bariol_regular-webfont.woff2) format("woff2"),url(../fonts/bariol_regular-webfont.ttf) format("truetype"),url(../fonts/bariol_regular-webfont.svg#bariolitalic) format("svg");font-weight:400;font-style:normal}
[class*=third]{padding-left:10px;padding-right:10px;float:left}
.col-xs-third{width:33.3333%}
@media (min-width:783px){.col-sm-third{width:33.3333%}
}
@media (min-width:1017px){.col-md-third{width:33.3333%}
}
@media (min-width:1235px){.col-lg-third{width:33.3333%}
}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{margin:.67em 0}
mark{background:#ff0;color:#000}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=submit],input[type=reset]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;box-shadow:none!important}
a,a:visited{text-decoration:underline}
a[href]:after{content:" (" attr(href) ")"}
abbr[title]:after{content:" (" attr(title) ")"}
a[href^="#"]:after,a[href^="javascript:"]:after{content:""}
blockquote,pre{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
img,tr{page-break-inside:avoid}
img{max-width:100%!important}
h2,h3,p{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
.navbar{display:none}
.btn>.caret,.collapse-button>.caret,.dropup>.btn>.caret,.dropup>.collapse-button>.caret{border-top-color:#000!important}
.label{border:1px solid #000}
.table{border-collapse:collapse!important}
.table td,.table th{background-color:#fff!important}
.table-bordered td,.table-bordered th{border:1px solid #ddd!important}
}
@font-face{font-family:"Glyphicons Halflings";src:url(../fonts/bootstrap/glyphicons-halflings-regular.eot);src:url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.glyphicon-asterisk:before{content:"\002a"}
.glyphicon-plus:before{content:"\002b"}
.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}
.glyphicon-minus:before{content:"\2212"}
.glyphicon-cloud:before{content:"\2601"}
.glyphicon-envelope:before{content:"\2709"}
.glyphicon-pencil:before{content:"\270f"}
.glyphicon-glass:before{content:"\e001"}
.glyphicon-music:before{content:"\e002"}
.glyphicon-search:before{content:"\e003"}
.glyphicon-heart:before{content:"\e005"}
.glyphicon-star:before{content:"\e006"}
.glyphicon-star-empty:before{content:"\e007"}
.glyphicon-user:before{content:"\e008"}
.glyphicon-film:before{content:"\e009"}
.glyphicon-th-large:before{content:"\e010"}
.glyphicon-th:before{content:"\e011"}
.glyphicon-th-list:before{content:"\e012"}
.glyphicon-ok:before{content:"\e013"}
.glyphicon-remove:before{content:"\e014"}
.glyphicon-zoom-in:before{content:"\e015"}
.glyphicon-zoom-out:before{content:"\e016"}
.glyphicon-off:before{content:"\e017"}
.glyphicon-signal:before{content:"\e018"}
.glyphicon-cog:before{content:"\e019"}
.glyphicon-trash:before{content:"\e020"}
.glyphicon-home:before{content:"\e021"}
.glyphicon-file:before{content:"\e022"}
.glyphicon-time:before{content:"\e023"}
.glyphicon-road:before{content:"\e024"}
.glyphicon-download-alt:before{content:"\e025"}
.glyphicon-download:before{content:"\e026"}
.glyphicon-upload:before{content:"\e027"}
.glyphicon-inbox:before{content:"\e028"}
.glyphicon-play-circle:before{content:"\e029"}
.glyphicon-repeat:before{content:"\e030"}
.glyphicon-refresh:before{content:"\e031"}
.glyphicon-list-alt:before{content:"\e032"}
.glyphicon-lock:before{content:"\e033"}
.glyphicon-flag:before{content:"\e034"}
.glyphicon-headphones:before{content:"\e035"}
.glyphicon-volume-off:before{content:"\e036"}
.glyphicon-volume-down:before{content:"\e037"}
.glyphicon-volume-up:before{content:"\e038"}
.glyphicon-qrcode:before{content:"\e039"}
.glyphicon-barcode:before{content:"\e040"}
.glyphicon-tag:before{content:"\e041"}
.glyphicon-tags:before{content:"\e042"}
.glyphicon-book:before{content:"\e043"}
.glyphicon-bookmark:before{content:"\e044"}
.glyphicon-print:before{content:"\e045"}
.glyphicon-camera:before{content:"\e046"}
.glyphicon-font:before{content:"\e047"}
.glyphicon-bold:before{content:"\e048"}
.glyphicon-italic:before{content:"\e049"}
.glyphicon-text-height:before{content:"\e050"}
.glyphicon-text-width:before{content:"\e051"}
.glyphicon-align-left:before{content:"\e052"}
.glyphicon-align-center:before{content:"\e053"}
.glyphicon-align-right:before{content:"\e054"}
.glyphicon-align-justify:before{content:"\e055"}
.glyphicon-list:before{content:"\e056"}
.glyphicon-indent-left:before{content:"\e057"}
.glyphicon-indent-right:before{content:"\e058"}
.glyphicon-facetime-video:before{content:"\e059"}
.glyphicon-picture:before{content:"\e060"}
.glyphicon-map-marker:before{content:"\e062"}
.glyphicon-adjust:before{content:"\e063"}
.glyphicon-tint:before{content:"\e064"}
.glyphicon-edit:before{content:"\e065"}
.glyphicon-share:before{content:"\e066"}
.glyphicon-check:before{content:"\e067"}
.glyphicon-move:before{content:"\e068"}
.glyphicon-step-backward:before{content:"\e069"}
.glyphicon-fast-backward:before{content:"\e070"}
.glyphicon-backward:before{content:"\e071"}
.glyphicon-play:before{content:"\e072"}
.glyphicon-pause:before{content:"\e073"}
.glyphicon-stop:before{content:"\e074"}
.glyphicon-forward:before{content:"\e075"}
.glyphicon-fast-forward:before{content:"\e076"}
.glyphicon-step-forward:before{content:"\e077"}
.glyphicon-eject:before{content:"\e078"}
.glyphicon-chevron-left:before{content:"\e079"}
.glyphicon-chevron-right:before{content:"\e080"}
.glyphicon-plus-sign:before{content:"\e081"}
.glyphicon-minus-sign:before{content:"\e082"}
.glyphicon-remove-sign:before{content:"\e083"}
.glyphicon-ok-sign:before{content:"\e084"}
.glyphicon-question-sign:before{content:"\e085"}
.glyphicon-info-sign:before{content:"\e086"}
.glyphicon-screenshot:before{content:"\e087"}
.glyphicon-remove-circle:before{content:"\e088"}
.glyphicon-ok-circle:before{content:"\e089"}
.glyphicon-ban-circle:before{content:"\e090"}
.glyphicon-arrow-left:before{content:"\e091"}
.glyphicon-arrow-right:before{content:"\e092"}
.glyphicon-arrow-up:before{content:"\e093"}
.glyphicon-arrow-down:before{content:"\e094"}
.glyphicon-share-alt:before{content:"\e095"}
.glyphicon-resize-full:before{content:"\e096"}
.glyphicon-resize-small:before{content:"\e097"}
.glyphicon-exclamation-sign:before{content:"\e101"}
.glyphicon-gift:before{content:"\e102"}
.glyphicon-leaf:before{content:"\e103"}
.glyphicon-fire:before{content:"\e104"}
.glyphicon-eye-open:before{content:"\e105"}
.glyphicon-eye-close:before{content:"\e106"}
.glyphicon-warning-sign:before{content:"\e107"}
.glyphicon-plane:before{content:"\e108"}
.glyphicon-calendar:before{content:"\e109"}
.glyphicon-random:before{content:"\e110"}
.glyphicon-comment:before{content:"\e111"}
.glyphicon-magnet:before{content:"\e112"}
.glyphicon-chevron-up:before{content:"\e113"}
.glyphicon-chevron-down:before{content:"\e114"}
.glyphicon-retweet:before{content:"\e115"}
.glyphicon-shopping-cart:before{content:"\e116"}
.glyphicon-folder-close:before{content:"\e117"}
.glyphicon-folder-open:before{content:"\e118"}
.glyphicon-resize-vertical:before{content:"\e119"}
.glyphicon-resize-horizontal:before{content:"\e120"}
.glyphicon-hdd:before{content:"\e121"}
.glyphicon-bullhorn:before{content:"\e122"}
.glyphicon-bell:before{content:"\e123"}
.glyphicon-certificate:before{content:"\e124"}
.glyphicon-thumbs-up:before{content:"\e125"}
.glyphicon-thumbs-down:before{content:"\e126"}
.glyphicon-hand-right:before{content:"\e127"}
.glyphicon-hand-left:before{content:"\e128"}
.glyphicon-hand-up:before{content:"\e129"}
.glyphicon-hand-down:before{content:"\e130"}
.glyphicon-circle-arrow-right:before{content:"\e131"}
.glyphicon-circle-arrow-left:before{content:"\e132"}
.glyphicon-circle-arrow-up:before{content:"\e133"}
.glyphicon-circle-arrow-down:before{content:"\e134"}
.glyphicon-globe:before{content:"\e135"}
.glyphicon-wrench:before{content:"\e136"}
.glyphicon-tasks:before{content:"\e137"}
.glyphicon-filter:before{content:"\e138"}
.glyphicon-briefcase:before{content:"\e139"}
.glyphicon-fullscreen:before{content:"\e140"}
.glyphicon-dashboard:before{content:"\e141"}
.glyphicon-paperclip:before{content:"\e142"}
.glyphicon-heart-empty:before{content:"\e143"}
.glyphicon-link:before{content:"\e144"}
.glyphicon-phone:before{content:"\e145"}
.glyphicon-pushpin:before{content:"\e146"}
.glyphicon-usd:before{content:"\e148"}
.glyphicon-gbp:before{content:"\e149"}
.glyphicon-sort:before{content:"\e150"}
.glyphicon-sort-by-alphabet:before{content:"\e151"}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}
.glyphicon-sort-by-order:before{content:"\e153"}
.glyphicon-sort-by-order-alt:before{content:"\e154"}
.glyphicon-sort-by-attributes:before{content:"\e155"}
.glyphicon-sort-by-attributes-alt:before{content:"\e156"}
.glyphicon-unchecked:before{content:"\e157"}
.glyphicon-expand:before{content:"\e158"}
.glyphicon-collapse-down:before{content:"\e159"}
.glyphicon-collapse-up:before{content:"\e160"}
.glyphicon-log-in:before{content:"\e161"}
.glyphicon-flash:before{content:"\e162"}
.glyphicon-log-out:before{content:"\e163"}
.glyphicon-new-window:before{content:"\e164"}
.glyphicon-record:before{content:"\e165"}
.glyphicon-save:before{content:"\e166"}
.glyphicon-open:before{content:"\e167"}
.glyphicon-saved:before{content:"\e168"}
.glyphicon-import:before{content:"\e169"}
.glyphicon-export:before{content:"\e170"}
.glyphicon-send:before{content:"\e171"}
.glyphicon-floppy-disk:before{content:"\e172"}
.glyphicon-floppy-saved:before{content:"\e173"}
.glyphicon-floppy-remove:before{content:"\e174"}
.glyphicon-floppy-save:before{content:"\e175"}
.glyphicon-floppy-open:before{content:"\e176"}
.glyphicon-credit-card:before{content:"\e177"}
.glyphicon-transfer:before{content:"\e178"}
.glyphicon-cutlery:before{content:"\e179"}
.glyphicon-header:before{content:"\e180"}
.glyphicon-compressed:before{content:"\e181"}
.glyphicon-earphone:before{content:"\e182"}
.glyphicon-phone-alt:before{content:"\e183"}
.glyphicon-tower:before{content:"\e184"}
.glyphicon-stats:before{content:"\e185"}
.glyphicon-sd-video:before{content:"\e186"}
.glyphicon-hd-video:before{content:"\e187"}
.glyphicon-subtitles:before{content:"\e188"}
.glyphicon-sound-stereo:before{content:"\e189"}
.glyphicon-sound-dolby:before{content:"\e190"}
.glyphicon-sound-5-1:before{content:"\e191"}
.glyphicon-sound-6-1:before{content:"\e192"}
.glyphicon-sound-7-1:before{content:"\e193"}
.glyphicon-copyright-mark:before{content:"\e194"}
.glyphicon-registration-mark:before{content:"\e195"}
.glyphicon-cloud-download:before{content:"\e197"}
.glyphicon-cloud-upload:before{content:"\e198"}
.glyphicon-tree-conifer:before{content:"\e199"}
.glyphicon-tree-deciduous:before{content:"\e200"}
.glyphicon-cd:before{content:"\e201"}
.glyphicon-save-file:before{content:"\e202"}
.glyphicon-open-file:before{content:"\e203"}
.glyphicon-level-up:before{content:"\e204"}
.glyphicon-copy:before{content:"\e205"}
.glyphicon-paste:before{content:"\e206"}
.glyphicon-alert:before{content:"\e209"}
.glyphicon-equalizer:before{content:"\e210"}
.glyphicon-king:before{content:"\e211"}
.glyphicon-queen:before{content:"\e212"}
.glyphicon-pawn:before{content:"\e213"}
.glyphicon-bishop:before{content:"\e214"}
.glyphicon-knight:before{content:"\e215"}
.glyphicon-baby-formula:before{content:"\e216"}
.glyphicon-tent:before{content:"\26fa"}
.glyphicon-blackboard:before{content:"\e218"}
.glyphicon-bed:before{content:"\e219"}
.glyphicon-apple:before{content:"\f8ff"}
.glyphicon-erase:before{content:"\e221"}
.glyphicon-hourglass:before{content:"\231b"}
.glyphicon-lamp:before{content:"\e223"}
.glyphicon-duplicate:before{content:"\e224"}
.glyphicon-piggy-bank:before{content:"\e225"}
.glyphicon-scissors:before{content:"\e226"}
.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"}
.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"}
.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20bd"}
.glyphicon-scale:before{content:"\e230"}
.glyphicon-ice-lolly:before{content:"\e231"}
.glyphicon-ice-lolly-tasted:before{content:"\e232"}
.glyphicon-education:before{content:"\e233"}
.glyphicon-option-horizontal:before{content:"\e234"}
.glyphicon-option-vertical:before{content:"\e235"}
.glyphicon-menu-hamburger:before{content:"\e236"}
.glyphicon-modal-window:before{content:"\e237"}
.glyphicon-oil:before{content:"\e238"}
.glyphicon-grain:before{content:"\e239"}
.glyphicon-sunglasses:before{content:"\e240"}
.glyphicon-text-size:before{content:"\e241"}
.glyphicon-text-color:before{content:"\e242"}
.glyphicon-text-background:before{content:"\e243"}
.glyphicon-object-align-top:before{content:"\e244"}
.glyphicon-object-align-bottom:before{content:"\e245"}
.glyphicon-object-align-horizontal:before{content:"\e246"}
.glyphicon-object-align-left:before{content:"\e247"}
.glyphicon-object-align-vertical:before{content:"\e248"}
.glyphicon-object-align-right:before{content:"\e249"}
.glyphicon-triangle-right:before{content:"\e250"}
.glyphicon-triangle-left:before{content:"\e251"}
.glyphicon-triangle-bottom:before{content:"\e252"}
.glyphicon-triangle-top:before{content:"\e253"}
.glyphicon-console:before{content:"\e254"}
.glyphicon-superscript:before{content:"\e255"}
.glyphicon-subscript:before{content:"\e256"}
.glyphicon-menu-left:before{content:"\e257"}
.glyphicon-menu-right:before{content:"\e258"}
.glyphicon-menu-down:before{content:"\e259"}
.glyphicon-menu-up:before{content:"\e260"}
*,:after,:before{box-sizing:border-box}
html{-webkit-tap-highlight-color:transparent}
body{font-family:Bariol,sans-serif;line-height:1.4286;color:#283758}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#283758;text-decoration:none}
a:focus,a:hover{color:#101623;text-decoration:underline}
a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
figure{margin:0}
img{vertical-align:middle}
.img-responsive{display:block;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail{padding:4px;line-height:1.4286;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.img-circle{border-radius:50%}
hr{margin-top:22px;margin-bottom:22px;border:0;border-top:1px solid #eee}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
[role=button]{cursor:pointer}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:400;line-height:1.1;color:#283758}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}
.h1,h1{font-size:28px}
.h2,h2{font-size:24px}
.h3,h3{font-size:28px}
.h4,h4{font-size:20px}
.h5,h5{font-size:16px}
.h6,h6{font-size:14px}
p{margin:0 0 11px}
.lead{margin-bottom:22px;font-size:18px;font-weight:300;line-height:1.4}
@media (min-width:783px){.lead{font-size:24px}
}
.small,small{font-size:87%}
.mark,mark{padding:.2em;background-color:#fcf8e3}
.text-justify{text-align:justify}
.text-nowrap{white-space:nowrap}
.text-lowercase{text-transform:lowercase}
.initialism,.text-uppercase{text-transform:uppercase}
.text-capitalize{text-transform:capitalize}
.text-muted{color:#777}
.text-primary{color:#283758}
a.text-primary:focus,a.text-primary:hover{color:#182135}
.text-success{color:#3c763d}
a.text-success:focus,a.text-success:hover{color:#2b542c}
.text-info{color:#31708f}
a.text-info:focus,a.text-info:hover{color:#245269}
.text-warning{color:#8a6d3b}
a.text-warning:focus,a.text-warning:hover{color:#66512c}
.text-danger{color:#a94442}
a.text-danger:focus,a.text-danger:hover{color:#843534}
.bg-primary{color:#fff;background-color:#283758}
a.bg-primary:focus,a.bg-primary:hover{background-color:#182135}
.bg-success{background-color:#dff0d8}
a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}
.bg-info{background-color:#d9edf7}
a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}
.bg-warning{background-color:#fcf8e3}
a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}
.bg-danger{background-color:#f2dede}
a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}
.page-header{padding-bottom:10px;margin:44px 0 22px;border-bottom:1px solid #eee}
ol,ul{margin-top:0;margin-bottom:11px}
ol ol,ol ul,ul ol,ul ul{margin-bottom:0}
.list-unstyled{padding-left:0;list-style:none}
.list-inline{padding-left:0;list-style:none;margin-left:-5px}
.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}
dl{margin-top:0;margin-bottom:22px}
dd,dt{line-height:1.4286}
dt{font-weight:700}
dd{margin-left:0}
.dl-horizontal dd:after,.dl-horizontal dd:before{display:table;content:" "}
.dl-horizontal dd:after{clear:both}
@media (min-width:783px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dl-horizontal dd{margin-left:180px}
}
abbr[data-original-title],abbr[title]{cursor:help}
.initialism{font-size:90%}
blockquote{padding:11px 22px;margin:0 0 22px;font-size:20px;border-left:5px solid #eee}
blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}
blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.4286;color:#777}
blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}
.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}
.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}
.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}
address{margin-bottom:22px;font-style:normal;line-height:1.4286}
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}
kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}
kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}
pre{display:block;padding:10.5px;margin:0 0 11px;font-size:15px;line-height:1.4286;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}
pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}
.pre-scrollable{max-height:340px;overflow-y:scroll}
.container{margin-right:auto;margin-left:auto}
.container:after,.container:before{display:table;content:" "}
.container:after{clear:both}
@media (min-width:783px){.container{width:770px}
}
@media (min-width:1017px){.container{width:1002px}
}
@media (min-width:1235px){.container{width:1220px}
}
.container-fluid{padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}
.container-fluid:after,.container-fluid:before{display:table;content:" "}
.container-fluid:after{clear:both}
.row{margin-right:-10px;margin-left:-10px}
.row:after,.row:before{display:table;content:" "}
.row:after{clear:both}
.row-no-gutters{margin-right:0;margin-left:0}
.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:10px;padding-left:10px}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}
.col-xs-1{width:6.25%}
.col-xs-2{width:12.5%}
.col-xs-3{width:18.75%}
.col-xs-4{width:25%}
.col-xs-5{width:31.25%}
.col-xs-6{width:37.5%}
.col-xs-7{width:43.75%}
.col-xs-8{width:50%}
.col-xs-9{width:56.25%}
.col-xs-10{width:62.5%}
.col-xs-11{width:68.75%}
.col-xs-12{width:75%}
.col-xs-13{width:81.25%}
.col-xs-14{width:87.5%}
.col-xs-15{width:93.75%}
.col-xs-16{width:100%}
.col-xs-pull-0{right:auto}
.col-xs-pull-1{right:6.25%}
.col-xs-pull-2{right:12.5%}
.col-xs-pull-3{right:18.75%}
.col-xs-pull-4{right:25%}
.col-xs-pull-5{right:31.25%}
.col-xs-pull-6{right:37.5%}
.col-xs-pull-7{right:43.75%}
.col-xs-pull-8{right:50%}
.col-xs-pull-9{right:56.25%}
.col-xs-pull-10{right:62.5%}
.col-xs-pull-11{right:68.75%}
.col-xs-pull-12{right:75%}
.col-xs-pull-13{right:81.25%}
.col-xs-pull-14{right:87.5%}
.col-xs-pull-15{right:93.75%}
.col-xs-pull-16{right:100%}
.col-xs-push-0{left:auto}
.col-xs-push-1{left:6.25%}
.col-xs-push-2{left:12.5%}
.col-xs-push-3{left:18.75%}
.col-xs-push-4{left:25%}
.col-xs-push-5{left:31.25%}
.col-xs-push-6{left:37.5%}
.col-xs-push-7{left:43.75%}
.col-xs-push-8{left:50%}
.col-xs-push-9{left:56.25%}
.col-xs-push-10{left:62.5%}
.col-xs-push-11{left:68.75%}
.col-xs-push-12{left:75%}
.col-xs-push-13{left:81.25%}
.col-xs-push-14{left:87.5%}
.col-xs-push-15{left:93.75%}
.col-xs-push-16{left:100%}
.col-xs-offset-0{margin-left:0}
.col-xs-offset-1{margin-left:6.25%}
.col-xs-offset-2{margin-left:12.5%}
.col-xs-offset-3{margin-left:18.75%}
.col-xs-offset-4{margin-left:25%}
.col-xs-offset-5{margin-left:31.25%}
.col-xs-offset-6{margin-left:37.5%}
.col-xs-offset-7{margin-left:43.75%}
.col-xs-offset-8{margin-left:50%}
.col-xs-offset-9{margin-left:56.25%}
.col-xs-offset-10{margin-left:62.5%}
.col-xs-offset-11{margin-left:68.75%}
.col-xs-offset-12{margin-left:75%}
.col-xs-offset-13{margin-left:81.25%}
.col-xs-offset-14{margin-left:87.5%}
.col-xs-offset-15{margin-left:93.75%}
.col-xs-offset-16{margin-left:100%}
@media (min-width:783px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}
.col-sm-1{width:6.25%}
.col-sm-2{width:12.5%}
.col-sm-3{width:18.75%}
.col-sm-4{width:25%}
.col-sm-5{width:31.25%}
.col-sm-6{width:37.5%}
.col-sm-7{width:43.75%}
.col-sm-8{width:50%}
.col-sm-9{width:56.25%}
.col-sm-10{width:62.5%}
.col-sm-11{width:68.75%}
.col-sm-12{width:75%}
.col-sm-13{width:81.25%}
.col-sm-14{width:87.5%}
.col-sm-15{width:93.75%}
.col-sm-16{width:100%}
.col-sm-pull-0{right:auto}
.col-sm-pull-1{right:6.25%}
.col-sm-pull-2{right:12.5%}
.col-sm-pull-3{right:18.75%}
.col-sm-pull-4{right:25%}
.col-sm-pull-5{right:31.25%}
.col-sm-pull-6{right:37.5%}
.col-sm-pull-7{right:43.75%}
.col-sm-pull-8{right:50%}
.col-sm-pull-9{right:56.25%}
.col-sm-pull-10{right:62.5%}
.col-sm-pull-11{right:68.75%}
.col-sm-pull-12{right:75%}
.col-sm-pull-13{right:81.25%}
.col-sm-pull-14{right:87.5%}
.col-sm-pull-15{right:93.75%}
.col-sm-pull-16{right:100%}
.col-sm-push-0{left:auto}
.col-sm-push-1{left:6.25%}
.col-sm-push-2{left:12.5%}
.col-sm-push-3{left:18.75%}
.col-sm-push-4{left:25%}
.col-sm-push-5{left:31.25%}
.col-sm-push-6{left:37.5%}
.col-sm-push-7{left:43.75%}
.col-sm-push-8{left:50%}
.col-sm-push-9{left:56.25%}
.col-sm-push-10{left:62.5%}
.col-sm-push-11{left:68.75%}
.col-sm-push-12{left:75%}
.col-sm-push-13{left:81.25%}
.col-sm-push-14{left:87.5%}
.col-sm-push-15{left:93.75%}
.col-sm-push-16{left:100%}
.col-sm-offset-0{margin-left:0}
.col-sm-offset-1{margin-left:6.25%}
.col-sm-offset-2{margin-left:12.5%}
.col-sm-offset-3{margin-left:18.75%}
.col-sm-offset-4{margin-left:25%}
.col-sm-offset-5{margin-left:31.25%}
.col-sm-offset-6{margin-left:37.5%}
.col-sm-offset-7{margin-left:43.75%}
.col-sm-offset-8{margin-left:50%}
.col-sm-offset-9{margin-left:56.25%}
.col-sm-offset-10{margin-left:62.5%}
.col-sm-offset-11{margin-left:68.75%}
.col-sm-offset-12{margin-left:75%}
.col-sm-offset-13{margin-left:81.25%}
.col-sm-offset-14{margin-left:87.5%}
.col-sm-offset-15{margin-left:93.75%}
.col-sm-offset-16{margin-left:100%}
}
@media (min-width:1017px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}
.col-md-1{width:6.25%}
.col-md-2{width:12.5%}
.col-md-3{width:18.75%}
.col-md-4{width:25%}
.col-md-5{width:31.25%}
.col-md-6{width:37.5%}
.col-md-7{width:43.75%}
.col-md-8{width:50%}
.col-md-9{width:56.25%}
.col-md-10{width:62.5%}
.col-md-11{width:68.75%}
.col-md-12{width:75%}
.col-md-13{width:81.25%}
.col-md-14{width:87.5%}
.col-md-15{width:93.75%}
.col-md-16{width:100%}
.col-md-pull-0{right:auto}
.col-md-pull-1{right:6.25%}
.col-md-pull-2{right:12.5%}
.col-md-pull-3{right:18.75%}
.col-md-pull-4{right:25%}
.col-md-pull-5{right:31.25%}
.col-md-pull-6{right:37.5%}
.col-md-pull-7{right:43.75%}
.col-md-pull-8{right:50%}
.col-md-pull-9{right:56.25%}
.col-md-pull-10{right:62.5%}
.col-md-pull-11{right:68.75%}
.col-md-pull-12{right:75%}
.col-md-pull-13{right:81.25%}
.col-md-pull-14{right:87.5%}
.col-md-pull-15{right:93.75%}
.col-md-pull-16{right:100%}
.col-md-push-0{left:auto}
.col-md-push-1{left:6.25%}
.col-md-push-2{left:12.5%}
.col-md-push-3{left:18.75%}
.col-md-push-4{left:25%}
.col-md-push-5{left:31.25%}
.col-md-push-6{left:37.5%}
.col-md-push-7{left:43.75%}
.col-md-push-8{left:50%}
.col-md-push-9{left:56.25%}
.col-md-push-10{left:62.5%}
.col-md-push-11{left:68.75%}
.col-md-push-12{left:75%}
.col-md-push-13{left:81.25%}
.col-md-push-14{left:87.5%}
.col-md-push-15{left:93.75%}
.col-md-push-16{left:100%}
.col-md-offset-0{margin-left:0}
.col-md-offset-1{margin-left:6.25%}
.col-md-offset-2{margin-left:12.5%}
.col-md-offset-3{margin-left:18.75%}
.col-md-offset-4{margin-left:25%}
.col-md-offset-5{margin-left:31.25%}
.col-md-offset-6{margin-left:37.5%}
.col-md-offset-7{margin-left:43.75%}
.col-md-offset-8{margin-left:50%}
.col-md-offset-9{margin-left:56.25%}
.col-md-offset-10{margin-left:62.5%}
.col-md-offset-11{margin-left:68.75%}
.col-md-offset-12{margin-left:75%}
.col-md-offset-13{margin-left:81.25%}
.col-md-offset-14{margin-left:87.5%}
.col-md-offset-15{margin-left:93.75%}
.col-md-offset-16{margin-left:100%}
}
@media (min-width:1235px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}
.col-lg-1{width:6.25%}
.col-lg-2{width:12.5%}
.col-lg-3{width:18.75%}
.col-lg-4{width:25%}
.col-lg-5{width:31.25%}
.col-lg-6{width:37.5%}
.col-lg-7{width:43.75%}
.col-lg-8{width:50%}
.col-lg-9{width:56.25%}
.col-lg-10{width:62.5%}
.col-lg-11{width:68.75%}
.col-lg-12{width:75%}
.col-lg-13{width:81.25%}
.col-lg-14{width:87.5%}
.col-lg-15{width:93.75%}
.col-lg-16{width:100%}
.col-lg-pull-0{right:auto}
.col-lg-pull-1{right:6.25%}
.col-lg-pull-2{right:12.5%}
.col-lg-pull-3{right:18.75%}
.col-lg-pull-4{right:25%}
.col-lg-pull-5{right:31.25%}
.col-lg-pull-6{right:37.5%}
.col-lg-pull-7{right:43.75%}
.col-lg-pull-8{right:50%}
.col-lg-pull-9{right:56.25%}
.col-lg-pull-10{right:62.5%}
.col-lg-pull-11{right:68.75%}
.col-lg-pull-12{right:75%}
.col-lg-pull-13{right:81.25%}
.col-lg-pull-14{right:87.5%}
.col-lg-pull-15{right:93.75%}
.col-lg-pull-16{right:100%}
.col-lg-push-0{left:auto}
.col-lg-push-1{left:6.25%}
.col-lg-push-2{left:12.5%}
.col-lg-push-3{left:18.75%}
.col-lg-push-4{left:25%}
.col-lg-push-5{left:31.25%}
.col-lg-push-6{left:37.5%}
.col-lg-push-7{left:43.75%}
.col-lg-push-8{left:50%}
.col-lg-push-9{left:56.25%}
.col-lg-push-10{left:62.5%}
.col-lg-push-11{left:68.75%}
.col-lg-push-12{left:75%}
.col-lg-push-13{left:81.25%}
.col-lg-push-14{left:87.5%}
.col-lg-push-15{left:93.75%}
.col-lg-push-16{left:100%}
.col-lg-offset-0{margin-left:0}
.col-lg-offset-1{margin-left:6.25%}
.col-lg-offset-2{margin-left:12.5%}
.col-lg-offset-3{margin-left:18.75%}
.col-lg-offset-4{margin-left:25%}
.col-lg-offset-5{margin-left:31.25%}
.col-lg-offset-6{margin-left:37.5%}
.col-lg-offset-7{margin-left:43.75%}
.col-lg-offset-8{margin-left:50%}
.col-lg-offset-9{margin-left:56.25%}
.col-lg-offset-10{margin-left:62.5%}
.col-lg-offset-11{margin-left:68.75%}
.col-lg-offset-12{margin-left:75%}
.col-lg-offset-13{margin-left:81.25%}
.col-lg-offset-14{margin-left:87.5%}
.col-lg-offset-15{margin-left:93.75%}
.col-lg-offset-16{margin-left:100%}
}
table{background-color:transparent}
table col[class*=col-]{position:static;display:table-column;float:none}
table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}
caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}
th{text-align:left}
.table{width:100%;max-width:100%;margin-bottom:22px}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.4286;vertical-align:top;border-top:1px solid #ddd}
.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}
.table>tbody+tbody{border-top:2px solid #ddd}
.table .table{background-color:#fff}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}
.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}
.table-responsive{min-height:.01%;overflow-x:auto}
@media screen and (max-width:782px){.table-responsive{width:100%;margin-bottom:16.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}
.table-responsive>.table{margin-bottom:0}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}
.table-responsive>.table-bordered{border:0}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{display:block;width:100%;padding:0;margin-bottom:22px;font-size:24px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}
label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}
input[type=search]{box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}
input[type=radio],input[type=checkbox]{margin:4px 0 0;line-height:normal}
fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],input[type=radio].disabled,input[type=radio][disabled],input[type=checkbox].disabled,input[type=checkbox][disabled]{cursor:not-allowed}
input[type=file]{display:block}
input[type=range]{display:block;width:100%}
select[multiple],select[size]{height:auto}
input[type=radio]:focus,input[type=checkbox]:focus,input[type=file]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
output{display:block;padding-top:9.5px;font-size:16px;line-height:1.4286;color:grey}
.form-control{display:block;width:100%;height:45px;line-height:1.4286;color:grey;background-color:#ebeae9;background-image:none;border:1px solid #ebeae9;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.form-control::-moz-placeholder{color:grey;opacity:1}
.form-control:-ms-input-placeholder{color:grey}
.form-control::-webkit-input-placeholder{color:grey}
.form-control::-ms-expand{background-color:transparent;border:0}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}
.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}
textarea.form-control{height:auto}
@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:45px}
.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm>.input-group-btn>input.btn[type=date],.input-group-sm>.input-group-btn>input.btn[type=time],.input-group-sm>.input-group-btn>input.btn[type=datetime-local],.input-group-sm>.input-group-btn>input.btn[type=month],.input-group-sm>.input-group-btn>input.collapse-button[type=date],.input-group-sm>.input-group-btn>input.collapse-button[type=time],.input-group-sm>.input-group-btn>input.collapse-button[type=datetime-local],.input-group-sm>.input-group-btn>input.collapse-button[type=month],.input-group-sm>input.form-control[type=date],.input-group-sm>input.form-control[type=time],.input-group-sm>input.form-control[type=datetime-local],.input-group-sm>input.form-control[type=month],.input-group-sm>input.input-group-addon[type=date],.input-group-sm>input.input-group-addon[type=time],.input-group-sm>input.input-group-addon[type=datetime-local],.input-group-sm>input.input-group-addon[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:33px}
.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg>.input-group-btn>input.btn[type=date],.input-group-lg>.input-group-btn>input.btn[type=time],.input-group-lg>.input-group-btn>input.btn[type=datetime-local],.input-group-lg>.input-group-btn>input.btn[type=month],.input-group-lg>.input-group-btn>input.collapse-button[type=date],.input-group-lg>.input-group-btn>input.collapse-button[type=time],.input-group-lg>.input-group-btn>input.collapse-button[type=datetime-local],.input-group-lg>.input-group-btn>input.collapse-button[type=month],.input-group-lg>input.form-control[type=date],.input-group-lg>input.form-control[type=time],.input-group-lg>input.form-control[type=datetime-local],.input-group-lg>input.form-control[type=month],.input-group-lg>input.input-group-addon[type=date],.input-group-lg>input.input-group-addon[type=time],.input-group-lg>input.input-group-addon[type=datetime-local],.input-group-lg>input.input-group-addon[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:55px}
}
.form-group{margin-bottom:15px}
.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}
.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}
.checkbox label,.radio label{min-height:22px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}
.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px}
.checkbox+.checkbox,.radio+.radio{margin-top:-5px}
.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}
.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}
.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}
.form-control-static{min-height:38px;padding-top:9.5px;padding-bottom:9.5px;margin-bottom:0}
.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-lg>.input-group-btn>.form-control-static.collapse-button,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.input-group-sm>.input-group-btn>.form-control-static.collapse-button{padding-right:0;padding-left:0}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-group-sm>.input-group-btn>.collapse-button,.input-sm{height:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}
.input-group-sm>.input-group-btn>select.btn,.input-group-sm>.input-group-btn>select.collapse-button,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm{height:33px;line-height:33px}
.input-group-sm>.input-group-btn>select.btn[multiple],.input-group-sm>.input-group-btn>select.collapse-button[multiple],.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>.input-group-btn>textarea.collapse-button,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm{height:auto}
.form-group-sm .form-control{height:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}
.form-group-sm select.form-control{height:33px;line-height:33px}
.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}
.form-group-sm .form-control-static{height:33px;min-height:36px;padding:6px 10px;font-size:14px;line-height:1.5}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-group-lg>.input-group-btn>.collapse-button,.input-lg{height:55px;padding:15.5px 30px;font-size:16px;line-height:1.3333;border-radius:6px}
.input-group-lg>.input-group-btn>select.btn,.input-group-lg>.input-group-btn>select.collapse-button,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg{height:55px;line-height:55px}
.input-group-lg>.input-group-btn>select.btn[multiple],.input-group-lg>.input-group-btn>select.collapse-button[multiple],.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>.input-group-btn>textarea.collapse-button,.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg{height:auto}
.form-group-lg .form-control{height:55px;padding:15.5px 30px;font-size:16px;line-height:1.3333;border-radius:6px}
.form-group-lg select.form-control{height:55px;line-height:55px}
.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}
.form-group-lg .form-control-static{height:55px;min-height:38px;padding:16.5px 30px;font-size:16px;line-height:1.3333}
.has-feedback{position:relative}
.has-feedback .form-control{padding-right:56.25px}
.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:45px;height:45px;line-height:45px;text-align:center;pointer-events:none}
.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg>.input-group-btn>.collapse-button+.form-control-feedback,.input-lg+.form-control-feedback{width:55px;height:55px;line-height:55px}
.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm>.input-group-btn>.collapse-button+.form-control-feedback,.input-sm+.form-control-feedback{width:33px;height:33px;line-height:33px}
.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}
.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}
.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}
.has-success .form-control-feedback{color:#3c763d}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}
.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}
.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}
.has-warning .form-control-feedback{color:#8a6d3b}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}
.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}
.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}
.has-error .form-control-feedback{color:#a94442}
.has-feedback label~.form-control-feedback{top:27px}
.has-feedback label.sr-only~.form-control-feedback{top:0}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#506eaf}
@media (min-width:783px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.form-inline .form-control-static{display:inline-block}
.form-inline .input-group{display:inline-table;vertical-align:middle}
.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}
.form-inline .input-group>.form-control{width:100%}
.form-inline .control-label{margin-bottom:0;vertical-align:middle}
.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.form-inline .checkbox label,.form-inline .radio label{padding-left:0}
.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}
.form-inline .has-feedback .form-control-feedback{top:0}
}
.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:9.5px;margin-top:0;margin-bottom:0}
.form-horizontal .checkbox,.form-horizontal .radio{min-height:31.5px}
.form-horizontal .form-group{margin-right:-10px;margin-left:-10px}
.form-horizontal .form-group:after,.form-horizontal .form-group:before{display:table;content:" "}
.form-horizontal .form-group:after{clear:both}
@media (min-width:783px){.form-horizontal .control-label{padding-top:9.5px;margin-bottom:0;text-align:right}
}
.form-horizontal .has-feedback .form-control-feedback{right:10px}
@media (min-width:783px){.form-horizontal .form-group-lg .control-label{padding-top:16.5px;font-size:16px}
}
@media (min-width:783px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:14px}
}
.btn,.collapse-button{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:8.5px 18.5px;font-size:16px;border-radius:1000px;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.active.collapse-button:focus,.active.focus.collapse-button,.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus,.collapse-button:active.focus,.collapse-button:active:focus,.collapse-button:focus,.focus.collapse-button{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn.focus,.btn:focus,.btn:hover,.collapse-button:focus,.collapse-button:hover,.focus.collapse-button{color:#333;text-decoration:none}
.active.collapse-button,.btn.active,.btn:active,.collapse-button:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],.collapse-button[disabled],.disabled.collapse-button,fieldset[disabled] .btn,fieldset[disabled] .collapse-button{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;box-shadow:none}
a.btn.disabled,a.disabled.collapse-button,fieldset[disabled] a.btn,fieldset[disabled] a.collapse-button{pointer-events:none}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}
.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}
.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}
.btn-primary{color:#fff;background-color:#283758;border-color:#202c46}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#182135;border-color:#000}
.btn-primary:hover{color:#fff;background-color:#182135;border-color:#0d121c}
.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#182135;background-image:none;border-color:#0d121c}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#0d121c;border-color:#000}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#283758;border-color:#202c46}
.btn-primary .badge{color:#283758;background-color:#fff}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}
.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}
.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}
.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#255625}
.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}
.btn-success .badge{color:#5cb85c;background-color:#fff}
.btn-info{color:#fff;background-color:#283756;border-color:#283756}
.btn-info.focus,.btn-info:focus{color:#fff;background-color:#5c79bd;border-color:#334a80}
.btn-info:hover{color:#fff}
.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#5c79bd;background-image:none;border-color:#4666af}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#4666af;border-color:#334a80}
.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#8097cc;border-color:#6e88c5}
.btn-info .badge{color:#8097cc;background-color:#fff}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}
.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}
.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#985f0d}
.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}
.btn-warning .badge{color:#f0ad4e;background-color:#fff}
.btn-danger{color:#fff;background-color:#ff3442;border-color:#ff1b2a}
.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#ff0113;border-color:#9a000b}
.btn-danger:hover{color:#fff;background-color:#ff0113;border-color:#dc000f}
.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#ff0113;background-image:none;border-color:#dc000f}
.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#dc000f;border-color:#9a000b}
.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#ff3442;border-color:#ff1b2a}
.btn-danger .badge{color:#ff3442;background-color:#fff}
.btn-link,.collapse-button{font-weight:400;color:#283758;border-radius:0}
.active.collapse-button,.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],.collapse-button,.collapse-button:active,.collapse-button[disabled],fieldset[disabled] .btn-link,fieldset[disabled] .collapse-button{background-color:transparent;box-shadow:none}
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover,.collapse-button,.collapse-button:active,.collapse-button:focus,.collapse-button:hover{border-color:transparent}
.btn-link:focus,.btn-link:hover,.collapse-button:focus,.collapse-button:hover{color:#101623;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:focus,.btn-link[disabled]:hover,.collapse-button[disabled]:focus,.collapse-button[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .collapse-button:focus,fieldset[disabled] .collapse-button:hover{color:#777;text-decoration:none}
.btn-group-lg>.btn,.btn-group-lg>.collapse-button,.btn-lg{padding:15.5px 30px;font-size:16px;line-height:1.3333;border-radius:1000px}
.btn-group-sm>.btn,.btn-group-sm>.collapse-button,.btn-sm{padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}
.btn-group-xs>.btn,.btn-group-xs>.collapse-button,.btn-xs{padding:1px 5px;font-size:14px;line-height:1.5;border-radius:3px}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:5px}
input[type=submit].btn-block,input[type=button].btn-block,input[type=reset].btn-block{width:100%}
.fade{opacity:0;transition:opacity .15s linear}
.fade.in{opacity:1}
.collapse{display:none}
.collapse.in{display:block}
tr.collapse.in{display:table-row}
tbody.collapse.in{display:table-row-group}
.collapsing{position:relative;height:0;overflow:hidden;transition-property:height,visibility;transition-duration:.35s;transition-timing-function:ease}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}
.dropdown,.dropup{position:relative}
.dropdown-toggle:focus{outline:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:16px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}
.dropdown-menu.pull-right{right:0;left:auto}
.dropdown-menu .divider{height:1px;margin:10px 0;overflow:hidden;background-color:#e5e5e5}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.4286;color:#333;white-space:nowrap}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#283758;outline:0}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.open>.dropdown-menu{display:block}
.open>a{outline:0}
.dropdown-menu-right{right:0;left:auto}
.dropdown-menu-left{right:auto;left:0}
.dropdown-header{display:block;padding:3px 20px;font-size:14px;line-height:1.4286;color:#777;white-space:nowrap}
.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}
.pull-right>.dropdown-menu{right:0;left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}
@media (min-width:783px){.navbar-right .dropdown-menu{right:0;left:auto}
.navbar-right .dropdown-menu-left{left:0;right:auto}
}
.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}
.btn-group-vertical>.btn,.btn-group-vertical>.collapse-button,.btn-group>.btn,.btn-group>.collapse-button{position:relative;float:left}
.btn-group-vertical>.active.collapse-button,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group-vertical>.collapse-button:active,.btn-group-vertical>.collapse-button:focus,.btn-group-vertical>.collapse-button:hover,.btn-group>.active.collapse-button,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.btn-group>.collapse-button:active,.btn-group>.collapse-button:focus,.btn-group>.collapse-button:hover{z-index:2}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn+.collapse-button,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .btn-group+.collapse-button,.btn-group .collapse-button+.btn,.btn-group .collapse-button+.btn-group,.btn-group .collapse-button+.collapse-button{margin-left:-1px}
.btn-toolbar{margin-left:-5px}
.btn-toolbar:after,.btn-toolbar:before{display:table;content:" "}
.btn-toolbar:after{clear:both}
.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .collapse-button,.btn-toolbar .input-group{float:left}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.collapse-button,.btn-toolbar>.input-group{margin-left:5px}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.btn-group>.collapse-button:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
.btn-group>.btn:first-child,.btn-group>.collapse-button:first-child{margin-left:0}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.collapse-button:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.collapse-button:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.btn-group>.btn-group{float:left}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn-group:not(:first-child):not(:last-child)>.collapse-button{border-radius:0}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.collapse-button:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn-group:last-child:not(:first-child)>.collapse-button:first-child{border-top-left-radius:0;border-bottom-left-radius:0}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}
.btn-group>.btn+.dropdown-toggle,.btn-group>.collapse-button+.dropdown-toggle{padding-right:8px;padding-left:8px}
.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group-lg.btn-group>.collapse-button+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}
.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn-group.open .dropdown-toggle.btn-link,.btn-group.open .dropdown-toggle.collapse-button{box-shadow:none}
.btn .caret,.collapse-button .caret{margin-left:0}
.btn-group-lg>.btn .caret,.btn-group-lg>.collapse-button .caret,.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}
.dropup .btn-group-lg>.btn .caret,.dropup .btn-group-lg>.collapse-button .caret,.dropup .btn-lg .caret{border-width:0 5px 5px}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.btn-group-vertical>.btn-group>.collapse-button,.btn-group-vertical>.collapse-button{display:block;float:none;width:100%;max-width:100%}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{display:table;content:" "}
.btn-group-vertical>.btn-group:after{clear:both}
.btn-group-vertical>.btn-group>.btn,.btn-group-vertical>.btn-group>.collapse-button{float:none}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn+.collapse-button,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group,.btn-group-vertical>.btn-group+.collapse-button,.btn-group-vertical>.collapse-button+.btn,.btn-group-vertical>.collapse-button+.btn-group,.btn-group-vertical>.collapse-button+.collapse-button{margin-top:-1px;margin-left:0}
.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group-vertical>.collapse-button:not(:first-child):not(:last-child){border-radius:0}
.btn-group-vertical>.btn:first-child:not(:last-child),.btn-group-vertical>.collapse-button:first-child:not(:last-child){border-top-left-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn:last-child:not(:first-child),.btn-group-vertical>.collapse-button:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:1000px;border-bottom-left-radius:1000px}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.collapse-button{border-radius:0}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.collapse-button:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group-vertical>.btn-group:last-child:not(:first-child)>.collapse-button:first-child{border-top-left-radius:0;border-top-right-radius:0}
.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}
.btn-group-justified>.btn,.btn-group-justified>.btn-group,.btn-group-justified>.collapse-button{display:table-cell;float:none;width:1%}
.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group .collapse-button{width:100%}
.btn-group-justified>.btn-group .dropdown-menu{left:auto}
[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.collapse-button input[type=radio],[data-toggle=buttons]>.btn-group>.collapse-button input[type=checkbox],[data-toggle=buttons]>.collapse-button input[type=radio],[data-toggle=buttons]>.collapse-button input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.input-group{position:relative;display:table;border-collapse:separate}
.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.input-group .form-control:focus{z-index:3}
.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}
.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}
.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
.input-group-addon{font-size:16px;font-weight:400;line-height:1;color:grey;text-align:center;background-color:#ebeae9;border:1px solid #ebeae9;border-radius:.25rem}
.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.input-group-sm>.input-group-btn>.input-group-addon.collapse-button{padding:5px 10px;font-size:14px;border-radius:3px}
.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.input-group-lg>.input-group-btn>.input-group-addon.collapse-button{padding:15.5px 30px;font-size:16px;border-radius:6px}
.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.btn-group>.collapse-button,.input-group-btn:first-child>.collapse-button,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn-group:not(:last-child)>.collapse-button,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.collapse-button:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group-addon:first-child{border-right:0}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn-group:not(:first-child)>.collapse-button,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.collapse-button:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.btn-group>.collapse-button,.input-group-btn:last-child>.collapse-button,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}
.input-group-addon:last-child{border-left:0}
.input-group-btn{position:relative;font-size:0;white-space:nowrap}
.input-group-btn>.btn,.input-group-btn>.collapse-button{position:relative}
.input-group-btn>.btn+.btn,.input-group-btn>.btn+.collapse-button,.input-group-btn>.collapse-button+.btn,.input-group-btn>.collapse-button+.collapse-button{margin-left:-1px}
.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover,.input-group-btn>.collapse-button:active,.input-group-btn>.collapse-button:focus,.input-group-btn>.collapse-button:hover{z-index:2}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group,.input-group-btn:first-child>.collapse-button{margin-right:-1px}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group,.input-group-btn:last-child>.collapse-button{z-index:2;margin-left:-1px}
.nav{padding-left:0;margin-bottom:0;list-style:none}
.nav:after,.nav:before{display:table;content:" "}
.nav:after{clear:both}
.nav>li{position:relative;display:block}
.nav>li>a{position:relative;display:block;padding:10px 15px}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}
.nav>li.disabled>a{color:#777}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#283758}
.nav .nav-divider{height:1px;margin:10px 0;overflow:hidden;background-color:#e5e5e5}
.nav>li>a>img{max-width:none}
.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs>li{float:left;margin-bottom:-1px}
.nav-tabs>li>a{margin-right:2px;line-height:1.4286;border:1px solid transparent;border-radius:4px 4px 0 0}
.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}
.nav-pills>li{float:left}
.nav-pills>li>a{border-radius:4px}
.nav-pills>li+li{margin-left:2px}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#283758}
.nav-stacked>li{float:none}
.nav-stacked>li+li{margin-top:2px;margin-left:0}
.nav-justified,.nav-tabs.nav-justified{width:100%}
.nav-justified>li,.nav-tabs.nav-justified>li{float:none}
.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}
.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:783px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}
.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}
}
.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}
.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}
@media (min-width:783px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}
}
.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
.navbar{position:relative}
.navbar:after,.navbar:before{display:table;content:" "}
.navbar:after{clear:both}
@media (min-width:783px){.navbar{border-radius:4px}
}
.navbar-header:after,.navbar-header:before{display:table;content:" "}
.navbar-header:after{clear:both}
@media (min-width:783px){.navbar-header{float:left}
}
.navbar-collapse{padding-right:10px;padding-left:10px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}
.navbar-collapse:after,.navbar-collapse:before{display:table;content:" "}
.navbar-collapse:after{clear:both}
.navbar-collapse.in{overflow-y:auto}
@media (min-width:783px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}
.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}
.navbar-collapse.in{overflow-y:visible}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}
}
.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}
@media (max-device-width:0) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}
}
@media (min-width:783px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}
}
.navbar-fixed-top{top:0;border-width:0 0 1px}
.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-10px;margin-left:-10px}
@media (min-width:783px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}
}
.navbar-static-top{z-index:1000;border-width:0 0 1px}
@media (min-width:783px){.navbar-static-top{border-radius:0}
}
.navbar-brand{float:left;height:50px;padding:14px 10px;font-size:16px;line-height:22px}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}
.navbar-brand>img{display:block}
@media (min-width:783px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-10px}
}
.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.navbar-toggle:focus{outline:0}
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
@media (min-width:783px){.navbar-toggle{display:none}
}
.navbar-nav{margin:7px -10px}
.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:22px}
@media (max-width:782px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}
.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}
.navbar-nav .open .dropdown-menu>li>a{line-height:22px}
.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}
}
@media (min-width:783px){.navbar-nav{float:left;margin:0}
.navbar-nav>li{float:left}
.navbar-nav>li>a{padding-top:14px;padding-bottom:14px}
}
.navbar-form{padding:10px 10px;margin-right:-10px;margin-left:-10px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:2.5px;margin-bottom:2.5px}
@media (min-width:783px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}
.navbar-form .form-control-static{display:inline-block}
.navbar-form .input-group{display:inline-table;vertical-align:middle}
.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}
.navbar-form .input-group>.form-control{width:100%}
.navbar-form .control-label{margin-bottom:0;vertical-align:middle}
.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}
.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}
.navbar-form .has-feedback .form-control-feedback{top:0}
}
@media (max-width:782px){.navbar-form .form-group{margin-bottom:5px}
.navbar-form .form-group:last-child{margin-bottom:0}
}
@media (min-width:783px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}
}
.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.navbar-btn{margin-top:2.5px;margin-bottom:2.5px}
.btn-group-sm>.navbar-btn.btn,.btn-group-sm>.navbar-btn.collapse-button,.navbar-btn.btn-sm{margin-top:8.5px;margin-bottom:8.5px}
.btn-group-xs>.navbar-btn.btn,.btn-group-xs>.navbar-btn.collapse-button,.navbar-btn.btn-xs,.navbar-text{margin-top:14px;margin-bottom:14px}
@media (min-width:783px){.navbar-text{float:left;margin-right:10px;margin-left:10px}
}
@media (min-width:783px){.navbar-left{float:left!important}
.navbar-right{float:right!important;margin-right:-10px}
.navbar-right~.navbar-right{margin-right:0}
}
.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}
.navbar-default .navbar-brand{color:#777}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}
@media (max-width:782px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}
}
.navbar-default .navbar-toggle{border-color:#ddd}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}
.navbar-default .navbar-toggle .icon-bar{background-color:#888}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}
.navbar-default .navbar-link{color:#777}
.navbar-default .navbar-link:hover{color:#333}
.navbar-default .btn-link,.navbar-default .collapse-button{color:#777}
.navbar-default .btn-link:focus,.navbar-default .btn-link:hover,.navbar-default .collapse-button:focus,.navbar-default .collapse-button:hover{color:#333}
.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,.navbar-default .collapse-button[disabled]:focus,.navbar-default .collapse-button[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .collapse-button:focus,fieldset[disabled] .navbar-default .collapse-button:hover{color:#ccc}
.navbar-inverse{background-color:#222;border-color:#090909}
.navbar-inverse .navbar-brand{color:#9d9d9d}
.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}
.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#9d9d9d}
.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#090909}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#090909}
@media (max-width:782px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#090909}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}
}
.navbar-inverse .navbar-toggle{border-color:#333}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}
.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}
.navbar-inverse .navbar-link{color:#9d9d9d}
.navbar-inverse .navbar-link:hover{color:#fff}
.navbar-inverse .btn-link,.navbar-inverse .collapse-button{color:#9d9d9d}
.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover,.navbar-inverse .collapse-button:focus,.navbar-inverse .collapse-button:hover{color:#fff}
.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .collapse-button[disabled]:focus,.navbar-inverse .collapse-button[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .collapse-button:focus,fieldset[disabled] .navbar-inverse .collapse-button:hover{color:#444}
.breadcrumb{padding:10px 0;margin-bottom:22px;list-style:none;background-color:transparent;border-radius:4px}
.breadcrumb>li{display:inline-block}
.breadcrumb>li+li:before{padding:0 5px;color:rgba(40,55,88,.6);content:" "}
.breadcrumb>.active{color:#283758}
.pagination{display:inline-block;padding-left:0;margin:22px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8.5px 18.5px;margin-left:-1px;line-height:1.4286;color:#283758;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#101623;background-color:#eee;border-color:#ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#283758;border-color:#283758}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:15.5px 30px;font-size:16px;line-height:1.3333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:14px;line-height:1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
.pager{padding-left:0;margin:22px 0;text-align:center;list-style:none}
.pager:after,.pager:before{display:table;content:" "}
.pager:after{clear:both}
.pager li{display:inline}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}
.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}
.pager .next>a,.pager .next>span{float:right}
.pager .previous>a,.pager .previous>span{float:left}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}
.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}
.label:empty{display:none}
.btn .label,.collapse-button .label{position:relative;top:-1px}
a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}
.label-default{background-color:#777}
.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}
.label-primary{background-color:#283758}
.label-primary[href]:focus,.label-primary[href]:hover{background-color:#182135}
.label-success{background-color:#5cb85c}
.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}
.label-info{background-color:#8097cc}
.label-info[href]:focus,.label-info[href]:hover{background-color:#5c79bd}
.label-warning{background-color:#f0ad4e}
.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}
.label-danger{background-color:#ff3442}
.label-danger[href]:focus,.label-danger[href]:hover{background-color:#ff0113}
.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:14px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}
.badge:empty{display:none}
.btn .badge,.collapse-button .badge{position:relative;top:-1px}
.btn-group-xs>.btn .badge,.btn-group-xs>.collapse-button .badge,.btn-xs .badge{top:0;padding:1px 5px}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#283758;background-color:#fff}
.list-group-item>.badge{float:right}
.list-group-item>.badge+.badge{margin-right:5px}
.nav-pills>li>a>.badge{margin-left:3px}
a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}
.jumbotron{padding-top:30px;padding-bottom:30px;color:inherit;background-color:#eee}
.jumbotron .h1,.jumbotron h1{color:inherit}
.jumbotron p{margin-bottom:15px;font-size:24px;font-weight:200}
.jumbotron>hr{border-top-color:#d5d5d5}
.container .jumbotron,.container-fluid .jumbotron{padding-right:10px;padding-left:10px;border-radius:6px}
.jumbotron .container{max-width:100%}
@media screen and (min-width:783px){.jumbotron{padding-top:48px;padding-bottom:48px}
.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}
.jumbotron .h1,.jumbotron h1{font-size:72px}
}
.thumbnail{display:block;padding:4px;margin-bottom:22px;line-height:1.4286;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}
.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto;margin-right:auto;margin-left:auto}
.thumbnail .caption{padding:9px;color:#283758}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#283758}
.alert{padding:15px;margin-bottom:22px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}
@keyframes progress-bar-stripes{from{background-position:40px 0}
to{background-position:0 0}
}
.progress{height:22px;margin-bottom:22px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
.progress-bar{float:left;width:0;height:100%;font-size:14px;line-height:22px;color:#fff;text-align:center;background-color:#283758;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}
.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}
.progress-bar.active,.progress.active .progress-bar{animation:progress-bar-stripes 2s linear infinite}
.progress-bar-success{background-color:#5cb85c}
.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-info{background-color:#8097cc}
.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-warning{background-color:#f0ad4e}
.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-danger{background-color:#ff3442}
.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.media{margin-top:15px}
.media:first-child{margin-top:0}
.media,.media-body{overflow:hidden;zoom:1}
.media-body{width:10000px}
.media-object{display:block}
.media-object.img-thumbnail{max-width:none}
.media-right,.media>.pull-right{padding-left:10px}
.media-left,.media>.pull-left{padding-right:10px}
.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}
.media-middle{vertical-align:middle}
.media-bottom{vertical-align:bottom}
.media-heading{margin-top:0;margin-bottom:5px}
.media-list{padding-left:0;list-style:none}
.list-group{padding-left:0;margin-bottom:20px}
.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}
.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#283758;border-color:#283758}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}
.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#8599c7}
a.list-group-item,button.list-group-item{color:#555}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}
button.list-group-item{width:100%;text-align:left}
.list-group-item-success{color:#3c763d;background-color:#dff0d8}
a.list-group-item-success,button.list-group-item-success{color:#3c763d}
a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}
a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}
a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}
.list-group-item-info{color:#31708f;background-color:#d9edf7}
a.list-group-item-info,button.list-group-item-info{color:#31708f}
a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}
a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}
a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}
.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}
a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}
a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}
a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}
a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}
.list-group-item-danger{color:#a94442;background-color:#f2dede}
a.list-group-item-danger,button.list-group-item-danger{color:#a94442}
a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}
a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}
a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}
.list-group-item-heading{margin-top:0;margin-bottom:5px}
.list-group-item-text{margin-bottom:0;line-height:1.3}
.panel{margin-bottom:22px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-body{padding:15px}
.panel-body:after,.panel-body:before{display:table;content:" "}
.panel-body:after{clear:both}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.panel-heading>.dropdown .dropdown-toggle{color:inherit}
.panel-title{margin-top:0;margin-bottom:0;font-size:18px;color:inherit}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}
.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}
.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}
.panel>.table-responsive{margin-bottom:0;border:0}
.panel-group{margin-bottom:22px}
.panel-group .panel{margin-bottom:0;border-radius:4px}
.panel-group .panel+.panel{margin-top:5px}
.panel-group .panel-heading{border-bottom:0}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}
.panel-group .panel-footer{border-top:0}
.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
.panel-default{border-color:#ddd}
.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}
.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}
.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}
.panel-primary{border-color:#283758}
.panel-primary>.panel-heading{color:#fff;background-color:#283758;border-color:#283758}
.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#283758}
.panel-primary>.panel-heading .badge{color:#283758;background-color:#fff}
.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#283758}
.panel-success{border-color:#d6e9c6}
.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}
.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}
.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}
.panel-info{border-color:#bce8f1}
.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}
.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}
.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}
.panel-warning{border-color:#faebcc}
.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}
.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}
.panel-danger{border-color:#ebccd1}
.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}
.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}
.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-16by9{padding-bottom:56.25%}
.embed-responsive-4by3{padding-bottom:75%}
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}
.well-lg{padding:24px;border-radius:6px}
.well-sm{padding:9px;border-radius:3px}
.close{float:right;font-size:24px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}
.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.modal-open{overflow:hidden}
.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog{transform:translate(0,-25%);transition:transform .3s ease-out}
.modal.in .modal-dialog{transform:translate(0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto;margin:10px}
.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000}
.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}
.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}
.modal-header:after,.modal-header:before{display:table;content:" "}
.modal-header:after{clear:both}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.4286}
.modal-body{position:relative;padding:15px}
.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer:after,.modal-footer:before{display:table;content:" "}
.modal-footer:after{clear:both}
.modal-footer .btn+.btn,.modal-footer .btn+.collapse-button,.modal-footer .collapse-button+.btn,.modal-footer .collapse-button+.collapse-button{margin-bottom:0;margin-left:5px}
.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .btn+.collapse-button,.modal-footer .btn-group .collapse-button+.btn,.modal-footer .btn-group .collapse-button+.collapse-button{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media (min-width:783px){.modal-dialog{width:600px;margin:30px auto}
.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}
.modal-sm{width:300px}
}
@media (min-width:1017px){.modal-lg{width:900px}
}
.tooltip{position:absolute;z-index:1070;display:block;font-family:Bariol,sans-serif;font-style:normal;font-weight:400;line-height:1.4286;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;filter:alpha(opacity=0);opacity:0}
.tooltip.in{filter:alpha(opacity=90);opacity:.9}
.tooltip.top{padding:5px 0;margin-top:-3px}
.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}
.tooltip.left{padding:0 5px;margin-left:-3px}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Bariol,sans-serif;font-style:normal;font-weight:400;line-height:1.4286;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:16px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2)}
.popover.top{margin-top:-10px}
.popover.right{margin-left:10px}
.popover.bottom{margin-top:10px}
.popover.left{margin-left:-10px}
.popover>.arrow{border-width:11px}
.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
.popover>.arrow:after{content:"";border-width:10px}
.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}
.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}
.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}
.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}
.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}
.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}
.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}
.popover-title{padding:8px 14px;margin:0;font-size:16px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}
.popover-content{padding:9px 14px}
.carousel{position:relative}
.carousel-inner{position:relative;width:100%;overflow:hidden}
.carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}
.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;max-width:100%;height:auto;line-height:1}
@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}
.carousel-inner>.item.active.right,.carousel-inner>.item.next{transform:translate3d(100%,0,0);left:0}
.carousel-inner>.item.active.left,.carousel-inner>.item.prev{transform:translate3d(-100%,0,0);left:0}
.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{transform:translate3d(0,0,0);left:0}
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}
.carousel-inner>.active{left:0}
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}
.carousel-inner>.next{left:100%}
.carousel-inner>.prev{left:-100%}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}
.carousel-inner>.active.left{left:-100%}
.carousel-inner>.active.right{left:100%}
.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:transparent;filter:alpha(opacity=50);opacity:.5}
.carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}
.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}
.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}
.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}
.carousel-control .icon-prev:before{content:"\2039"}
.carousel-control .icon-next:before{content:"\203a"}
.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}
.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:transparent;border:1px solid #fff;border-radius:10px}
.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}
.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6)}
.carousel-caption .btn,.carousel-caption .collapse-button{text-shadow:none}
@media screen and (min-width:783px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}
.carousel-caption{right:20%;left:20%;padding-bottom:30px}
.carousel-indicators{bottom:20px}
}
.clearfix:after,.clearfix:before{display:table;content:" "}
.clearfix:after{clear:both}
.center-block{display:block;margin-right:auto;margin-left:auto}
.pull-right{float:right!important}
.pull-left{float:left!important}
.hide{display:none!important}
.show{display:block!important}
.invisible{visibility:hidden}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.hidden{display:none!important}
.affix{position:fixed}
@-ms-viewport{width:device-width}
.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-print,.visible-print-block,.visible-print-inline,.visible-print-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}
@media (max-width:782px){.visible-xs{display:block!important}
table.visible-xs{display:table!important}
tr.visible-xs{display:table-row!important}
td.visible-xs,th.visible-xs{display:table-cell!important}
}
@media (max-width:782px){.visible-xs-block{display:block!important}
}
@media (max-width:782px){.visible-xs-inline{display:inline!important}
}
@media (max-width:782px){.visible-xs-inline-block{display:inline-block!important}
}
@media (min-width:783px) and (max-width:1016px){.visible-sm{display:block!important}
table.visible-sm{display:table!important}
tr.visible-sm{display:table-row!important}
td.visible-sm,th.visible-sm{display:table-cell!important}
}
@media (min-width:783px) and (max-width:1016px){.visible-sm-block{display:block!important}
}
@media (min-width:783px) and (max-width:1016px){.visible-sm-inline{display:inline!important}
}
@media (min-width:783px) and (max-width:1016px){.visible-sm-inline-block{display:inline-block!important}
}
@media (min-width:1017px) and (max-width:1234px){.visible-md{display:block!important}
table.visible-md{display:table!important}
tr.visible-md{display:table-row!important}
td.visible-md,th.visible-md{display:table-cell!important}
}
@media (min-width:1017px) and (max-width:1234px){.visible-md-block{display:block!important}
}
@media (min-width:1017px) and (max-width:1234px){.visible-md-inline{display:inline!important}
}
@media (min-width:1017px) and (max-width:1234px){.visible-md-inline-block{display:inline-block!important}
}
@media (min-width:1235px){.visible-lg{display:block!important}
table.visible-lg{display:table!important}
tr.visible-lg{display:table-row!important}
td.visible-lg,th.visible-lg{display:table-cell!important}
}
@media (min-width:1235px){.visible-lg-block{display:block!important}
}
@media (min-width:1235px){.visible-lg-inline{display:inline!important}
}
@media (min-width:1235px){.visible-lg-inline-block{display:inline-block!important}
}
@media (max-width:782px){.hidden-xs{display:none!important}
}
@media (min-width:783px) and (max-width:1016px){.hidden-sm{display:none!important}
}
@media (min-width:1017px) and (max-width:1234px){.hidden-md{display:none!important}
}
@media (min-width:1235px){.hidden-lg{display:none!important}
}
@media print{.visible-print{display:block!important}
table.visible-print{display:table!important}
tr.visible-print{display:table-row!important}
td.visible-print,th.visible-print{display:table-cell!important}
}
@media print{.visible-print-block{display:block!important}
}
@media print{.visible-print-inline{display:inline!important}
}
@media print{.visible-print-inline-block{display:inline-block!important}
}
@media print{.hidden-print{display:none!important}
}
.text-primary-darken{color:#183459}
.text-gray1{color:#f9f8f7}
.text-gray2{color:#f8f7f7}
.bg-primary-darken{background-color:#183459}
.bg-gray1{background-color:#F8F6F7}
.bg-gray2{background-color:#f8f7f7}
.bg-transparent{background-color:transparent}
.text-big{font-size:1.125rem}
.text-bigger{font-size:1.25rem}
.text-biggest{font-size:1.875rem}
.text-small{font-size:.813rem}
.text-smaller{font-size:.938rem}
.font-weight-normal{font-weight:400}
.font-weight-bold{font-weight:700}
.h-100{height:100%}
.border-0{border-width:0}
.w-100{width:100%}
.letter-spacing-sm{letter-spacing:.025rem}
.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
.justify-content-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}
.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}
.align-items-center{-ms-flex-align:center!important;align-items:center!important}
.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}
.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}
.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}
.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}
@media (min-width:783px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
.justify-content-sm-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}
.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}
.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}
.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}
.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}
.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}
.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}
}
@media (min-width:1017px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
.justify-content-md-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}
.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}
.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}
.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}
.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}
.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}
.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}
}
@media (min-width:1235px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}
.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}
.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
.justify-content-lg-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}
.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}
.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}
.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}
.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}
.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}
.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}
}
.d-none{display:none!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-table{display:table!important}
.d-table-row{display:table-row!important}
.d-table-cell{display:table-cell!important}
.d-flex{display:-ms-flexbox!important;display:flex!important}
.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
@media (min-width:783px){.d-sm-none{display:none!important}
.d-sm-inline{display:inline!important}
.d-sm-inline-block{display:inline-block!important}
.d-sm-block{display:block!important}
.d-sm-table{display:table!important}
.d-sm-table-row{display:table-row!important}
.d-sm-table-cell{display:table-cell!important}
.d-sm-flex{display:-ms-flexbox!important;display:flex!important}
.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media (min-width:1017px){.d-md-none{display:none!important}
.d-md-inline{display:inline!important}
.d-md-inline-block{display:inline-block!important}
.d-md-block{display:block!important}
.d-md-table{display:table!important}
.d-md-table-row{display:table-row!important}
.d-md-table-cell{display:table-cell!important}
.d-md-flex{display:-ms-flexbox!important;display:flex!important}
.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media (min-width:1235px){.d-lg-none{display:none!important}
.d-lg-inline{display:inline!important}
.d-lg-inline-block{display:inline-block!important}
.d-lg-block{display:block!important}
.d-lg-table{display:table!important}
.d-lg-table-row{display:table-row!important}
.d-lg-table-cell{display:table-cell!important}
.d-lg-flex{display:-ms-flexbox!important;display:flex!important}
.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
.btn-primary-darken{color:#fff;background-color:#183459;border-color:#183459}
.btn-primary-darken.focus,.btn-primary-darken:focus{color:#fff;background-color:#0d1d31;border-color:#000}
.btn-primary-darken:hover{color:#fff;background-color:#0d1d31;border-color:#0b1829}
.btn-primary-darken.active,.btn-primary-darken:active,.open>.btn-primary-darken.dropdown-toggle{color:#fff;background-color:#0d1d31;background-image:none;border-color:#0b1829}
.btn-primary-darken.active.focus,.btn-primary-darken.active:focus,.btn-primary-darken.active:hover,.btn-primary-darken:active.focus,.btn-primary-darken:active:focus,.btn-primary-darken:active:hover,.open>.btn-primary-darken.dropdown-toggle.focus,.open>.btn-primary-darken.dropdown-toggle:focus,.open>.btn-primary-darken.dropdown-toggle:hover{color:#fff;background-color:#060c15;border-color:#000}
.btn-primary-darken.disabled.focus,.btn-primary-darken.disabled:focus,.btn-primary-darken.disabled:hover,.btn-primary-darken[disabled].focus,.btn-primary-darken[disabled]:focus,.btn-primary-darken[disabled]:hover,fieldset[disabled] .btn-primary-darken.focus,fieldset[disabled] .btn-primary-darken:focus,fieldset[disabled] .btn-primary-darken:hover{background-color:#183459;border-color:#183459}
.btn-primary-darken .badge{color:#183459;background-color:#fff}
.btn-gray1{color:"#212529";background-color:#f9f8f7;border-color:#f9f8f7}
.btn-gray1.focus,.btn-gray1:focus{color:"#212529";background-color:#e3dfda;border-color:#c2b8ae}
.btn-gray1:hover{color:"#212529";background-color:#e3dfda;border-color:#dfd9d4}
.btn-gray1.active,.btn-gray1:active,.open>.btn-gray1.dropdown-toggle{color:"#212529";background-color:#e3dfda;background-image:none;border-color:#dfd9d4}
.btn-gray1.active.focus,.btn-gray1.active:focus,.btn-gray1.active:hover,.btn-gray1:active.focus,.btn-gray1:active:focus,.btn-gray1:active:hover,.open>.btn-gray1.dropdown-toggle.focus,.open>.btn-gray1.dropdown-toggle:focus,.open>.btn-gray1.dropdown-toggle:hover{color:"#212529";background-color:#d4cdc5;border-color:#c2b8ae}
.btn-gray1.disabled.focus,.btn-gray1.disabled:focus,.btn-gray1.disabled:hover,.btn-gray1[disabled].focus,.btn-gray1[disabled]:focus,.btn-gray1[disabled]:hover,fieldset[disabled] .btn-gray1.focus,fieldset[disabled] .btn-gray1:focus,fieldset[disabled] .btn-gray1:hover{background-color:#f9f8f7;border-color:#f9f8f7}
.btn-gray1 .badge{color:#f9f8f7;background-color:"#212529"}
.btn-gray2{color:"#212529";background-color:#f8f7f7;border-color:#f8f7f7}
.btn-gray2.focus,.btn-gray2:focus{color:"#212529";background-color:#e0dcdc;border-color:#bdb3b3}
.btn-gray2:hover{color:"#212529";background-color:#e0dcdc;border-color:#dbd6d6}
.btn-gray2.active,.btn-gray2:active,.open>.btn-gray2.dropdown-toggle{color:"#212529";background-color:#e0dcdc;background-image:none;border-color:#dbd6d6}
.btn-gray2.active.focus,.btn-gray2.active:focus,.btn-gray2.active:hover,.btn-gray2:active.focus,.btn-gray2:active:focus,.btn-gray2:active:hover,.open>.btn-gray2.dropdown-toggle.focus,.open>.btn-gray2.dropdown-toggle:focus,.open>.btn-gray2.dropdown-toggle:hover{color:"#212529";background-color:#d0c9c9;border-color:#bdb3b3}
.btn-gray2.disabled.focus,.btn-gray2.disabled:focus,.btn-gray2.disabled:hover,.btn-gray2[disabled].focus,.btn-gray2[disabled]:focus,.btn-gray2[disabled]:hover,fieldset[disabled] .btn-gray2.focus,fieldset[disabled] .btn-gray2:focus,fieldset[disabled] .btn-gray2:hover{background-color:#f8f7f7;border-color:#f8f7f7}
.btn-gray2 .badge{color:#f8f7f7;background-color:"#212529"}
.btn-outline-primary-darken{color:#183459;border-color:#183459;background:0 0}
.btn-outline-primary-darken:hover{color:#fff;background-color:#183459;border-color:#183459}
.btn-outline-primary-darken.focus,.btn-outline-primary-darken:focus{outline:0;box-shadow:0 0 0 .2rem rgba(24,52,89,.5)}
.btn-outline-primary-darken.disabled,.btn-outline-primary-darken:disabled{color:#183459;background-color:transparent}
.btn-outline-gray1{color:#f9f8f7;border-color:#f9f8f7;background:0 0}
.btn-outline-gray1:hover{color:"#212529";background-color:#f9f8f7;border-color:#f9f8f7}
.btn-outline-gray1.focus,.btn-outline-gray1:focus{outline:0;box-shadow:0 0 0 .2rem rgba(249,248,247,.5)}
.btn-outline-gray1.disabled,.btn-outline-gray1:disabled{color:#f9f8f7;background-color:transparent}
.btn-outline-gray2{color:#f8f7f7;border-color:#f8f7f7;background:0 0}
.btn-outline-gray2:hover{color:"#212529";background-color:#f8f7f7;border-color:#f8f7f7}
.btn-outline-gray2.focus,.btn-outline-gray2:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,247,247,.5)}
.btn-outline-gray2.disabled,.btn-outline-gray2:disabled{color:#f8f7f7;background-color:transparent}
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}
.mt-5,.my-5{margin-top:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}
.ml-5,.mx-5{margin-left:3rem!important}
.m-6{margin:4.375rem!important}
.mt-6,.my-6{margin-top:4.375rem!important}
.mr-6,.mx-6{margin-right:4.375rem!important}
.mb-6,.my-6{margin-bottom:4.375rem!important}
.ml-6,.mx-6{margin-left:4.375rem!important}
.m-7{margin:6.25rem!important}
.mt-7,.my-7{margin-top:6.25rem!important}
.mr-7,.mx-7{margin-right:6.25rem!important}
.mb-7,.my-7{margin-bottom:6.25rem!important}
.ml-7,.mx-7{margin-left:6.25rem!important}
.m-8{margin:9.375rem!important}
.mt-8,.my-8{margin-top:9.375rem!important}
.mr-8,.mx-8{margin-right:9.375rem!important}
.mb-8,.my-8{margin-bottom:9.375rem!important}
.ml-8,.mx-8{margin-left:9.375rem!important}
.collapse-button,.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}
.pt-5,.py-5{padding-top:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}
.pl-5,.px-5{padding-left:3rem!important}
.p-6{padding:4.375rem!important}
.pt-6,.py-6{padding-top:4.375rem!important}
.pr-6,.px-6{padding-right:4.375rem!important}
.pb-6,.py-6{padding-bottom:4.375rem!important}
.pl-6,.px-6{padding-left:4.375rem!important}
.p-7{padding:6.25rem!important}
.pt-7,.py-7{padding-top:6.25rem!important}
.pr-7,.px-7{padding-right:6.25rem!important}
.pb-7,.py-7{padding-bottom:6.25rem!important}
.pl-7,.px-7{padding-left:6.25rem!important}
.p-8{padding:9.375rem!important}
.pt-8,.py-8{padding-top:9.375rem!important}
.pr-8,.px-8{padding-right:9.375rem!important}
.pb-8,.py-8{padding-bottom:9.375rem!important}
.pl-8,.px-8{padding-left:9.375rem!important}
.m-n1{margin:-.25rem!important}
.mt-n1,.my-n1{margin-top:-.25rem!important}
.mr-n1,.mx-n1{margin-right:-.25rem!important}
.mb-n1,.my-n1{margin-bottom:-.25rem!important}
.ml-n1,.mx-n1{margin-left:-.25rem!important}
.m-n2{margin:-.5rem!important}
.mt-n2,.my-n2{margin-top:-.5rem!important}
.mr-n2,.mx-n2{margin-right:-.5rem!important}
.mb-n2,.my-n2{margin-bottom:-.5rem!important}
.ml-n2,.mx-n2{margin-left:-.5rem!important}
.m-n3{margin:-1rem!important}
.mt-n3,.my-n3{margin-top:-1rem!important}
.mr-n3,.mx-n3{margin-right:-1rem!important}
.mb-n3,.my-n3{margin-bottom:-1rem!important}
.ml-n3,.mx-n3{margin-left:-1rem!important}
.m-n4{margin:-1.5rem!important}
.mt-n4,.my-n4{margin-top:-1.5rem!important}
.mr-n4,.mx-n4{margin-right:-1.5rem!important}
.mb-n4,.my-n4{margin-bottom:-1.5rem!important}
.ml-n4,.mx-n4{margin-left:-1.5rem!important}
.m-n5{margin:-3rem!important}
.mt-n5,.my-n5{margin-top:-3rem!important}
.mr-n5,.mx-n5{margin-right:-3rem!important}
.mb-n5,.my-n5{margin-bottom:-3rem!important}
.ml-n5,.mx-n5{margin-left:-3rem!important}
.m-n6{margin:-4.375rem!important}
.mt-n6,.my-n6{margin-top:-4.375rem!important}
.mr-n6,.mx-n6{margin-right:-4.375rem!important}
.mb-n6,.my-n6{margin-bottom:-4.375rem!important}
.ml-n6,.mx-n6{margin-left:-4.375rem!important}
.m-n7{margin:-6.25rem!important}
.mt-n7,.my-n7{margin-top:-6.25rem!important}
.mr-n7,.mx-n7{margin-right:-6.25rem!important}
.mb-n7,.my-n7{margin-bottom:-6.25rem!important}
.ml-n7,.mx-n7{margin-left:-6.25rem!important}
.m-n8{margin:-9.375rem!important}
.mt-n8,.my-n8{margin-top:-9.375rem!important}
.mr-n8,.mx-n8{margin-right:-9.375rem!important}
.mb-n8,.my-n8{margin-bottom:-9.375rem!important}
.ml-n8,.mx-n8{margin-left:-9.375rem!important}
.m-auto{margin:auto!important}
.mt-auto,.my-auto{margin-top:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}
.mb-auto,.my-auto{margin-bottom:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}
@media (min-width:783px){.m-sm-0{margin:0!important}
.mt-sm-0,.my-sm-0{margin-top:0!important}
.mr-sm-0,.mx-sm-0{margin-right:0!important}
.mb-sm-0,.my-sm-0{margin-bottom:0!important}
.ml-sm-0,.mx-sm-0{margin-left:0!important}
.m-sm-1{margin:.25rem!important}
.mt-sm-1,.my-sm-1{margin-top:.25rem!important}
.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}
.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}
.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}
.m-sm-2{margin:.5rem!important}
.mt-sm-2,.my-sm-2{margin-top:.5rem!important}
.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}
.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}
.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}
.m-sm-3{margin:1rem!important}
.mt-sm-3,.my-sm-3{margin-top:1rem!important}
.mr-sm-3,.mx-sm-3{margin-right:1rem!important}
.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}
.ml-sm-3,.mx-sm-3{margin-left:1rem!important}
.m-sm-4{margin:1.5rem!important}
.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}
.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}
.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}
.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}
.m-sm-5{margin:3rem!important}
.mt-sm-5,.my-sm-5{margin-top:3rem!important}
.mr-sm-5,.mx-sm-5{margin-right:3rem!important}
.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}
.ml-sm-5,.mx-sm-5{margin-left:3rem!important}
.m-sm-6{margin:4.375rem!important}
.mt-sm-6,.my-sm-6{margin-top:4.375rem!important}
.mr-sm-6,.mx-sm-6{margin-right:4.375rem!important}
.mb-sm-6,.my-sm-6{margin-bottom:4.375rem!important}
.ml-sm-6,.mx-sm-6{margin-left:4.375rem!important}
.m-sm-7{margin:6.25rem!important}
.mt-sm-7,.my-sm-7{margin-top:6.25rem!important}
.mr-sm-7,.mx-sm-7{margin-right:6.25rem!important}
.mb-sm-7,.my-sm-7{margin-bottom:6.25rem!important}
.ml-sm-7,.mx-sm-7{margin-left:6.25rem!important}
.m-sm-8{margin:9.375rem!important}
.mt-sm-8,.my-sm-8{margin-top:9.375rem!important}
.mr-sm-8,.mx-sm-8{margin-right:9.375rem!important}
.mb-sm-8,.my-sm-8{margin-bottom:9.375rem!important}
.ml-sm-8,.mx-sm-8{margin-left:9.375rem!important}
.p-sm-0{padding:0!important}
.pt-sm-0,.py-sm-0{padding-top:0!important}
.pr-sm-0,.px-sm-0{padding-right:0!important}
.pb-sm-0,.py-sm-0{padding-bottom:0!important}
.pl-sm-0,.px-sm-0{padding-left:0!important}
.p-sm-1{padding:.25rem!important}
.pt-sm-1,.py-sm-1{padding-top:.25rem!important}
.pr-sm-1,.px-sm-1{padding-right:.25rem!important}
.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}
.pl-sm-1,.px-sm-1{padding-left:.25rem!important}
.p-sm-2{padding:.5rem!important}
.pt-sm-2,.py-sm-2{padding-top:.5rem!important}
.pr-sm-2,.px-sm-2{padding-right:.5rem!important}
.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}
.pl-sm-2,.px-sm-2{padding-left:.5rem!important}
.p-sm-3{padding:1rem!important}
.pt-sm-3,.py-sm-3{padding-top:1rem!important}
.pr-sm-3,.px-sm-3{padding-right:1rem!important}
.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}
.pl-sm-3,.px-sm-3{padding-left:1rem!important}
.p-sm-4{padding:1.5rem!important}
.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}
.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}
.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}
.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}
.p-sm-5{padding:3rem!important}
.pt-sm-5,.py-sm-5{padding-top:3rem!important}
.pr-sm-5,.px-sm-5{padding-right:3rem!important}
.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}
.pl-sm-5,.px-sm-5{padding-left:3rem!important}
.p-sm-6{padding:4.375rem!important}
.pt-sm-6,.py-sm-6{padding-top:4.375rem!important}
.pr-sm-6,.px-sm-6{padding-right:4.375rem!important}
.pb-sm-6,.py-sm-6{padding-bottom:4.375rem!important}
.pl-sm-6,.px-sm-6{padding-left:4.375rem!important}
.p-sm-7{padding:6.25rem!important}
.pt-sm-7,.py-sm-7{padding-top:6.25rem!important}
.pr-sm-7,.px-sm-7{padding-right:6.25rem!important}
.pb-sm-7,.py-sm-7{padding-bottom:6.25rem!important}
.pl-sm-7,.px-sm-7{padding-left:6.25rem!important}
.p-sm-8{padding:9.375rem!important}
.pt-sm-8,.py-sm-8{padding-top:9.375rem!important}
.pr-sm-8,.px-sm-8{padding-right:9.375rem!important}
.pb-sm-8,.py-sm-8{padding-bottom:9.375rem!important}
.pl-sm-8,.px-sm-8{padding-left:9.375rem!important}
.m-sm-n1{margin:-.25rem!important}
.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}
.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}
.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}
.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}
.m-sm-n2{margin:-.5rem!important}
.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}
.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}
.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}
.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}
.m-sm-n3{margin:-1rem!important}
.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}
.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}
.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}
.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}
.m-sm-n4{margin:-1.5rem!important}
.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}
.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}
.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}
.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}
.m-sm-n5{margin:-3rem!important}
.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}
.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}
.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}
.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}
.m-sm-n6{margin:-4.375rem!important}
.mt-sm-n6,.my-sm-n6{margin-top:-4.375rem!important}
.mr-sm-n6,.mx-sm-n6{margin-right:-4.375rem!important}
.mb-sm-n6,.my-sm-n6{margin-bottom:-4.375rem!important}
.ml-sm-n6,.mx-sm-n6{margin-left:-4.375rem!important}
.m-sm-n7{margin:-6.25rem!important}
.mt-sm-n7,.my-sm-n7{margin-top:-6.25rem!important}
.mr-sm-n7,.mx-sm-n7{margin-right:-6.25rem!important}
.mb-sm-n7,.my-sm-n7{margin-bottom:-6.25rem!important}
.ml-sm-n7,.mx-sm-n7{margin-left:-6.25rem!important}
.m-sm-n8{margin:-9.375rem!important}
.mt-sm-n8,.my-sm-n8{margin-top:-9.375rem!important}
.mr-sm-n8,.mx-sm-n8{margin-right:-9.375rem!important}
.mb-sm-n8,.my-sm-n8{margin-bottom:-9.375rem!important}
.ml-sm-n8,.mx-sm-n8{margin-left:-9.375rem!important}
.m-sm-auto{margin:auto!important}
.mt-sm-auto,.my-sm-auto{margin-top:auto!important}
.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}
.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}
.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}
}
@media (min-width:1017px){.m-md-0{margin:0!important}
.mt-md-0,.my-md-0{margin-top:0!important}
.mr-md-0,.mx-md-0{margin-right:0!important}
.mb-md-0,.my-md-0{margin-bottom:0!important}
.ml-md-0,.mx-md-0{margin-left:0!important}
.m-md-1{margin:.25rem!important}
.mt-md-1,.my-md-1{margin-top:.25rem!important}
.mr-md-1,.mx-md-1{margin-right:.25rem!important}
.mb-md-1,.my-md-1{margin-bottom:.25rem!important}
.ml-md-1,.mx-md-1{margin-left:.25rem!important}
.m-md-2{margin:.5rem!important}
.mt-md-2,.my-md-2{margin-top:.5rem!important}
.mr-md-2,.mx-md-2{margin-right:.5rem!important}
.mb-md-2,.my-md-2{margin-bottom:.5rem!important}
.ml-md-2,.mx-md-2{margin-left:.5rem!important}
.m-md-3{margin:1rem!important}
.mt-md-3,.my-md-3{margin-top:1rem!important}
.mr-md-3,.mx-md-3{margin-right:1rem!important}
.mb-md-3,.my-md-3{margin-bottom:1rem!important}
.ml-md-3,.mx-md-3{margin-left:1rem!important}
.m-md-4{margin:1.5rem!important}
.mt-md-4,.my-md-4{margin-top:1.5rem!important}
.mr-md-4,.mx-md-4{margin-right:1.5rem!important}
.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}
.ml-md-4,.mx-md-4{margin-left:1.5rem!important}
.m-md-5{margin:3rem!important}
.mt-md-5,.my-md-5{margin-top:3rem!important}
.mr-md-5,.mx-md-5{margin-right:3rem!important}
.mb-md-5,.my-md-5{margin-bottom:3rem!important}
.ml-md-5,.mx-md-5{margin-left:3rem!important}
.m-md-6{margin:4.375rem!important}
.mt-md-6,.my-md-6{margin-top:4.375rem!important}
.mr-md-6,.mx-md-6{margin-right:4.375rem!important}
.mb-md-6,.my-md-6{margin-bottom:4.375rem!important}
.ml-md-6,.mx-md-6{margin-left:4.375rem!important}
.m-md-7{margin:6.25rem!important}
.mt-md-7,.my-md-7{margin-top:6.25rem!important}
.mr-md-7,.mx-md-7{margin-right:6.25rem!important}
.mb-md-7,.my-md-7{margin-bottom:6.25rem!important}
.ml-md-7,.mx-md-7{margin-left:6.25rem!important}
.m-md-8{margin:9.375rem!important}
.mt-md-8,.my-md-8{margin-top:9.375rem!important}
.mr-md-8,.mx-md-8{margin-right:9.375rem!important}
.mb-md-8,.my-md-8{margin-bottom:9.375rem!important}
.ml-md-8,.mx-md-8{margin-left:9.375rem!important}
.p-md-0{padding:0!important}
.pt-md-0,.py-md-0{padding-top:0!important}
.pr-md-0,.px-md-0{padding-right:0!important}
.pb-md-0,.py-md-0{padding-bottom:0!important}
.pl-md-0,.px-md-0{padding-left:0!important}
.p-md-1{padding:.25rem!important}
.pt-md-1,.py-md-1{padding-top:.25rem!important}
.pr-md-1,.px-md-1{padding-right:.25rem!important}
.pb-md-1,.py-md-1{padding-bottom:.25rem!important}
.pl-md-1,.px-md-1{padding-left:.25rem!important}
.p-md-2{padding:.5rem!important}
.pt-md-2,.py-md-2{padding-top:.5rem!important}
.pr-md-2,.px-md-2{padding-right:.5rem!important}
.pb-md-2,.py-md-2{padding-bottom:.5rem!important}
.pl-md-2,.px-md-2{padding-left:.5rem!important}
.p-md-3{padding:1rem!important}
.pt-md-3,.py-md-3{padding-top:1rem!important}
.pr-md-3,.px-md-3{padding-right:1rem!important}
.pb-md-3,.py-md-3{padding-bottom:1rem!important}
.pl-md-3,.px-md-3{padding-left:1rem!important}
.p-md-4{padding:1.5rem!important}
.pt-md-4,.py-md-4{padding-top:1.5rem!important}
.pr-md-4,.px-md-4{padding-right:1.5rem!important}
.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}
.pl-md-4,.px-md-4{padding-left:1.5rem!important}
.p-md-5{padding:3rem!important}
.pt-md-5,.py-md-5{padding-top:3rem!important}
.pr-md-5,.px-md-5{padding-right:3rem!important}
.pb-md-5,.py-md-5{padding-bottom:3rem!important}
.pl-md-5,.px-md-5{padding-left:3rem!important}
.p-md-6{padding:4.375rem!important}
.pt-md-6,.py-md-6{padding-top:4.375rem!important}
.pr-md-6,.px-md-6{padding-right:4.375rem!important}
.pb-md-6,.py-md-6{padding-bottom:4.375rem!important}
.pl-md-6,.px-md-6{padding-left:4.375rem!important}
.p-md-7{padding:6.25rem!important}
.pt-md-7,.py-md-7{padding-top:6.25rem!important}
.pr-md-7,.px-md-7{padding-right:6.25rem!important}
.pb-md-7,.py-md-7{padding-bottom:6.25rem!important}
.pl-md-7,.px-md-7{padding-left:6.25rem!important}
.p-md-8{padding:9.375rem!important}
.pt-md-8,.py-md-8{padding-top:9.375rem!important}
.pr-md-8,.px-md-8{padding-right:9.375rem!important}
.pb-md-8,.py-md-8{padding-bottom:9.375rem!important}
.pl-md-8,.px-md-8{padding-left:9.375rem!important}
.m-md-n1{margin:-.25rem!important}
.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}
.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}
.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}
.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}
.m-md-n2{margin:-.5rem!important}
.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}
.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}
.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}
.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}
.m-md-n3{margin:-1rem!important}
.mt-md-n3,.my-md-n3{margin-top:-1rem!important}
.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}
.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}
.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}
.m-md-n4{margin:-1.5rem!important}
.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}
.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}
.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}
.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}
.m-md-n5{margin:-3rem!important}
.mt-md-n5,.my-md-n5{margin-top:-3rem!important}
.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}
.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}
.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}
.m-md-n6{margin:-4.375rem!important}
.mt-md-n6,.my-md-n6{margin-top:-4.375rem!important}
.mr-md-n6,.mx-md-n6{margin-right:-4.375rem!important}
.mb-md-n6,.my-md-n6{margin-bottom:-4.375rem!important}
.ml-md-n6,.mx-md-n6{margin-left:-4.375rem!important}
.m-md-n7{margin:-6.25rem!important}
.mt-md-n7,.my-md-n7{margin-top:-6.25rem!important}
.mr-md-n7,.mx-md-n7{margin-right:-6.25rem!important}
.mb-md-n7,.my-md-n7{margin-bottom:-6.25rem!important}
.ml-md-n7,.mx-md-n7{margin-left:-6.25rem!important}
.m-md-n8{margin:-9.375rem!important}
.mt-md-n8,.my-md-n8{margin-top:-9.375rem!important}
.mr-md-n8,.mx-md-n8{margin-right:-9.375rem!important}
.mb-md-n8,.my-md-n8{margin-bottom:-9.375rem!important}
.ml-md-n8,.mx-md-n8{margin-left:-9.375rem!important}
.m-md-auto{margin:auto!important}
.mt-md-auto,.my-md-auto{margin-top:auto!important}
.mr-md-auto,.mx-md-auto{margin-right:auto!important}
.mb-md-auto,.my-md-auto{margin-bottom:auto!important}
.ml-md-auto,.mx-md-auto{margin-left:auto!important}
}
@media (min-width:1235px){.m-lg-0{margin:0!important}
.mt-lg-0,.my-lg-0{margin-top:0!important}
.mr-lg-0,.mx-lg-0{margin-right:0!important}
.mb-lg-0,.my-lg-0{margin-bottom:0!important}
.ml-lg-0,.mx-lg-0{margin-left:0!important}
.m-lg-1{margin:.25rem!important}
.mt-lg-1,.my-lg-1{margin-top:.25rem!important}
.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}
.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}
.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}
.m-lg-2{margin:.5rem!important}
.mt-lg-2,.my-lg-2{margin-top:.5rem!important}
.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}
.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}
.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}
.m-lg-3{margin:1rem!important}
.mt-lg-3,.my-lg-3{margin-top:1rem!important}
.mr-lg-3,.mx-lg-3{margin-right:1rem!important}
.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}
.ml-lg-3,.mx-lg-3{margin-left:1rem!important}
.m-lg-4{margin:1.5rem!important}
.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}
.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}
.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}
.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}
.m-lg-5{margin:3rem!important}
.mt-lg-5,.my-lg-5{margin-top:3rem!important}
.mr-lg-5,.mx-lg-5{margin-right:3rem!important}
.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}
.ml-lg-5,.mx-lg-5{margin-left:3rem!important}
.m-lg-6{margin:4.375rem!important}
.mt-lg-6,.my-lg-6{margin-top:4.375rem!important}
.mr-lg-6,.mx-lg-6{margin-right:4.375rem!important}
.mb-lg-6,.my-lg-6{margin-bottom:4.375rem!important}
.ml-lg-6,.mx-lg-6{margin-left:4.375rem!important}
.m-lg-7{margin:6.25rem!important}
.mt-lg-7,.my-lg-7{margin-top:6.25rem!important}
.mr-lg-7,.mx-lg-7{margin-right:6.25rem!important}
.mb-lg-7,.my-lg-7{margin-bottom:6.25rem!important}
.ml-lg-7,.mx-lg-7{margin-left:6.25rem!important}
.m-lg-8{margin:9.375rem!important}
.mt-lg-8,.my-lg-8{margin-top:9.375rem!important}
.mr-lg-8,.mx-lg-8{margin-right:9.375rem!important}
.mb-lg-8,.my-lg-8{margin-bottom:9.375rem!important}
.ml-lg-8,.mx-lg-8{margin-left:9.375rem!important}
.p-lg-0{padding:0!important}
.pt-lg-0,.py-lg-0{padding-top:0!important}
.pr-lg-0,.px-lg-0{padding-right:0!important}
.pb-lg-0,.py-lg-0{padding-bottom:0!important}
.pl-lg-0,.px-lg-0{padding-left:0!important}
.p-lg-1{padding:.25rem!important}
.pt-lg-1,.py-lg-1{padding-top:.25rem!important}
.pr-lg-1,.px-lg-1{padding-right:.25rem!important}
.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}
.pl-lg-1,.px-lg-1{padding-left:.25rem!important}
.p-lg-2{padding:.5rem!important}
.pt-lg-2,.py-lg-2{padding-top:.5rem!important}
.pr-lg-2,.px-lg-2{padding-right:.5rem!important}
.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}
.pl-lg-2,.px-lg-2{padding-left:.5rem!important}
.p-lg-3{padding:1rem!important}
.pt-lg-3,.py-lg-3{padding-top:1rem!important}
.pr-lg-3,.px-lg-3{padding-right:1rem!important}
.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}
.pl-lg-3,.px-lg-3{padding-left:1rem!important}
.p-lg-4{padding:1.5rem!important}
.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}
.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}
.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}
.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}
.p-lg-5{padding:3rem!important}
.pt-lg-5,.py-lg-5{padding-top:3rem!important}
.pr-lg-5,.px-lg-5{padding-right:3rem!important}
.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}
.pl-lg-5,.px-lg-5{padding-left:3rem!important}
.p-lg-6{padding:4.375rem!important}
.pt-lg-6,.py-lg-6{padding-top:4.375rem!important}
.pr-lg-6,.px-lg-6{padding-right:4.375rem!important}
.pb-lg-6,.py-lg-6{padding-bottom:4.375rem!important}
.pl-lg-6,.px-lg-6{padding-left:4.375rem!important}
.p-lg-7{padding:6.25rem!important}
.pt-lg-7,.py-lg-7{padding-top:6.25rem!important}
.pr-lg-7,.px-lg-7{padding-right:6.25rem!important}
.pb-lg-7,.py-lg-7{padding-bottom:6.25rem!important}
.pl-lg-7,.px-lg-7{padding-left:6.25rem!important}
.p-lg-8{padding:9.375rem!important}
.pt-lg-8,.py-lg-8{padding-top:9.375rem!important}
.pr-lg-8,.px-lg-8{padding-right:9.375rem!important}
.pb-lg-8,.py-lg-8{padding-bottom:9.375rem!important}
.pl-lg-8,.px-lg-8{padding-left:9.375rem!important}
.m-lg-n1{margin:-.25rem!important}
.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}
.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}
.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}
.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}
.m-lg-n2{margin:-.5rem!important}
.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}
.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}
.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}
.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}
.m-lg-n3{margin:-1rem!important}
.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}
.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}
.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}
.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}
.m-lg-n4{margin:-1.5rem!important}
.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}
.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}
.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}
.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}
.m-lg-n5{margin:-3rem!important}
.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}
.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}
.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}
.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}
.m-lg-n6{margin:-4.375rem!important}
.mt-lg-n6,.my-lg-n6{margin-top:-4.375rem!important}
.mr-lg-n6,.mx-lg-n6{margin-right:-4.375rem!important}
.mb-lg-n6,.my-lg-n6{margin-bottom:-4.375rem!important}
.ml-lg-n6,.mx-lg-n6{margin-left:-4.375rem!important}
.m-lg-n7{margin:-6.25rem!important}
.mt-lg-n7,.my-lg-n7{margin-top:-6.25rem!important}
.mr-lg-n7,.mx-lg-n7{margin-right:-6.25rem!important}
.mb-lg-n7,.my-lg-n7{margin-bottom:-6.25rem!important}
.ml-lg-n7,.mx-lg-n7{margin-left:-6.25rem!important}
.m-lg-n8{margin:-9.375rem!important}
.mt-lg-n8,.my-lg-n8{margin-top:-9.375rem!important}
.mr-lg-n8,.mx-lg-n8{margin-right:-9.375rem!important}
.mb-lg-n8,.my-lg-n8{margin-bottom:-9.375rem!important}
.ml-lg-n8,.mx-lg-n8{margin-left:-9.375rem!important}
.m-lg-auto{margin:auto!important}
.mt-lg-auto,.my-lg-auto{margin-top:auto!important}
.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}
.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}
.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}
}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
@media (min-width:783px){.text-sm-left{text-align:left!important}
.text-sm-right{text-align:right!important}
.text-sm-center{text-align:center!important}
}
@media (min-width:1017px){.text-md-left{text-align:left!important}
.text-md-right{text-align:right!important}
.text-md-center{text-align:center!important}
}
@media (min-width:1235px){.text-lg-left{text-align:left!important}
.text-lg-right{text-align:right!important}
.text-lg-center{text-align:center!important}
}
html{font-size:1rem}
body{font-size:1rem;overflow-anchor:none}
.container{padding-left:25px;padding-right:25px}
@media screen and (min-width:1455px){.container.-wider{width:88.75rem}
}
.h1,h1{margin-top:0;margin-bottom:3rem}
.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:2rem}
button:active,button:focus,button:hover{outline:0!important}
.overflow-y-hidden{overflow-y:hidden}
@media (min-width:1017px){.overflow-y-hidden{overflow-y:auto}
}
.overlay{display:none;background-color:rgba(255,255,255,.85);position:fixed;top:0;left:0;right:0;bottom:0;z-index:100}
.overlay.active{display:block}
.overlay.-filter{background-color:rgba(230,230,230,.5)}
@media (min-width:1017px){.overlay.-filter{background-color:transparent}
}
.img-contain{width:100%;height:100%;object-fit:contain}
.row .col{padding-left:10px;padding-right:10px;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}
.dropdown .caret{content:"";display:inline-block;width:.5625rem;height:.4375rem;background:transparent url(../images/arrow-down-primary-darken.svg) center no-repeat;background-size:.5625rem;border:0;margin-left:.25rem}
.dropdown .dropdown-menu{padding:0;border:0;box-shadow:0 20px 40px rgba(0,0,0,.08);border-radius:0}
.dropdown .dropdown-menu .dropdown-item{display:-ms-inline-flexbox;display:inline-flex;width:100%;font-weight:400;margin:0;padding-left:1.25rem;padding-right:1.25rem;cursor:pointer;transition:background-color .1s;color:#283758;white-space:nowrap}
.dropdown .dropdown-menu .dropdown-item:active,.dropdown .dropdown-menu .dropdown-item:focus,.dropdown .dropdown-menu .dropdown-item:hover{background-color:#283758;color:#fff;text-decoration:none}
.custom-ol-list{counter-set:count;padding:0}
.custom-ol-list li{letter-spacing:.025rem;line-height:1.44;color:rgba(40,55,88,.7);overflow:hidden;counter-increment:count;list-style:none;padding-left:2rem;position:relative}
.custom-ol-list li.collapsed{padding-bottom:1.6rem}
.custom-ol-list li:before{content:counter(count) ".";position:absolute;left:0;top:-.8125rem;color:#283758;font-size:1.5rem;letter-spacing:.038rem;line-height:1.67;width:1.7rem;text-align:right}
.custom-ol-list li+li{margin-top:2rem}
.collapse-button-wrap{background:#fff;position:absolute;bottom:0;left:2rem;right:0;height:1.6rem}
.collapse-button{letter-spacing:.025rem;position:relative}
.collapse-button:active,.collapse-button:focus,.collapse-button:hover{text-decoration:none;outline:0}
.collapse-button:after{content:"";position:absolute;left:0;right:0;bottom:-.3125rem;height:.0625rem;background:#283758}
.tooltip .tooltip-inner{box-shadow:0 .313rem .625rem rgba(0,0,0,.1);border-radius:.188rem;background-color:#fff;font-size:.813rem;letter-spacing:.051rem;color:#283758}
.tooltip.left .tooltip-arrow{border-left-color:#fff!important}
.tooltip.top .tooltip-arrow{border-top-color:#fff!important}
.header{z-index:102;margin-bottom:2rem;top:0;transition:background .5s;min-height:94px}
@media (min-width:1017px){.header{position:-webkit-sticky;position:sticky;margin-bottom:4rem}
}
.header.sticky{background:#fff;position:sticky}
.category-page .header,.detail-page .header,.home-page .header{margin-bottom:0}
.header .logo{width:44px;height:44px}
@media (min-width:1017px){.header .logo{position:absolute;width:88px;height:88px;left:0;top:-36px}
}
.respo-menu-button{background:0 0;border:0;padding:0}
.language-dropdown{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
.language-dropdown .btn,.language-dropdown .collapse-button{background:0 0;border:0;outline:0!important;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
.language-dropdown .btn:active,.language-dropdown .btn:focus,.language-dropdown .btn:hover,.language-dropdown .collapse-button:active,.language-dropdown .collapse-button:focus,.language-dropdown .collapse-button:hover{box-shadow:none}
.language-dropdown .dropdown-menu{margin-top:.5rem;border:0;min-width:auto;left:50%;transform:translateX(-50%)}
.language-dropdown .dropdown-item{padding-top:.5rem;padding-bottom:.5rem}
.language-dropdown .caret{border:0;width:auto;height:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:.5rem}
.language-dropdown .caret:after{content:"";content:"";display:inline-block;width:9px;height:5px;background:transparent url(../images/arrow-down-primary-darken.svg) center no-repeat;background-size:9px}
.action-links{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}
.action-links .item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:1.875rem}
.pre-header .action-links .item{margin-left:1.25rem}
.logo-position-helper{position:relative}
.pre-header{padding:.28125rem 0}
@media (min-width:1017px){.pre-header{padding:0}
}
.pre-header .wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}
@media (min-width:1017px){.pre-header .wrapper{min-height:2.5rem}
}
.pre-header .header-message{font-size:.938rem;-ms-flex-positive:1;flex-grow:1;text-align:center;letter-spacing:.059rem;color:#183459}
.pre-header .equal-space{-ms-flex:1;flex:1}
.navbar{margin:0;border:0;min-height:auto;padding:6px 0}
@media (min-width:1017px){.navbar{padding:0}
}
nav{min-height:3.125rem;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;margin-left:7.5rem}
nav .item{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}
nav .item.mega-active .megamenu{display:-ms-flexbox;display:flex}
nav .item.mega-active .link{font-weight:700}
nav .item+.item{margin-left:2.3125rem}
nav .megamenu{display:none;position:absolute;top:100%;z-index:10;background:#fff;left:0;right:0;min-height:25rem}
nav .megamenu .megamenu-section{padding:2.8125rem 2.1875rem;background-repeat:no-repeat;background-position:right 1.5rem bottom}
nav .megamenu .megamenu-list li+li{margin-top:1rem}
nav .link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
nav a{position:relative}
nav a:after{content:"";background:#283758;width:0;position:absolute;left:0;bottom:-2px;height:.0625rem;transition:width .2s}
nav a:focus,nav a:hover{text-decoration:none}
nav a:focus:after,nav a:hover:after{width:100%}
.swiper-arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:0 0;border:0;width:2.125rem;height:2.125rem;border-radius:1.188rem;border:.063rem solid rgba(40,55,88,.5);padding:0;outline:0;transition:opacity .2s}
.swiper-arrow.swiper-prev{transform:rotate(-180deg)}
.swiper-arrow.swiper-button-disabled{opacity:.2}
.swiper-pagination{bottom:0;left:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}
.swiper-pagination .swiper-pagination-bullet{width:auto;-ms-flex-positive:1;flex-grow:1;border-radius:0;opacity:1;background-color:rgba(25,26,26,.15);height:.0625rem}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#24335d;height:.125rem}
.btn,.collapse-button{line-height:.94;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.btn-outline-primary{color:#283758;background:0 0;border-color:rgba(40,55,88,.25)}
.btn-outline-primary:hover{color:#fff;background-color:#283758;border-color:#283758}
.btn-outline-primary.focus,.btn-outline-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,55,88,.5)}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#283758;background-color:transparent}
.blog-wrapper:active,.blog-wrapper:focus,.blog-wrapper:hover{text-decoration:none}
.blog-wrapper:active .blog-image img,.blog-wrapper:focus .blog-image img,.blog-wrapper:hover .blog-image img{filter:grayscale(0)}
.blog-wrapper .blog-image img{filter:grayscale(100%);transition:filter .2s}
.blog-wrapper .blog-title:active,.blog-wrapper .blog-title:focus,.blog-wrapper .blog-title:hover{text-decoration:underline}
.blog-wrapper .blog-description{color:rgba(40,55,88,.7);letter-spacing:.025rem;line-height:1.44}
.blog-wrapper .blog-more{text-decoration:underline}
.product-grid .product-box{margin-bottom:1rem}
@media (min-width:1017px){.product-grid .product-box{margin-bottom:4.25rem}
}
.product-list .row{margin-left:-.46875rem;margin-right:-.46875rem}
.product-list .row>[class*=col]{padding-left:.46875rem;padding-right:.46875rem}
.product-wrapper{transition:box-shadow .2s;position:relative}
@media (min-width:1017px){.product-wrapper:active,.product-wrapper:focus,.product-wrapper:hover{box-shadow:0 1.25rem 2.5rem rgba(0,0,0,.13)}
.product-wrapper:active .product-title,.product-wrapper:focus .product-title,.product-wrapper:hover .product-title{text-decoration:underline}
.product-wrapper:active .product-availability,.product-wrapper:active .product-sizes,.product-wrapper:active .product-tocart-wrap,.product-wrapper:focus .product-availability,.product-wrapper:focus .product-sizes,.product-wrapper:focus .product-tocart-wrap,.product-wrapper:hover .product-availability,.product-wrapper:hover .product-sizes,.product-wrapper:hover .product-tocart-wrap{display:-ms-flexbox;display:flex}
.product-wrapper:active .product-content,.product-wrapper:focus .product-content,.product-wrapper:hover .product-content{position:absolute;bottom:0;left:0;right:0}
}
.product-wrapper .product-image{height:16.25rem}
@media (min-width:1017px){.product-wrapper .product-image{height:427px}
}
.product-wrapper .product-image img{max-width:100%;height:auto}
.product-wrapper .product-discount{width:2.5rem;height:2.5rem;border-radius:1.25rem;position:absolute;top:.5rem;left:.5rem;font-size:.875rem;line-height:.86;color:#fff;font-weight:700}
@media (min-width:1017px){.product-wrapper .product-discount{top:1.125rem;left:1.0625rem}
}
.product-wrapper .product-discount .percent{font-size:.688rem;font-weight:400}
.product-wrapper .product-variants .variant{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;border:1px solid transparent}
@media (min-width:1017px){.product-wrapper .product-variants .variant{width:.813rem;height:.813rem}
}
.product-wrapper .product-variants .variant.active{width:.6875rem;height:.6875rem}
@media (min-width:1017px){.product-wrapper .product-variants .variant.active{width:1.063rem;height:1.063rem}
}
.product-wrapper .product-variants .variant+.variant{margin-left:.5625rem}
.product-wrapper .product-title{line-height:1.07;font-size:.938rem}
@media (min-width:783px){.product-wrapper .product-title{font-size:1rem}
}
.product-wrapper .product-content{background:#fff;padding-left:.625rem;padding-right:.625rem}
@media (min-width:1017px){.product-wrapper .product-content{padding-left:.9375rem;padding-right:.9375rem}
}
.product-wrapper .product-availability{min-height:1.125rem;display:none}
.product-wrapper .product-tocart{background:0 0;border:0;padding:0}
.product-wrapper .product-sizes,.product-wrapper .product-tocart-wrap{display:none}
.footer-box .logo{max-width:2.8125rem}
@media (min-width:1017px){.footer-box .logo{max-width:3.125rem}
}
.footer-box .footer-box-title{font-size:1rem;color:rgba(40,55,88,.7)}
.footer-box .address,.footer-box .footer-box-link{font-size:.938rem}
.footer-box .footer-box-links li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
@media (min-width:1017px){.footer-box .footer-box-links li+li{margin-top:.6rem}
}
.footer-box .footer-box-links.-contact li+li{margin-top:.6rem}
.footer-links .address{line-height:1.875}
@media (min-width:1017px){.footer-contact{border-width:.0625rem 0 0 0;border-style:solid;border-color:rgba(136,136,136,.22)}
}
.footer-copy{border-width:.0625rem 0 0 0;border-style:solid;border-color:rgba(136,136,136,.22);font-size:.75rem}
@media (min-width:1017px){.footer-copy{padding:2.4rem 0}
}
.footer-grid .footer-box.footer-box-newsletter{border-width:.0625rem 0 0 0;border-style:solid;border-color:rgba(136,136,136,.22);-ms-flex-order:10;order:10}
@media (min-width:1017px){.footer-grid .footer-box.footer-box-newsletter{-ms-flex-order:unset;order:unset;border:0}
}
.footer-grid .footer-box.footer-box-contact{border-width:.0625rem 0 0 0;border-style:solid;border-color:rgba(136,136,136,.22)}
@media (min-width:1017px){.footer-grid .footer-box.footer-box-contact{border:0}
}
.form-control{padding:.25rem 1rem;font-size:.875rem;box-shadow:none!important;border-radius:.25rem!important}
.input-group .form-control{padding-right:5rem}
.input-group-addon{padding:0;position:absolute;top:.0625rem;bottom:.0625rem;right:.0625rem;z-index:10;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;width:auto}
.input-group-addon .btn,.input-group-addon .collapse-button{border-radius:0;background:0 0;color:#283758;padding:.25rem 1rem}
.control-label{color:rgba(40,55,88,.7);font-weight:400;margin-bottom:1rem!important;display:inline-block}
.form-check{position:relative;padding-left:0}
.footer-newsletter-form .form-check{margin-top:1rem}
.form-check-label{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-weight:400;position:relative}
.form-check-label a{text-decoration:underline}
.form-check-input{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-.0625rem;overflow:hidden;clip:rect(0 0 0 0);border:0}
.form-check-input+.form-check-label{padding-left:1.5rem}
.form-check-input+.form-check-label:before{position:absolute;top:.1875rem;left:0;display:inline-block;-ms-flex-negative:0;flex-shrink:0;width:1.25rem;height:1.25rem;line-height:1.25rem;vertical-align:middle;cursor:pointer;content:'';background-repeat:no-repeat}
.form-check-input[type=checkbox]+.form-check-label:before{background-image:url(../images/custom-checkbox.svg)}
.form-check-input[type=radio]+.form-check-label:before{background-image:url(../images/custom-radio.svg)}
.form-check-input[type=checkbox]:checked+.form-check-label:before{background-image:url(../images/custom-checkbox-checked.svg)}
.form-check-input[type=radio]:checked+.form-check-label:before{background-image:url(../images/custom-radio-checked.svg)}
.breadcrumb{letter-spacing:.021rem}
.breadcrumb a{color:rgba(40,55,88,.6)}
.breadcrumb li+li:before{content:"";display:inline-block;width:4px;height:6px;background:transparent url(../images/arrow-right-breadcrumb.svg) center no-repeat;background-size:4px;padding:0 5px}
.sidr{position:fixed;top:0;bottom:0;z-index:10100;display:block;width:22.25rem;height:auto;overflow-x:hidden;overflow-y:auto;background:#fff;border-width:0 .0625rem 0 0;border-style:solid;border-color:#dcdfe0;padding-bottom:.5rem;box-shadow:0 1.25rem 2.5rem rgba(0,0,0,.06)}
.sidr .sidr-inner{height:100%}
.sidr#respo-menu{width:100%}
@media screen and (max-width:375px){.sidr#respo-menu{border-right:0}
}
.sidr#respo-menu.right{right:-100%}
.sidr#respo-menu.left{left:-100%}
.sidr#filters{padding-bottom:0}
@media (min-width:1017px){.sidr#filters{top:0;margin-top:-1rem;margin-left:-1.5rem;border:0;bottom:auto}
}
.sidr.right{right:-22.25rem;left:auto}
.sidr.left{right:auto;left:-22.25rem}
.sidr-close{width:40px;height:40px;order:10!important}
.sidr-close:after{content:"";display:inline-block;width:.75rem;height:.75rem;background:transparent url(../images/cross.svg) center no-repeat;background-size:.75rem}
#respo-menu{padding-bottom:0}
#respo-menu .respo-menu-content{display:-ms-grid;display:grid;-ms-grid-rows:auto min-content min-content;grid-template-rows:auto min-content min-content;-ms-grid-columns:100%;grid-template-columns:100%;grid-template-areas:"links" "menu" "footer";overflow-y:hidden}
#respo-menu .menu-items{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1.875rem 1.5625rem 0;grid-area:menu;overflow-y:scroll;overflow-x:hidden}
#respo-menu .menu-items>*{margin-bottom:.5rem}
#respo-menu .menu-items>.item>.link>a,#respo-menu .menu-items>a{text-transform:uppercase;font-size:1rem;color:#183459;text-decoration:none}
#respo-menu .menu-items .item .link a.has-mega{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}
#respo-menu .menu-items .item .link a.has-mega.active{margin-bottom:1rem;font-weight:700;-ms-flex-pack:start;justify-content:flex-start}
#respo-menu .menu-items .item .link a.has-mega.active:after{-ms-flex-order:-1;order:-1;transform:rotate(180deg);margin-right:.5rem}
#respo-menu .menu-items .item .link a.has-mega:after{content:"";display:inline-block;width:.5rem;height:.8125rem;background:transparent url(../images/arrow-right-primary.svg) center no-repeat;background-size:.5rem}
@media (min-width:1017px){#respo-menu .menu-items .item .link a.has-mega:after{content:none}
}
#respo-menu .menu-items .item .megamenu .megamenu-section{background-repeat:no-repeat;padding:1.875rem 2.5rem;background-position:top 1rem right 1rem;background-size:contain;min-height:300px;margin:0 -1.5625rem}
#respo-menu .menu-items .item .megamenu .megamenu-section>a{font-size:1.125rem}
#respo-menu .menu-items .item .megamenu .megamenu-section .megamenu-list{margin:0}
#respo-menu .menu-items .item .megamenu .megamenu-section .megamenu-list li{padding:0}
#respo-menu .menu-items .item .megamenu .megamenu-section .megamenu-list a{display:block;margin-bottom:10px}
#respo-menu .footer-items{display:-ms-flexbox;display:flex;justify-content:space-between;-ms-flex-align:center;padding:1.875rem 1.5625rem;grid-area:footer}
#respo-menu .footer-items .social-icons{display:flex;flex-wrap:wrap}
#respo-menu .footer-items>div{-ms-flex-pack:start!important;justify-content:flex-start!important}
#respo-menu .footer-items .social-icons a{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;width:2.5rem;height:2.5rem;border:.063rem solid rgba(40,55,88,.4)}
#respo-menu .links-items{padding:10px;text-align:right}
#respo-menu .links-items .dropdown-item,#respo-menu .links-items .item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
#respo-menu .links-items .item{-ms-flex-order:1;order:1;margin-left:1.875rem}
#respo-menu .links-items .dropdown-item{-ms-flex-order:0;order:0;margin-right:1.875rem;color:rgba(24,52,89,.4)}
#respo-menu .links-items .dropdown-item.active{text-decoration:underline;color:#183459}
#respo-menu .links-items .dropdown-item:last-of-type{margin-right:auto}
.filters{position:relative}
.filters-box{height:100%;display:-ms-grid;display:grid;-ms-grid-rows:auto min-content min-content;grid-template-rows:auto min-content min-content;-ms-grid-columns:100%;grid-template-columns:100%;grid-template-areas:"filters" "remove" "bottom"}
.filter-button{position:absolute;top:-3px;right:0;padding:0}
@media (min-width:1017px){.filter-button{position:static}
}
.filter-button.active{font-weight:700}
.filters-wrapper{padding:1.25rem 2.1875rem;grid-area:filters;overflow-y:scroll}
.filters-wrapper::-webkit-scrollbar{width:.1875rem}
.filters-wrapper::-webkit-scrollbar-track{background:0 0}
.filters-wrapper::-webkit-scrollbar-thumb{background:#c2c2c2;width:.5625rem;border-radius:.625rem}
.filters-wrapper::-webkit-scrollbar-thumb:hover{background:#c2c2c2}
.filter-section-title{font-weight:700;padding:0;border:0;background:0 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;outline:0;pointer-events:none}
@media (min-width:1017px){.filters-main-title{font-size:1.25rem}
}
.filter-color{width:.813rem;height:.813rem;border-radius:50%}
.filter-icon{width:1.5rem;text-align:left}
.filter-subitems{padding-left:2rem}
.filter-title{border:0;background:0 0;padding:0;outline:0}
.filter-title.filter-collapse-button:not(.collapsed){font-weight:700}
.filter-title label{font-weight:400}
.filter-title input[type=radio]:checked+label{font-weight:700}
.filter-values{display:block}
.filter-values:not(.-showall) .filter-item-hidden{display:none}
.filter-items-toggle{text-decoration:underline;position:relative;outline:0}
.filter-items-toggle:before{content:'+';font-size:1.25rem;position:absolute;left:0;top:-1px;line-height:1}
.-showall .filter-items-toggle:before{content:'-'}
.filter-remove{grid-area:remove;border-width:1px 0;border-style:solid;border-color:#e1e1e1}
.filter-remove-button{text-decoration:underline}
.filter-bottom{grid-area:bottom}
.homepage-rotator{position:relative}
@media (min-width:1017px){.homepage-rotator{margin-top:-3.125rem}
}
.homepage-arrows{position:absolute;bottom:4.125rem;right:0;left:0;z-index:1}
.homepage-arrows .swiper-arrow{margin-left:.5rem}
.homepage-arrows .swiper-arrow:after{content:"";display:inline-block;width:.5rem;height:.8125rem;background:transparent url(../images/arrow-right-primary.svg) center no-repeat;background-size:.5rem}
@media (min-width:1017px){.homepage-categories .row{margin-left:-2.1875rem;margin-right:-2.1875rem}
}
.homepage-categories .row>[class*=col]{-ms-flex-positive:1;flex-grow:1}
@media (min-width:1017px){.homepage-categories .row>[class*=col]{padding-left:0;padding-right:0}
}
.homepage-categories .row>[class*=col]+[class*=col]{margin-top:3rem}
@media (min-width:1017px){.homepage-categories .row>[class*=col]+[class*=col]{margin-top:0}
}
@media screen and (min-width:1455px){.homepage-categories .hp-category{background-position:center bottom 2.8125rem}
}
.homepage-categories .hp-category:focus,.homepage-categories .hp-category:hover{text-decoration:none}
.homepage-categories .hp-category .content{margin-bottom:25%;position:relative}
@media (min-width:1017px){.homepage-categories .hp-category .content{left:-2rem}
}
@media (min-width:1235px){.homepage-categories .hp-category .content{left:0}
}
@media screen and (min-width:1455px){.homepage-categories .hp-category .content{margin-bottom:35%}
}
.homepage-categories .hp-category .title{width:7.5rem;margin:0 0 1.875rem}
@media (min-width:1017px){.homepage-categories .hp-category .title{font-size:1.75rem;margin:0 0 2.875rem}
}
@media (min-width:1017px){.homepage-categories .hp-category .image{left:-2rem;margin:0;-ms-flex-negative:0;flex-shrink:0}
}
@media (min-width:783px){.product-detail{background:#F8F6F7}
}
.product-detail .row{margin-left:-25px;margin-right:-25px}
.product-detail .row>[class*=col]{padding-left:25px;padding-right:25px}
.product-detail .image-col,.product-detail .title-col{background:#f9f8f7}
@media (min-width:783px){.product-detail .title-col{float:right;background:0 0}
}
@media (min-width:783px){.product-detail .image-col{float:left;background:0 0}
}
@media (min-width:783px){.product-detail .info-col{float:right;background:0 0}
}
.detail-title{letter-spacing:.063rem;line-height:1.13;font-size:28px}
@media (min-width:1017px){.detail-title{font-size:2.5rem}
}
.detail-price{letter-spacing:.047rem;line-height:.67}
.detail-shortdesc{letter-spacing:.025rem;line-height:1.44;color:rgba(40,55,88,.7)}
.detail-availability,.detail-sizetable{letter-spacing:.025rem}
.detail-variants .single-variant+.single-variant{margin-left:2rem}
.detail-variants .variant-title{letter-spacing:.025rem;line-height:1.31}
.detail-variants .variant-values.-colors .single-value{display:-ms-inline-flexbox;display:inline-flex;width:.875rem;height:.875rem;border-radius:50%;border:.0625rem solid transparent;position:relative;outline:0!important;padding:0;box-shadow:none}
.detail-variants .variant-values.-colors .single-value.active:after{content:"";display:-ms-inline-flexbox;display:inline-flex;width:1.1875rem;height:1.1875rem;border:.0625rem solid #283758;position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.detail-variants .variant-values.-colors .single-value+.single-value{margin-left:.6875rem}
.detail-variants .variant-values .variant-dropdown .dropdown-menu{left:auto;right:0}
@media (min-width:1017px){.detail-variants .variant-values .variant-dropdown .dropdown-menu{right:auto;left:0}
}
.detail-variants .variant-values .variant-dropdown .btn,.detail-variants .variant-values .variant-dropdown .collapse-button{outline:0}
.detail-variants .variant-values .variant-dropdown .single-value.active,.detail-variants .variant-values .variant-dropdown .single-value:active,.detail-variants .variant-values .variant-dropdown .single-value:focus,.detail-variants .variant-values .variant-dropdown .single-value:hover{background:#283758;color:#fff}
.tocart-amount .input-group{padding:0 .375rem;width:4.375rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-radius:6.25rem!important;border:.0625rem solid rgba(40,55,88,.15)}
.tocart-amount .form-control{border:0;background:0 0;padding:0;-ms-flex-positive:1;flex-grow:1;color:#283758;font-weight:700;letter-spacing:.025rem}
.tocart-amount .btn,.tocart-amount .collapse-button{background:0 0;color:#283758;font-weight:700;letter-spacing:.025rem;padding:0;width:.9375rem;height:.9375rem;border:0}
.tocart-amount .input-group-append,.tocart-amount .input-group-prepend{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
.about-text{letter-spacing:.025rem;line-height:1.44;color:rgba(40,55,88,.7)}
.about-gallery-wrapper{padding:0 25px}
@media (min-width:783px){.about-gallery-wrapper{padding:0}
}
.about-gallery .gallery-item{max-width:60%}
.about-gallery .swiper-pagination{position:static}
.filter-sentence{line-height:1.11;color:rgba(40,55,88,.4);font-size:1.25rem;letter-spacing:.031rem}
@media (min-width:1017px){.filter-sentence{font-size:2.25rem;letter-spacing:.056rem}
}
.filter-sentence .filter-sentence-button{background:0 0;border:0;color:#283758;padding:0;margin:0 .75rem;position:relative}
.filter-sentence .filter-sentence-button:after{content:"";left:0;right:0;bottom:-.25rem;position:absolute;height:.125rem;background:#283758}
@media (min-width:1017px){.filter-sentence .filter-sentence-button:after{bottom:-.4375rem}
}
.filter-sentence .filter-sentence-button:active,.filter-sentence .filter-sentence-button:focus,.filter-sentence .filter-sentence-button:hover{outline:0}
.filter-sentence .filter-sentence-button .caret{content:"";display:inline-block;width:13px;height:8px;background:transparent url(../images/arrow-down-primary-darken.svg) center no-repeat;background-size:13px;margin-left:0}
.filter-sentence .dropdown-menu{left:auto;right:0}
@media (min-width:1017px){.filter-sentence .dropdown-menu{right:auto;left:0}
}
.filter-sentence .dropdown-item{font-size:1.25rem;letter-spacing:.056rem;line-height:1.53}
@media (min-width:1017px){.filter-sentence .dropdown-item{font-size:2.25rem;min-width:16.25rem}
}
.row.eq-height>[class*=col-]{display:flex;flex-direction:column}
.row.eq-height>[class*=col-]:after,.row.eq-height>[class*=col-]:before{content:normal}
.puffIn{-webkit-animation-name:puffIn;animation-name:puffIn}
@-webkit-keyframes puffIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
}
@keyframes puffIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
}
.puffOut{-webkit-animation-name:puffOut;animation-name:puffOut}
@-webkit-keyframes puffOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}
}
@keyframes puffOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}
}
.vanishIn{-webkit-animation-name:vanishIn;animation-name:vanishIn}
@-webkit-keyframes vanishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(90px)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
}
@keyframes vanishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(90px)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
}
.vanishOut{-webkit-animation-name:vanishOut;animation-name:vanishOut}
@-webkit-keyframes vanishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(20px)}
}
@keyframes vanishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}
to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(20px)}
}
.boingInUp{-webkit-animation-name:boingInUp;animation-name:boingInUp}
@-webkit-keyframes boingInUp{0%{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateX(-90deg)}
50%{opacity:1;transform-origin:50% 0;transform:perspective(800px) rotateX(50deg)}
to{opacity:1;transform-origin:50% 0;transform:perspective(800px) rotateX(0deg)}
}
@keyframes boingInUp{0%{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateX(-90deg)}
50%{opacity:1;transform-origin:50% 0;transform:perspective(800px) rotateX(50deg)}
to{opacity:1;transform-origin:50% 0;transform:perspective(800px) rotateX(0deg)}
}
.boingOutDown{-webkit-animation-name:boingOutDown;animation-name:boingOutDown}
@-webkit-keyframes boingOutDown{0%{opacity:1;transform-origin:100% 100%;transform:perspective(800px) rotateX(0deg) rotateY(0deg)}
20%{opacity:1;transform-origin:100% 100%;transform:perspective(800px) rotateX(0deg) rotateY(10deg)}
30%{opacity:1;transform-origin:0 100%;transform:perspective(800px) rotateX(0deg) rotateY(0deg)}
40%{opacity:1;transform-origin:0 100%;transform:perspective(800px) rotateX(10deg) rotateY(10deg)}
to{opacity:0;transform-origin:100% 100%;transform:perspective(800px) rotateX(90deg) rotateY(0deg)}
}
@keyframes boingOutDown{0%{opacity:1;transform-origin:100% 100%;transform:perspective(800px) rotateX(0deg) rotateY(0deg)}
20%{opacity:1;transform-origin:100% 100%;transform:perspective(800px) rotateX(0deg) rotateY(10deg)}
30%{opacity:1;transform-origin:0 100%;transform:perspective(800px) rotateX(0deg) rotateY(0deg)}
40%{opacity:1;transform-origin:0 100%;transform:perspective(800px) rotateX(10deg) rotateY(10deg)}
to{opacity:0;transform-origin:100% 100%;transform:perspective(800px) rotateX(90deg) rotateY(0deg)}
}
.bombLeftOut{-webkit-animation-name:bombLeftOut;animation-name:bombLeftOut}
@-webkit-keyframes bombLeftOut{0%{opacity:1;transform-origin:50% 50%;transform:rotate(0deg);filter:blur(0)}
50%{opacity:1;transform-origin:-100% 50%;transform:rotate(-160deg);filter:blur(0)}
to{opacity:0;transform-origin:-100% 50%;transform:rotate(-160deg);filter:blur(20px)}
}
@keyframes bombLeftOut{0%{opacity:1;transform-origin:50% 50%;transform:rotate(0deg);filter:blur(0)}
50%{opacity:1;transform-origin:-100% 50%;transform:rotate(-160deg);filter:blur(0)}
to{opacity:0;transform-origin:-100% 50%;transform:rotate(-160deg);filter:blur(20px)}
}
.bombRightOut{-webkit-animation-name:bombRightOut;animation-name:bombRightOut}
@-webkit-keyframes bombRightOut{0%{opacity:1;transform-origin:50% 50%;transform:rotate(0deg);filter:blur(0)}
50%{opacity:1;transform-origin:200% 50%;transform:rotate(160deg);filter:blur(0)}
to{opacity:0;transform-origin:200% 50%;transform:rotate(160deg);filter:blur(20px)}
}
@keyframes bombRightOut{0%{opacity:1;transform-origin:50% 50%;transform:rotate(0deg);filter:blur(0)}
50%{opacity:1;transform-origin:200% 50%;transform:rotate(160deg);filter:blur(0)}
to{opacity:0;transform-origin:200% 50%;transform:rotate(160deg);filter:blur(20px)}
}
.magic{-webkit-animation-name:magic;animation-name:magic}
@-webkit-keyframes magic{0%{opacity:1;transform-origin:100% 200%;transform:scale(1) rotate(0deg)}
to{opacity:0;transform-origin:200% 500%;transform:scale(0) rotate(270deg)}
}
@keyframes magic{0%{opacity:1;transform-origin:100% 200%;transform:scale(1) rotate(0deg)}
to{opacity:0;transform-origin:200% 500%;transform:scale(0) rotate(270deg)}
}
.swap{-webkit-animation-name:swap;animation-name:swap}
@-webkit-keyframes swap{0%{opacity:0;transform-origin:0 100%;transform:scale(0) translate(-700px)}
to{opacity:1;transform-origin:100% 100%;transform:scale(1) translate(0)}
}
@keyframes swap{0%{opacity:0;transform-origin:0 100%;transform:scale(0) translate(-700px)}
to{opacity:1;transform-origin:100% 100%;transform:scale(1) translate(0)}
}
.twisterInDown{-webkit-animation-name:twisterInDown;animation-name:twisterInDown}
@-webkit-keyframes twisterInDown{0%{opacity:0;transform-origin:0 100%;transform:scale(0) rotate(1turn) translateY(-100%)}
30%{transform-origin:0 100%;transform:scale(0) rotate(1turn) translateY(-100%)}
to{opacity:1;transform-origin:100% 100%;transform:scale(1) rotate(0deg) translateY(0)}
}
@keyframes twisterInDown{0%{opacity:0;transform-origin:0 100%;transform:scale(0) rotate(1turn) translateY(-100%)}
30%{transform-origin:0 100%;transform:scale(0) rotate(1turn) translateY(-100%)}
to{opacity:1;transform-origin:100% 100%;transform:scale(1) rotate(0deg) translateY(0)}
}
.twisterInUp{-webkit-animation-name:twisterInUp;animation-name:twisterInUp}
@-webkit-keyframes twisterInUp{0%{opacity:0;transform-origin:100% 0;transform:scale(0) rotate(1turn) translateY(100%)}
30%{transform-origin:100% 0;transform:scale(0) rotate(1turn) translateY(100%)}
to{opacity:1;transform-origin:0 0;transform:scale(1) rotate(0deg) translateY(0)}
}
@keyframes twisterInUp{0%{opacity:0;transform-origin:100% 0;transform:scale(0) rotate(1turn) translateY(100%)}
30%{transform-origin:100% 0;transform:scale(0) rotate(1turn) translateY(100%)}
to{opacity:1;transform-origin:0 0;transform:scale(1) rotate(0deg) translateY(0)}
}
.foolishIn{-webkit-animation-name:foolishIn;animation-name:foolishIn}
@-webkit-keyframes foolishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0) rotate(1turn)}
20%{opacity:1;transform-origin:0 100%;transform:scale(.5) rotate(0deg)}
40%{opacity:1;transform-origin:100% 100%;transform:scale(.5) rotate(0deg)}
60%{opacity:1;transform-origin:0;transform:scale(.5) rotate(0deg)}
80%{opacity:1;transform-origin:0 0;transform:scale(.5) rotate(0deg)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1) rotate(0deg)}
}
@keyframes foolishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0) rotate(1turn)}
20%{opacity:1;transform-origin:0 100%;transform:scale(.5) rotate(0deg)}
40%{opacity:1;transform-origin:100% 100%;transform:scale(.5) rotate(0deg)}
60%{opacity:1;transform-origin:0;transform:scale(.5) rotate(0deg)}
80%{opacity:1;transform-origin:0 0;transform:scale(.5) rotate(0deg)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1) rotate(0deg)}
}
.foolishOut{-webkit-animation-name:foolishOut;animation-name:foolishOut}
@-webkit-keyframes foolishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1) rotate(1turn)}
20%{opacity:1;transform-origin:0 0;transform:scale(.5) rotate(0deg)}
40%{opacity:1;transform-origin:100% 0;transform:scale(.5) rotate(0deg)}
60%{opacity:1;transform-origin:0;transform:scale(.5) rotate(0deg)}
80%{opacity:1;transform-origin:0 100%;transform:scale(.5) rotate(0deg)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0) rotate(0deg)}
}
@keyframes foolishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1) rotate(1turn)}
20%{opacity:1;transform-origin:0 0;transform:scale(.5) rotate(0deg)}
40%{opacity:1;transform-origin:100% 0;transform:scale(.5) rotate(0deg)}
60%{opacity:1;transform-origin:0;transform:scale(.5) rotate(0deg)}
80%{opacity:1;transform-origin:0 100%;transform:scale(.5) rotate(0deg)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0) rotate(0deg)}
}
.holeOut{-webkit-animation-name:holeOut;animation-name:holeOut}
@-webkit-keyframes holeOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1) rotateY(0deg)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0) rotateY(180deg)}
}
@keyframes holeOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1) rotateY(0deg)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0) rotateY(180deg)}
}
.swashIn{-webkit-animation-name:swashIn;animation-name:swashIn}
@-webkit-keyframes swashIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}
90%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1)}
}
@keyframes swashIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}
90%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}
to{opacity:1;transform-origin:50% 50%;transform:scale(1)}
}
.swashOut{-webkit-animation-name:swashOut;animation-name:swashOut}
@-webkit-keyframes swashOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1)}
80%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0)}
}
@keyframes swashOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1)}
80%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}
to{opacity:0;transform-origin:50% 50%;transform:scale(0)}
}
.spaceInDown{-webkit-animation-name:spaceInDown;animation-name:spaceInDown}
@-webkit-keyframes spaceInDown{0%{opacity:0;transform-origin:50% 100%;transform:scale(.2) translateY(200%)}
to{opacity:1;transform-origin:50% 100%;transform:scale(1) translate(0)}
}
@keyframes spaceInDown{0%{opacity:0;transform-origin:50% 100%;transform:scale(.2) translateY(200%)}
to{opacity:1;transform-origin:50% 100%;transform:scale(1) translate(0)}
}
.spaceInLeft{-webkit-animation-name:spaceInLeft;animation-name:spaceInLeft}
@-webkit-keyframes spaceInLeft{0%{opacity:0;transform-origin:0 50%;transform:scale(.2) translate(-200%)}
to{opacity:1;transform-origin:0 50%;transform:scale(1) translate(0)}
}
@keyframes spaceInLeft{0%{opacity:0;transform-origin:0 50%;transform:scale(.2) translate(-200%)}
to{opacity:1;transform-origin:0 50%;transform:scale(1) translate(0)}
}
.spaceInRight{-webkit-animation-name:spaceInRight;animation-name:spaceInRight}
@-webkit-keyframes spaceInRight{0%{opacity:0;transform-origin:100% 50%;transform:scale(.2) translate(200%)}
to{opacity:1;transform-origin:100% 50%;transform:scale(1) translate(0)}
}
@keyframes spaceInRight{0%{opacity:0;transform-origin:100% 50%;transform:scale(.2) translate(200%)}
to{opacity:1;transform-origin:100% 50%;transform:scale(1) translate(0)}
}
.spaceInUp{-webkit-animation-name:spaceInUp;animation-name:spaceInUp}
@-webkit-keyframes spaceInUp{0%{opacity:0;transform-origin:50% 0;transform:scale(.2) translateY(-200%)}
to{opacity:1;transform-origin:50% 0;transform:scale(1) translate(0)}
}
@keyframes spaceInUp{0%{opacity:0;transform-origin:50% 0;transform:scale(.2) translateY(-200%)}
to{opacity:1;transform-origin:50% 0;transform:scale(1) translate(0)}
}
.spaceOutDown{-webkit-animation-name:spaceOutDown;animation-name:spaceOutDown}
@-webkit-keyframes spaceOutDown{0%{opacity:1;transform-origin:50% 100%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:50% 100%;transform:scale(.2) translateY(200%)}
}
@keyframes spaceOutDown{0%{opacity:1;transform-origin:50% 100%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:50% 100%;transform:scale(.2) translateY(200%)}
}
.spaceOutLeft{-webkit-animation-name:spaceOutLeft;animation-name:spaceOutLeft}
@-webkit-keyframes spaceOutLeft{0%{opacity:1;transform-origin:0 50%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:0 50%;transform:scale(.2) translate(-200%)}
}
@keyframes spaceOutLeft{0%{opacity:1;transform-origin:0 50%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:0 50%;transform:scale(.2) translate(-200%)}
}
.spaceOutRight{-webkit-animation-name:spaceOutRight;animation-name:spaceOutRight}
@-webkit-keyframes spaceOutRight{0%{opacity:1;transform-origin:100% 50%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:100% 50%;transform:scale(.2) translate(200%)}
}
@keyframes spaceOutRight{0%{opacity:1;transform-origin:100% 50%;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:100% 50%;transform:scale(.2) translate(200%)}
}
.spaceOutUp{-webkit-animation-name:spaceOutUp;animation-name:spaceOutUp}
@-webkit-keyframes spaceOutUp{0%{opacity:1;transform-origin:50% 0;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:50% 0;transform:scale(.2) translateY(-200%)}
}
@keyframes spaceOutUp{0%{opacity:1;transform-origin:50% 0;transform:scale(1) translate(0)}
to{opacity:0;transform-origin:50% 0;transform:scale(.2) translateY(-200%)}
}
.perspectiveDown{-webkit-animation-name:perspectiveDown;animation-name:perspectiveDown}
@-webkit-keyframes perspectiveDown{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(0deg)}
to{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}
}
@keyframes perspectiveDown{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(0deg)}
to{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}
}
.perspectiveDownReturn{-webkit-animation-name:perspectiveDownReturn;animation-name:perspectiveDownReturn}
@-webkit-keyframes perspectiveDownReturn{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}
to{transform-origin:0 100%;transform:perspective(800px) rotateX(0deg)}
}
@keyframes perspectiveDownReturn{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}
to{transform-origin:0 100%;transform:perspective(800px) rotateX(0deg)}
}
.perspectiveLeft{-webkit-animation-name:perspectiveLeft;animation-name:perspectiveLeft}
@-webkit-keyframes perspectiveLeft{0%{transform-origin:0 0;transform:perspective(800px) rotateY(0deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateY(-180deg)}
}
@keyframes perspectiveLeft{0%{transform-origin:0 0;transform:perspective(800px) rotateY(0deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateY(-180deg)}
}
.perspectiveLeftReturn{-webkit-animation-name:perspectiveLeftReturn;animation-name:perspectiveLeftReturn}
@-webkit-keyframes perspectiveLeftReturn{0%{transform-origin:0 0;transform:perspective(800px) rotateY(-180deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateY(0deg)}
}
@keyframes perspectiveLeftReturn{0%{transform-origin:0 0;transform:perspective(800px) rotateY(-180deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateY(0deg)}
}
.perspectiveRight{-webkit-animation-name:perspectiveRight;animation-name:perspectiveRight}
@-webkit-keyframes perspectiveRight{0%{transform-origin:100% 0;transform:perspective(800px) rotateY(0deg)}
to{transform-origin:100% 0;transform:perspective(800px) rotateY(180deg)}
}
@keyframes perspectiveRight{0%{transform-origin:100% 0;transform:perspective(800px) rotateY(0deg)}
to{transform-origin:100% 0;transform:perspective(800px) rotateY(180deg)}
}
.perspectiveRightReturn{-webkit-animation-name:perspectiveRightReturn;animation-name:perspectiveRightReturn}
@-webkit-keyframes perspectiveRightReturn{0%{transform-origin:100% 0;transform:perspective(800px) rotateY(180deg)}
to{transform-origin:100% 0;transform:perspective(800px) rotateY(0deg)}
}
@keyframes perspectiveRightReturn{0%{transform-origin:100% 0;transform:perspective(800px) rotateY(180deg)}
to{transform-origin:100% 0;transform:perspective(800px) rotateY(0deg)}
}
.perspectiveUp{-webkit-animation-name:perspectiveUp;animation-name:perspectiveUp}
@-webkit-keyframes perspectiveUp{0%{transform-origin:0 0;transform:perspective(800px) rotateX(0deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}
}
@keyframes perspectiveUp{0%{transform-origin:0 0;transform:perspective(800px) rotateX(0deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}
}
.perspectiveUpReturn{-webkit-animation-name:perspectiveUpReturn;animation-name:perspectiveUpReturn}
@-webkit-keyframes perspectiveUpReturn{0%{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateX(0deg)}
}
@keyframes perspectiveUpReturn{0%{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}
to{transform-origin:0 0;transform:perspective(800px) rotateX(0deg)}
}
.rotateDown{-webkit-animation-name:rotateDown;animation-name:rotateDown}
@-webkit-keyframes rotateDown{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateX(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 100%;transform:perspective(800px) rotateX(-180deg) translateZ(300px)}
}
@keyframes rotateDown{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateX(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 100%;transform:perspective(800px) rotateX(-180deg) translateZ(300px)}
}
.rotateLeft{-webkit-animation-name:rotateLeft;animation-name:rotateLeft}
@-webkit-keyframes rotateLeft{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateY(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateY(-180deg) translateZ(300px)}
}
@keyframes rotateLeft{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateY(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateY(-180deg) translateZ(300px)}
}
.rotateRight{-webkit-animation-name:rotateRight;animation-name:rotateRight}
@-webkit-keyframes rotateRight{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateY(0deg) translate3d(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateY(180deg) translateZ(150px)}
}
@keyframes rotateRight{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateY(0deg) translate3d(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateY(180deg) translateZ(150px)}
}
.rotateUp{-webkit-animation-name:rotateUp;animation-name:rotateUp}
@-webkit-keyframes rotateUp{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateX(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateX(180deg) translateZ(100px)}
}
@keyframes rotateUp{0%{opacity:1;transform-origin:0 0;transform:perspective(800px) rotateX(0deg) translateZ(0)}
to{opacity:0;transform-origin:50% 0;transform:perspective(800px) rotateX(180deg) translateZ(100px)}
}
.slideDown{-webkit-animation-name:slideDown;animation-name:slideDown}
@-webkit-keyframes slideDown{0%{transform-origin:0 0;transform:translateY(0)}
to{transform-origin:0 0;transform:translateY(100%)}
}
@keyframes slideDown{0%{transform-origin:0 0;transform:translateY(0)}
to{transform-origin:0 0;transform:translateY(100%)}
}
.slideDownReturn{-webkit-animation-name:slideDownReturn;animation-name:slideDownReturn}
@-webkit-keyframes slideDownReturn{0%{transform-origin:0 0;transform:translateY(100%)}
to{transform-origin:0 0;transform:translateY(0)}
}
@keyframes slideDownReturn{0%{transform-origin:0 0;transform:translateY(100%)}
to{transform-origin:0 0;transform:translateY(0)}
}
.slideLeft{-webkit-animation-name:slideLeft;animation-name:slideLeft}
@-webkit-keyframes slideLeft{0%{transform-origin:0 0;transform:translateX(0)}
to{transform-origin:0 0;transform:translateX(-100%)}
}
@keyframes slideLeft{0%{transform-origin:0 0;transform:translateX(0)}
to{transform-origin:0 0;transform:translateX(-100%)}
}
.slideLeftReturn{-webkit-animation-name:slideLeftReturn;animation-name:slideLeftReturn}
@-webkit-keyframes slideLeftReturn{0%{transform-origin:0 0;transform:translateX(-100%)}
to{transform-origin:0 0;transform:translateX(0)}
}
@keyframes slideLeftReturn{0%{transform-origin:0 0;transform:translateX(-100%)}
to{transform-origin:0 0;transform:translateX(0)}
}
.slideRight{-webkit-animation-name:slideRight;animation-name:slideRight}
@-webkit-keyframes slideRight{0%{transform-origin:0 0;transform:translateX(0)}
to{transform-origin:0 0;transform:translateX(100%)}
}
@keyframes slideRight{0%{transform-origin:0 0;transform:translateX(0)}
to{transform-origin:0 0;transform:translateX(100%)}
}
.slideRightReturn{-webkit-animation-name:slideRightReturn;animation-name:slideRightReturn}
@-webkit-keyframes slideRightReturn{0%{transform-origin:0 0;transform:translateX(100%)}
to{transform-origin:0 0;transform:translateX(0)}
}
@keyframes slideRightReturn{0%{transform-origin:0 0;transform:translateX(100%)}
to{transform-origin:0 0;transform:translateX(0)}
}
.slideUp{-webkit-animation-name:slideUp;animation-name:slideUp}
@-webkit-keyframes slideUp{0%{transform-origin:0 0;transform:translateY(0)}
to{transform-origin:0 0;transform:translateY(-100%)}
}
@keyframes slideUp{0%{transform-origin:0 0;transform:translateY(0)}
to{transform-origin:0 0;transform:translateY(-100%)}
}
.slideUpReturn{-webkit-animation-name:slideUpReturn;animation-name:slideUpReturn}
@-webkit-keyframes slideUpReturn{0%{transform-origin:0 0;transform:translateY(-100%)}
to{transform-origin:0 0;transform:translateY(0)}
}
@keyframes slideUpReturn{0%{transform-origin:0 0;transform:translateY(-100%)}
to{transform-origin:0 0;transform:translateY(0)}
}
.openDownLeft{-webkit-animation-name:openDownLeft;animation-name:openDownLeft}
@-webkit-keyframes openDownLeft{0%{transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openDownLeft{0%{transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
.openDownLeftReturn{-webkit-animation-name:openDownLeftReturn;animation-name:openDownLeftReturn}
@-webkit-keyframes openDownLeftReturn{0%{transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes openDownLeftReturn{0%{transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
.openDownRight{-webkit-animation-name:openDownRight;animation-name:openDownRight}
@-webkit-keyframes openDownRight{0%{transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openDownRight{0%{transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
.openDownRightReturn{-webkit-animation-name:openDownRightReturn;animation-name:openDownRightReturn}
@-webkit-keyframes openDownRightReturn{0%{transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes openDownRightReturn{0%{transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
.openUpLeft{-webkit-animation-name:openUpLeft;animation-name:openUpLeft}
@-webkit-keyframes openUpLeft{0%{transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openUpLeft{0%{transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
.openUpLeftReturn{-webkit-animation-name:openUpLeftReturn;animation-name:openUpLeftReturn}
@-webkit-keyframes openUpLeftReturn{0%{transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes openUpLeftReturn{0%{transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
.openUpRight{-webkit-animation-name:openUpRight;animation-name:openUpRight}
@-webkit-keyframes openUpRight{0%{transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openUpRight{0%{transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
.openUpRightReturn{-webkit-animation-name:openUpRightReturn;animation-name:openUpRightReturn}
@-webkit-keyframes openUpRightReturn{0%{transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
@keyframes openUpRightReturn{0%{transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
to{transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
}
.openDownLeftOut{-webkit-animation-name:openDownLeftOut;animation-name:openDownLeftOut}
@-webkit-keyframes openDownLeftOut{0%{opacity:1;transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openDownLeftOut{0%{opacity:1;transform-origin:bottom left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:bottom left;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
.openDownRightOut{-webkit-animation-name:openDownRightOut;animation-name:openDownRightOut}
@-webkit-keyframes openDownRightOut{0%{opacity:1;transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openDownRightOut{0%{opacity:1;transform-origin:bottom right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:bottom right;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
.openUpLeftOut{-webkit-animation-name:openUpLeftOut;animation-name:openUpLeftOut}
@-webkit-keyframes openUpLeftOut{0%{opacity:1;transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openUpLeftOut{0%{opacity:1;transform-origin:top left;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:top left;transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
.openUpRightOut{-webkit-animation-name:openUpRightOut;animation-name:openUpRightOut}
@-webkit-keyframes openUpRightOut{0%{opacity:1;transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
@keyframes openUpRightOut{0%{opacity:1;transform-origin:top right;transform:rotate(0deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
to{opacity:0;transform-origin:top right;transform:rotate(-110deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
}
.tinDownIn{-webkit-animation-name:tinDownIn;animation-name:tinDownIn}
@-webkit-keyframes tinDownIn{0%{opacity:0;transform:scale(1) translateY(900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}
60%,80%,to{opacity:1;transform:scale(1) translateY(0)}
}
@keyframes tinDownIn{0%{opacity:0;transform:scale(1) translateY(900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}
60%,80%,to{opacity:1;transform:scale(1) translateY(0)}
}
.tinDownOut{-webkit-animation-name:tinDownOut;animation-name:tinDownOut}
@-webkit-keyframes tinDownOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateY(0)}
10%,30%{opacity:1;transform:scale(1.1) translateY(0)}
to{opacity:0;transform:scale(1) translateY(900%)}
}
@keyframes tinDownOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateY(0)}
10%,30%{opacity:1;transform:scale(1.1) translateY(0)}
to{opacity:0;transform:scale(1) translateY(900%)}
}
.tinLeftIn{-webkit-animation-name:tinLeftIn;animation-name:tinLeftIn}
@-webkit-keyframes tinLeftIn{0%{opacity:0;transform:scale(1) translateX(-900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateX(0)}
60%,80%,to{opacity:1;transform:scale(1) translateX(0)}
}
@keyframes tinLeftIn{0%{opacity:0;transform:scale(1) translateX(-900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateX(0)}
60%,80%,to{opacity:1;transform:scale(1) translateX(0)}
}
.tinLeftOut{-webkit-animation-name:tinLeftOut;animation-name:tinLeftOut}
@-webkit-keyframes tinLeftOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateX(0)}
10%,30%{opacity:1;transform:scale(1.1) translateX(0)}
to{opacity:0;transform:scale(1) translateX(-900%)}
}
@keyframes tinLeftOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateX(0)}
10%,30%{opacity:1;transform:scale(1.1) translateX(0)}
to{opacity:0;transform:scale(1) translateX(-900%)}
}
.tinRightIn{-webkit-animation-name:tinRightIn;animation-name:tinRightIn}
@-webkit-keyframes tinRightIn{0%{opacity:0;transform:scale(1) translateX(900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateX(0)}
60%,80%,to{opacity:1;transform:scale(1) translateX(0)}
}
@keyframes tinRightIn{0%{opacity:0;transform:scale(1) translateX(900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateX(0)}
60%,80%,to{opacity:1;transform:scale(1) translateX(0)}
}
.tinRightOut{-webkit-animation-name:tinRightOut;animation-name:tinRightOut}
@-webkit-keyframes tinRightOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateX(0)}
10%,30%{opacity:1;transform:scale(1.1) translateX(0)}
to{opacity:0;transform:scale(1) translateX(900%)}
}
@keyframes tinRightOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateX(0)}
10%,30%{opacity:1;transform:scale(1.1) translateX(0)}
to{opacity:0;transform:scale(1) translateX(900%)}
}
.tinUpIn{-webkit-animation-name:tinUpIn;animation-name:tinUpIn}
@-webkit-keyframes tinUpIn{0%{opacity:0;transform:scale(1) translateY(-900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}
60%,80%,to{opacity:1;transform:scale(1) translateY(0)}
}
@keyframes tinUpIn{0%{opacity:0;transform:scale(1) translateY(-900%)}
50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}
60%,80%,to{opacity:1;transform:scale(1) translateY(0)}
}
.tinUpOut{-webkit-animation-name:tinUpOut;animation-name:tinUpOut}
@-webkit-keyframes tinUpOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateY(0)}
10%,30%{opacity:1;transform:scale(1.1) translateY(0)}
to{opacity:0;transform:scale(1) translateY(-900%)}
}
@keyframes tinUpOut{0%,20%,40%,50%{opacity:1;transform:scale(1) translateY(0)}
10%,30%{opacity:1;transform:scale(1.1) translateY(0)}
to{opacity:0;transform:scale(1) translateY(-900%)}
}
.magictime{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@media (prefers-reduced-motion),(print){.magictime{-webkit-animation:unset!important;animation:unset!important;transition:none!important}
}
body{background-color:#fff}
.row .row{margin:0}
.with-top-margin{margin-top:15px}
.ui-autocomplete .search_img_div{float:left;width:60px}
#top-page-menu{color:#000}
@media (min-width:480px){#top-page-menu{margin:20px 0 10px 0}
}
@media (max-width:480px){#top-page-menu .navbar-nav{margin-top:20px}
}
#top-page-menu nav{color:#000;min-height:35px;border:none;background:0 0;box-shadow:none}
@media (max-width:480px){#top-page-menu nav{margin:0;min-height:0}
}
#top-page-menu nav .navbar-collapse{padding:0}
@media (min-width:480px){#top-page-menu nav .navbar-nav>li{border-right:1px solid #000}
}
#top-page-menu nav .navbar-nav>li:last-child{border-right:0}
#top-page-menu nav .navbar-nav>li>a{color:#000;padding:0 10px}
#top-page-menu nav .navbar-nav>li>a:hover{color:#888}
#top-page-menu .navbar{background:0 0;border:transparent;min-height:20px}
#top-page-menu .navbar-collapse{border:transparent}
#top-page-menu li a:hover{background:0 0}
#top-page-menu li a{padding-top:10px;padding-bottom:5px}
#top-page-menu .container{padding:0}
#top-page-menu .navbar-default .navbar-nav>li>a{color:#000}
#top-page-menu .navbar-default .navbar-nav>li>a:hover{color:#888}
header{background:#fff}
header #header{background-color:#fff00 0;border-bottom:1px solid #00000 0;margin:20px 0 25px 0}
header #header #catchword{margin-top:15px;display:block;color:#000}
header #header #kosik_container{padding:10px;margin:15px 0;border-radius:5px}
@media (max-width:767px){header #header #kosik_container{margin:0}
}
header #header #kosik_container.kosik_container_active{background:#d5e2ff}
header #header #kosik_container.kosik_container_floated{position:fixed;padding:10px;background-color:#FFF2E8;z-index:10500}
header #header #kosik_container .title{margin-left:15px}
header #header-search{margin-top:15px}
header #header-search form{display:inline-block;position:relative}
header #header-search #search-text{border:1px solid #c2c2c2;padding:.33em 1em;position:static}
@media (min-width:992px){header #header-search #search-text{width:300px}
}
header #header-search #search-submit{top:-2px;padding:.33em 2.5em;background:#669725;border:1px solid #669725;border-radius:0;box-shadow:none;color:#fff;position:relative;text-shadow:none}
@media (min-width:992px){header .header-col-left{margin-top:-30px}
}
header .header-col-middle{margin-top:25px}
header .header-col-right{margin-top:5px}
footer{padding:15px 0 25px;background-color:#eee}
@media (max-width:767px){footer{text-align:center}
}
footer h2{color:#000;font-size:18px;margin-top:10px;margin-bottom:10px}
footer h2 a{color:#000}
footer .adresa{margin:0 0 30px 0}
footer #footer ul,footer .footer-megamenu ul{list-style-type:none;padding:0}
footer #footer ul li,footer .footer-megamenu ul li{margin-bottom:5px}
footer #footer ul a:hover,footer .footer-megamenu ul a:hover{text-decoration:underline}
footer .copyright{background-color:#ebebeb}
footer .copyright .pull-right{text-align:right}
@media (max-width:991px){footer .copyright .pull-right{text-align:center!important}
}
footer .copyright p{margin:10px 0;color:#444351}
@media (max-width:991px){footer .copyright p{text-align:center!important}
}
footer .copyright p a{text-decoration:underline;color:#eb890c}
footer ul{width:100%;margin:0;list-style-type:none;padding:0}
footer ul li{margin-bottom:.33em}
footer ul li a{text-decoration:none}
footer ul li a:hover{text-decoration:underline}
footer .footer-bottom{border-top:2px solid gray;padding-top:15px;text-align:center}
.product-info h1{margin-bottom:15px;font-weight:600}
.product-info .optional{margin-top:15px}
.product-info .optional .availability{font-weight:700;color:#80a60d}
.product-info .author{color:#62d300}
.product-info .product-description{margin-top:15px;margin-bottom:15px}
.product-info .product-description p{line-height:2.5em}
.product-card{position:relative;height:430px;overflow:hidden}
.product-card.fs-card{height:350px}
.product-card:hover{box-shadow:1px 2px 10px 0 #444}
.product-card .image{display:block;height:170px}
.product-card .image img{height:auto;z-index:100}
.product-card h2{font-size:1.429em;text-align:center;height:2em;overflow:hidden}
.product-card h2 a{text-decoration:none;color:#111;text-transform:uppercase}
.product-card h2 a:hover{color:#000}
.product-card .product-info{color:#777;height:4em;overflow:hidden}
.product-card .price{color:#eb890c;font-weight:700;text-align:center;font-size:2em}
.product-card .price-old{font-size:16px;text-decoration:line-through;text-align:center}
.product-card .bottom-caption-info{position:absolute;bottom:30px;margin-left:-17px;width:100%}
.product-card .product-detail-button{position:absolute;bottom:15px;left:0;width:100%}
.product-card .sticker{position:absolute;left:5px;top:5px;width:100%}
.product-card .sticker img{width:35%;cursor:pointer}
.product-detail{margin-top:15px}
.product-detail .inner-left{text-align:center}
.product-detail .inner-left img{display:inline-block;vertical-align:middle;height:auto;max-width:100%}
.product-detail .product-detail-background{background-color:#fff;padding-top:40px;padding-bottom:40px}
.product-detail .main-product-image{display:block;position:relative;margin-bottom:10px}
.product-detail .main-product-image .sticker{position:absolute;left:45px;top:5px;width:100%;text-align:left}
.product-detail .main-product-image .sticker img{width:21%}
.product-detail .product-detail-tabs{background-color:#fff;padding-top:40px;padding-bottom:40px}
.product-detail .inner-right{background-color:#FFF;color:#000}
.product-detail .inner-right .price{font-size:24px}
.product-detail .inner-right .price-old{font-size:18px;text-decoration:line-through}
.product-detail .inner-right .availability{padding:15px 0}
@media (max-width:767px){.product-detail .inner-right{height:100px;line-height:7em}
.product-detail .inner-right .basket_button{margin-left:0;float:right;margin-top:35px}
}
ul.shopping_cart_navigator{list-style-type:none;margin:0 0 15px 0;padding:25px 0;border-bottom:2px #ccc7c4 solid;text-align:center;font-family:'Open Sans',sans-serif}
ul.shopping_cart_navigator li{width:24%;display:inline-block;height:50px;line-height:50px;text-decoration:none;text-align:center;position:relative;margin:0;padding:0}
ul.shopping_cart_navigator li:after{font-family:'Glyphicons Halflings';content:"\e113";position:absolute;rotate:90deg;height:50px;width:50px;font-size:16px;right:-25px;text-align:center;top:0}
ul.shopping_cart_navigator li:last-child:after{display:none}
ul.shopping_cart_navigator li div.process{height:50px;border-radius:50px;font-size:16px;width:80%;font-weight:700;display:inline-block;text-align:center;background:0 0}
ul.shopping_cart_navigator li.current div.process,ul.shopping_cart_navigator li.current:after,ul.shopping_cart_navigator li.previous div.process,ul.shopping_cart_navigator li.previous:after{color:#40a9f1}
ul.shopping_cart_navigator li.following div.process,ul.shopping_cart_navigator li.following:after{color:#ccc7c4}
@media (max-width:991px){ul.shopping_cart_navigator li{width:29%}
ul.shopping_cart_navigator li:after{right:-25px;font-size:16px;height:50px;width:50px}
ul.shopping_cart_navigator li:first-child,ul.shopping_cart_navigator li:last-child{width:19%;text-align:left}
ul.shopping_cart_navigator li:last-child{text-align:right}
ul.shopping_cart_navigator li div.process{height:50px;width:50px;border-radius:50px;font-size:14px}
ul.shopping_cart_navigator li.current div.process,ul.shopping_cart_navigator li.previous div.process{background:#40a9f1;color:#fff}
ul.shopping_cart_navigator li.current:after,ul.shopping_cart_navigator li.previous:after{color:#40a9f1}
ul.shopping_cart_navigator li.following div.process{background:#ccc7c4;color:#fff}
ul.shopping_cart_navigator li.following:after{color:#ccc7c4}
}
@media (max-width:767px){ul.shopping_cart_navigator{margin:0;padding:10px 0}
ul.shopping_cart_navigator li{height:25px;line-height:25px}
ul.shopping_cart_navigator li:after{right:-12px;font-size:12px;height:25px;width:25px}
ul.shopping_cart_navigator li div.process{height:25px;width:25px;border-radius:25px}
}
@media (min-width:992px){ul.shopping_cart_navigator{margin-bottom:0;border-bottom:none}
ul.shopping_cart_navigator li{width:inherit;padding:0 40px}
ul.shopping_cart_navigator li:first-child{padding-left:0}
ul.shopping_cart_navigator li:last-child{padding-right:0}
ul.shopping_cart_navigator li div.process{font-size:19px;font-weight:400;display:block;width:inherit}
ul.shopping_cart_navigator li div.process span{display:inline!important}
ul.shopping_cart_navigator li div.process span.processNumber:after{content:'.'}
}
@media (min-width:1200px){ul.shopping_cart_navigator li div.process{font-size:24px}
}
table.basket_table{width:100%;font-family:'Open Sans',sans-serif}
table.basket_table thead{display:none}
table.basket_table tr{border-bottom:2px #f3f2f1 solid}
table.basket_table tr td{padding:10px 0}
table.basket_table tr td.basket_item_image{vertical-align:middle;text-align:center}
table.basket_table tr td.basket_item_image img{max-width:100%}
table.basket_table tr td.basket_item_details{position:relative;padding:10px 0 0 0}
table.basket_table tr td.basket_item_details h3{font-size:14px;margin:0;padding:0}
table.basket_table tr td.basket_item_details h3 a{color:#686468}
table.basket_table tr td.basket_item_details h3 a:active,table.basket_table tr td.basket_item_details h3 a:hover{color:#40a9f1}
table.basket_table tr td.basket_item_details h4.cart-product-variant-name{color:#757275;font-size:11px;margin:0}
table.basket_table tr td.basket_item_details .btn.btn-delete{position:absolute;top:15px;right:0;font-size:10px;color:#bcb5b0;padding:0;margin:0}
table.basket_table tr td.basket_item_details .btn.btn-delete:active,table.basket_table tr td.basket_item_details .btn.btn-delete:hover{color:#40a9f1}
table.basket_table tr td.basket_item_details .bt-cart-item-amount{margin:10px 0}
table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin{max-width:120px}
table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin .bootstrap-touchspin-down,table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin .bootstrap-touchspin-up{background-color:#f0f0f0;padding-right:0;padding-left:0;text-align:center;width:25px}
table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin .bootstrap-touchspin-down:active,table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin .bootstrap-touchspin-down:focus,table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin .bootstrap-touchspin-down:hover,table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin .bootstrap-touchspin-up:active,table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin .bootstrap-touchspin-up:focus,table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin .bootstrap-touchspin-up:hover{background-color:#40a9f1;border-color:#40a9f1;color:#FFF}
table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin input.amount-cart{border-left:none;border-right:none}
table.basket_table tr td.basket_item_details .bt-cart-item-price,table.basket_table tr td.basket_item_details .bt-cart-item-total-price{text-align:right;padding:0;font-size:16px;font-weight:600;color:#534f53}
table.basket_table tr td.basket_item_details .bt-cart-item-price .price-old,table.basket_table tr td.basket_item_details .bt-cart-item-total-price .price-old{display:inline-block;color:#9a9797;font-weight:400;font-size:12px;text-decoration:line-through;margin-right:5px}
@media (min-width:768px){table.basket_table tr{border-bottom:1px #f3f2f1 solid}
table.basket_table tr td.basket_item_details{padding:10px 0}
table.basket_table tr td.basket_item_details h4.cart-product-variant-name{margin-top:5px}
table.basket_table tr td.basket_item_details .bt-cart-item-price,table.basket_table tr td.basket_item_details .bt-cart-item-total-price{margin-top:10px}
}
@media (min-width:768px) and (max-width:991px){table.basket_table tr td.basket_item_details .bt-cart-item-amount{margin-top:0}
table.basket_table tr td.basket_item_details .bt-cart-item-total-price{padding-right:25px}
}
@media (min-width:992px){table.basket_table thead{display:table-header-group}
table.basket_table thead tr{border-bottom:none}
table.basket_table thead tr th{font-size:14px;font-weight:600;text-align:center;color:#534f53;padding:7px 0;background-color:#f1f1f1}
table.basket_table thead tr th:first-child{border-radius:3px 0 0 3px}
table.basket_table thead tr th:last-child{border-radius:0 3px 3px 0}
table.basket_table tr td.basket_item_details .bt-cart-item-price,table.basket_table tr td.basket_item_details .bt-cart-item-total-price,table.basket_table tr td.basket_item_details h4.cart-product-variant-name{margin-top:10px;line-height:inherit;text-align:center;font-size:18px;font-weight:600;color:#534f53}
table.basket_table tr td.basket_item_details .bt-cart-item-price .price-old{font-size:15px}
table.basket_table tr td.basket_item_details h3{margin-top:10px;font-size:16px}
table.basket_table tr td.basket_item_details .btn.btn-delete{font-size:20px;top:25px;right:25px}
table.basket_table tr td.basket_item_details .bt-cart-item-amount .bootstrap-touchspin{margin-left:auto;margin-right:auto}
}
.row.cart-form,.row.voucher-form{font-family:'Open Sans',sans-serif;margin-left:-15px;margin-right:-15px}
.row.cart-form .cart-form-submit,.row.cart-form .voucher-form-submit,.row.voucher-form .cart-form-submit,.row.voucher-form .voucher-form-submit{padding:0;text-align:center}
.row.cart-form .cart-form-submit a.btn-cart-back,.row.cart-form .voucher-form-submit a.btn-cart-back,.row.voucher-form .cart-form-submit a.btn-cart-back,.row.voucher-form .voucher-form-submit a.btn-cart-back{color:#4a90e2;font-size:13px;padding:0;font-weight:700;margin-top:20px}
.row.cart-form .cart-form-submit a.btn-cart-back .glyphicon,.row.cart-form .voucher-form-submit a.btn-cart-back .glyphicon,.row.voucher-form .cart-form-submit a.btn-cart-back .glyphicon,.row.voucher-form .voucher-form-submit a.btn-cart-back .glyphicon{font-size:8px;margin-right:5px;line-height:13px}
.row.cart-form .cart-form-submit a.btn-cart-back:active,.row.cart-form .cart-form-submit a.btn-cart-back:active .glyphicon,.row.cart-form .cart-form-submit a.btn-cart-back:focus,.row.cart-form .cart-form-submit a.btn-cart-back:focus .glyphicon,.row.cart-form .cart-form-submit a.btn-cart-back:hover,.row.cart-form .cart-form-submit a.btn-cart-back:hover .glyphicon,.row.cart-form .voucher-form-submit a.btn-cart-back:active,.row.cart-form .voucher-form-submit a.btn-cart-back:active .glyphicon,.row.cart-form .voucher-form-submit a.btn-cart-back:focus,.row.cart-form .voucher-form-submit a.btn-cart-back:focus .glyphicon,.row.cart-form .voucher-form-submit a.btn-cart-back:hover,.row.cart-form .voucher-form-submit a.btn-cart-back:hover .glyphicon,.row.voucher-form .cart-form-submit a.btn-cart-back:active,.row.voucher-form .cart-form-submit a.btn-cart-back:active .glyphicon,.row.voucher-form .cart-form-submit a.btn-cart-back:focus,.row.voucher-form .cart-form-submit a.btn-cart-back:focus .glyphicon,.row.voucher-form .cart-form-submit a.btn-cart-back:hover,.row.voucher-form .cart-form-submit a.btn-cart-back:hover .glyphicon,.row.voucher-form .voucher-form-submit a.btn-cart-back:active,.row.voucher-form .voucher-form-submit a.btn-cart-back:active .glyphicon,.row.voucher-form .voucher-form-submit a.btn-cart-back:focus,.row.voucher-form .voucher-form-submit a.btn-cart-back:focus .glyphicon,.row.voucher-form .voucher-form-submit a.btn-cart-back:hover,.row.voucher-form .voucher-form-submit a.btn-cart-back:hover .glyphicon{color:#4a90e2}
.row.cart-form .cart-form-submit input[type=submit],.row.cart-form .voucher-form-submit input[type=submit],.row.voucher-form .cart-form-submit input[type=submit],.row.voucher-form .voucher-form-submit input[type=submit]{width:calc(100% + 30px);margin:10px -15px 0 -15px;color:#FFF;font-weight:700;height:40px;line-height:40px;padding:0;background-image:linear-gradient(3deg,#00b8ff 0,#45a8f0 100%);border:none;max-width:320px}
.row.cart-form .cart-form-submit .cart-transport,.row.cart-form .voucher-form-submit .cart-transport,.row.voucher-form .cart-form-submit .cart-transport,.row.voucher-form .voucher-form-submit .cart-transport{width:100%;margin:15px 0;padding:0}
.row.cart-form .cart-form-submit .cart-transport .col-xs-12,.row.cart-form .voucher-form-submit .cart-transport .col-xs-12,.row.voucher-form .cart-form-submit .cart-transport .col-xs-12,.row.voucher-form .voucher-form-submit .cart-transport .col-xs-12{padding:0}
.row.cart-form .cart-form-submit .cart-transport table.table.cart-transport-table,.row.cart-form .voucher-form-submit .cart-transport table.table.cart-transport-table,.row.voucher-form .cart-form-submit .cart-transport table.table.cart-transport-table,.row.voucher-form .voucher-form-submit .cart-transport table.table.cart-transport-table{margin:0}
.row.cart-form .cart-form-submit .cart-transport table.table.cart-transport-table tr td,.row.cart-form .cart-form-submit .cart-transport table.table.cart-transport-table tr th,.row.cart-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr td,.row.cart-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr th,.row.voucher-form .cart-form-submit .cart-transport table.table.cart-transport-table tr td,.row.voucher-form .cart-form-submit .cart-transport table.table.cart-transport-table tr th,.row.voucher-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr td,.row.voucher-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr th{border:none;padding:0}
.row.cart-form .cart-form-submit .cart-transport table.table.cart-transport-table tr td,.row.cart-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr td,.row.voucher-form .cart-form-submit .cart-transport table.table.cart-transport-table tr td,.row.voucher-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr td{font-size:18px;font-weight:600;color:#534f53;text-align:right}
.row.cart-form .cart-form-submit .cart-transport table.table.cart-transport-table tr th,.row.cart-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr th,.row.voucher-form .cart-form-submit .cart-transport table.table.cart-transport-table tr th,.row.voucher-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr th{font-size:15px;color:#423732;text-align:left;font-weight:400;width:60%}
.row.cart-form .cart-form-submit .cart-transport table.table.cart-transport-table tr:not(:last-child) td,.row.cart-form .cart-form-submit .cart-transport table.table.cart-transport-table tr:not(:last-child) th,.row.cart-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr:not(:last-child) td,.row.cart-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr:not(:last-child) th,.row.voucher-form .cart-form-submit .cart-transport table.table.cart-transport-table tr:not(:last-child) td,.row.voucher-form .cart-form-submit .cart-transport table.table.cart-transport-table tr:not(:last-child) th,.row.voucher-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr:not(:last-child) td,.row.voucher-form .voucher-form-submit .cart-transport table.table.cart-transport-table tr:not(:last-child) th{padding-bottom:7px}
.row.cart-form .cart-form-submit .cart-total-price,.row.cart-form .voucher-form-submit .cart-total-price,.row.voucher-form .cart-form-submit .cart-total-price,.row.voucher-form .voucher-form-submit .cart-total-price{margin-top:20px;float:none;width:100%;color:#423732;font-size:12px}
.row.cart-form .cart-form-submit .cart-total-price .col-xs-6,.row.cart-form .voucher-form-submit .cart-total-price .col-xs-6,.row.voucher-form .cart-form-submit .cart-total-price .col-xs-6,.row.voucher-form .voucher-form-submit .cart-total-price .col-xs-6{padding:0;text-align:left}
.row.cart-form .cart-form-submit .cart-total-price h3,.row.cart-form .voucher-form-submit .cart-total-price h3,.row.voucher-form .cart-form-submit .cart-total-price h3,.row.voucher-form .voucher-form-submit .cart-total-price h3{color:#423732;margin:0;font-size:13px;font-weight:700;margin-bottom:2px}
.row.cart-form .cart-form-submit .cart-total-price .price,.row.cart-form .voucher-form-submit .cart-total-price .price,.row.voucher-form .cart-form-submit .cart-total-price .price,.row.voucher-form .voucher-form-submit .cart-total-price .price{text-align:right;color:#534f53;font-size:26px}
.row.cart-form .voucher-form-input,.row.voucher-form .voucher-form-input{padding:0;border-bottom:2px #c5bcbc solid;margin-bottom:3px}
.row.cart-form .voucher-form-input label,.row.voucher-form .voucher-form-input label{color:#4a90e2;margin:15px 0 13px 0;font-size:13px;font-weight:700;text-align:center;display:block;cursor:pointer}
.row.cart-form .voucher-form-input label .glyphicon,.row.voucher-form .voucher-form-input label .glyphicon{margin-left:5px;font-size:9px;vertical-align:baseline;transition:transform .3s;transform:rotate(0deg)}
.row.cart-form .voucher-form-input #voucher-input-group,.row.voucher-form .voucher-form-input #voucher-input-group{display:none;max-width:320px;margin-left:auto;margin-right:auto}
.row.cart-form .voucher-form-input #voucher-input-group input[type=text],.row.voucher-form .voucher-form-input #voucher-input-group input[type=text]{height:35px;box-shadow:none;border:1px #c6c7c8 solid;background-color:#f8f9fa;color:#5c5653;font-size:13px}
.row.cart-form .voucher-form-input #voucher-input-group input[type=text]:active,.row.cart-form .voucher-form-input #voucher-input-group input[type=text]:focus,.row.voucher-form .voucher-form-input #voucher-input-group input[type=text]:active,.row.voucher-form .voucher-form-input #voucher-input-group input[type=text]:focus{border-color:#4a90e2}
.row.cart-form .voucher-form-input #voucher-input-group input[type=submit],.row.voucher-form .voucher-form-input #voucher-input-group input[type=submit]{color:#4a90e2;background-color:#FFF;font-weight:700;font-size:14px;padding:0 23px;border:1px #4a90e2 solid;z-index:3;height:35px;line-height:35px}
.row.cart-form .voucher-form-input #voucher-input-group input[type=submit]:active,.row.cart-form .voucher-form-input #voucher-input-group input[type=submit]:focus,.row.cart-form .voucher-form-input #voucher-input-group input[type=submit]:hover,.row.voucher-form .voucher-form-input #voucher-input-group input[type=submit]:active,.row.voucher-form .voucher-form-input #voucher-input-group input[type=submit]:focus,.row.voucher-form .voucher-form-input #voucher-input-group input[type=submit]:hover{background-color:#4a90e2;color:#FFF}
.row.cart-form .voucher-form-input.expanded,.row.voucher-form .voucher-form-input.expanded{padding:0 0 20px 0}
.row.cart-form .voucher-form-input.expanded #voucher-input-group,.row.voucher-form .voucher-form-input.expanded #voucher-input-group{display:table}
.row.cart-form .voucher-form-input.expanded label .glyphicon,.row.voucher-form .voucher-form-input.expanded label .glyphicon{transition:transform .3s;transform:rotate(180deg)}
@media (min-width:768px){.row.cart-form,.row.voucher-form{width:calc(100% + 30px)}
.row.cart-form .voucher-form-input,.row.voucher-form .voucher-form-input{border-bottom:0;padding:0 15px}
.row.cart-form .voucher-form-input.expanded,.row.voucher-form .voucher-form-input.expanded{padding:0 15px}
.row.cart-form .voucher-form-input label,.row.voucher-form .voucher-form-input label{text-align:left;font-size:15px}
.row.cart-form .voucher-form-input label .glyphicon,.row.voucher-form .voucher-form-input label .glyphicon{font-size:12px;margin-left:10px}
.row.cart-form .voucher-form-input #voucher-input-group,.row.voucher-form .voucher-form-input #voucher-input-group{max-width:320px;margin-left:0}
.row.cart-form .voucher-form-input #voucher-input-group input[type=text],.row.voucher-form .voucher-form-input #voucher-input-group input[type=text]{height:40px}
.row.cart-form .voucher-form-input #voucher-input-group input[type=submit],.row.voucher-form .voucher-form-input #voucher-input-group input[type=submit]{height:40px;line-height:40px}
.row.cart-form .cart-form-submit,.row.cart-form .voucher-form-submit,.row.voucher-form .cart-form-submit,.row.voucher-form .voucher-form-submit{padding:0}
.row.cart-form .cart-form-submit a.btn.btn-cart-back,.row.cart-form .voucher-form-submit a.btn.btn-cart-back,.row.voucher-form .cart-form-submit a.btn.btn-cart-back,.row.voucher-form .voucher-form-submit a.btn.btn-cart-back{font-size:15px;position:absolute;bottom:40px;right:400px;margin:0}
.row.cart-form .cart-form-submit a.btn.btn-cart-back .glyphicon,.row.cart-form .voucher-form-submit a.btn.btn-cart-back .glyphicon,.row.voucher-form .cart-form-submit a.btn.btn-cart-back .glyphicon,.row.voucher-form .voucher-form-submit a.btn.btn-cart-back .glyphicon{font-size:12px;vertical-align:baseline}
.row.cart-form .cart-form-submit .cart-transport,.row.cart-form .voucher-form-submit .cart-transport,.row.voucher-form .cart-form-submit .cart-transport,.row.voucher-form .voucher-form-submit .cart-transport{width:380px;padding:0 15px;float:right}
.row.cart-form .cart-form-submit .cart-transport .col-xs-12,.row.cart-form .voucher-form-submit .cart-transport .col-xs-12,.row.voucher-form .cart-form-submit .cart-transport .col-xs-12,.row.voucher-form .voucher-form-submit .cart-transport .col-xs-12{padding:inherit}
.row.cart-form .cart-form-submit .cart-total-price,.row.cart-form .voucher-form-submit .cart-total-price,.row.voucher-form .cart-form-submit .cart-total-price,.row.voucher-form .voucher-form-submit .cart-total-price{margin-top:0;float:right;width:380px;padding:20px;font-size:15px;border-radius:3px;border:10px #f1f1f1 solid;color:#423732}
.row.cart-form .cart-form-submit .cart-total-price h3,.row.cart-form .voucher-form-submit .cart-total-price h3,.row.voucher-form .cart-form-submit .cart-total-price h3,.row.voucher-form .voucher-form-submit .cart-total-price h3{font-size:18px;font-weight:700;margin:0}
.row.cart-form .cart-form-submit .cart-total-price .price,.row.cart-form .voucher-form-submit .cart-total-price .price,.row.voucher-form .cart-form-submit .cart-total-price .price,.row.voucher-form .voucher-form-submit .cart-total-price .price{font-size:34px;color:#534f53}
.row.cart-form .cart-form-submit .cart-total-price input[type=submit],.row.cart-form .voucher-form-submit .cart-total-price input[type=submit],.row.voucher-form .cart-form-submit .cart-total-price input[type=submit],.row.voucher-form .voucher-form-submit .cart-total-price input[type=submit]{max-width:inherit}
}
@media (min-width:992px){.row.cart-form .voucher-form-input,.row.cart-form .voucher-form-input.expanded,.row.voucher-form .voucher-form-input,.row.voucher-form .voucher-form-input.expanded{padding:0 40px}
}
.row.cart-form{border-top:1px #f3f2f1 solid;width:100%;margin:0}
.transport-payment-table td{padding:0 5px}
.transport-payment-table label{font-weight:400}
.transport-payment-table label b{display:block;font-weight:700}
h2.cart_header{font-size:22px;font-weight:700;margin-bottom:20px}
#transport_payment_form_form{margin:0 -15px;font-family:'Open Sans',sans-serif}
#transport_payment_form_form .row.cart-form{padding-top:25px}
#transport_payment_form_form ul.bt-cart-tp-list{list-style-type:none;margin:0;padding:0}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item{position:relative;margin-bottom:5px;background-color:transparent;padding:10px;border-radius:4px;border:1px transparent solid}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item label{vertical-align:middle;width:calc(100% - 47px)}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item label h2{margin:0;font-size:14px;line-height:18px;font-weight:700}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item label p{margin-bottom:0;font-size:13px;font-weight:400}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item label span.bt-cart-tp-price{float:right;font-weight:700;color:#40a9f1}
@media (max-width:767px){#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item label h2{display:inline-block}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item label span.bt-cart-tp-price{float:inherit;margin-left:10px}
}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item input[type=radio].bt-cart-tp-radio{margin:0 15px 0 10px}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item.disabled label h2,#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item.disabled label p,#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item.disabled label span.bt-cart-tp-price{color:#ccc!important;border:1px transparent solid}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item.active{background-color:transparent;border:1px #40a9f1 solid}
#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item.active label h2,#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item.active label p,#transport_payment_form_form ul.bt-cart-tp-list li.bt-cart-tp-item.active label span.bt-cart-tp-price{color:""!important}
#delivery_data_form_form{margin:0 -15px;font-family:'Open Sans',sans-serif}
#delivery_data_form_form .bt-cart-header h3{font-size:16px;font-weight:600;color:#333}
#delivery_data_form_form .delivery-data{border-right:1px #f3f2f1 solid;padding:0}
@media (max-width:991px){#delivery_data_form_form .delivery-data{border:none}
}
#delivery_data_form_form .cart-login-form{padding:0}
#delivery_data_form_form .cart-login-form .btn-login{color:#FFF;font-weight:700;height:40px;line-height:40px;padding:0 20px;background-image:linear-gradient(3deg,#00b8ff 0,#45a8f0 100%);border:none}
@media (max-width:991px){#delivery_data_form_form .cart-login-form{padding-bottom:20px}
}
#summary_info_form_form{margin:0 -15px;font-family:'Open Sans',sans-serif}
#summary_info_form_form label[for=accept_conditions]{display:block;width:calc(130%);padding:0;text-align:left;margin:10px -15px;color:#423732;font-size:13px;font-weight:700}
#summary_info_form_form label[for=accept_conditions] input{margin-right:10px}
h3.cart_subheader{font-family:'Open Sans',sans-serif;font-size:16px;font-weight:600}
.row.cart_summary_details{font-family:'Open Sans',sans-serif;margin-left:-15px;margin-right:-15px}
.row.cart_summary_details ul{list-style:none;margin:0;padding:0}
.row.cart_summary_details ul li h4{margin:0;font-size:14px;width:150px;display:inline-block;font-weight:600}
.icon-cart{font-size:40px}
a.eshop-small-cart{color:#111}
@media (max-width:767px){a.eshop-small-cart{font-size:80%}
}
@media (min-width:768px){a.eshop-small-cart{font-size:110%}
}
@media (min-width:992px){a.eshop-small-cart{font-size:120%}
}
@media (min-width:1200px){a.eshop-small-cart{font-size:120%}
}
@media (max-width:767px){a.eshop-small-cart .icon-cart{font-size:40px}
}
@media (min-width:768px){a.eshop-small-cart .icon-cart{font-size:40px}
}
@media (min-width:992px){a.eshop-small-cart .icon-cart{font-size:40px}
}
@media (min-width:1200px){a.eshop-small-cart .icon-cart{font-size:40px}
}
a.eshop-small-cart:hover{color:#000}
#top-menu{background-color:#669725;background:#669725;background:-webkit-linear-gradient(#669725,#669725);background:-o-linear-gradient(#669725,#669725);background:-moz-linear-gradient(#669725,#669725);background:linear-gradient(#669725,#669725);color:#fff}
#top-menu .navbar-collapse{padding-left:0;padding-right:0}
#top-menu li:hover{background-color:#27460e}
#top-menu li.selected{background-color:#6b1c18}
#top-menu .navbar-nav>li>a{color:#fff;font-weight:700}
#top-menu.navbar{margin-bottom:0;border-radius:0;border:0;border-bottom:4px solid #36353f}
#megamenu .jetmenu{background-color:#669725;background:#669725;background:-webkit-linear-gradient(#669725,#669725);background:-o-linear-gradient(#669725,#669725);background:-moz-linear-gradient(#669725,#669725);background:linear-gradient(#669725,#669725);color:#fff;border-bottom:4px solid #36353f}
#megamenu .jetmenu>li.active>a,#megamenu .jetmenu>li:hover>a{background:#27460e;background:-webkit-linear-gradient(#27460e,#27460e);background:-o-linear-gradient(#27460e,#27460e);background:-moz-linear-gradient(#27460e,#27460e);background:linear-gradient(#27460e,#27460e);background-color:#27460e;color:#fff}
#megamenu .jetmenu ul.dropdown,#megamenu .jetmenu ul.dropdown li ul.dropdown{background:#669725;border-top:4px solid #36353f}
#megamenu .jetmenu>li>.megamenu{background:#669725;color:#fff;border-top:4px solid #36353f}
#megamenu .jetmenu a,#megamenu .jetmenu>li.showhide{background:#669725}
.carousel-control{z-index:50}
.carousel-caption{padding:20px;text-align:left;z-index:40}
.carousel-inner .item{background:#aaa}
@media (min-width:768px){.carousel-caption{width:50%;max-width:50%;padding:20px;text-align:left;left:25%;right:25%;bottom:auto;bottom:60px}
.carousel-caption.carousel-text-background{background:rgba(0,0,0,.7)}
.carousel-caption.carousel-caption-left{left:15px;right:auto}
.carousel-caption.carousel-caption-left .btn{float:right}
.carousel-caption.carousel-caption-right{left:auto;right:15px}
}
@media (max-width:767px){.carousel-caption{position:static}
.carousel-caption .btn{margin-left:15%}
.carousel-caption h3{margin-top:0}
.carousel-indicators{bottom:auto;top:20px}
}
.form-forgotten-password{text-align:right}
.form-errors{margin:10px 0;padding:0}
.form-errors_item{color:#a94442}
.promobox-row{margin-top:15px}
.promobox-row .promobox{min-height:130px;background:#c9d1d9;background-repeat:no-repeat}
.promobox-row .promobox div.pull-right{min-height:130px}
@media (max-width:767px){.promobox-row .promobox{font-size:100%}
}
@media (min-width:768px){.promobox-row .promobox{font-size:80%}
}
@media (min-width:992px){.promobox-row .promobox{font-size:100%}
}
@media (min-width:1200px){.promobox-row .promobox{font-size:100%}
}
.promobox-row .promobox p.pull-right{padding-top:10px;font-weight:700;text-align:right;color:#575c62;min-height:80px}
.promobox-row .promobox a.link{display:block;float:right;background:#750907;padding:5px 20px;color:#fff;margin-bottom:10px}
.promobox-row .promobox a:hover{color:#fff}
#fs .navbar-default,#fs .navbar-default .navbar-brand{background-color:#669725;color:#fff}
#fs .navbar-collapse{padding-left:0;padding-right:0;max-height:10000px}
#fs .navbar-default{border:0;box-shadow:none}
#fs_results_box .fs-product:last-child .fs-list-thumbnail{border-bottom:0}
.fs-filter-col.col-xs-12{padding-left:0;padding-right:0;background:#faf6f5}
@media (min-width:768px){.fs-filter-col.col-xs-12{background:0 0;padding-left:15px;padding-right:15px}
}
.fs-filter.collapse{display:none;visibility:hidden}
.fs-filter.collapse.in{display:block;visibility:visible}
@media (min-width:768px){.fs-filter.collapse{display:block;visibility:visible}
}
@media (min-width:768px){.fs-filter{margin-right:15px}
}
.fs-filter h4{font-family:'Open sans condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;margin:15px 0 5px 15px;padding-top:20px;padding-bottom:10px;color:#373a3d}
.fs-filter .fs-slider-wrapper{margin:10px 20px}
.fs-filter .fs-slider-wrapper .slider .slider-handle{opacity:1;background:#669725}
.fs-filter .fs-slider-wrapper .slider .slider-selection{background:#ddd;box-shadow:none}
.fs-filter .fs-slider-wrapper .slider .tooltip{z-index:5}
.fs-filter ul.fs-list{list-style:none;padding-left:0}
.fs-filter ul.fs-list li{display:inline-block}
@media (min-width:768px){.fs-filter ul.fs-list li{display:block}
}
.fs-filter ul.fs-list li input[type=checkbox]{display:none}
.fs-filter ul.fs-list li a,.fs-filter ul.fs-list li i,.fs-filter ul.fs-list li label{color:#373a3d;display:block;padding:3px 5px 3px 15px;text-decoration:none;font-size:13px;font-weight:400;cursor:pointer}
.fs-filter ul.fs-list li a:before,.fs-filter ul.fs-list li i:before,.fs-filter ul.fs-list li label:before{content:' ';display:inline-block;border:1px solid #ccc;background:#fff;padding:4px;border-radius:3px;margin-right:5px}
.fs-filter ul.fs-list li a .glyphicon,.fs-filter ul.fs-list li i .glyphicon,.fs-filter ul.fs-list li label .glyphicon{color:#aaa;font-size:10px;margin-left:5px}
.fs-filter ul.fs-list li a:hover,.fs-filter ul.fs-list li i:hover,.fs-filter ul.fs-list li label:hover{background:#f3e9e7}
.fs-filter ul.fs-list li a:hover:before,.fs-filter ul.fs-list li i:hover:before,.fs-filter ul.fs-list li label:hover:before{border-color:#669725;background:#669725}
.fs-filter ul.fs-list li a:hover .glyphicon,.fs-filter ul.fs-list li i:hover .glyphicon,.fs-filter ul.fs-list li label:hover .glyphicon,.fs-filter ul.fs-list li.active a,.fs-filter ul.fs-list li.active i,.fs-filter ul.fs-list li.active input,.fs-filter ul.fs-list li.active label{color:#000}
.fs-filter ul.fs-list li.active a:before,.fs-filter ul.fs-list li.active i:before,.fs-filter ul.fs-list li.active input:before,.fs-filter ul.fs-list li.active label:before{border-color:#669725;background:#669725}
.fs-filter ul.fs-list li.disabled i{color:#aaa;cursor:default}
.fs-horizontal{margin-bottom:15px}
.fs-horizontal .fs-filter ul.fs-list li{display:inline-block}
.fs-horizontal .fs-toggle:after{font-family:'Glyphicons Halflings';content:"\e114"}
.fs-horizontal .fs-toggle.collapsed:after{content:"\e080"}
.fs_sortbar{font-size:13px;color:#373a3d;line-height:32px;margin-bottom:15px}
.fs_sortbar select{border:1px solid #aaa;display:inline-block;margin-right:15px;margin-left:10px;width:auto}
.fs_sortbar select.form-control{font-size:12px;padding:2px 10px;height:28px}
.fs_sortbar .btn-group>.btn{background:0 0;padding:3px 6px;display:inline-block;margin:0}
.fs_sortbar .btn-group>.btn.active,.fs_sortbar .btn-group>.btn:active{box-shadow:none;color:#669725;background:#f8f6f7}
.fs_sortbar .btn-group .fs-btn-view{border:1px solid #aaa}
.fs_results_info{font-size:13px;color:#373a3d;line-height:32px;margin-bottom:15px}
.fs-search-summary-list{background:#faf6f5;padding:10px;margin-bottom:10px}
.fs-search-summary-list .btn{font-size:13px;font-weight:400;font-family:'Open Sans',sans-serif}
.fs-search-summary-list .btn span{display:inline-block;margin-left:5px}
.fs-search-summary-list .btn span.glyphicon{color:#ccc;font-size:10px}
.fs-search-summary-list .btn:hover span.glyphicon{color:#000}
.fs-filter-swiper{position:relative;padding-left:48px;padding-right:48px}
.fs-filter-swiper .swiper-arrow:after{content:"";width:.5rem;height:.8125rem;background:transparent url(../images/arrow-right-primary.svg) center no-repeat;background-size:.5rem}
.fs-filter-swiper .swiper-prev{position:absolute;top:50%;left:0;z-index:10;transform:translate(0,-50%) rotate(-180deg);background-color:#fff}
.fs-filter-swiper .swiper-next{position:absolute;top:50%;right:0;z-index:10;transform:translate(0,-50%);background-color:#fff}
.fs-filter-swiper .swiper-slide{width:auto;padding:2px}
.patch-values:not(.fs-filter-swiper .patch-values){display:grid;grid-template-columns:repeat(auto-fill,minmax(54px,1fr));justify-items:stretch;align-items:stretch;font-size:.9rem}
.patch-value-wrapper{border:2px solid transparent;border-radius:5px;padding:5px;word-break:break-word;text-align:center;cursor:pointer;margin-right:10px}
.patch-value-wrapper.patch-active,.patch-value-wrapper:hover{border-color:#283758}
.patch-icon img{width:40px;height:auto;display:block}
.patch-icon__carousel img{width:50px}
.cut-wrapper{border:2px solid transparent}
.cut-wrapper img{max-width:75px;min-width:75px;height:auto}
@media (max-width:767px){.cut-wrapper img{max-width:50px;min-width:50px}
}
@media (max-width:767px){.cut-wrapper label{font-size:13px}
}
.cut-wrapper .swiper-slide{border:2px solid transparent}
.cut-wrapper .cut-active{border-color:#283758;border-radius:5px}
.language_switcher .selected{font-weight:700}
.product-variants .variant-set{margin-bottom:15px}
.product-variants .variant-item{border:1px solid #aaa;text-align:center;padding:10px;margin:0 10px 0 0;cursor:pointer}
.product-variants .variant-item.active{background:#a00;color:#fff}
.product-variants .variant-item.disabled{border:1px solid #aaa;background:#eee;color:#666;cursor:not-allowed}
.recsys-carousel .swiper-slide{height:auto}
.recsys-carousel .swiper-button-next,.recsys-carousel .swiper-button-prev{top:40%}
.recsys-carousel .swiper-button-next::after,.recsys-carousel .swiper-button-prev::after{content:"";display:inline-block;width:.5rem;height:.8125rem;background:transparent url(../images/arrow-right-primary.svg) center no-repeat;background-size:.5rem}
.recsys-card{display:flex;flex-direction:column;height:100%;width:100%}
.recsys-card.product-wrapper .product-content{flex-grow:1;display:flex;flex-direction:column}
.recsys-card.product-wrapper .product-content .sizes-upsell{flex-grow:1}
.recsys-card.product-wrapper .product-variants .variant+.variant{margin-left:0}
.recsys-card.product-wrapper .product-variants{margin-top:15px}
.recsys-card.product-wrapper .product-variants .variant{margin-right:.5625rem;margin-bottom:.5625rem}
.recsys-card.product-wrapper .product-image{display:inline-block;width:100%;height:auto}
.recsys-card.product-wrapper .product-image img{max-height:200px;margin-right:0;margin-left:0;display:inline-block}
.shopping-cart-form-section.shopping-cart-form-section--recsys{padding-right:10px;padding-left:10px;margin-bottom:20px}
.shopping-cart-form-section.shopping-cart-form-section--recsys .shopping-cart-form-section__title{padding-right:15px;padding-left:15px}
.recsys-carousel{margin-top:10px}
@media (min-width:1017px){.recsys-carousel .product-wrapper:hover .product-content{position:static}
.recsys-carousel .product-wrapper .product-tocart-wrap{display:flex}
}
.modal-backdrop{z-index:10040}
.modal{z-index:10050}
.modal.in .modal-dialog.modal-dialog--add-to-cart-dialog{top:50%;transform:translateY(-50%)}
@media (max-width:600px){.modal.in .modal-dialog.modal-dialog--add-to-cart-dialog{margin-top:50px;margin-bottom:50px;top:0;transform:none}
}
.modal.in .modal-dialog.modal-dialog--add-to-cart-dialog .modal-header{padding:10px 15px;border:none;text-align:center}
.modal.in .modal-dialog.modal-dialog--add-to-cart-dialog .modal-header .close{width:27px;height:27px;font-size:0;font-size:0;background:url(../images/cross-black.svg) no-repeat 50% 50%;margin:0;opacity:1;z-index:100;position:absolute;top:21px;right:20px}
.add-to-cart-dialog{display:flex}
.add-to-cart-dialog .dialog-column{flex:50%}
.add-to-cart-dialog .dialog-product-image{order:0}
.add-to-cart-dialog .dialog-product-detail{order:1;padding:5px 10px}
.add-to-cart-dialog .dialog-product-detail h1{font-size:15px;font-size:1.5rem;text-align:left;margin-bottom:1rem}
@media (min-width:768px){.add-to-cart-dialog .dialog-product-detail h1{font-size:18px;font-size:1.8rem}
}
.add-to-cart-dialog .dialog-product-detail .dialog-product-detail__price{font-weight:600}
.add-to-cart-dialog .dialog-product-detail .variant-set{margin-right:0;margin-left:0}
.add-to-cart-dialog .dialog-product-mobile-detail{display:none}
@media (max-width:600px){.add-to-cart-dialog{flex-wrap:wrap}
.add-to-cart-dialog .dialog-product-mobile-detail{display:block}
.add-to-cart-dialog .dialog-column{flex:100%}
}
.recsys-tocart{cursor:pointer;font-size:14px;background-color:#283759;border-radius:19px;border:none;color:#fff;padding:5px 10px}
.recsys-tocart:focus,.recsys-tocart:hover{color:#fff;text-decoration:none;opacity:.8}
.size-upsell{background-color:#efefef;border-radius:15px;border:1px solid transparent;padding:0 5px 0 5px;cursor:pointer;margin-right:.4265rem;margin-bottom:.4265rem;width:35px;display:inline-block;text-align:center}
.size-upsell.card-active{border:2px solid #283758}
.profile_menu{list-style:none;margin:0;padding:0}
.profile_menu li{background:#dbdbdd;padding:0}
.profile_menu li a{display:block;padding:6px;background:#777;color:#555;font-weight:700;border-bottom:1px solid #FFF}
.profile_menu li a.active,.profile_menu li a:hover{background:#ff9c00;color:#FFF;text-decoration:underline}
.profile_menu li a.logout{color:red}
.info_box{margin:0;padding:8px;margin-bottom:24px;color:#FFF;position:relative;background:#ff9c00}
.info_box p{margin:3px 0;padding:0;color:inherit;font-size:inherit;line-height:1.1em}
.info_box p a{color:#FFF;text-decoration:underline}
.info_box.success{background:#4fa45f}
.info_box.error{background:#a44f4f;color:#FFF}
.info_box.info{background:#555}
.info_box .info_box_close{background:none repeat scroll 0 0 #000;color:#FFF;display:block;font-size:10px;font-weight:700;padding:4px 6px;position:absolute;right:4px;top:7px}
#basket_nadler{display:none}
.html_alert{position:absolute;z-index:1000;width:240px;background:#FFF;border:1px solid #333}
.html_alert .title{padding:6px 0 6px 6px;background:#08c;color:#FFF;font-size:16px}
.html_alert .close{background:#000;color:#fff;cursor:pointer;float:right;font-size:10px;margin:4px 2px 0 0;padding:1px 6px;text-align:center}
.html_alert .bottom{padding-bottom:8px}
.html_alert .bottom .content{margin:0;text-align:center;padding:5px 5px;font-size:.875rem}
.html_alert .bottom .content p{font-size:inherit;margin-bottom:12px}
.html_alert .bottom .content .button_submit{font-size:.75rem}
.html_alert .bottom .content .checkbox{margin-bottom:0}
.html_alert .bottom .content.error{display:none;color:red}
.html_alert .bottom .content.error a{color:red!important;text-decoration:underline}
.html_alert .bottom .content.not_available{display:none;color:#000}
.html_alert .bottom .content.not_available a{color:#000!important;text-decoration:underline}
.html_alert .bottom .content.wb{padding-bottom:10px;border-bottom:1px solid #000}
.html_alert .bottom span{color:#000;font-size:.625rem}
.sticky{position:fixed;z-index:9999;top:0}
@media (min-width:768px){.sidebar-nav .navbar .navbar-collapse{padding:0;max-height:none}
.sidebar-nav .navbar li,.sidebar-nav .navbar ul{float:none;display:block}
.sidebar-nav .navbar li a{padding-top:12px;padding-bottom:12px}
}
#left-menu .navbar-default,#left-menu .navbar-default .navbar-brand{background-color:#669725;color:#fff}
#left-menu li{background:#6b1c18}
#left-menu li a{color:#fff}
#left-menu li a:hover,#left-menu li:hover{background:#8c3333}
#left-menu .nav.navbar-nav li.active{box-shadow:none;background-image:none;background-color:#952721}
#left-menu .nav.navbar-nav li.active:hover{background-color:#8c3333}
#left-menu .nav.navbar-nav li.active a{box-shadow:none;background-image:none;background-color:#952721}
#left-menu .nav.navbar-nav li.active a:hover{background-color:#8c3333}
#left-menu .nav.navbar-nav li.nested{padding-left:.5em;box-shadow:none;background-image:none;background-color:#a92c26}
#left-menu .nav.navbar-nav li.nested:hover{background-color:#8c3333}
#left-menu .nav.navbar-nav li.nested a{box-shadow:none;background-image:none;background-color:#a92c26}
#left-menu .nav.navbar-nav li.nested a:hover{background-color:#8c3333}
.jumbotron{margin:15px 0}
.shopping-cart-form-section__title{margin:0 0 6px 0;font-size:18px;font-weight:700;color:#44495e}
.shopping-cart-sidebar{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}
h3.shopping-cart-sidebar__title{font-size:18px}
.shopping-cart-form-section__submit{font-size:15px;background-color:#283759}
li.shopping-cart-summary__item.shopping-cart-summary__item--total{font-size:16px}
label.shopping-cart-voucher__toggle.collapsed,li.shopping-cart-summary__item{font-size:18px}
.cart__free-delivery-content{font-size:16px}
.form-control.product-amount-input{padding-right:3px!important;padding-left:3px!important;width:65px!important;margin-left:5px;margin-right:5px}
a.shopping-cart-item__remove{font-size:18px;padding-bottom:5px}
.price-old{font-size:15px;line-height:17px;text-decoration:line-through;margin-top:20px;min-height:17px}
button.shopping-cart-form-section__change.js-shopping-cart-form-section__change{font-size:16px}
button#submit-order-btn{font-size:13px;background-color:#283759}
ul.dropdown-menu a{padding:0!important}
.radio label{line-height:16px;font-size:14px;padding-left:0}
.shopping-cart-delivery__description-text{color:#44495e;font-size:14px}
button.shopping-cart-form-section__close.js-shopping-cart-form-section__close,input#voucher,label.shopping-cart-voucher__toggle,li.shopping-cart-item__specs-item.shopping-cart-item__specs-item--price,span.shopping-cart-delivery__description-label,span.shopping-cart-delivery__price{font-size:18px;font-weight:700}
.shopping-cart-voucher__submit{border:1px #283759 solid;background-color:#283759}
.shopping-cart-voucher__field{border:1px #283759 solid;-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px}
.minicart-content-item__title-link,.shopping-cart-item__title-link{color:#111;text-decoration:none;font-size:15px}
.subtitle{font-size:15px;font-weight:600;white-space:nowrap}
.form-group__label{display:block}
.form-group__label a{text-decoration:underline}
span.form-group__label-text{width:30%;float:left;display:inline-block}
input.form-group__input{width:70%;display:inline-block;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #283759;padding:2px 4px}
input.form-group__checkbox{float:left;display:inline-block;margin-right:5px}
.shopping-cart-form-element-textarea{width:100%;border:1px solid #283759}
.bold-text{font-weight:700}
span.cart-form__error{color:#ed1c39}
a.blue_link{font-weight:700}
.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-left:0!important}
.text-center.amount-cart.form-control{padding:0;width:50px;background:0 0;height:34px;border-radius:0!important;border:1px solid #ccc}
li.shopping-cart-item__specs-item>div{display:inline-table}
.input-group.bootstrap-touchspin{max-width:120px}
@media (min-width:1017px){.col-sm-8.title-col>.mb-md-5,.my-md-5{margin-bottom:2rem!important}
}
span.size.text-smaller.mr-2{display:contents}
.filter-color{border:1px solid #cacaca}
.detail-tocart.d-flex.align-items-center{margin-bottom:20px}
.blueimp-gallery{background:#15151599}
img.shopping-cart-item__img{border-radius:3px;border:1px solid #f3f3f3}
a.col-sm-2.variant-item{display:inline-table;width:18px;height:18px;border-radius:50%;border:1px solid transparent;position:relative;outline:0!important;padding:0;box-shadow:none;border-color:#d8d8d8;padding-left:0!important;padding-right:0!important;margin-right:7px;margin-top:3px}
.glyph-cover{position:absolute;top:16px;right:1px;display:none}
.product-variants .variant-item.available .glyph-cover{display:block;color:#92ed92}
.variant-title.font-weight-bold.mr-3{margin-bottom:10px}
a.col-sm-2.size.variant-item{margin-right:10px;margin-bottom:10px;width:42px;padding:2px 0;text-align:center;cursor:pointer;border-radius:20px;text-decoration:none;background-color:#efefef;font-weight:700;border:2px solid transparent}
a.col-sm-2.size.variant-item.disabled{display:none}
a.col-sm-2.size.variant-item.active{border-color:#FFF;color:#000}
#filter-wrapper{box-shadow:-7px 0 5px -4px rgba(0,0,0,.22);border:1px solid #F0F0F0;position:absolute;top:0;right:0;background:#fff;z-index:100000;overflow-x:auto;width:350px;max-height:1000px;display:none}
#size-variant{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f9f8f7;border:none;border-radius:3px;padding:0 24px 7px 7px;font-size:16px;font-weight:700;outline:0}
.select-container{position:relative;display:inline}
.select-container:after{content:"";width:0;height:0;position:absolute;pointer-events:none;border-left:5px solid transparent;border-right:5px solid transparent;top:.3em;right:.75em;border-top:8px solid #000;opacity:.5}
#size-variant::-ms-expand{display:none}
.shopping-cart-form-section{padding:25px 35px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}
.shopping-cart-form-section__title:before{content:'';margin-right:0}
.fs-filter{margin-right:0}
.filter-item-wrapper:hover{cursor:pointer}
.filter-item-wrapper:hover .filter-title{text-decoration:underline}
.filter-title label:hover{cursor:pointer}
.filter-title label:hover span{font-weight:700;text-decoration:underline}
.product-variants .variant-item.active{-webkit-box-shadow:0 0 0 2px #283758;-moz-box-shadow:0 0 0 2px #283758;box-shadow:0 0 0 2px #283758;border:2px solid #fff}
.filter-icon img{width:18px;height:auto;display:block}
.filter-icon .filter-color{width:18px;height:18px}
.category-heading{padding:0 0;margin:10px 0 20px 0}
.category-heading__no-bottom-margin{margin-bottom:0}
.dropdown-item a{display:inline-block;width:100%}
.dropdown-item:hover a{text-decoration:underline;color:#FFF}
.logo-position-helper.d-flex>a>img.img-responsive:hover{transform:scale(1.1)}
.logo-position-helper.d-flex>a>img.img-responsive{transition:all .5s ease}
.squeeky-wrapper{display:none}
.squeeky-wrapper-absolute{display:block;position:absolute;top:0;right:0}
.squeeky-player img{width:16px}
.hp-banner{position:static;width:100%;height:100%}
#position_outer{position:absolute}
.hp-banner__button-wrapper,.hp-banner__heading{display:none}
.hp-banner__heading,h2{font-size:50px;line-height:52px;text-transform:uppercase}
.hp-banner__heading span{width:100%;float:left;color:#fff}
#position_inner{position:absolute;left:0;top:50%}
.animation span{animation-delay:.5s;padding:2px 0;color:#000;-webkit-animation-fill-mode:forwards;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%,0 80%);clip-path:polygon(100% 0,100% 100%,0 100%,0 80%);transform:translateY(-50px);opacity:0;animation-name:titleAnimation;animation-timing-function:ease;animation-duration:60s;animation-iteration-count:1}
.animation span:first-child{animation-delay:.7s}
.animation span:last-child{color:#ffe221;animation-delay:.5s}
@keyframes titleAnimation{0%{transform:translateY(-50px);opacity:0;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%,0 80%);clip-path:polygon(100% 0,100% 100%,0 100%,0 80%)}
100%,2%,50%{transform:translateY(0);opacity:1;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%,0 15%);clip-path:polygon(100% 0,100% 100%,0 100%,0 15%)}
}
.wh-100{height:100%;width:100%}
.shopping-cart-item__title{padding-right:0;line-height:18px;font-size:16px}
#more-block__loader{text-align:center;display:none}
.shopping-cart-empty{text-align:center}
.detail-sizetable{margin-bottom:16px;display:flex;text-decoration:underline}
.product-wrapper .product-variants .variant{cursor:pointer}
.product-wrapper .product-variants .variant.card-active{-webkit-box-shadow:0 0 0 2px #283758;-moz-box-shadow:0 0 0 2px #283758;box-shadow:0 0 0 2px #283758;border:2px solid #fff}
.product-sizes .size.card-size-active{font-weight:700}
.search-form-container{position:absolute;top:0}
.search-form-wrapper{position:absolute;top:8px;left:628px}
.search-suggest-results-group__header{text-align:center;margin:3px 0}
.search-suggest-results-group__header a{text-decoration:underline}
.search-form__submit img.search-busy-icon{display:none;width:28px;height:28px}
.input-group__search{border-radius:6.25rem!important;border:.0625rem solid rgba(40,55,88,.15)}
.search-form__field{border:none;margin:4px 57px 4px 12px;width:145px;outline:0;background:0 0}
.search-form__field::placeholder{font-style:italic}
.input-group-addon__search{background:0 0;border:none}
.search-form__submit{background-color:transparent;border:none}
.search-form__submit img{width:20px;height:20px}
.search-close-icon{width:17px;height:17px;margin-top:7px;display:none;cursor:pointer}
.filters{padding-bottom:24px}
.filter-sentence{margin-bottom:24px}
.filter-sentence .filter-sentence-part__mobile{display:none}
.filter-sentence .filter-sentence-part__desktop{display:block}
.product-wrapper .product-discount{background-color:#ED9292}
.product-discount-detail{border-radius:50%;color:#fff;font-size:20px;font-weight:700;height:80px;line-height:.86;position:absolute;right:25px;background-color:#ED9292;width:80px;display:none}
.detail-page .breadcrumb-wrapper{background:#f8f6f7}
.item.cartMenu{position:relative}
.cart-buble{top:-9px;right:-17px;text-align:center;position:absolute;border-radius:50%;background-color:#183459;color:#fff;width:20px;height:20px;font-size:13px}
.detail-blog-heading{text-align:center;font-size:26px;line-height:28px;margin-bottom:6px}
.small_author_image{width:45px;height:45px;margin-right:20px}
.center-v-box{display:flex;align-items:center}
.blog-pages article p{font-family:inherit;font-size:20px;line-height:24px;color:#263758}
.blog-pages article p a{color:inherit;text-decoration:underline}
.blog-pages article .marketing-blog-annotation p{font-size:20px;line-height:22px}
.blog-pages article h2{font-size:24px;line-height:26px;margin-top:12px;margin-bottom:2px;font-weight:700}
.blog-pages article h3{font-size:20px;line-height:22px;margin-top:12px;margin-bottom:2px;font-weight:700}
.blog-pages article{margin:10px 50px 0 50px}
.blog-pages .entry-meta,.blog-pages .post-date,.blog-pages .post-meta{font-family:inherit}
.flex-text-image{display:flex;align-items:center}
.flex-text-image__item{flex:1 1 50%;padding-right:35px}
.flex-text-image__item-right{padding-right:0;padding-left:35px}
.flex-text-image__item-left{padding-left:0}
.squeeky-player img.squeeky-icon{width:40px}
.cart__free-delivery{border-radius:10px;background:#58a1da}
.w-25{width:25%}
.border-none{border:none}
.bg-none{background:0 0}
.similar-products{position:absolute;left:0;top:0;padding-left:24px;display:flex;flex-wrap:wrap;flex-direction:column;max-height:793px}
.detail-similar-products{display:none;flex-wrap:wrap;align-content:flex-start}
.detail-similar-products .similar-product,.similar-products .similar-product{flex:0 0 10%;text-align:center;box-sizing:border-box;margin:0 5px 5px 0}
.detail-similar-products .similar-product img,.similar-products .similar-product img{border:2px solid #d6d5d6;width:54px;height:auto;border-radius:8px}
@media screen and (min-width:1235px){.detail-similar-products .similar-product img,.similar-products .similar-product img{width:54px}
}
.detail-similar-products .similar-product img.active,.detail-similar-products .similar-product img:hover,.similar-products .similar-product img.active,.similar-products .similar-product img:hover{border:2px solid #283758}
.popup-save-wrapper{text-align:right}
.popup-select{padding:2px;border:1px solid #283758;border-radius:4px}
.popup-label{text-align:right;padding-top:4px}
.popup-deco-wrapper{margin:8px 0}
.show-hide-control{text-transform:lowercase;color:rgba(40,55,88,.6);text-decoration:underline}
.category-annotation-wrapper p{display:inline}
.colors-grid{display:grid;grid-template-columns:auto auto auto auto auto;row-gap:10px}
.sizes-grid{display:grid;grid-template-columns:auto auto auto auto auto;row-gap:3px}
.filter-icon-active{-webkit-box-shadow:0 0 0 2px #283758;-moz-box-shadow:0 0 0 2px #283758;box-shadow:0 0 0 2px #283758;border:2px solid #fff;border-radius:5px}
.horizontal-boxes{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:stretch;align-content:flex-start}
.horizontal-boxes__item{flex-grow:0;flex-shrink:1;flex-basis:33.3%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;align-content:flex-start}
.horizontal-boxes__item-image{flex-grow:1;flex-shrink:1;flex-basis:48%}
.horizontal-boxes__item-image img{max-width:50px}
.horizontal-boxes__item-text{flex-grow:1;flex-shrink:1;text-transform:uppercase;font-weight:700;font-size:14px;line-height:16px}
.section-errors{color:red}
.search-categories-wrapper{padding:0 5px}
.search-categories-label{font-size:18px;line-height:20px;margin-bottom:5px}
.search-categories-icon{width:16px;vertical-align:baseline}
.search-categories-item{padding:3px 0}
.predajna-akcia{width:100%;height:auto;padding-top:87px}
.homepage-categories .hp-category .title{font-size:20px;line-height:22px}
.footer-copy{padding:10px}
.mailing-cover a,.mailing-cover div,.mailing-cover p,.mailing-cover span{color:#283758}
footer{margin-top:0}
.fs_load_more_button{padding-bottom:10px}
.header .logo.logo-wrapper-de{width:190px}
.header .logo.logo-wrapper-de .de-sublogo{width:88px;position:absolute;top:14px;right:0}
.main-nav-de{margin-left:13.5rem}
@media screen and (min-width:1455px){.homepage-categories .hp-category .content{margin-bottom:35%;margin-left:-50%}
.homepage-categories .hp-category .title{font-size:26px;line-height:28px;margin:0 0 2.875rem}
.homepage-categories .hp-category .content .btn{margin-left:29px}
}
@media screen and (max-width:1279px){.search-form-wrapper{left:556px}
nav .item+.item{margin-left:1.313rem}
}
@media screen and (max-width:1023px){.header .logo.logo-wrapper-de{width:95px}
.header .logo.logo-wrapper-de img{width:44px}
.header .logo.logo-wrapper-de .de-sublogo{width:44px;top:7px}
.blog-pages article{margin:10px 0 0 0}
.product-wrapper .product-sizes,.product-wrapper .product-tocart-wrap{display:block;margin-top:5px!important}
.squeeky-player{display:none}
.detail-page .breadcrumb-wrapper,.detail-page .navbar{background:0 0}
.search-form-container{position:static;padding-left:0;padding-right:0;width:100%}
.search-suggest{position:static;max-height:440px}
.pre-header{padding:0}
.navbar{padding-top:5px}
.search-form-wrapper{margin-top:5px;position:static}
.input-group__search{width:100%}
.search-form__field{width:80%}
}
@media screen and (max-width:1016px){.homepage-categories .hp-category .content{margin-bottom:25%;margin-left:-50%}
.homepage-categories .hp-category .image{margin:0 1rem;position:relative;max-width:100%;display:contents}
.squeeky-wrapper{display:block}
.squeeky-wrapper-absolute{display:none}
}
@media screen and (min-width:1017px){.homepage-categories .hp-category .image{margin:0 1rem;position:relative;max-width:480px!important;display:contents}
.homepage-categories .hp-category .content{margin-left:-44%}
}
@media (min-width:1235px){.homepage-categories .hp-category .content{margin-left:-50%}
}
@media screen and (max-width:767px){.footer-box-mobile{padding-top:25px}
.fs-filter-swiper{padding-left:36px;padding-right:36px}
.patch-icon__carousel img{width:36px}
.predajna-akcia{padding-top:0}
.horizontal-boxes{margin-bottom:15px}
.horizontal-boxes__item{flex-flow:column nowrap;align-items:stretch;text-align:center}
.horizontal-boxes__item-text{padding:0 10px;font-size:12px;line-height:14px}
.horizontal-boxes__item-image img{max-width:40px}
.info-col{padding-left:0!important;padding-right:0!important}
#respo-menu .menu-items{padding:0 15px 0 15px}
#respo-menu .menu-items .item .megamenu .megamenu-section{padding:10px 25px}
.detail-similar-products{margin-top:10px;display:flex}
.similar-products{display:none}
.popup-save-wrapper{text-align:center;margin-bottom:10px}
.popup-continue-wrapper{text-align:center}
.popup-label{text-align:center;margin-bottom:10px}
.popup-select-wrapper{text-align:center}
.product-detail .row .title-col{padding:0}
.product-detail .row .detail-title{padding:10px 5px 5px 10px!important;text-align:left!important}
.heading-squeek{display:none}
.squeeky-player img.squeeky-play{width:24px}
.squeeky-player img.squeeky-icon{width:40px}
.flex-text-image{display:block}
.flex-text-image__item{padding-right:0}
.flex-text-image__item-right{padding-left:0;text-align:center}
.btn-outline-primary{white-space:normal}
.shopping-cart-form-section{margin:0 -20px;padding:20px}
.shopping-cart-sidebar{margin:0 -20px 20px -20px}
#more-block h2.h1{margin-bottom:1rem}
.hp-banner__heading{font-size:38px;line-height:40px}
.hp-banner{bottom:25%}
.product-wrapper .product-variants .variant{width:14px;height:14px}
a.col-sm-2.variant-item{width:30px;height:30px}
#filter-wrapper{width:100%;overflow:hidden;max-height:none;top:auto;box-shadow:0 0 5px 1px rgba(151,151,151,.79)}
#size-variant{background:#FFF;padding:7px 24px 7px 0;font-size:24px}
.homepage-categories{padding-bottom:0!important}
.homepage-categories .row>[class*=col]+[class*=col]{margin-top:20px}
.filter-button-wrapper{margin-bottom:10px}
.filters{padding:0}
.filter-sentence{margin-bottom:8px;margin-top:12px}
.filter-sentence .filter-sentence-part__mobile{display:block}
.filter-sentence .filter-sentence-part__desktop{display:none}
.filter-button{position:relative;top:auto;right:auto;text-decoration:underline}
.fs-search-summary-list .btn{margin-bottom:5px;padding:5px 10px}
}
button.btn.dropdown-toggle.btn-default{display:none}
.dropdown.bootstrap-select.form-group__input.bs3{display:contents}
.row.eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap}
.row.eq-height:after,.row.eq-height:before{content:normal}
.row.eq-height>[class*=col-]{display:flex;flex-direction:column}
.row.eq-height>[class*=col-]:after,.row.eq-height>[class*=col-]:before{content:normal}
#videoCol .iframe{width:100%;height:100%}
#videoCol .iframe iframe{width:100%;height:100%;min-height:295px}
#fadeout{position:absolute;height:100%;width:98%;background:-webkit-linear-gradient(rgba(255,255,255,0) 45%,#fff 100%);background-image:-moz-linear-gradient(rgba(255,255,255,0) 45%,#fff 100%);background-image:-o-linear-gradient(rgba(255,255,255,0) 45%,#fff 100%);background-image:linear-gradient(rgba(255,255,255,0) 45%,#fff 100%);background-image:-ms-linear-gradient(rgba(255,255,255,0) 45%,#fff 100%)}
.showMore_wrapper{border-top:3px solid #283758}
button#showMore{margin:0;background-color:#283758;border:none;padding:0 40px 4px;color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px}
.bg-white{background-color:#fff}
#country-popup{position:fixed;top:20%;left:50%;transform:translate(-50%,-25%);z-index:10001;max-width:500px}
#country-popup .popup{padding:20px;border-radius:10px;-webkit-box-shadow:0 5px 14px 1px rgba(0,0,0,.5);box-shadow:0 5px 14px 1px rgba(0,0,0,.5)}
#country-popup #close-country-popup{cursor:pointer}
@media (max-width:768px){#country-popup{max-width:100vw;width:100vw;padding:1em}
}
.fs-search-summary-list a{display:inline-flex;flex-direction:row;flex-wrap:nowrap}
.fs-search-summary-list a .filter-icon{width:auto;margin:auto}
.fs-search-summary-list a .filter-icon img{height:12px;width:auto}
.fs-search-summary-list a .filter-icon .filter-color{width:12px;height:12px}
@media screen and (max-width:480px){.filter-sentence{font-size:18px}
.filter-sentence .filter-sentence-button{white-space:nowrap}
}
#zasielkovna_wrapper{font-size:15px}
#zasielkovna_wrapper .packeta-selector-open{font-size:16px}
/*# sourceMappingURL=style.css.map */
