html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/css/vendor/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	/*margin-top: 10px;*/
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://www.pco-group.com/skin/frontend/pco/responsive/css/vendor/AjaxLoader.gif) no-repeat center center
}
.squaredThree input[type=checkbox] {
	visibility: hidden;
}

.squaredThree {
	width: 20px;
	position: relative;
	padding: 25px 0 0 0;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	background: #FFFFFF;
	top: 25px;
	left: 20px;
}

.squaredThree label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #db0812;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	opacity: 1;
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

.hvr-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.hvr-pulse-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
	-webkit-animation-name: hvr-pulse-grow;
	animation-name: hvr-pulse-grow;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes hvr-pulse-shrink {
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

.hvr-pulse-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
	-webkit-animation-name: hvr-pulse-shrink;
	animation-name: hvr-pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.hvr-push {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.hvr-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
	-webkit-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

.hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@-webkit-keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

.hvr-hang {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	animation-name: hvr-hang-sink, hvr-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
	16.65% {
		-webkit-transform: translate(8px, 8px);
		transform: translate(8px, 8px);
	}

	33.3% {
		-webkit-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}

	49.95% {
		-webkit-transform: translate(4px, 4px);
		transform: translate(4px, 4px);
	}

	66.6% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	83.25% {
		-webkit-transform: translate(1px, 1px);
		transform: translate(1px, 1px);
	}

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

@keyframes hvr-wobble-to-bottom-right {
	16.65% {
		-webkit-transform: translate(8px, 8px);
		transform: translate(8px, 8px);
	}

	33.3% {
		-webkit-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}

	49.95% {
		-webkit-transform: translate(4px, 4px);
		transform: translate(4px, 4px);
	}

	66.6% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}

	83.25% {
		-webkit-transform: translate(1px, 1px);
		transform: translate(1px, 1px);
	}

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

.hvr-wobble-to-bottom-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
	-webkit-animation-name: hvr-wobble-to-bottom-right;
	animation-name: hvr-wobble-to-bottom-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
	16.65% {
		-webkit-transform: translate(8px, -8px);
		transform: translate(8px, -8px);
	}

	33.3% {
		-webkit-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}

	49.95% {
		-webkit-transform: translate(4px, -4px);
		transform: translate(4px, -4px);
	}

	66.6% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}

	83.25% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}

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

@keyframes hvr-wobble-to-top-right {
	16.65% {
		-webkit-transform: translate(8px, -8px);
		transform: translate(8px, -8px);
	}

	33.3% {
		-webkit-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}

	49.95% {
		-webkit-transform: translate(4px, -4px);
		transform: translate(4px, -4px);
	}

	66.6% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}

	83.25% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}

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

.hvr-wobble-to-top-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
	-webkit-animation-name: hvr-wobble-to-top-right;
	animation-name: hvr-wobble-to-top-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes hvr-wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.hvr-wobble-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
	-webkit-animation-name: hvr-wobble-top;
	animation-name: hvr-wobble-top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes hvr-wobble-bottom {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.hvr-wobble-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
	-webkit-animation-name: hvr-wobble-bottom;
	animation-name: hvr-wobble-bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes hvr-wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.hvr-wobble-skew {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
	-webkit-animation-name: hvr-wobble-skew;
	animation-name: hvr-wobble-skew;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes hvr-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

.hvr-buzz {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

.hvr-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: #2098d1;
	color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
	50% {
		background-color: rgba(32, 152, 209, 0.75);
	}
}

@keyframes hvr-back-pulse {
	50% {
		background-color: rgba(32, 152, 209, 0.75);
	}
}

.hvr-back-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #2098d1;
	background-color: #2098d1;
	color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
	color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
	color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3c3c3b;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
	color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* config */
.tRed .hvr-sweep-to-top:before{
	background: #ffffff;
}
.tRed .hvr-sweep-to-top:hover, .tRed .hvr-sweep-to-top:focus, .tRed .hvr-sweep-to-top:active{
	color: #db0812;
}

.tGray .hvr-sweep-to-top:before{
	background: #ffffff;
}
.tGray .hvr-sweep-to-top:hover, .tGray .hvr-sweep-to-top:focus, .tGray .hvr-sweep-to-top:active{
	color: #3c3c3b;
}



/* Bounce To Right */
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
	color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
	color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
	color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
	color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
	color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-radial-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e1e1e1;
	border-radius: 100%;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
	color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e1e1e1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
	color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
	color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e1e1e1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
	color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
	color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e1e1e1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
	color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
	color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
	/* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
	box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
	/* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
	/* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
	background: none;
}

/* Trim */
.hvr-trim {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-trim:before {
	content: '';
	position: absolute;
	border: white solid 4px;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
	opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

.hvr-ripple-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-ripple-out:before {
	content: '';
	position: absolute;
	border: #e1e1e1 solid 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
	-webkit-animation-name: hvr-ripple-out;
	animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
	100% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}

@keyframes hvr-ripple-in {
	100% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}

.hvr-ripple-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-ripple-in:before {
	content: '';
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
	-webkit-animation-name: hvr-ripple-in;
	animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-outline-out:before {
	content: '';
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}

/* Outline In */
.hvr-outline-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-outline-in:before {
	pointer-events: none;
	content: '';
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border-radius;
	transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
	border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
	right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #3c3c3b;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
	left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-overline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	top: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
	right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-overline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	top: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
	left: 0;
	right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-overline-from-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	top: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
	left: 0;
}

/* Reveal */
.hvr-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-color: #2098d1;
	border-style: solid;
	border-width: 0;
	-webkit-transition-property: border-width;
	transition-property: border-width;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-overline-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
	/* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
	/* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	/* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
	pointer-events: none;
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	height: 5px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.hvr-shadow-radial:before {
	bottom: 100%;
	background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
	top: 100%;
	background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
	opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-bubble-top:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	left: calc(50% - 10px);
	top: 0;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-bubble-right:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	top: calc(50% - 10px);
	right: 0;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-bubble-bottom:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	left: calc(50% - 10px);
	bottom: 0;
	border-width: 10px 10px 0 10px;
	border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-bubble-left:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	top: calc(50% - 10px);
	left: 0;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-bubble-float-top:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: calc(50% - 10px);
	top: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e1e1e1 transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-bubble-float-right:before {
	position: absolute;
	z-index: -1;
	top: calc(50% - 10px);
	right: 0;
	content: '';
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e1e1e1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-bubble-float-bottom:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: calc(50% - 10px);
	bottom: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e1e1e1 transparent transparent transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-bubble-float-left:before {
	position: absolute;
	z-index: -1;
	content: '';
	top: calc(50% - 10px);
	left: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e1e1e1 transparent transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-left: 2.2em;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.hvr-icon-back:before {
	content: "\f137";
	position: absolute;
	left: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.hvr-icon-forward:before {
	content: "\f138";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25%,
	75% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes hvr-icon-down {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25%,
	75% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

/* Icon Down */
.hvr-icon-down {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-down:before {
	content: "\f01a";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
	-webkit-animation-name: hvr-icon-down;
	animation-name: hvr-icon-down;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25%,
	75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-up {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25%,
	75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

/* Icon Up */
.hvr-icon-up {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-up:before {
	content: "\f01b";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
	-webkit-animation-name: hvr-icon-up;
	animation-name: hvr-icon-up;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-spin:before {
	content: "\f021";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	51%,
	100% {
		opacity: 1;
	}
}

@keyframes hvr-icon-drop {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	51%,
	100% {
		opacity: 1;
	}
}

/* Icon Drop */
.hvr-icon-drop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-drop:before {
	content: "\f041";
	position: absolute;
	right: 1em;
	opacity: 1;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-animation-name: hvr-icon-drop;
	animation-name: hvr-icon-drop;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-fade:before {
	content: "\f00c";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
	color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}
}

@keyframes hvr-icon-float-away {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}
}

/* Icon Float Away */
.hvr-icon-float-away {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
	content: "\f055";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
}
.hvr-icon-float-away:after {
	opacity: 0;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
	-webkit-animation-name: hvr-icon-float-away;
	animation-name: hvr-icon-float-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		transform: translateY(1em);
	}
}

@keyframes hvr-icon-sink-away {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		transform: translateY(1em);
	}
}

/* Icon Sink Away */
.hvr-icon-sink-away {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
	content: "\f056";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-sink-away:after {
	opacity: 0;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
	-webkit-animation-name: hvr-icon-sink-away;
	animation-name: hvr-icon-sink-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-grow:before {
	content: "\f118";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
	-webkit-transform: scale(1.3) translateZ(0);
	transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
	content: "\f119";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	75% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@keyframes hvr-icon-pulse {
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	75% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

.hvr-icon-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-pulse:before {
	content: "\f015";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
	-webkit-animation-name: hvr-icon-pulse;
	animation-name: hvr-icon-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@keyframes hvr-icon-pulse-grow {
	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

.hvr-icon-pulse-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
	content: "\f015";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
	-webkit-animation-name: hvr-icon-pulse-grow;
	animation-name: hvr-icon-pulse-grow;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
	to {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@keyframes hvr-icon-pulse-shrink {
	to {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

.hvr-icon-pulse-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
	content: "\f015";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
	-webkit-animation-name: hvr-icon-pulse-shrink;
	animation-name: hvr-icon-pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@keyframes hvr-icon-push {
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

.hvr-icon-push {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-push:before {
	content: "\f006";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
	-webkit-animation-name: hvr-icon-push;
	animation-name: hvr-icon-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.hvr-icon-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-pop:before {
	content: "\f005";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
	-webkit-animation-name: hvr-icon-pop;
	animation-name: hvr-icon-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
	content: "\f087";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
	content: "\f0c6";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
	content: "\f095";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
	-webkit-transform: scale(1.5) rotate(12deg);
	transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-float:before {
	content: "\f01b";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-sink:before {
	content: "\f01a";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@-webkit-keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

.hvr-icon-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-bob:before {
	content: "\f077";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
	-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
	animation-name: hvr-icon-bob-float, hvr-icon-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
	0% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}

	50% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}

	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes hvr-icon-hang {
	0% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}

	50% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}

	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-webkit-keyframes hvr-icon-hang-sink {
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes hvr-icon-hang-sink {
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

.hvr-icon-hang {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-hang:before {
	content: "\f078";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
	-webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes hvr-icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.hvr-icon-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
	content: "\f061";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}

	33.3% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-icon-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}

	33.3% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.hvr-icon-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
	content: "\f062";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
	-webkit-animation-name: hvr-icon-wobble-vertical;
	animation-name: hvr-icon-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes hvr-icon-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

.hvr-icon-buzz {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
	content: "\f017";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
	-webkit-animation-name: hvr-icon-buzz;
	animation-name: hvr-icon-buzz;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-icon-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

.hvr-icon-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
	content: "\f023";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
	-webkit-animation-name: hvr-icon-buzz-out;
	animation-name: hvr-icon-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-curl-top-left:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	background: white;
	/* IE9 */
	background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
	/*For IE7-8-9*/
	z-index: 1000;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
	width: 25px;
	height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-curl-top-right:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	background: white;
	/* IE9 */
	background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
	width: 25px;
	height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-curl-bottom-right:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	bottom: 0;
	right: 0;
	background: white;
	/* IE9 */
	background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
	width: 25px;
	height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-curl-bottom-left:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	bottom: 0;
	left: 0;
	background: white;
	/* IE9 */
	background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
	width: 25px;
	height: 25px;
}

/* custom settings */

div.topHeader div.languageSwitcher .selectric-wrapper .selectric-items, div.topHeader div.languageSwitcher .selectric-wrapper .selectric {
	text-transform: uppercase;
}
div.topHeader div.languageSwitcher .selectric-wrapper .selectric .label span, div.topHeader div.languageSwitcher .selectric-wrapper .selectric-items ul li span {
	background-image: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/sprite/flags.png");
	display: block;
	float: left;
	height: 11px;
	width: 16px;
	margin-top: 4px;
}

/* english */
div.topHeader div.languageSwitcher .selectric-wrapper .selectric-items ul li span {
	background-position: -252px -52px;
}
/*german*/
div.topHeader div.languageSwitcher .selectric-wrapper .selectric-items ul li:nth-child(2) span {
	background-position: -126px -39px;

}

/*======================================
  Selectric v1.9.3
======================================*/
.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 40%;
	float: right;
}

.selectric {
	position: relative;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 20px;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 0;
}
.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
}
.tesssst{
	width: auto;
}









.selectric-open {
	z-index: 9999;
}
.selectric-open .selectric {
	border-color: #C4C4C4;
}
.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 79px !important;
	background: #F8F8F8;
	border: 1px solid #C4C4C4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}
.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}
.selectric-items ul, .selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}
.selectric-items li {
	display: block;
	padding: 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #EEE;
	color: #666;
	cursor: pointer;
}
.selectric-items li.selected {
	background: #EFEFEF;
	color: #444;
}
.selectric-items li:hover {
	background: #F0F0F0;
	color: #444;
}
.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}
.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}

@media only screen and (min-width: 1220px){
	.selectric-responsive{
		width: 30%;
	}
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	position: relative;
	vertical-align: middle;
	z-index: 99999}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px; }
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap; }
.select2-container .select2-search--inline {
	float: left; }
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none !important;
	font-size: 100%;
	margin-top: 5px;
	padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none; }

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051; }

.select2-results {
	display: block; }

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0; }

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none; }
.select2-results__option[aria-selected] {
	cursor: pointer; }

.select2-container--open .select2-dropdown {
	left: 0; }

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0; }

.select2-search--dropdown {
	display: block;
	padding: 4px; }
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
	display: none; }

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0); }

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important; }

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #dadada;
	border-radius: 4px;
	cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid 1px #dadada;
	outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
	padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white; }

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px; }

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none; }

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
	border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
	border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
	padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white; }

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb; }

.flex-col {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
.flex-col.content {
	padding-right: 10px;
	padding-left: 10px;
}
.flex-col .col {
	padding-right: 10px;
	padding-left: 10px;
}
@media only screen and (min-width: 320px) {
	.xsb-1 {
		width: 8.33333333%;
	}
	.xsb-2 {
		width: 16.66666667%;
	}
	.xsb-3 {
		width: 25%;
	}
	.xsb-4 {
		width: 33.33333333%;
	}
	.xsb-5 {
		width: 41.66666667%;
	}
	.xsb-6 {
		width: 50%;
	}
	.xsb-7 {
		width: 58.33333333%;
	}
	.xsb-8 {
		width: 66.66666667%;
	}
	.xsb-9 {
		width: 75%;
	}
	.xsb-10 {
		width: 83.33333333%;
	}
	.xsb-11 {
		width: 91.66666667%;
	}
	.xsb-12 {
		width: 100%;
	}
}
@media only screen and (min-width: 400px) {
	.sb-1 {
		width: 8.33333333%;
	}
	.sb-2 {
		width: 16.66666667%;
	}
	.sb-3 {
		width: 25%;
	}
	.sb-4 {
		width: 33.33333333%;
	}
	.sb-5 {
		width: 41.66666667%;
	}
	.sb-6 {
		width: 50%;
	}
	.sb-7 {
		width: 58.33333333%;
	}
	.sb-8 {
		width: 66.66666667%;
	}
	.sb-9 {
		width: 75%;
	}
	.sb-10 {
		width: 83.33333333%;
	}
	.sb-11 {
		width: 91.66666667%;
	}
	.sb-12 {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.mb-1 {
		width: 8.33333333%;
	}
	.mb-2 {
		width: 16.66666667%;
	}
	.mb-3 {
		width: 25%;
	}
	.mb-4 {
		width: 33.33333333%;
	}
	.mb-5 {
		width: 41.66666667%;
	}
	.mb-6 {
		width: 50%;
	}
	.mb-7 {
		width: 58.33333333%;
	}
	.mb-8 {
		width: 66.66666667%;
	}
	.mb-9 {
		width: 75%;
	}
	.mb-10 {
		width: 83.33333333%;
	}
	.mb-11 {
		width: 91.66666667%;
	}
	.mb-12 {
		width: 100%;
	}
}
@media only screen and (min-width: 960px) {
	.lb-1 {
		width: 8.33333333%;
	}
	.lb-2 {
		width: 16.66666667%;
	}
	.lb-3 {
		width: 25%;
	}
	.lb-4 {
		width: 33.33333333%;
	}
	.lb-5 {
		width: 41.66666667%;
	}
	.lb-6 {
		width: 50%;
	}
	.lb-7 {
		width: 58.33333333%;
	}
	.lb-8 {
		width: 66.66666667%;
	}
	.lb-9 {
		width: 75%;
	}
	.lb-10 {
		width: 83.33333333%;
	}
	.lb-11 {
		width: 91.66666667%;
	}
	.lb-12 {
		width: 100%;
	}
}
@media only screen and (min-width: 1220px) {
	.xlb-1 {
		width: 8.33333333%;
	}
	.xlb-2 {
		width: 16.66666667%;
	}
	.xlb-3 {
		width: 25%;
	}
	.xlb-4 {
		width: 33.33333333%;
	}
	.xlb-5 {
		width: 41.66666667%;
	}
	.xlb-6 {
		width: 50%;
	}
	.xlb-7 {
		width: 58.33333333%;
	}
	.xlb-8 {
		width: 66.66666667%;
	}
	.xlb-9 {
		width: 75%;
	}
	.xlb-10 {
		width: 83.33333333%;
	}
	.xlb-11 {
		width: 91.66666667%;
	}
	.xlb-12 {
		width: 100%;
	}
}
/*=======================================================
  colors
=======================================================*/
/* primÃ¤r */
/* sekundÃ¤r */
/* RGBA */
/* path variables */
/* fonts */
.light {
	font-family: 'open sans', sans-serif;
	font-weight: 300;
}
.regular {
	font-family: 'open sans', sans-serif;
	font-weight: 400;
}
.semiBold {
	font-family: 'open sans', sans-serif;
	font-weight: 600;
}
.condensedLight {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}
.condensedBold {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
/* shadow inset */
.boxShadowInset {
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
}
/* transition */
.transition {
	-webkit-transition: all 200ms ease-in-out;
	/* Firefox */
	-moz-transition: all 200ms ease-in-out;
	/* WebKit */
	-o-transition: all 200ms ease-in-out;
	/* Opera */
	transition: all 200ms ease-in-out;
	/* Standard */
}
.transform {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.transformN {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.transformTwo {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slideDown {
	-webkit-transition: height 500ms linear;
	-moz-transition: height 500ms linear;
	-ms-transition: height 500ms linear;
	-o-transition: height 500ms linear;
	transition: height 500ms linear;
}
/*=======================================================
  fonts
=======================================================*/
h1 {
	font-size: 40px;
	line-height: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}
h2 {
	font-size: 18px;
	line-height: 28px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
a {
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #db0812;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
p {
	font-size: 18px;
	line-height: 28px;
	padding: 5px 0 10px 0;
}
/* b & strong */
b,
strong {
	font-weight: bold;
}
.navigationHolder nav {
	padding: 20px 10px 20px 25%;
	clear: both;
}
.navigationHolder nav ul li a {
	display: block;
	color: #ffffff;
	padding: 15px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.navigationHolder nav ul li.home a {
	display: block;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/house.png") no-repeat 15px center transparent;
}
.navigationHolder nav ul li.home a:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/house-hover.png") no-repeat 15px center transparent;
}
.navigationHolder nav ul li.home.active a {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/house-hover.png") no-repeat 15px center transparent;
}
.navigationHolder nav ul li.hasChildren > a > span {
	display: block;
	width: 10px;
	height: 10px;
	float: right;
	padding: 7px 5px 7px 0;
	-webkit-transition: all 200ms ease-in-out;
	/* Firefox */
	-moz-transition: all 200ms ease-in-out;
	/* WebKit */
	-o-transition: all 200ms ease-in-out;
	/* Opera */
	transition: all 200ms ease-in-out;
	/* Standard */
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/pfeil-mobile.png") no-repeat left center transparent;
}
.navigationHolder nav ul li.hasChildren > a:hover > span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.navigationHolder nav ul li.hasChildren > span {
	display: block;
}
.navigationHolder nav ul li.hasChildren > span ul {
	padding-left: 20px;
	box-sizing: border-box;
}
.navigationHolder nav ul li.hasChildren > span ul li a {
	font-size: 18px;
	padding: 15px 15px 15px 25px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/nav-backslash.png") no-repeat left 21px transparent;
}
.navigationHolder nav ul li.hasChildren > span .featuredProduct {
	display: none;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
/*=======================================================
  slider
=======================================================*/
.slider {
	width: 100%;
}
.slider .sliderNavigation {
	position: absolute;
	top: 150px;
	z-index: 4444;
	cursor: pointer;
}
.slider .sliderNavigation.left {
	left: 50px;
}
.slider .sliderNavigation.right {
	right: 50px;
}
.slider .sliderNavigation a {
	display: block;
	width: 50px;
	height: 50px;
	color: #ffffff;
}
.slider .sliderNavigation a.prev {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/slider/icons/left.png") no-repeat 0 0 transparent;
}
.slider .sliderNavigation a.next {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/slider/icons/right.png") no-repeat 0 0 transparent;
}
.sliderImage {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	min-height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
}
.imageItem {
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 320px;
	position: relative;
}
.imageItem .imageContent {
	text-align: center;
	color: #ffffff;
	padding: 5px;
	max-width: 470px;
	z-index: 8888;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(0);
}
.imageItem .imageContent h3 {
	margin-top: 10px;
}
.imageItem .imageContent a {
	margin-top: 25px;
}
/*=======================================================
  general settings
=======================================================*/
html {
	overflow-y: scroll;
}
body {
	background: #ffffff;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	color: #3c3c3b;
	min-width: 320px;
}
.mainContent {
	max-width: 1220px;
	margin: 0 auto;
}
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type=number] {
	-moz-appearance: textfield;
}
section {
	background: #ffffff;
}
.content.slide {
	position: relative;
	z-index: 9000;
}
.content.slide.header {
	z-index: 9900;
}
noscript {
	position: relative;
	z-index: 9000;
}
.grid {
	padding: 0 5px;
	box-sizing: border-box;
}
.gridBox {
	padding: 0 5px;
	box-sizing: border-box;
}
.gridBig {
	padding: 0 5px;
	box-sizing: border-box;
}
aside {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 10px 0 0;
}
.columnRight {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0 60px 0;
}
.leftColumn {
	width: 100%;
}
.rightColumn {
	width: 100%;
}
.rightColumn.contact h2 {
	padding: 0 0 20px;
}
.buttonHolder a {
	display: inline-block;
	color: #ffffff;
	background: #db0812;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding: 14px 20px 15px;
}
.buttonHolder.cartIcon a {
	padding: 0;
}
.buttonHolder.cartIcon a > span {
	display: block;
	float: left;
}
.buttonHolder.cartIcon a > span.icon {
	padding: 14px 0 15px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/cart-button-icon.png") no-repeat center center transparent;
	width: 53px;
	height: 100%;
	box-sizing: border-box;
}
.buttonHolder.cartIcon a > span.text {
	padding: 14px 20px 15px;
}
.buttonHolder.cartIcon a > span.text .button {
	padding: 0;
	background: transparent;
}
.buttonHolder.requestArticle a span.icon {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/produkt_anfragen.png") no-repeat center center transparent;
}
button.button {
	display: inline-block;
	color: #ffffff;
	background: #db0812;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding: 14px 20px 15px;
	border: 0 none;
	cursor: pointer;
}
.buttonA {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 16px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
input {
	border-radius: 0px;
	box-sizing: border-box;
}
input.button.btn-cart {
	display: inline-block;
	color: #ffffff;
	background: #db0812;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding: 14px 40px 15px;
	border: 0 none;
	cursor: pointer;
}
input[type=submit] {
	-webkit-appearance: none;
	appearance: none;
}
input[type=text] {
	-webkit-appearance: none;
	appearance: none;
}
.requestArticle {
	padding: 20px 0 0 0;
}
.textLink {
	color: #db0812;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	/* Firefox */
	-moz-transition: all 200ms ease-in-out;
	/* WebKit */
	-o-transition: all 200ms ease-in-out;
	/* Opera */
	transition: all 200ms ease-in-out;
	/* Standard */
}
.textLink:hover {
	color: #3c3c3b;
}
.textLinkY {
	color: #ffca3c;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.textLinkY:hover {
	color: #ffffff;
	-webkit-transition: all 200ms ease-in-out;
	/* Firefox */
	-moz-transition: all 200ms ease-in-out;
	/* WebKit */
	-o-transition: all 200ms ease-in-out;
	/* Opera */
	transition: all 200ms ease-in-out;
	/* Standard */
}
.listStyleYellow li > span {
	display: inline-block;
	height: 13px;
	width: 9px;
	padding-right: 10px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/list-style-yellow.png") no-repeat 0 center transparent;
}
input {
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
input:focus {
	outline: 0 none;
}
input:hover {
	outline: 0 none;
}
textarea {
	font-size: 16px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
}
.requiredRed {
	color: #db0812;
}
.centerText {
	text-align: center;
}
.centerText a:hover {
	color: #8b070d;
}
.boldCms p {
	font-family: 'open sans', sans-serif;
	font-weight: 400;
}
.whiteText {
	color: #ffffff;
}
.validation-failed {
	border: 1px solid #db0812 !important;
}
.validation-advice {
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	color: #db0812;
}
.ajax-message {
	padding: 5px 0;
	display: block;
}
.ajax-message.error {
	color: #db0812;
}
.edit {
	font-size: 18px;
	line-height: 28px;
}
.requestArticles {
	padding: 0 0 50px;
}
.articleRequested {
	padding: 10px 0 0 0;
	color: #009640;
}
.addressChangeRequest {
	border: 1px solid #db0812;
	color: #db0812;
	padding: 15px;
}
.infoText {
	padding: 10px 0 0 0;
}
/*=======================================================
  short class
=======================================================*/
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.oh {
	overflow: hidden;
}
.pr {
	position: relative;
}
.nB {
	border: none;
}
.dn {
	display: none;
}
.db {
	display: block;
}
.tRight {
	text-align: right;
}
.grayBg {
	background: #3c3c3b;
}
.darkgrayBg {
	background: #2a2a29;
}
.pBSix {
	padding-bottom: 60px;
}
.pTThree {
	padding-top: 30px;
}
.no-display {
	display: none;
}
.maps {
	position: relative;
	padding-bottom: 65%;
	height: 0;
	overflow: hidden;
}
.maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*=======================================================
  header
=======================================================*/
.topHeader {
	width: 100%;
	background: #3c3c3b;
	padding: 10px 0;
	display: none;
	/* short links */
	/* language switcher */
	/* mobile */
}
.topHeader .shortLinks {
	width: 40%;
	float: left;
}
.topHeader .shortLinks ul li {
	color: #ffffff;
	float: left;
	/* last-child li */
}
.topHeader .shortLinks ul li a {
	color: #ffffff;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	padding: 0 10px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
}
.topHeader .shortLinks ul li a:hover {
	color: #db0812;
}
.topHeader .shortLinks ul li.lock {
	padding-left: 11px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/lock.png") no-repeat 0 0 transparent;
}
.topHeader .shortLinks ul li.lock.active {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/lock.png") no-repeat 0 0 transparent;
}
.topHeader .shortLinks ul li:last-child {
	border: 0 none;
}
.topHeader .languageSwitcher {
	width: 30%;
	float: right;
	text-align: right;
}
.topHeader .languageSwitcher > span {
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 10px;
}
.topHeader.mobile {
	text-align: right;
	display: block;
	padding: 0;
}
.topHeader.mobile .mobileShortLinks .cart {
	color: #ffffff;
	display: inline-block;
	padding: 16px 0 16px 45px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/cart-white-hover.png") no-repeat 0 center transparent;
}
.topHeader.mobile .mobileShortLinks .mobileSearch {
	margin-left: 20px;
	border-left: 1px solid #ffffff;
	float: right;
	width: 69px;
	padding: 16px 0;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/magnifier.png") no-repeat center center transparent;
}
.topHeader.mobile .mobileShortLinks .mobileLogIn {
	width: 31px;
	height: 27px;
	float: left;
	padding: 14px 0 14px 45px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/log-in/lock-close.svg") no-repeat center center transparent;
	background-size: 22px 28px;
}
.topHeader.mobile .mobileShortLinks .mobileLogIn.active {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/log-in/lock-open.svg") no-repeat center center transparent;
	background-size: 34px 28px;
}
/* header */
header .headerRow {
	padding: 33px 0 14px 0;
	/* main logo */
	/* hamburger Icon */
}
header .headerRow .mainLogo {
	display: inline-block;
	width: 20%;
}
header .headerRow .burger {
	float: right;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 33px;
}
header .headerRow .burger li {
	background-color: #9d9d9c;
	border-radius: 3px;
	height: 8px;
	margin: 7px 0;
	width: 50px;
}
header .headerRow .rightBox {
	display: none;
	float: right;
	width: 59%;
	/* hotline */
	/* search */
}
header .headerRow .rightBox .hotline {
	width: 50%;
	display: inline-block;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/headset.png") no-repeat 0 center transparent;
}
header .headerRow .rightBox .hotline > div {
	padding: 0 0 0 45px;
	line-height: 22px;
}
header .headerRow .rightBox .hotline > div span {
	display: inline-block;
	text-transform: uppercase;
}
header .headerRow .rightBox .hotline > div span.text {
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}
header .headerRow .rightBox .hotline > div span.number {
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
header .headerRow .rightBox .hotline > div span.infoText {
	font-size: 12px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
}
header .headerRow .rightBox .search {
	float: right;
	font-size: 0;
}
header .headerRow .rightBox .search input {
	font-size: 12px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	padding: 5px 10px;
	border: 0 none;
	float: left;
	box-sizing: border-box;
	height: 30px;
}
header .headerRow .rightBox .search input[type="search"] {
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	-moz-appearance: none;
}
header .headerRow .rightBox .search input[type="submit"] {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/magnifier.png") no-repeat center center #3c3c3b;
	cursor: pointer;
	width: 30px;
}
/*=======================================================
  cart header
=======================================================*/
.shortOptionHolder {
	display: none;
}
/*=======================================================
  cart header
=======================================================*/
.navigationRow:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.navigationRow .languageSwitcher {
	width: 80%;
	float: right;
	text-align: right;
	padding: 15px 20px 20px 0;
	box-sizing: border-box;
}
.navigationRow .languageSwitcher > span {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	display: block;
	width: 86%;
	text-align: left;
	float: right;
}
.navigationRow .languageSwitcher select {
	width: 88%;
	height: 35px;
}
.navigationRow .wishList {
	display: block;
	float: left;
	margin-right: 6px;
	padding: 0 3px;
}
.navigationRow .wishList a {
	display: block;
	min-width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 8px;
	background: #9d9d9c;
	color: #ffffff;
}
.navigationRow .wishList a span {
	display: none;
}
.navigationRow .request {
	padding: 0 3px;
	float: left;
	margin-right: 6px;
}
.navigationRow .request a {
	padding: 8px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/produkt_anfragen.svg") no-repeat center center #9d9d9c;
	display: block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
}
/*=======================================================
  mobile navigation icon Navigation
=======================================================*/
.iconNavigation {
	width: 100%;
	padding: 20px 10px 20px 28%;
	box-sizing: border-box;
	float: left;
}
.iconNavigation > div {
	float: left;
}
.iconNavigation > div.home {
	margin-right: 6px;
	padding: 0 3px;
}
.iconNavigation > div.home a {
	background: #9d9d9c url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/home-icon/home-weiss_mobilemenu.svg") no-repeat scroll center center;
	box-sizing: border-box;
	display: block;
	height: 40px;
	padding: 8px;
	width: 40px;
}
.iconNavigation:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/*=======================================================
  breadcrumb
=======================================================*/
.breadcrumb {
	display: none;
	overflow: hidden;
	clear: both;
	border-top: 2px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}
.breadcrumb ul li {
	float: left;
	padding: 0 10px 0 20px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/separator.png") no-repeat 0 center transparent;
}
.breadcrumb ul li a {
	font-size: 14px;
	color: #3c3c3b;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
}
.breadcrumb ul li span {
	font-size: 14px;
	line-height: 24px;
}
.breadcrumb ul li:first-child {
	background: none;
	padding-left: 0;
}
.breadcrumb ul li.active a {
	color: #db0812;
}
.breadcrumb ul li.active span {
	color: #db0812;
}
/*=======================================================
  log in slide down
=======================================================*/
.logIn {
	display: none;
	padding: 25px 0 5px 0;
}
.logIn.fadein {
	display: none;
}
.logIn.fadeout {
	display: block;
}
.logIn .newCustomer {
	width: 100%;
	padding-bottom: 30px;
}
.logIn .newCustomer > span {
	display: block;
	color: #ffffff;
	text-align: center;
}
.logIn .newCustomer > span.headline {
	color: #9d9d9c;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.logIn .newCustomer > span.linkTo {
	color: #ffffff;
	font-size: 16px;
}
.logIn .logInField {
	width: 100%;
	/* search */
}
.logIn .logInField form {
	padding: 0 5px;
	text-align: right;
}
.logIn .logInField form > span {
	display: block;
	color: #ffffff;
	text-align: left;
}
.logIn .logInField form > span.headline {
	color: #9d9d9c;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	padding-bottom: 5px;
}
.logIn .logInField form > span .textLink {
	font-size: 14px;
}
.logIn .logInField form input {
	margin: 3px 0;
}
.logIn .logInField form input[type="email"] {
	width: 100%;
}
.logIn .logInField form input[type="password"] {
	width: 100%;
}
.logIn .logInField form #login-submit {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/arrowcenter_noborder.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	border: 2px solid #db0812;
	border-radius: 100%;
	cursor: pointer;
	float: right;
	height: 35px;
	margin-top: 6px;
	width: 35px;
	box-sizing: border-box;
}
.logIn .logInField form #login-submit.loading {
	border: medium none;
	height: 35px;
	left: 0;
	top: 0;
	width: 35px;
}
.logIn .logInField form #login-submit.loading ::after {
	height: 35px;
	width: 35px;
}
.logIn .logInField .success-message {
	display: block;
	text-align: left;
}
.logIn .logInField .success-message > span {
	color: #ffffff;
	display: block;
	padding: 0 10px 15px;
}
.logIn .logInField .search {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	padding-bottom: 20px;
}
.logIn .logInField .search input {
	font-size: 12px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	padding: 5px 10px;
	border: 0 none;
	float: left;
	box-sizing: border-box;
	height: 50px;
}
.logIn .logInField .search input[type="search"] {
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
	width: 80%;
}
.logIn .logInField .search input[type="submit"] {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/lupe-mobile.svg") no-repeat center center #3c3c3b;
	background-size: 19px 19px;
	cursor: pointer;
	width: 50px;
}
.logIn input {
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
}
.logIn input[type="text"] {
	border: 0 none;
	background: white;
}
.logIn input[type="email"] {
	border: 0 none;
	background: white;
}
.logIn input[type="password"] {
	border: 0 none;
	background: white;
}
.logIn input:focus {
	outline: 0 none;
}
.logIn input[type="submit"] {
	color: #ffffff;
	text-transform: uppercase;
	background: #db0812;
	padding: 12px 20px;
	border: 0 none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
}
.logIn textarea {
	border: 0 none;
	background: #ffffff;
}
.loading::after {
	animation: 0.5s linear 0s normal none infinite running rotate;
	border-color: #db0812 #8b070d #db0812 #8b070d;
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	content: "";
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
	box-sizing: border-box;
}
@keyframes rotate {
	0% {
		transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}
@keyframes rotate {
	0% {
		transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
	}
}
/*=======================================================
  .box settings
=======================================================*/
.box {
	padding: 10px 5px;
	box-sizing: border-box;
}
.box.small1 {
	width: 100%;
}
.box.small2 {
	width: 100%;
}
.box.small3 {
	width: 100%;
}
.box.small4 {
	width: 100%;
}
/*=======================================================
  products
=======================================================*/
.products {
	padding: 15px 0 10px;
	overflow: hidden;
}
.products .productItem {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
}
.products .productItem .icon {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 50px;
	height: 50px;
}
.products .productItem .image {
	text-align: center;
}
.products .productItem .image > img {
	width: 100%;
	height: auto;
}
.products .productItem .productInfo {
	background: #ededed;
	box-sizing: border-box;
	padding: 13px 15px;
	width: 100%;
	display: table;
}
.products .productItem .productInfo .headline {
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	line-height: 28px;
	color: #3c3c3b;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.products .productItem .productInfo .productTitle {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	min-height: 72px;
	text-align: center;
}
.products .productItem .productInfo .productTitle a {
	color: #3c3c3b;
	font-size: 18px;
	line-height: 22px;
}
.products .productItem .productInfo .productTitle a span {
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding-top: 3px;
}
.products .productItem .productInfo .productText {
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	min-height: 72px;
	text-align: center;
}
.products .productItem .productInfo.hvr-sweep-to-top:hover .headline {
	color: #ffffff;
}
.products .productItem .cartOptions {
	overflow: hidden;
	background: #ededed;
	border-top: 1px solid #ffffff;
}
.products .productItem .cartOptions .price {
	float: left;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #db0812;
	padding: 13px 15px;
	width: 80%;
	box-sizing: border-box;
}
.products .productItem .cartOptions .price.requestArticleContent {
	width: 100%;
}
.products .productItem .cartOptions .price.requestArticleContent .requestArticle {
	padding-top: 0;
}
.products .productItem .cartOptions .price.requestArticleContent .requestArticle .icon {
	left: 0;
	top: 0;
}
.products .productItem .cartOptions .price.requestArticleContent .requestArticle a {
	width: 100%;
}
.products .productItem .cartOptions .price.requestArticleContent .requestArticle a .text {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 20px 15px 47px;
}
.products .productItem .cartOptions .price.requestArticleContent .requestArticle a .text button {
	text-align: left;
}
.products .productItem .cartOptions .price.requestArticleContent .articleRequested {
	font-size: 18px;
}
.products .productItem .cartOptions .price.requestArticleContent .articleRequested a {
	display: block;
}
.products .productItem .cartOptions .wishList {
	width: 20%;
	float: left;
}
.products .productItem .cartOptions .wishList a {
	border-left: 1px solid #ffffff;
	padding: 12px 0;
	display: block;
	width: 100%;
	height: 26px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/star-lightgray.png") no-repeat center center transparent;
}
.products .productItem .cartOptions .wishList.active a {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/star-active.png") no-repeat center center transparent;
}
.products .productItem .cartOptions .wishList:hover {
	background: #9d9d9c;
}
.products .productItem .cartOptions .wishList:hover a:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/star-whitegray.png") no-repeat center center transparent;
}
.products .productItem .cartOptions .cartButton {
	width: 20%;
	float: right;
}
.products .productItem .cartOptions .cartButton a {
	border-left: 1px solid #ffffff;
	padding: 11px 0;
	display: block;
	width: 100%;
	height: 27px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/cart-gray.png") no-repeat center center transparent;
}
.products .productItem .cartOptions .cartButton:hover {
	background: #9d9d9c;
}
.products .productItem .cartOptions .cartButton:hover a:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/cart-white-hover.png") no-repeat center center transparent;
}
.products .productItem .cartOptions .amount {
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid #ffffff;
}
.products .productItem .cartOptions .amount > span {
	display: block;
	float: left;
}
.products .productItem .cartOptions .amount > span.text {
	font-size: 14px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	width: 25%;
	padding: 9px 0 9px 15px;
}
.products .productItem .cartOptions .amount > span.amountInput {
	width: 60%;
}
.products .productItem .cartOptions .amount > span.amountInput input {
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	border: 0 none;
	background: #ffffff;
	height: 30px;
	float: left;
	text-align: center;
}
.products .productItem .cartOptions .amount > span.amountInput input[type="text"] {
	width: 80px;
}
.products .productItem .cartOptions .amount > span.amountInput input[type="submit"] {
	background: #db0812;
	color: #ffffff;
	cursor: pointer;
}
.products .productItem .cartOptions .amount > span.amountInput .button {
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	border: 0 none;
	height: 30px;
	float: left;
	text-align: center;
	padding: 0 15px;
}
.products.pBSix {
	padding-bottom: 60px;
}
.products.list .productItem {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.taxInfo {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #3c3c3b;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
}
/*=======================================================
  teaser red & gray color
=======================================================*/
.teaserBoxen > div {
	padding: 13px 15px 20px;
}
.teaserBoxen > div h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}
.teaserBoxen > div span {
	display: block;
}
.teaserBoxen > div span.text {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 18px;
}
.teaserBoxen > div.tRed {
	background: #db0812;
}
.teaserBoxen > div.tGray {
	background: #3c3c3b;
}
/*=======================================================
  header box
=======================================================*/
.headerBox {
	text-align: center;
	padding: 45px 0 25px 0;
}
.headerBox .icon {
	padding-bottom: 10px;
	text-align: center;
}
.headerBox h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 2px solid #ededed;
}
.headerBox.white h1 {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
/*=======================================================
  teaser boxen icon
=======================================================*/
.teaserBoxenIco {
	text-align: center;
}
.teaserBoxenIco .icon {
	padding-bottom: 15px;
}
.teaserBoxenIco h2 {
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding-bottom: 7px;
}
.teaserBoxenIco .text {
	line-height: 28px;
	display: block;
	padding: 14px 0;
}
.teaserBoxenIco.inver {
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
	padding: 50px 20px 60px;
}
.teaserBoxenIco.inver h2 {
	color: #ffffff;
}
.teaserBoxenIco.inver a.textLinkY {
	display: block;
	padding-bottom: 5px;
}
.teaserBoxenIco.inver > span {
	display: block;
}
.teaserBoxenIco.inver > span > span {
	display: block;
}
.teaserBoxenIco.inver > span a {
	display: inline-block;
	color: #ffffff;
}
.teaserBoxenIco.inver > span.company {
	padding: 14px 0;
}
.teaserBoxenIco.inver > span.links {
	padding: 14px 0;
}
.teaserBoxenIco.inver > span.adress {
	padding: 14px 0;
}
.teaserBoxenIco.inver > span.contactInfo {
	padding: 14px 0;
}
.teaserBoxenIco.inver ul {
	padding: 14px 0;
}
/*=======================================================
  SEO teaser
=======================================================*/
.oesTeaser {
	background-position: top center;
	background-repeat: repeat;
}
.oesTeaser .oesText {
	padding: 120px 0;
	text-align: center;
}
.oesTeaser .oesText h1 {
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.oesTeaser .oesText .text {
	font-size: 18px;
	line-height: 28px;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
	width: 80%;
	margin: 0 auto;
}
.oesTeaser .oesText .headerBox {
	padding-top: 0;
}
/*=======================================================
  category overview box
=======================================================*/
.categoryDescription {
	font-size: 18px;
	line-height: 28px;
}
.categoryDescription h1 {
	padding-bottom: 15px;
}
.categoryDescription h2 {
	padding-bottom: 5px;
}
.categoryDescription ul {
	padding-left: 20px;
}
.categoryDescription ul li {
	list-style-type: disc;
}
.categoryOverviewBox .categoryBar .categoryName {
	width: 100%;
}
.categoryOverviewBox:hover .image .hoverText {
	top: 0;
}
.categoryOverviewBox .image {
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.categoryOverviewBox .image .hoverText {
	width: 100%;
	display: none;
	position: absolute;
	top: 280px;
	left: 0;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	padding: 17px 25px 25px;
	background: rgba(60, 60, 59, 0.9);
	-webkit-transition: all 200ms ease-in-out;
	/* Firefox */
	-moz-transition: all 200ms ease-in-out;
	/* WebKit */
	-o-transition: all 200ms ease-in-out;
	/* Opera */
	transition: all 200ms ease-in-out;
	/* Standard */
	min-height: 340px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	box-sizing: border-box;
}
.categoryOverviewBox .image img {
	width: 100%;
}
/*=======================================================
  category bar
=======================================================*/
.categoryBar {
	border-top: 1px solid #ffffff;
	overflow: hidden;
	background: #3c3c3b;
	display: table;
}
.categoryBar .icon {
	border-right: 1px solid #ffffff;
	font-size: 0;
	line-height: 0;
	display: table-cell;
	background-color: #db0812;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.categoryBar .categoryName {
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: table-cell;
	width: 100%;
	padding: 13px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
/*=======================================================
  product category navigation // aside
=======================================================*/
.categoryBox .header {
	color: #ffffff;
	padding: 16px 0 18px 20px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icon-arrow-down-closed-white.svg") no-repeat 93% center #3c3c3b;
}
.categoryBox .header.closed {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icon-arrow-down-white.svg") no-repeat 93% center #3c3c3b;
}
.categoryBox .navContent {
	padding: 7px 0 10px;
	border-bottom: 2px solid #db0812;
	display: none;
}
.categoryBox .navContent ul {
	padding: 0 0 0 20px;
}
.categoryBox .navContent ul li a {
	font-size: 16px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
	display: block;
	color: #3c3c3b;
	padding: 6px 0;
}
.categoryBox .navContent ul li a:hover {
	color: #db0812;
}
.categoryBox .navContent ul li.hasChildren > a > div {
	float: left;
	width: 90%;
}
.categoryBox .navContent ul li.hasChildren > a > div.dropdown-arrow {
	padding: 7px 0;
	width: 10%;
}
.categoryBox .navContent ul li.hasChildren > a > div.dropdown-arrow span {
	width: 10px;
	height: 10px;
	float: right;
	padding: 0;
	-webkit-transition: all 200ms ease-in-out;
	/* Firefox */
	-moz-transition: all 200ms ease-in-out;
	/* WebKit */
	-o-transition: all 200ms ease-in-out;
	/* Opera */
	transition: all 200ms ease-in-out;
	/* Standard */
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/nav-arrow-right-gray.png") no-repeat left center transparent;
}
.categoryBox .navContent ul li.hasChildren > a:hover div.dropdown-arrow span {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/nav-arrow-right-red.png") no-repeat left center transparent;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.categoryBox .navContent ul li.hasChildren > a:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.categoryBox .navContent ul li.hasChildren ul li a {
	font-family: 'open sans', sans-serif;
	font-weight: 300;
}
.categoryBox .navContent ul li.hasChildren ul.subMenuCategory {
	display: none;
}
.categoryBox .navContent ul li.active > a {
	color: #db0812;
}
.categoryBox .navContent ul li.active > a > div.dropdown-arrow span {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/nav-arrow-right-red.png") no-repeat left center transparent;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.categoryBox .navContent ul li.active ul.subMenuCategory {
	display: block;
}
.categoryBox .navContent ul li.down > a {
	color: #db0812;
}
.categoryBox .navContent ul li.down > a > span {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/nav-arrow-right-red.png") no-repeat left center transparent;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*=======================================================
  category header // for aside & column layout
=======================================================*/
.categoryHeader {
	position: relative;
	padding: 0 11px 0 10px;
	min-height: 50px;
}
.categoryHeader .categoryBar {
	left: 10px;
	top: 0;
	border-top: 0 none;
	width: auto;
}
.categoryHeader .image img {
	width: 100%;
	height: auto;
}
.categoryHeader .description {
	padding: 15px 0 0 0;
}
.categoryHeader .description h1 {
	padding-bottom: 15px;
}
.categoryHeader .description > span {
	font-size: 16px;
	line-height: 24px;
}
.categoryHeader .description ul {
	padding: 10px 0 10px 19px;
}
.categoryHeader .description ul li {
	list-style-type: disc;
	padding: 5px 0;
}
.categoryHeader.withoutImage .description {
	padding: 65px 0 0 0;
}
/*=======================================================
  paginator
=======================================================*/
.paginator div {
	overflow: hidden;
	padding: 20px 10px;
	float: right;
}
.paginator div ul li {
	float: left;
	background: #ededed;
	margin: 0 3px;
	font-size: 12px;
}
.paginator div ul li a {
	display: block;
	color: #3c3c3b;
	padding: 0 10px;
	font-size: 12px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
}
.paginator div ul li a:hover {
	color: #ffffff;
	background: #3c3c3b;
}
.paginator div ul li.prev {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/paginator-arrow.png") no-repeat center center #ededed;
}
.paginator div ul li.prev:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/paginator-arrow-white.png") no-repeat center center #3c3c3b;
}
.paginator div ul li.prev:hover a {
	background: transparent;
}
.paginator div ul li.next {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/paginator-arrow.png") no-repeat center center #ededed;
}
.paginator div ul li.next:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/paginator-arrow-white.png") no-repeat center center #3c3c3b;
}
.paginator div ul li.next:hover a {
	background: transparent;
}
.paginator div ul li.active {
	background: #3c3c3b;
}
.paginator div ul li.active a {
	color: #ffffff;
}
/*=======================================================
  category detail header
=======================================================*/
.categoryDetailHeader,
.secondCategoryDetailHeader {
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}
.categoryDetailHeader > div,
.secondCategoryDetailHeader > div {
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
}
.categoryDetailHeader > div .categoryDetailBar,
.secondCategoryDetailHeader > div .categoryDetailBar {
	box-sizing: border-box;
	width: 100%;
}
.categoryDetailHeader > div .categoryDetailBar h2,
.secondCategoryDetailHeader > div .categoryDetailBar h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding: 0 0 5px 20px;
	box-sizing: border-box;
	width: 82%;
}
.categoryDetailHeader > div .sortBy,
.secondCategoryDetailHeader > div .sortBy {
	width: 100%;
	padding: 16px 0;
}
.categoryDetailHeader > div .sortBy .sortBySelect,
.secondCategoryDetailHeader > div .sortBy .sortBySelect {
	float: right;
}
.categoryDetailHeader > div .sortBy .sortBySelect select,
.secondCategoryDetailHeader > div .sortBy .sortBySelect select {
	margin-right: 10px;
}
.categoryDetailHeader > div .sortBy .sortBySelect > a,
.secondCategoryDetailHeader > div .sortBy .sortBySelect > a {
	padding: 0 5px;
}
.categoryDetailHeader > div .sortBy .sortBySelect > a > svg,
.secondCategoryDetailHeader > div .sortBy .sortBySelect > a > svg {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.categoryDetailHeader > div .sortBy .sortBySelect > svg,
.secondCategoryDetailHeader > div .sortBy .sortBySelect > svg {
	padding: 0 5px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
/*=======================================================
  category detail header
=======================================================*/
.categoryDetailHeader > div .categoryDetailBar {
	display: table;
}
.categoryDetailHeader > div .categoryDetailBar .icon {
	font-size: 0;
	line-height: 0;
	display: table-cell;
}
.categoryDetailHeader > div .categoryDetailBar h2 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
/*=======================================================
  second Category Detail Header
=======================================================*/
.secondCategoryDetailHeader {
	padding: 10px 0;
}
.secondCategoryDetailHeader > div .categoryDetailBar {
	display: table;
	padding: 5px;
	background: #9d9d9c;
}
.secondCategoryDetailHeader > div .categoryDetailBar .icon {
	font-size: 0;
	line-height: 0;
	display: table-cell;
}
.secondCategoryDetailHeader > div .categoryDetailBar h2 {
	color: #ffffff;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
/*=======================================================
  info text
=======================================================*/
.infoText {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 15px;
}
.infoText .textLink {
	padding-left: 15px;
}
/*=======================================================
  my account - dashborad
=======================================================*/
.dashboard {
	padding: 30px 0 0 0;
}
.dashboard .text {
	padding: 0 0 15px 0;
}
.dashboard table a {
	text-transform: uppercase;
}
.table {
	padding: 15px 0;
}
.table .header {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #ededed;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.table .buttonHolder {
	padding: 20px 0;
}
.table.userAccountSettings b {
	padding-bottom: 14px;
	display: block;
}
table {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ededed;
}
table th {
	font-size: 14px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
	text-align: left;
	padding: 20px 10px;
}
table td {
	border-top: 1px solid #ededed;
	font-size: 14px;
	line-height: 18px;
	padding: 20px 10px;
	vertical-align: middle;
	box-sizing: border-box;
}
table td p {
	font-size: 14px;
	line-height: 18px;
}
table td span {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	padding: 2px 0;
}
table td a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
table td a:hover {
	color: #db0812;
}
/*=======================================================
  my account - wish list
=======================================================*/
.wishListContent {
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}
.wishListContent > h3 {
	padding: 15px 0 0 0;
}
.wishListContent .header {
	font-size: 18px;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #dadada;
}
.wishListContent .selectAll {
	padding: 15px 0;
}
.wishListContent .selectAll input[type=checkbox] {
	visibility: visible;
	margin-right: 10px;
}
.wishListContent .wishListItem {
	padding: 1px 0 0;
}
.wishListContent .wishListItem > div {
	background: #ededed;
}
.wishListContent .wishListItem .checkbox {
	display: none;
	width: 50%;
	float: left;
	min-height: 100px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/einkaufswagen/warenkorb-merkliste/einkaufswagen_grau.svg") no-repeat center center transparent;
}
.wishListContent .wishListItem .image {
	float: left;
	font-size: 0;
	line-height: 0;
	width: 100%;
	text-align: center;
	background: #ffffff;
	padding: 15px 0 3px;
}
.wishListContent .wishListItem .image a {
	display: block;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.wishListContent .wishListItem .wlDetails {
	width: 100%;
	float: left;
	padding: 20px 30px;
	box-sizing: border-box;
}
.wishListContent .wishListItem .wlDetails > span {
	display: block;
	font-size: 16px;
}
.wishListContent .wishListItem .wlDetails > span.headline a {
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #3c3c3b;
}
.wishListContent .wishListItem .amount {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	float: left;
	width: 50%;
	padding: 5px 20px;
	box-sizing: border-box;
	min-height: 70px;
}
.wishListContent .wishListItem .amount input {
	width: 100%;
	max-width: 83px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 3px 10px;
	border: 1px solid #cdcdcd;
	text-align: right;
}
.wishListContent .wishListItem .amount > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0 0 0;
}
.wishListContent .wishListItem .addToCart {
	width: 33%;
	float: left;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.wishListContent .wishListItem .addToCart a {
	display: block;
	min-height: 79px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/einkaufswagen/warenkorb-merkliste/einkaufswagen_grau.svg") no-repeat center center transparent;
}
.wishListContent .wishListItem .addToCart a:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/einkaufswagen/warenkorb-merkliste/einkaufswagen_weiss.svg") no-repeat center center #9d9d9c;
}
.wishListContent .wishListItem .trash {
	border-top: 1px solid #ffffff;
	width: 50%;
	float: left;
}
.wishListContent .wishListItem .trash a {
	display: block;
	min-height: 70px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/papierkorb/papierkorb_grau.svg") no-repeat center center transparent;
}
.wishListContent .wishListItem .trash a:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/papierkorb/papierkorb_weiss.svg") no-repeat center center #9d9d9c;
}
.wishListContent .buttons-set.wishlistLinks .textLink {
	display: block;
	margin-top: 25px;
}
.wishListContent .buttonHolder {
	padding: 20px 0;
	text-align: right;
}
.wishListContent .buttonHolder button.button {
	width: 100%;
}
.wishListContent .buttonHolder.sticky-button {
	display: none;
}
.columnRight .wishListContent .header {
	padding: 20px 0;
}
/*=======================================================
  create account
=======================================================*/
.singleHeadline {
	padding: 30px 0 25px 0;
}
.singleHeadline h2 {
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.singleHeadline.link h2 {
	width: 60%;
	float: left;
	padding: 7px 0;
}
.singleHeadline.link .buttonHolder {
	width: 40%;
	display: inline-block;
	text-align: right;
}
.formField {
	padding: 20px 0 0 0;
}
.formField .inputHolder {
	max-width: 740px;
	width: 100%;
}
.formField .inputHolder .field {
	width: 100%;
}
.formField .inputHolder .field:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.formField .inputHolder .field > span {
	width: 100%;
	float: left;
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
}
.formField .inputHolder .field > span > span {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 0 0 10px;
}
.formField .inputHolder .field > span > span sup {
	color: #db0812;
}
.formField .inputHolder .field > span input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #dadada;
	background: #ffffff;
}
.formField .inputHolder .field > span textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	border: 1px solid #dadada;
	background: #ffffff;
}
.formField .inputHolder .field > span select {
	width: 100%;
	height: 43px;
	border: 1px solid #dadada;
	background: #ffffff;
}
.formField .inputHolder .field > span #department_input {
	margin-top: 10px;
}
.formField .inputHolder .field > span.single {
	width: 100%;
}
.formField .inputHolder .field > span.single:last-child {
	padding-left: 0;
	padding-right: 0;
}
.formField .inputHolder .field > span.singleHalf {
	width: 50%;
	padding-right: 10px;
}
.formField .inputHolder .field > span.singleHalf:last-child {
	padding-left: 0;
}
.formField .inputHolder .field.half > span {
	width: 50%;
}
.formField .inputHolder .field.half > span:first-child {
	padding-right: 10px;
}
.formField .inputHolder .field.half > span:last-child {
	padding-left: 10px;
}
.formField .inputHolder .headline {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.formField .inputHolder .leftInput {
	width: 100%;
}
.formField .inputHolder .rightInput {
	width: 100%;
}
.formField .inputHolder .rightInput .buttonHolder {
	padding: 10px 0 0 0;
	text-align: right;
}
.formField .inputHolder .form-list .notice {
	line-height: 24px;
}
.formField .inputHolder .form-list .input-box {
	padding: 15px 0 10px;
}
.formField .inputHolder .form-list select {
	max-width: 100%;
}
.formField .inputHolder .required {
	font-size: 12px;
}
.formField .inputHolder .required > span {
	color: #db0812;
}
.formField .inputHolder #remember-me-box {
	padding: 5px 0;
}
.formField .inputHolder #remember-me-box .input-box {
	display: inline-block;
}
.formField .inputHolder #remember-me-box label {
	padding-left: 5px;
	display: inline-block;
}
.formField .text {
	padding: 15px 0 20px 0;
	line-height: 24px;
}
.formField .text a {
	font-size: 16px;
	text-transform: none;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
	text-decoration: underline;
}
.formField .text a:hover {
	color: #db0812;
}
.formField .checkboxHolder {
	padding: 20px 0;
}
.formField .checkboxHolder input {
	float: left;
}
.formField .checkboxHolder input[type="checkbox"] {
	visibility: visible;
}
.formField .checkboxHolder span {
	display: inline-block;
	padding-left: 10px;
	width: 90%;
}
.formField .checkboxHolder.full span {
	width: 90%;
	padding: 1px 0 0 10px;
}
.formField .checkboxHolder.full label {
	width: 90%;
	padding: 1px 0 0 6px;
}
.formField h3 {
	padding: 10px 0 20px 0;
}
.requiredInfo {
	font-size: 12px;
	padding: 35px 0 60px 0;
}
.requiredInfo sup {
	color: #db0812;
}
.formLinks {
	max-width: 740px;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.formLinks > div {
	width: 100%;
	float: left;
}
.formLinks .buttonHolder {
	text-align: right;
}
/*=======================================================
  shopping cart
=======================================================*/
.shoppingCartHolder .cartHeader,
.shoppingCartHolder .cartContent {
	overflow: hidden;
}
.shoppingCartHolder .cartHeader div,
.shoppingCartHolder .cartContent div {
	overflow: hidden;
}
.shoppingCartHolder .cartHeader div > span,
.shoppingCartHolder .cartContent div > span {
	padding: 20px 15px;
	box-sizing: border-box;
	display: block;
	float: left;
	overflow: hidden;
}
.shoppingCartHolder .cartHeader div > span.image,
.shoppingCartHolder .cartContent div > span.image {
	width: 100%;
	text-align: center;
}
.shoppingCartHolder .cartHeader div > span.image > img,
.shoppingCartHolder .cartContent div > span.image > img {
	height: auto;
	max-height: 200px;
	width: auto;
}
.shoppingCartHolder .cartHeader div > span.articleName,
.shoppingCartHolder .cartContent div > span.articleName {
	width: 100%;
}
.shoppingCartHolder .cartHeader div > span.singlePrice,
.shoppingCartHolder .cartContent div > span.singlePrice {
	display: none;
}
.shoppingCartHolder .cartHeader div > span.amount,
.shoppingCartHolder .cartContent div > span.amount {
	width: 50%;
}
.shoppingCartHolder .cartHeader div > span.subTotal,
.shoppingCartHolder .cartContent div > span.subTotal {
	width: 50%;
}
.shoppingCartHolder .cartHeader div > span.trash,
.shoppingCartHolder .cartContent div > span.trash {
	width: 100%;
}
.shoppingCartHolder .cartHeader {
	background: #ededed;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
}
.shoppingCartHolder .cartHeader div > span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.shoppingCartHolder .cartHeader div > span.image {
	display: none;
	border-right: 1px solid #ffffff;
}
.shoppingCartHolder .cartHeader div > span.articleName {
	display: none;
	border-right: 1px solid #ffffff;
}
.shoppingCartHolder .cartHeader div > span.singlePrice {
	border-right: 1px solid #ffffff;
}
.shoppingCartHolder .cartHeader div > span.amount {
	border-right: 1px solid #ffffff;
}
.shoppingCartHolder .cartHeader div > span.subTotal {
	border-right: 1px solid #ffffff;
}
.shoppingCartHolder .cartHeader div > span.wishListCart {
	display: none;
	border-right: 1px solid #ffffff;
}
.shoppingCartHolder .cartHeader div > span.trash {
	display: none;
}
.shoppingCartHolder .cartContent {
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div {
	border-bottom: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div > span {
	font-family: 'open sans', sans-serif;
	font-weight: 600;
	min-height: 170px;
}
.shoppingCartHolder .cartContent div > span.image {
	padding: 0;
	border-right: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div > span.articleName {
	min-height: 0;
	border-right: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div > span.articleName > span {
	display: block;
}
.shoppingCartHolder .cartContent div > span.articleName > span:first-child {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}
.shoppingCartHolder .cartContent div > span.articleName > span:last-child {
	padding-top: 10px;
	font-size: 16px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
}
.shoppingCartHolder .cartContent div > span.singlePrice {
	padding-top: 49px;
	border-right: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div > span.amount {
	padding-top: 40px;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div > span.amount .inputAmountHolder {
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: 0 none;
}
.shoppingCartHolder .cartContent div > span.amount .inputAmountHolder input {
	width: 55%;
	height: 33px;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 16px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
	float: left;
	border: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div > span.amount .inputAmountHolder a {
	float: left;
}
.shoppingCartHolder .cartContent div > span.amount .inputAmountHolder a.mobileRefresh {
	width: 33px;
	height: 33px;
	background: #db0812;
	display: block;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/refresh.png") no-repeat center center transparent;
}
.shoppingCartHolder .cartContent div > span.amount span {
	font-size: 16px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	display: block;
	padding-top: 20px;
}
.shoppingCartHolder .cartContent div > span.subTotal {
	padding-top: 49px;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div > span.wishListCart {
	min-height: 0px;
	padding: 0;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div > span.wishListCart a {
	display: block;
	min-height: 50px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/star-lightgray.png") no-repeat center center transparent;
}
.shoppingCartHolder .cartContent div > span.wishListCart:hover a {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/star-white.png") no-repeat center center #9d9d9c;
}
.shoppingCartHolder .cartContent div > span.trash {
	min-height: 0px;
	padding: 0;
	border-top: 1px solid #dadada;
}
.shoppingCartHolder .cartContent div > span.trash a {
	display: block;
	min-height: 50px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/trash-gray.svg") no-repeat center center transparent;
}
.shoppingCartHolder .cartContent div > span.trash:hover a {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/trash-white.svg") no-repeat center center #9d9d9c;
}
.siteRefreshLink {
	text-align: right;
	border-bottom: 1px solid #dadada;
}
.siteRefreshLink button.button {
	background: transparent;
	color: #db0812;
	cursor: pointer;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in-out;
	/* Firefox */
	-moz-transition: all 200ms ease-in-out;
	/* WebKit */
	-o-transition: all 200ms ease-in-out;
	/* Opera */
	transition: all 200ms ease-in-out;
	/* Standard */
}
.siteRefreshLink button.button:hover {
	color: #3c3c3b;
}
.priceList {
	width: 100%;
	float: right;
	padding: 30px 0 40px 0;
}
.priceList > div {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.priceList > div > span {
	width: 50%;
	float: left;
	line-height: 18px;
}
.priceList > div > span:last-child {
	text-align: right;
}
.priceList > div.priceSumme {
	border-bottom: 1px solid #dadada;
}
.priceList .buttonHolder {
	text-align: right;
}
/*=======================================================
  checkout
=======================================================*/
.checkout {
	padding: 0 0 60px 0;
}
.checkout .rowOne,
.checkout .rowTwo,
.checkout .rowThree {
	width: 100%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.checkout .rowOne > div,
.checkout .rowTwo > div,
.checkout .rowThree > div {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
}
.checkout .rowOne .header,
.checkout .rowTwo .header,
.checkout .rowThree .header {
	background: #ededed;
}
.checkout .rowOne .header .number,
.checkout .rowTwo .header .number,
.checkout .rowThree .header .number {
	display: block;
	float: left;
	background: #9d9d9c;
	padding: 16px 23px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 18px;
}
.checkout .rowOne .header .number.icon,
.checkout .rowTwo .header .number.icon,
.checkout .rowThree .header .number.icon {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/checkout-check.png") no-repeat center center #9d9d9c;
}
.checkout .rowOne .header .text,
.checkout .rowTwo .header .text,
.checkout .rowThree .header .text {
	display: inline-block;
	padding: 15px 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}
.checkout .rowOne .checkoutContent,
.checkout .rowTwo .checkoutContent,
.checkout .rowThree .checkoutContent {
	padding: 10px;
}
.checkout .rowOne .checkoutContent .articleTable table th,
.checkout .rowTwo .checkoutContent .articleTable table th,
.checkout .rowThree .checkoutContent .articleTable table th,
.checkout .rowOne .checkoutContent .articleTable table td,
.checkout .rowTwo .checkoutContent .articleTable table td,
.checkout .rowThree .checkoutContent .articleTable table td {
	width: 33%;
	line-height: 18px;
}
.checkout .rowOne .checkoutContent .articleTable table th,
.checkout .rowTwo .checkoutContent .articleTable table th,
.checkout .rowThree .checkoutContent .articleTable table th {
	background: #ededed;
	border-right: 1px solid #ffffff;
}
.checkout .rowOne .checkoutContent .articleTable table th:last-child,
.checkout .rowTwo .checkoutContent .articleTable table th:last-child,
.checkout .rowThree .checkoutContent .articleTable table th:last-child {
	border-right: 0 none;
}
.checkout .rowOne .checkoutContent .articleTable table td,
.checkout .rowTwo .checkoutContent .articleTable table td,
.checkout .rowThree .checkoutContent .articleTable table td {
	border-right: 1px solid #ededed;
}
.checkout .rowOne .checkoutContent .articleTable table td:last-child,
.checkout .rowTwo .checkoutContent .articleTable table td:last-child,
.checkout .rowThree .checkoutContent .articleTable table td:last-child {
	border-right: 0 none;
}
.checkout .rowOne .checkoutContent .priceList,
.checkout .rowTwo .checkoutContent .priceList,
.checkout .rowThree .checkoutContent .priceList {
	width: 100%;
	padding: 20px 0 10px;
}
.checkout .rowOne .checkoutContent .buttonHolder,
.checkout .rowTwo .checkoutContent .buttonHolder,
.checkout .rowThree .checkoutContent .buttonHolder {
	padding-top: 10px;
}
.checkout .rowOne .checkoutContent .buttonHolder a,
.checkout .rowTwo .checkoutContent .buttonHolder a,
.checkout .rowThree .checkoutContent .buttonHolder a {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.checkout .requiredInfo {
	padding: 10px 0 0 10px;
}
.checkout .opc-messages-action {
	text-align: right;
	padding: 10px;
}
.checkout .opc-message-wrapper .opc-messages .opc-messages-action button {
	background: #db0812 !important;
	height: auto;
	padding: 14px 20px 15px;
}
.messages {
	padding: 20px 0;
}
.messages .error-msg {
	padding: 15px;
	color: #8b070d;
	border: 1px solid #8b070d;
}
.messages .success-msg {
	padding: 15px;
	color: #009640;
	border: 1px solid #009640;
}
.messages .note-msg {
	padding: 15px;
	color: #ef7000;
	border: 1px solid #ef7000;
}
.messages .notice-msg {
	padding: 15px;
	color: #ef7000;
	border: 1px solid #ef7000;
}
/*=======================================================
  checkout Address
=======================================================*/
.checkoutAddress address {
	padding: 10px 0 15px;
	font-size: 16px;
	line-height: 22px;
}
.checkoutAddress address div span {
	display: block;
}
/*=======================================================
  image left & text right
=======================================================*/
.imageText {
	border-top: 2px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 0;
	overflow: hidden;
}
.imageText div.image {
	width: 100%;
	text-align: center;
	float: left;
}
.imageText div.text {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.imageText div.text h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.imageText div.text p {
	padding: 5px 0 12px 0;
}
/*=======================================================
   big image left & text right
=======================================================*/
.bigImageText {
	border-bottom: 1px solid #ededed;
	padding: 30px 0;
	overflow: hidden;
}
.bigImageText div.image {
	width: 100%;
	float: left;
}
.bigImageText div.image img {
	width: 100%;
	height: auto;
}
.bigImageText div.text {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.bigImageText div.text a:hover {
	color: #3c3c3b;
	-webkit-transition: all 200ms ease-in-out;
	/* Firefox */
	-moz-transition: all 200ms ease-in-out;
	/* WebKit */
	-o-transition: all 200ms ease-in-out;
	/* Opera */
	transition: all 200ms ease-in-out;
	/* Standard */
}
.bigImageText div.text h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.bigImageText div.text p {
	padding: 5px 0 12px 0;
}
/*=======================================================
  image & image
=======================================================*/
.imageImage {
	overflow: hidden;
	padding: 20px 0;
}
.imageImage .advertising {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	float: left;
}
.imageImage .advertising > div {
	background-repeat: no-repeat;
	min-height: 222px;
	background-size: 180% auto;
	background-position: top center;
	position: relative;
	padding: 0 0 10px;
}
.imageImage .advertising > div div {
	display: block;
	text-align: center;
	position: relative;
	z-index: 99999;
}
.imageImage .advertising > div div.headline {
	padding: 34px 0;
	font-size: 40px;
	line-height: 42px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: #ffffff;
}
.imageImage .advertising > div div.headline span {
	background: rgba(60, 60, 59, 0.8);
	display: inline-block;
	padding: 14px 20px;
}
/*=======================================================
  teaser container // advertising
=======================================================*/
.teaserContainer {
	overflow: hidden;
	padding: 20px 0;
	display: none;
}
.teaserContainer > div {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	background-repeat: no-repeat;
	min-height: 222px;
	background-size: 150% auto;
	position: relative;
}
.teaserContainer > div > div {
	display: block;
	text-align: center;
	z-index: 9999;
	position: relative;
}
.teaserContainer > div > div.headline {
	padding: 34px 0 57px;
	font-size: 24px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	color: #ffffff;
}
.teaserContainer > div > div.headline span {
	background: rgba(60, 60, 59, 0.8);
	display: inline-block;
	padding: 14px 20px;
}
.teaserContainer .advertisingOverlay {
	background: rgba(60, 60, 59, 0.5);
	left: 0;
	min-height: 222px;
	position: absolute;
	top: 1px;
	width: 100%;
}
/*=======================================================
  about pco
=======================================================*/
.historyTimeline {
	padding: 5px 0 50px;
	text-align: center;
}
.historyTimeline .row {
	padding: 5px 0;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}
.positionMap {
	padding: 10px 0 50px;
}
.positionMap img {
	width: 100%;
	height: auto;
}
.linkList {
	overflow: hidden;
	padding: 20px 0 5px;
	width: 80%;
	margin: 0 auto;
}
.linkList ul {
	width: 80%;
	margin: 0 auto;
}
.linkList ul li {
	float: left;
}
.linkList ul li a {
	display: block;
	padding: 0 10px;
	color: #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.linkList ul li a:hover {
	color: #db0812;
}
.contactPerson {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 60px;
}
.contactPerson .person {
	width: 100%;
	padding-bottom: 30px;
}
.contactPerson .person .profilImage {
	padding-bottom: 30px;
	text-align: center;
}
.contactPerson .person .profilInfo {
	text-align: center;
}
.contactPerson .person .profilInfo > span {
	display: block;
	padding: 0 0 8px 0;
}
.contactPerson .person .profilInfo > span.name {
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
/*=======================================================
  multiple order
=======================================================*/
.multipleordersHolder .multipleordersHeader {
	background: #ededed;
}
.multipleordersHolder .multipleordersHeader > div {
	width: 100%;
	overflow: hidden;
	padding: 20px 5px;
	box-sizing: border-box;
}
.multipleordersHolder .multipleordersHeader > div > span {
	display: block;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	font-weight: 700;
}
.multipleordersHolder .multipleordersHeader > div > span.articleInfo {
	width: 40%;
}
.multipleordersHolder .multipleordersHeader > div > span.amount {
	width: 20%;
}
.multipleordersHolder .multipleordersHeader > div > span.price {
	width: 20%;
}
.multipleordersHolder .multipleordersHeader > div > span.trash {
	width: 20%;
}
.multipleordersHolder .multipleordersContent {
	border: 1px solid #ededed;
}
.multipleordersHolder .multipleordersContent > div {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}
.multipleordersHolder .multipleordersContent > div > span {
	display: block;
	float: left;
	padding: 20px 5px;
	box-sizing: border-box;
}
.multipleordersHolder .multipleordersContent > div > span.articleInfo {
	width: 40%;
	overflow: hidden;
}
.multipleordersHolder .multipleordersContent > div > span.articleInfo input {
	width: 100%;
	box-sizing: border-box;
}
.multipleordersHolder .multipleordersContent > div > span.articleInfo > a {
	display: block;
	width: 100%;
}
.multipleordersHolder .multipleordersContent > div > span.articleInfo > span {
	display: block;
	width: 100%;
}
.multipleordersHolder .multipleordersContent > div > span.amount {
	width: 20%;
}
.multipleordersHolder .multipleordersContent > div > span.amount input {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.multipleordersHolder .multipleordersContent > div > span.price {
	width: 28%;
}
.multipleordersHolder .multipleordersContent > div > span.trash {
	width: 12%;
}
.multipleordersHolder .multipleordersContent > div > span.trash a {
	display: block;
	width: 25px;
	height: 35px;
	margin: 0 auto;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/trash-icon.png") no-repeat 0 0 transparent;
}
.multipleordersHolder #addMultipleorders {
	padding: 20px 0;
	display: block;
}
/*=======================================================
  contact
=======================================================*/
.maps img {
	width: 100%;
	height: auto;
}
.contact {
	padding: 0 0 60px 0;
}
.contact h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.contact textarea {
	min-height: 272px;
}
.contact .contactInfos > span {
	width: 100%;
	display: block;
	padding: 15px 0 15px 35px;
	box-sizing: border-box;
}
.contact .contactInfos > span > span {
	display: block;
	padding: 3px 0;
}
.contact .contactInfos > span.mailOne {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/Rot/brief_r_s.svg") no-repeat 0 center transparent;
}
.contact .contactInfos > span.placeOne {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/Rot/pin_r_s.svg") no-repeat 0 center transparent;
}
.contact .contactInfos > span.phoneOne {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/Rot/telefon_r_s.svg") no-repeat 0 center transparent;
}
.contact .contactInfos > span.placeTwo {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/Grau/pin_g_s.svg") no-repeat 0 center transparent;
}
.contact .contactInfos > span.phoneTwo {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/Grau/telefon_g_s.svg") no-repeat 0 center transparent;
}
/*=======================================================
  product Detail
=======================================================*/
.productDetail {
	padding: 30px 0 60px;
}
.productDetail .image {
	box-sizing: border-box;
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	position: relative;
}
.productDetail .image .icon {
	position: absolute;
	top: 0;
	right: 10px;
	border: 0 none;
	z-index: 55;
}
.productDetail .image .icon img {
	max-width: 100%;
	width: auto;
}
.productDetail .image > div {
	border: 1px solid #dadada;
}
.productDetail .image img {
	width: 100%;
	height: auto;
}
.productDetail .image .more-views ul {
	overflow: hidden;
}
.productDetail .image .more-views ul li {
	float: left;
	padding: 0 10px;
}
.productDetail .image .more-views ul li a {
	display: block;
}
.productDetail .productContent {
	box-sizing: border-box;
	width: 100%;
	float: left;
}
.productDetail .productContent .row {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}
.productDetail .productContent .row > span {
	display: block;
	width: 100%;
}
.productDetail .productContent .row > span.articleNumber {
	padding: 9px 0;
	box-sizing: border-box;
}
.productDetail .productContent .row > span.deliverStatus {
	text-align: right;
}
.productDetail .productContent .row > span.deliverStatus.green {
	color: #009640;
}
.productDetail .productContent .row > span.deliverStatus > span {
	padding: 8px 15px;
	display: inline-block;
	border: 1px solid #dadada;
	font-size: 12px;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
}
.productDetail .productContent .row h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.productDetail .productContent .row.half > span {
	float: left;
	width: 50%;
}
.productDetail .productContent .productDetailInfo {
	padding: 10px 0;
}
.productDetail .productContent .productDetailInfo > div {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 20px 0;
}
.productDetail .productContent .productDetailInfo > div .price {
	font-size: 36px;
	color: #db0812;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	width: 100%;
	padding: 8px 0;
}
.productDetail .productContent .productDetailInfo > div .countSwitch {
	width: 100%;
	padding: 10px 0;
}
.productDetail .productContent .LinkBar {
	overflow: hidden;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
}
.productDetail .productContent .LinkBar > span {
	display: block;
	width: 50%;
	float: left;
}
.productDetail .productContent .productInfoText {
	padding: 17px 0;
}
.productDetail .productContent .productInfoText > div {
	width: 100%;
	padding: 3px 0;
	overflow: hidden;
}
.productDetail .productContent .productInfoText > div > span {
	display: block;
	float: left;
	line-height: 28px;
}
.productDetail .productContent .productInfoText > div > span.headline {
	width: 40%;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
}
.productDetail .productContent .productInfoText > div > span.text {
	width: 60%;
}
.productDetail .productContent .productAttachments {
	padding: 10px 0 0 0;
}
.productDetail .productContent .productAttachments h3 {
	padding-bottom: 8px;
}
.toggleOrderlists {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/pfeil-seitenmenue/geschlossen_grau.svg") no-repeat right center transparent;
	padding-right: 20px;
}
.toggleOrderlists.active {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/pfeil-seitenmenue/offen_rot.svg") no-repeat right center transparent;
}
.orderListCheckboxes li {
	padding: 5px 0 10px 0;
}
.orderListCheckboxes .inList {
	padding-right: 36px;
	color: #009640;
}
.orderListCheckboxes input[type="checkbox"] {
	float: right;
	margin-left: 20px;
	visibility: visible;
}
.countSwitch {
	overflow: hidden;
}
.countSwitch a {
	border: 1px solid #dadada;
	box-sizing: border-box;
	display: block;
	float: left;
	height: 53px;
	padding: 13px 0;
	text-align: center;
	width: 48px;
	font-size: 24px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
}
.countSwitch input {
	height: 53px;
	box-sizing: border-box;
	padding: 10px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 0 none;
	border-right: 0 none;
	float: left;
	width: 68px;
	text-align: center;
	font-size: 18px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
}
/*=======================================================
  pager // meine bestellungen
=======================================================*/
.pager {
	padding: 20px 0;
	overflow: hidden;
}
.pager .amount {
	width: 50%;
	float: left;
	padding: 0;
}
.pager .limiter {
	width: 50%;
	display: inline-block;
	text-align: right;
}
.pager .pages {
	overflow: hidden;
	float: right;
	clear: both;
	padding-top: 30px;
}
.pager .pages ol li {
	float: left;
	padding: 6px 5px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #3d3d3d;
	background: #ededed;
	margin: 0 5px;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
}
.pager .pages ol li a {
	display: block;
	color: #3d3d3d;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}
.pager .pages ol li a.previous {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/nav-arrow-left-gray.png") no-repeat center center transparent;
}
.pager .pages ol li a.next {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/nav-arrow-right-gray.png") no-repeat center center transparent;
}
.pager .pages ol li.current {
	display: block;
	background: #3d3d3d;
	color: #ffffff;
}
.pager .pages ol li:hover {
	background: #3d3d3d;
}
.pager .pages ol li:hover a {
	color: #ffffff;
}
.pager .pages ol li:hover a.previous {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/nav-arrow-left-gray-hover.png") no-repeat center center #3d3d3d;
}
.pager .pages ol li:hover a.next {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/nav-arrow-right-gray-hover.png") no-repeat center center #3d3d3d;
}
/*=======================================================
  account login
=======================================================*/
.registered-users .form-list li {
	display: inline-block;
}
.registered-users .form-list li label {
	padding-bottom: 5px;
	display: block;
}
.new-users {
	clear: both;
	padding-bottom: 20px;
}
.registered-users .buttons-set > a {
	display: block;
	padding-bottom: 10px;
}
#login-form .col2-set {
	clear: both;
}
/*=======================================================
  my order
=======================================================*/
.my-account .singleHeadline {
	padding: 0 0 25px;
}
.my-account .order-info-box {
	overflow: hidden;
}
.my-account .order-info-box .col-1,
.my-account .order-info-box .col-2 {
	overflow: hidden;
	width: 100%;
}
.my-account .order-info-box .col-1 .box,
.my-account .order-info-box .col-2 .box {
	padding: 10px 0;
}
.my-account .order-info-box .col-1 .box .box-title,
.my-account .order-info-box .col-2 .box .box-title {
	padding-bottom: 5px;
}
.my-account .order-info-box .col-1 .box .box-title h3,
.my-account .order-info-box .col-2 .box .box-title h3 {
	font-weight: 700;
}
.my-account .order-info-box .col-1 .box .box-content address,
.my-account .order-info-box .col-2 .box .box-content address {
	font-size: 18px;
	line-height: 28px;
	padding: 0 10px 0 0;
}
.my-account .order-info-box .col-1 .box .box-content address > span,
.my-account .order-info-box .col-2 .box .box-content address > span {
	display: block;
}
.my-account .order-info-box .col-1 .box.shippingMethod p,
.my-account .order-info-box .col-2 .box.shippingMethod p,
.my-account .order-info-box .col-1 .box.paymentMethod p,
.my-account .order-info-box .col-2 .box.paymentMethod p {
	padding: 0 0 5px;
}
.my-account .order-details h2 {
	padding-bottom: 10px;
	font-weight: 700;
}
.my-account .order-details .buttons-set {
	padding-top: 15px;
}
.my-account #my-orders-table td img {
	float: left;
}
/*=======================================================
  shipping Address Checkout
=======================================================*/
.shippingAddressCheckout {
	padding: 0 0 20px;
	line-height: 24px;
	font-size: 16px;
}
/*=======================================================
  pco Addresses
=======================================================*/
.pcoAddresses .buttonHolder {
	padding-bottom: 20px;
}
/*=======================================================
  userAccountSettings
=======================================================*/
.userAccountSettings .currentAddress {
	background: #dadada;
}
/*=======================================================
  SVG
=======================================================*/
.orderlist {
	padding: 15px 0 0 21px;
}
.orderlist li {
	padding: 5px 0 5px 20px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/pfeil-seitenmenue/geschlossen_grau.svg") no-repeat left center transparent;
}
/*=======================================================
  auto complete
=======================================================*/
.search-autocomplete {
	background: white none repeat scroll 0 0;
	border: 1px solid #dadada;
	box-shadow: 0 5px 5px #dadada;
	padding: 14px;
}
.search-autocomplete .bubble-elasticsearch li {
	padding: 10px 0;
	font-size: 14px;
	line-height: 17px;
	color: #3c3c3b;
	border-bottom: 1px solid #dadada;
}
.search-autocomplete .bubble-elasticsearch li.title {
	font-family: 'open sans', sans-serif;
	font-weight: 600;
}
.search-autocomplete .bubble-elasticsearch li a {
	font-size: 14px;
	line-height: 17px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	color: #3c3c3b;
}
/*=======================================================
  product View -> landingpage
=======================================================*/
.productView .productItem {
	width: 30%;
	float: left;
}
.productView .productItem img {
	width: 100%;
	height: auto;
}
.productView .productInfo {
	width: 70%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.productView .productInfo .headline {
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 700;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.productView .productInfo .description {
	padding: 0 0 10px;
	font-size: 18px;
	line-height: 28px;
}
/*=======================================================
  contact Details
=======================================================*/
.contactDetails {
	width: 100%;
}
.contactDetails:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.contactDetails .contactRow .headline {
	background: #ededed none repeat scroll 0 0;
	box-sizing: border-box;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 20px;
	text-transform: uppercase;
	width: 100%;
}
.contactDetails .contactRow .contactBox {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px;
	box-sizing: border-box;
}
.contactDetails .contactRow .contactBox .item {
	padding: 10px 0;
}
.contactDetails .contactRow .contactBox .item:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.contactDetails .contactRow .contactBox .item h2 {
	padding-bottom: 10px;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 700;
}
.contactDetails .contactRow .contactBox .item > div {
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0 10px;
}
.contactDetails .contactRow .contactBox .item > div a {
	font-size: 14px;
	line-height: 18px;
}
/*=======================================================
  footer
=======================================================*/
footer {
	padding-top: 40px;
	background: #343333;
}
footer .copyright {
	background: #2a2a29;
}
footer .copyright span {
	font-size: 12px;
	color: #ffffff;
	display: block;
	padding: 20px 5px;
	text-transform: uppercase;
}
.footer .footerItem .headline {
	border-bottom: 1px solid #ffffff;
	min-height: 40px;
	margin-bottom: 15px;
}
.footer .footerItem .headline h4 {
	color: #ffffff;
	padding-top: 8px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.footer .footerItem .text {
	color: #ededed;
	font-size: 12px;
	line-height: 18px;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
}
.footer .footerItem .text a {
	color: #ededed;
	font-size: 12px;
	line-height: 18px;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
}
.footer .footerItem .contactInfosFooter > div {
	margin-top: 15px;
	border-bottom: 1px solid #ffffff;
}
.footer .footerItem .contactInfosFooter > div:last-child {
	border-bottom: 0 none;
}
.footer .footerItem .contactInfosFooter > div > span {
	display: block;
	padding: 6px 0 4px 20px;
}
.footer .footerItem .contactInfosFooter > div > span a {
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	display: block;
}
.footer .footerItem .contactInfosFooter > div > span.mail {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/white-footer/brief_w.svg") no-repeat 0 10px transparent;
}
.footer .footerItem .contactInfosFooter > div > span.pin {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/white-footer/pin_w.svg") no-repeat 0 8px transparent;
}
.footer .footerItem .contactInfosFooter > div > span.pin span {
	display: block;
}
.footer .footerItem .contactInfosFooter > div > span.phone {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/white-footer/telefon_w.svg") no-repeat 0 6px transparent;
}
.footer .footerItem .contactInfosFooter > div > span.phone a {
	display: inline-block;
	padding-left: 10px;
}
.footer .footerItem .newsletter {
	padding-top: 10px;
	font-size: 0;
}
.footer .footerItem .newsletter form {
	position: relative;
}
.footer .footerItem .newsletter form input {
	font-size: 12px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	padding: 5px 10px;
	border: 0 none;
	height: 30px;
	box-sizing: border-box;
	float: left;
}
.footer .footerItem .newsletter form input[type="email"] {
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #ffffff;
	width: 100%;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
}
.footer .footerItem .newsletter form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 30px;
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/newsletter-arrow.png") no-repeat 5px 5px #db0812;
}
.footer .footerItem .newsletter form .validation-advice {
	color: #ffffff;
	padding-top: 35px;
}
/*=======================================================
  SVG
=======================================================*/
.svg .buttonHolder.cartIcon a > span.icon {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/einkaufswagen/Produktteaser/einkaufswagen_weiss.svg") no-repeat center center transparent;
}
.svg .buttonHolder.requestArticle a span.icon {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/produkt_anfragen.svg") no-repeat center center transparent;
}
.svg .topHeader.mobile .mobileShortLinks .cart {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/einkaufswagen/header-warenkorb-weiss-mobile.svg") no-repeat 0 center transparent;
}
.svg .topHeader.mobile .mobileShortLinks .mobileSearch {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/lupe-mobile.svg") no-repeat center center transparent;
}
.svg .topHeader .shortLinks ul li.lock {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/log-in/lock-close.svg") no-repeat 0 0 transparent;
}
.svg .topHeader .shortLinks ul li.lock.active {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/log-in/lock-open.svg") no-repeat 0 0 transparent;
}
.svg header .headerRow .rightBox .hotline {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/infoline.svg") no-repeat 0 center transparent;
}
.svg header .headerRow .rightBox .search input[type="submit"] {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/lupe.svg") no-repeat center center #3c3c3b;
}
.svg .navigationHolder nav ul li.home a {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/home-icon/home-dunkelgrau.svg") no-repeat 0 center transparent;
}
.svg .navigationHolder nav ul li.home a:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/home-icon/home-rot.svg") no-repeat 0 center transparent;
}
.svg .navigationHolder nav ul li.home.active a {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/home-icon/home-rot.svg") no-repeat 0 center transparent;
}
.svg .navigationRow .wishList a {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/orderlist/merkliste_weiss.svg") no-repeat 10px center #9d9d9c;
}
.svg .navigationRow .cartHolder .cart > a > span.icon {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/einkaufswagen/header_warenkorb_weiss.svg") no-repeat center center #db0812;
}
.svg .products .productItem .cartOptions .wishList a {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/stern-merkliste/stern_grau.svg") no-repeat center center transparent;
}
.svg .products .productItem .cartOptions .wishList:hover a:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/stern-merkliste/stern_weiss.svg") no-repeat center center transparent;
}
.svg .products .productItem .cartOptions .cartButton a {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/einkaufswagen/Produktteaser/einkaufswagen_grau.svg") no-repeat center center transparent;
}
.svg .products .productItem .cartOptions .cartButton:hover a:hover {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/einkaufswagen/Produktteaser/einkaufswagen_weiss.svg") no-repeat center center transparent;
}
.svg .footer .footerItem .contactInfosFooter > span.mail {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/white-footer/brief_w.svg") no-repeat 0 6px transparent;
}
.svg .footer .footerItem .contactInfosFooter > span.pin {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/white-footer/pin_w.svg") no-repeat 0 6px transparent;
}
.svg .footer .footerItem .contactInfosFooter > span.phone {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/icons-kontakt/white-footer/telefon_w.svg") no-repeat 0 6px transparent;
}
.svg .footer .footerItem .newsletter form input[type="submit"] {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/nl.svg") no-repeat left center transparent;
}
.svg .categoryBox .navContent ul li.hasChildren > a > span {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/pfeil-seitenmenue/geschlossen_grau.svg") no-repeat left center transparent;
}
.svg .categoryBox .navContent ul li.hasChildren > a:hover > span {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/pfeil-seitenmenue/geschlossen_rot.svg") no-repeat left center transparent;
}
.svg .categoryBox .navContent ul li.active > a > span {
	background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/pfeil-seitenmenue/geschlossen_rot.svg") no-repeat left center transparent;
}
/*=======================================================
  not logged in status
=======================================================*/
.not-logged-in .products .productItem .productInfo {
	min-height: 0;
}
.not-logged-in .products .productItem .productInfo .productText {
	display: none;
}
.not-logged-in .products.list .productItem {
	min-height: 245px;
}
@media only screen and (min-width: 768px) {
	.imageItem {
		min-height: 340px;
	}
	.imageItem .imageContent {
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	aside {
		width: 25%;
		float: left;
	}
	.columnRight {
		width: 75%;
		float: left;
	}
	.leftColumn {
		width: 66%;
		float: left;
	}
	.rightColumn {
		width: 33%;
		float: right;
		box-sizing: border-box;
		padding-left: 20px;
	}
	table.tdTwo th,
	table.tdTwo td {
		width: 20%;
	}
	table.tdTwo th:first-child,
	table.tdTwo td:first-child {
		width: 80%;
	}
	table.tdFive th,
	table.tdFive td {
		width: 20%;
	}
	.maps {
		padding-bottom: 45%;
	}
	.pLTen {
		padding-left: 10px;
	}
	.pLTen .categoryDetailHeader {
		padding: 0;
	}
	/*=======================================================
  .box settings
=======================================================*/
	.box {
		padding: 10px 20px;
		float: left;
	}
	.box.small1 {
		width: 100%;
		float: none;
	}
	.box.small2 {
		width: 50%;
	}
	.box.small3 {
		width: 33%;
	}
	.box.small4 {
		width: 50%;
	}
	.columnRight .box.small3 {
		width: 50%;
	}
	/*=======================================================
  log in slide down
=======================================================*/
	.logIn .newCustomer {
		width: 30%;
		float: left;
	}
	.logIn .newCustomer > span {
		text-align: left;
	}
	.logIn .logInField {
		width: 60%;
		float: right;
		max-width: 745px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.logIn .logInField form > span.headline {
		text-align: left;
	}
	.logIn .logInField form input[type="email"] {
		max-width: 198px;
		margin-right: 12px;
	}
	.logIn .logInField form input[type="password"] {
		max-width: 198px;
		margin-right: 12px;
	}
	.logIn .logInField form input[type="submit"] {
		margin: 3px 11px 3px 0;
	}
	.logIn .logInField .success-message > span {
		display: inline-block;
	}
	/*=======================================================
  my account - wish list
=======================================================*/
	.wishListContent .wishListItem .image {
		background: transparent;
		text-align: left;
		width: 15%;
	}
	.wishListContent .wishListItem .wlDetails {
		padding: 10px;
		width: 85%;
	}
	.wishListContent .wishListItem .amount {
		width: 50%;
		border-left: 1px solid #ffffff;
		min-height: 45px;
	}
	.wishListContent .wishListItem .amount .input-text {
		float: left;
	}
	.wishListContent .wishListItem .amount span {
		float: left;
		padding: 6px 0 0 5px;
	}
	.wishListContent .wishListItem .amount:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	.wishListContent .wishListItem .addToCart {
		width: 33%;
	}
	.wishListContent .wishListItem .trash {
		width: 50%;
	}
	.wishListContent .wishListItem .trash a {
		min-height: 45px;
	}
	.wishListContent .buttons-set > div {
		float: left;
		width: 50%;
	}
	.wishListContent .buttons-set .buttonHolder button.button {
		width: auto;
	}
	.wishListContent .buttons-set:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	/*=======================================================
  shopping cart
=======================================================*/
	.shoppingCartHolder .cartHeader div > span.image,
	.shoppingCartHolder .cartContent div > span.image {
		display: block;
		width: 50%;
	}
	.shoppingCartHolder .cartHeader div > span.articleName,
	.shoppingCartHolder .cartContent div > span.articleName {
		width: 50%;
	}
	.shoppingCartHolder .cartHeader div > span.amount,
	.shoppingCartHolder .cartContent div > span.amount {
		width: 50%;
	}
	.shoppingCartHolder .cartHeader div > span.subTotal,
	.shoppingCartHolder .cartContent div > span.subTotal {
		width: 25%;
	}
	.shoppingCartHolder .cartHeader div > span.trash,
	.shoppingCartHolder .cartContent div > span.trash {
		display: block;
		width: 25%;
	}
	.shoppingCartHolder .cartHeader div > span.image {
		display: none;
	}
	.shoppingCartHolder .cartHeader div > span.articleName {
		display: none;
	}
	.shoppingCartHolder .cartHeader div > span.wishListCart {
		border-right: 0 none;
	}
	.shoppingCartHolder .cartContent div {
		margin-bottom: 0;
	}
	.shoppingCartHolder .cartContent div > span.articleName {
		min-height: 202px;
	}
	.shoppingCartHolder .cartContent div > span.amount a.mobileRefresh {
		display: none;
	}
	.shoppingCartHolder .cartContent div > span.wishListCart {
		min-height: 170px;
	}
	.shoppingCartHolder .cartContent div > span.wishListCart a {
		min-height: 170px;
	}
	.shoppingCartHolder .cartContent div > span.trash {
		min-height: 170px;
	}
	.shoppingCartHolder .cartContent div > span.trash a {
		min-height: 170px;
	}
	.priceList {
		width: 60%;
	}
	/*=======================================================
  teaser container // advertising
=======================================================*/
	.teaserContainer {
		display: block;
	}
	/*=======================================================
  product category navigation // aside
=======================================================*/
	.categoryBox .navContent {
		display: block;
	}
	/*=======================================================
  checkout
=======================================================*/
	.checkout .rowOne,
	.checkout .rowTwo,
	.checkout .rowThree {
		width: 50%;
		margin-bottom: 20px;
	}
	.checkout .rowOne > div,
	.checkout .rowTwo > div,
	.checkout .rowThree > div {
		min-height: 680px;
	}
	/*=======================================================
  image left & text right
=======================================================*/
	.imageText div.image {
		width: auto;
	}
	.imageText div.text {
		width: 50%;
		padding: 0 0 0 20px;
	}
	/*=======================================================
   big image left & text right
=======================================================*/
	.bigImageText div.image {
		text-align: center;
		width: 50%;
	}
	.bigImageText div.text {
		width: 50%;
		padding: 0 0 0 20px;
	}
	/*=======================================================
  image & image
=======================================================*/
	.imageImage .advertising {
		width: 50%;
	}
	.imageImage .advertising:last-child {
		text-align: right;
	}
	/*=======================================================
  about pco
=======================================================*/
	.contactPerson {
		width: 60%;
	}
	.contactPerson .person {
		width: 50%;
		float: left;
		padding-bottom: 0;
	}
	/*=======================================================
  create account
=======================================================*/
	.formField .inputHolder .leftInput {
		width: 36%;
		float: left;
	}
	.formField .inputHolder .rightInput {
		width: 64%;
		float: left;
		padding-left: 20px;
		box-sizing: border-box;
	}
	/*=======================================================
  my account - dashborad
=======================================================*/
	.dashboard {
		padding: 30px 5px 0 10px;
	}
	.my-account .order-info-box .col-1,
	.my-account .order-info-box .col-2 {
		width: 50%;
		float: left;
	}
	/*=======================================================
  product Detail
=======================================================*/
	.productDetail .image {
		width: 33.3333%;
		padding: 0 10px 0 0;
	}
	.productDetail .productContent {
		width: 66.6666%;
		padding: 0 0 0 10px;
	}
	.productDetail .productContent .productDetailInfo > div .price {
		width: 50%;
		float: left;
	}
	.productDetail .productContent .productDetailInfo > div .countSwitch {
		width: 50%;
		float: left;
		padding: 0;
	}
	.productDetail .productContent .productInfoText > div > span.headline {
		width: 20%;
	}
	.productDetail .productContent .productInfoText > div > span.text {
		width: 80%;
	}
	/*=======================================================
  multiple order
=======================================================*/
	.multipleordersHolder .multipleordersContent > div > span.articleInfo > a {
		width: 25%;
		float: left;
	}
	.multipleordersHolder .multipleordersContent > div > span.articleInfo > span {
		width: 75%;
		float: left;
	}
	.multipleordersHolder .multipleordersContent > div > span.amount input {
		width: 50%;
	}
	/*=======================================================
  category detail header
=======================================================*/
	.categoryDetailHeader > div .categoryDetailBar {
		width: 60%;
		float: left;
	}
	.categoryDetailHeader > div .sortBy {
		width: 40%;
		float: right;
		padding: 0;
	}
	.categoryDetailHeader > div .sortBy > span {
		display: block;
		text-align: right;
	}
	.categoryDetailHeader > div .sortBy > span:first-child {
		padding-bottom: 5px;
	}
	/*=======================================================
  second Category Detail Header
=======================================================*/
	.secondCategoryDetailHeader > div .categoryDetailBar h2 {
		padding: 5px 0 4px 20px;
	}
	/*=======================================================
  category header // for aside & column layout
=======================================================*/
	.categoryHeader .categoryBar {
		position: absolute;
	}
	/*=======================================================
  category bar
=======================================================*/
	.categoryBar .categoryName {
		width: auto;
	}
	/*=======================================================
  category overview box
=======================================================*/
	.categoryDescription {
		padding-left: 10px;
	}
	/*=======================================================
  SEO teaser
=======================================================*/
	.oesTeaser {
		background-repeat: no-repeat;
	}
	/*=======================================================
  footer
=======================================================*/
	footer .copyright span {
		padding: 20px;
	}
}
@media only screen and (min-width: 960px) {
	/* burger */
	.burger {
		display: none;
	}
	.navigationHolder {
		position: relative;
		width: 77%;
		float: left;
	}
	.navigationHolder nav {
		padding: 0;
	}
	.navigationHolder nav ul.topLinks {
		display: none;
	}
	.navigationHolder nav ul:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	.navigationHolder nav ul li {
		float: left;
	}
	.navigationHolder nav ul li.mobile {
		display: none;
	}
	.navigationHolder nav ul li a {
		color: #3c3c3b;
		padding: 15px 9px;
	}
	.navigationHolder nav ul li.home {
		display: block;
		width: 35px;
	}
	.navigationHolder nav ul li.home a {
		padding: 15px 0;
		background-position: 0 center;
	}
	.navigationHolder nav ul li.home:hover a {
		background-position: 0 center;
	}
	.navigationHolder nav ul li.hasChildren > span {
		display: none;
		z-index: 9999;
		position: absolute;
		width: 100%;
		max-width: 740px;
		background: #ededed;
	}
	.navigationHolder nav ul li.hasChildren > span ul {
		padding: 21px 0 17px 0;
		width: 33.2%;
		float: left;
		border-right: 1px solid #ffffff;
	}
	.navigationHolder nav ul li.hasChildren > span ul li {
		float: none;
	}
	.navigationHolder nav ul li.hasChildren > span ul li a {
		font-size: 18px;
		padding: 8px 15px;
		background: none;
	}
	.navigationHolder nav ul li.hasChildren > span ul li a:hover {
		color: #db0812;
	}
	.navigationHolder nav ul li.hasChildren > span .featuredProduct {
		display: block;
		padding: 21px 20px 17px 20px;
		width: 33.2%;
		float: left;
		box-sizing: border-box;
	}
	.navigationHolder nav ul li.hasChildren > span .featuredProduct .image {
		padding-bottom: 10px;
	}
	.navigationHolder nav ul li.hasChildren > span .featuredProduct span {
		display: block;
	}
	.navigationHolder nav ul li.hasChildren > span .featuredProduct span.headline {
		font-size: 18px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		padding-bottom: 7px;
	}
	.navigationHolder nav ul li.hasChildren > span .featuredProduct span.text {
		font-size: 16px;
		font-family: 'open sans', sans-serif;
		font-weight: 300;
		padding-bottom: 7px;
	}
	.navigationHolder nav ul li.hasChildren > span .featuredProduct a {
		font-size: 18px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		padding: 0;
		color: #db0812;
	}
	.navigationHolder nav ul li:hover a {
		background: #ededed;
	}
	.navigationHolder nav ul li:hover > span {
		display: block;
	}
	.navigationHolder nav ul li.active > a {
		color: #9d9d9c;
	}
	/*=======================================================
  general settings
=======================================================*/
	.grid {
		padding: 0 50px;
	}
	.grid.headNav {
		padding: 0 20px;
	}
	.gridBox {
		padding: 0 40px;
	}
	.gridBig {
		padding: 0 145px;
	}
	aside {
		padding: 30px 10px 0 20px;
	}
	.maps {
		padding-bottom: 35%;
	}
	/*=======================================================
  box settings
=======================================================*/
	.box {
		padding: 10px;
		float: left;
	}
	.box.small1 {
		width: 100%;
		float: none;
	}
	.box.small2 {
		width: 50%;
	}
	.box.small3 {
		width: 33.3333%;
	}
	.box.small4 {
		width: 25%;
	}
	/*=======================================================
  log in slide down
=======================================================*/
	.logIn .logInField {
		width: 56%;
	}
	.logIn .logInField form {
		padding: 0;
	}
	.logIn .logInField form input[type="submit"] {
		margin: 3px 0 3px 0;
	}
	/*=======================================================
  header
=======================================================*/
	/* top header */
	.topHeader {
		display: block;
	}
	.topHeader .shortLinks {
		width: 60%;
	}
	.topHeader.mobile {
		display: none;
	}
	/* header */
	header .headerRow .rightBox {
		display: block;
	}
	/*=======================================================
  cart header
=======================================================*/
	.navigationRow .languageSwitcher {
		display: none;
	}
	.navigationRow .cartHolder {
		display: block;
		float: right;
	}
	.navigationRow .cartHolder:hover .cartContent {
		display: block;
	}
	.navigationRow .cartHolder .cart {
		position: relative;
		text-align: right;
	}
	.navigationRow .cartHolder .cart > a {
		font-size: 0;
		line-height: 0;
		display: block;
		font-family: 'open sans', sans-serif;
		font-weight: 300;
	}
	.navigationRow .cartHolder .cart > a > span {
		background: #db0812;
		display: inline-block;
	}
	.navigationRow .cartHolder .cart > a > span.icon {
		width: 40px;
		height: 40px;
		background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/cart-white2.png") no-repeat center center #db0812;
	}
	.navigationRow .cartHolder .cart > a > span.number {
		font-size: 18px;
		line-height: normal;
		vertical-align: top;
		padding: 7px;
		color: #ffffff;
		border-left: 1px solid #ffffff;
		text-align: center;
		min-width: 40px;
		box-sizing: border-box;
		height: 40px;
	}
	.navigationRow .cartHolder .cartContent {
		display: none;
		float: right;
		position: relative;
		margin-top: 5px;
	}
	.navigationRow .cartHolder .cartContent > div {
		border: 1px solid #dadada;
		max-width: 360px;
		min-width: 359px;
		position: absolute;
		z-index: 9999;
		right: 0;
		width: 100%;
		background: #ffffff;
		box-sizing: border-box;
		padding: 10px 0;
	}
	.navigationRow .cartHolder .cartContent > div .article {
		text-align: right;
		box-sizing: border-box;
		padding: 0 10px 0 10px;
		margin-bottom: 10px;
	}
	.navigationRow .cartHolder .cartContent > div .article > span {
		display: block;
		padding-bottom: 5px;
		font-size: 12px;
		color: #9d9d9c;
		border-bottom: 1px solid #dadada;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder {
		border-bottom: 1px solid #dadada;
		padding-bottom: 10px;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow {
		padding: 5px 10px;
		overflow: hidden;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .image {
		width: 20%;
		float: left;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .image > img {
		width: 100%;
		height: auto;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .itemCartInfo {
		width: 80%;
		float: left;
		padding-left: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .itemCartInfo > div {
		overflow: hidden;
		width: 100%;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .itemCartInfo > div:nth-child(1) {
		padding-bottom: 7px;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .itemCartInfo > div > span {
		display: block;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .itemCartInfo > div > span.headline a {
		font-size: 14px;
		line-height: 16px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		width: 65%;
		float: left;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .itemCartInfo > div > span.price {
		color: #db0812;
		font-size: 12px;
		font-family: 'open sans', sans-serif;
		font-weight: 600;
		width: 35%;
		float: left;
		text-align: right;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .itemCartInfo > div > span.count {
		font-size: 14px;
		color: #9d9d9c;
		border: 1px solid #dadada;
		float: left;
		padding: 9px 12px;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .itemCartInfo > div > span.priceCount {
		font-size: 12px;
		font-family: 'open sans', sans-serif;
		font-weight: 300;
		display: inline-block;
		padding: 11px 0 11px 10px;
	}
	.navigationRow .cartHolder .cartContent > div .itemCartHolder .itemCartRow .itemCartInfo > div > span.trash {
		float: right;
	}
	.navigationRow .cartHolder .cartContent > div .moreLink {
		padding: 10px 10px 0;
	}
	.navigationRow .cartHolder .cartContent > div .moreLink a {
		font-size: 14px;
		color: #db0812;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	.navigationRow .cartHolder .cartContent > div .cartPriceHolder {
		padding: 10px;
		border-bottom: 1px solid #dadada;
	}
	.navigationRow .cartHolder .cartContent > div .cartPriceHolder > div {
		border-bottom: 1px solid #dadada;
		padding-bottom: 10px;
		width: 100%;
		overflow: hidden;
	}
	.navigationRow .cartHolder .cartContent > div .cartPriceHolder > div > span {
		display: block;
		width: 50%;
		float: left;
	}
	.navigationRow .cartHolder .cartContent > div .cartPriceHolder > div > span.text {
		font-size: 14px;
		font-family: 'open sans', sans-serif;
		font-weight: 600;
		padding-bottom: 3px;
		min-height: 30px;
	}
	.navigationRow .cartHolder .cartContent > div .cartPriceHolder > div > span.subText {
		font-size: 12px;
	}
	.navigationRow .cartHolder .cartContent > div .cartPriceHolder > div.priceTotal {
		padding-top: 10px;
		padding-bottom: 0;
		border-bottom: 0 none;
	}
	.navigationRow .cartHolder .cartContent > div .cartPriceHolder > div.priceTotal span:nth-child(1) {
		width: 65%;
	}
	.navigationRow .cartHolder .cartContent > div .cartPriceHolder > div.priceTotal span:nth-child(2) {
		width: 35%;
	}
	.navigationRow .cartHolder .cartContent > div .buttonHolder {
		padding: 10px 10px 0;
		overflow: hidden;
	}
	.navigationRow .cartHolder .cartContent > div .buttonHolder a:nth-child(2) {
		float: right;
	}
	.navigationRow .request {
		float: right;
	}
	.navigationRow .wishList {
		margin-right: 3px;
		float: right;
	}
	.navigationRow .wishList a {
		width: auto;
	}
	.navigationRow .wishList a span {
		display: block;
	}
	.navigationRow .request {
		margin-right: 3px;
	}
	.navigationRow .request a {
		align-items: center;
		display: flex;
		background: #9d9d9c;
		justify-content: center;
		padding: 0;
		width: auto;
	}
	.navigationRow .request a span {
		display: block;
		float: left;
	}
	.navigationRow .request a span.icon {
		background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/svg/produkt_anfragen.svg") no-repeat center center transparent;
		height: 40px;
		width: 40px;
	}
	.navigationRow .request a span.number {
		align-items: center;
		border-left: 1px solid #ffffff;
		color: #ffffff;
		display: flex;
		font-weight: 300;
		height: 40px;
		justify-content: center;
		width: 40px;
	}
	/*=======================================================
  mobile navigation icon Navigation
=======================================================*/
	.iconNavigation {
		display: none;
	}
	/*=======================================================
  short Option Holder
=======================================================*/
	.shortOptionHolder {
		width: 23%;
		float: left;
		display: block;
		padding-top: 6px;
	}
	.shortOptionHolder .wishList a {
		padding: 8px 22px;
	}
	.shortOptionHolder .wishList a span {
		display: none;
	}
	/*=======================================================
  breadcrumb
=======================================================*/
	.breadcrumb {
		display: block;
	}
	/*=======================================================
  shopping cart
=======================================================*/
	.shoppingCartHolder .cartHeader div > span.image,
	.shoppingCartHolder .cartContent div > span.image {
		display: block;
		width: 15%;
	}
	.shoppingCartHolder .cartHeader div > span.image > img,
	.shoppingCartHolder .cartContent div > span.image > img {
		width: 100%;
	}
	.shoppingCartHolder .cartHeader div > span.articleName,
	.shoppingCartHolder .cartContent div > span.articleName {
		width: 34%;
	}
	.shoppingCartHolder .cartHeader div > span.singlePrice,
	.shoppingCartHolder .cartContent div > span.singlePrice {
		display: block;
		width: 17%;
	}
	.shoppingCartHolder .cartHeader div > span.amount,
	.shoppingCartHolder .cartContent div > span.amount {
		width: 13%;
	}
	.shoppingCartHolder .cartHeader div > span.subTotal,
	.shoppingCartHolder .cartContent div > span.subTotal {
		width: 17%;
	}
	.shoppingCartHolder .cartHeader div > span.trash,
	.shoppingCartHolder .cartContent div > span.trash {
		display: block;
		width: 4%;
	}
	.shoppingCartHolder .cartHeader div > span.wishListCart {
		border-right: 1px solid #ffffff;
	}
	.shoppingCartHolder .cartHeader div > span.articleName {
		display: block;
	}
	.shoppingCartHolder .cartContent div {
		margin-bottom: 0;
	}
	.shoppingCartHolder .cartContent div > span.articleName {
		min-height: 170px;
	}
	.shoppingCartHolder .cartContent div > span.articleName span {
		display: block;
		padding-top: 24px;
	}
	.shoppingCartHolder .cartContent div > span.amount {
		border-top: 0 none;
	}
	.shoppingCartHolder .cartContent div > span.amount .inputAmountHolder input {
		width: 100%;
	}
	.shoppingCartHolder .cartContent div > span.amount .inputAmountHolder a.mobileRefresh {
		display: none;
	}
	.shoppingCartHolder .cartContent div > span.subTotal {
		border-top: 0 none;
	}
	.shoppingCartHolder .cartContent div > span.wishListCart {
		border-top: 0 none;
	}
	.shoppingCartHolder .cartContent div > span.trash {
		border-top: 0 none;
	}
	.priceList {
		width: 40%;
	}
	/*=======================================================
  category detail header
=======================================================*/
	.categoryDetailHeader > div .sortBy {
		width: 30%;
	}
	/*=======================================================
  image & image
=======================================================*/
	.imageImage .advertising > div {
		background-size: 120% auto;
	}
	/*=======================================================
  userAccountSettings
=======================================================*/
	.userAccountSettings .currentAddress td:last-child {
		background: url("https://www.pco-group.com/skin/frontend/pco/responsive/images/icons/star-lightgray.png") no-repeat 96% center #dadada;
	}
	.notFoundItem {
		min-height: 460px;
	}
	/*=======================================================
  my account - wish list
=======================================================*/
	.wishListContent .wishListItem .checkbox {
		display: block;
		width: 7%;
		background-position: center 60px;
	}
	.wishListContent .wishListItem .image {
		background: transparent;
		text-align: left;
		width: 8%;
	}
	.wishListContent .wishListItem .wlDetails {
		padding: 10px;
		width: 61%;
	}
	.wishListContent .wishListItem .amount {
		width: 24%;
		min-height: 60px;
		border-left: 1px solid #ffffff;
		border-top: 0 none;
		padding: 15px 10px 0;
	}
	.wishListContent .wishListItem .amount .input-text {
		max-width: 75px;
		padding: 3px 5px;
	}
	.wishListContent .wishListItem .addToCart {
		width: 7%;
		border-top: 0 none;
	}
	.wishListContent .wishListItem .addToCart a {
		min-height: 113px;
	}
	.wishListContent .wishListItem .trash {
		border-top: 0 none;
		width: 7%;
	}
	.wishListContent .wishListItem .trash a {
		min-height: 60px;
	}
	.wishListContent .buttonHolder {
		display: block;
	}
	.wishListContent .buttonHolder.sticky-button {
		display: block;
		position: fixed;
		bottom: 20px;
		right: 22px;
	}
	/*=======================================================
  footer
=======================================================*/
	footer .copyright span {
		padding: 20px 10px;
	}
}
@media only screen and (min-width: 1220px) {
	.navigationHolder {
		width: 68%;
	}
	.navigationHolder nav ul li a {
		padding: 15px;
	}
	.maps {
		padding-bottom: 27%;
	}
	.grid.headNav {
		padding: 0 50px;
	}
	/*=======================================================
  box settings
=======================================================*/
	.columnRight .box.small3 {
		width: 33%;
	}
	/*=======================================================
  header
=======================================================*/
	header .headerRow .rightBox {
		width: 45%;
	}
	header .headerRow .rightBox .hotline {
		width: 50%;
	}
	/*=======================================================
  short Option Holder
=======================================================*/
	.shortOptionHolder {
		width: 32%;
	}
	.shortOptionHolder .wishList a {
		padding: 7px 20px 7px 41px;
	}
	.shortOptionHolder .wishList a span {
		display: block;
	}
	/*=======================================================
  category overview box
=======================================================*/
	.categoryOverviewBox .image .hoverText {
		display: block;
	}
	/*=======================================================
  log in slide down
=======================================================*/
	.logIn .logInField {
		width: 52.7%;
	}
	.logIn .logInField form input[type="email"] {
		margin-right: 20px;
		min-width: 245px;
	}
	.logIn .logInField form input[type="password"] {
		margin-right: 20px;
		min-width: 245px;
	}
	/*=======================================================
  my account - wish list
=======================================================*/
	.wishListContent .wishListItem .wlDetails {
		width: 65%;
	}
	.wishListContent .wishListItem .amount {
		width: 20%;
	}
	/*=======================================================
  shopping cart
=======================================================*/
	/*=======================================================
  checkout
=======================================================*/
	.checkout .rowOne,
	.checkout .rowTwo {
		width: 33.3333%;
		margin-bottom: 0;
	}
	.checkout .rowThree {
		width: 66.6666%;
		margin-bottom: 0;
	}
	/*=======================================================
  image left & text right
=======================================================*/
	.imageText div.text {
		width: 60%;
	}
	/*=======================================================
   big image left & text right
=======================================================*/
	.bigImageText div.image {
		width: auto;
		max-width: 644px;
	}
	.bigImageText div.text {
		width: 40%;
		padding: 0 0 0 20px;
	}
	/*=======================================================
  image & image
=======================================================*/
	.imageImage div {
		padding: 0;
	}
	.imageImage div img {
		width: auto;
	}
	/*=======================================================
  my account - dashborad
=======================================================*/
	.dashboard {
		padding: 30px 20px 0 10px;
	}
	/*=======================================================
  product Detail
=======================================================*/
	.productDetail .productContent .productDetailInfo > div .price {
		width: 29%;
	}
	.productDetail .productContent .productDetailInfo > div .countSwitch {
		width: 30%;
	}
	/*=======================================================
  category detail header
=======================================================*/
	.categoryDetailHeader > div .categoryDetailBar {
		width: 55%;
	}
	.categoryDetailHeader > div .sortBy {
		width: 45%;
		text-align: right;
	}
	.categoryDetailHeader > div .sortBy > span {
		display: inline-block;
	}
	.categoryDetailHeader > div .sortBy > span:first-child {
		padding: 4px 20px 0 0;
	}
}
/*=======================================================
  navigation
=======================================================*/
@media only screen and (max-width: 959px) {
	/* burger */
	.burger {
		display: block;
	}
	/* header */
	header {
		z-index: 2;
		top: 0;
		right: 0;
		left: 0;
		/* starting point */
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.navigationHolder {
		background: none repeat scroll 0 0 #2a2a29;
		float: right;
		height: 100%;
		right: 0;
		top: 0;
		width: 100%;
		max-width: 300px;
		overflow-y: auto;
		display: none;
	}
	.navigationHolder nav ul li.home {
		display: none;
	}
	.navigationHolder.opening {
		position: fixed;
		display: block;
	}
	nav .open {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		-webkit-animation: slideIn 0.35s ease-in-out;
		-moz-transform: translate3d(0, 0, 0) scale(1);
		-moz-animation: slideIn 0.35s ease-in-out;
		transform: translate3d(0, 0, 0) scale(1);
		animation: slideIn 0.35s ease-in-out;
	}
	@-webkit-keyframes slideIn {
		0% {
			opacity: .3;
			-webkit-transform: translate3d(5%, 0, 0) scale(0.97);
		}
		100% {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0) scale(1);
		}
	}
	@-moz-keyframes slideIn {
		0% {
			opacity: .3;
			-moz-transform: translate3d(5%, 0, 0) scale(0.97);
		}
		100% {
			opacity: 1;
			-moz-transform: translate3d(0, 0, 0) scale(1);
		}
	}
	@keyframes slideIn {
		0% {
			opacity: .3;
			transform: translate3d(5%, 0, 0) scale(0.97);
		}
		100% {
			opacity: 1;
			transform: translate3d(0, 0, 0) scale(1);
		}
	}
	nav .close {
		opacity: 0.3;
		-webkit-transform: translate3d(5%, 0, 0) scale(0.97);
		-webkit-animation: slideOut 0.3s ease-in-out;
		-moz-transform: translate3d(5%, 0, 0) scale(0.97);
		-moz-animation: slideOut 0.3s ease-in-out;
		transform: translate3d(5%, 0, 0) scale(0.97);
		animation: slideOut 0.3s ease-in-out;
	}
	@-webkit-keyframes slideOut {
		0% {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0) scale(1);
		}
		100% {
			opacity: .3;
			-webkit-transform: translate3d(5%, 0, 0) scale(0.97);
		}
	}
	@-moz-keyframes slideOut {
		0% {
			opacity: 1;
			-moz-transform: translate3d(0, 0, 0) scale(1);
		}
		100% {
			opacity: .3;
			-moz-transform: translate3d(5%, 0, 0) scale(0.97);
		}
	}
	@keyframes slideOut {
		0% {
			opacity: 1;
			transform: translate3d(0, 0, 0) scale(1);
		}
		100% {
			opacity: .3;
			transform: translate3d(5%, 0, 0) scale(0.97);
		}
	}
	header.open,
	.content.open {
		-webkit-transform: translate3d(-240px, 0, 0);
		-webkit-animation: open 0.5s ease-in-out;
		-moz-transform: translate3d(-240px, 0, 0);
		-moz-animation: open 0.5s ease-in-out;
		transform: translate3d(-240px, 0, 0);
		animation: open 0.5s ease-in-out;
	}
	@-webkit-keyframes open {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
		}
		70% {
			-webkit-transform: translate3d(-260px, 0, 0);
		}
		100% {
			-webkit-transform: translate3d(-240px, 0, 0);
		}
	}
	@-moz-keyframes open {
		0% {
			-moz-transform: translate3d(0, 0, 0);
		}
		70% {
			-moz-transform: translate3d(-260px, 0, 0);
		}
		100% {
			-moz-transform: translate3d(-240px, 0, 0);
		}
	}
	@keyframes open {
		0% {
			transform: translate3d(0, 0, 0);
		}
		70% {
			transform: translate3d(-260px, 0, 0);
		}
		100% {
			transform: translate3d(-240px, 0, 0);
		}
	}
	header.close,
	.content.close {
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-animation: close 0.3s ease-in-out;
		-moz-transform: translate3d(0, 0, 0);
		-moz-animation: close 0.3s ease-in-out;
		transform: translate3d(0, 0, 0);
		animation: close 0.3s ease-in-out;
	}
	@-webkit-keyframes close {
		0% {
			-webkit-transform: translate3d(-240px, 0, 0);
		}
		100% {
			-webkit-transform: translate3d(0, 0, 0);
		}
	}
	@-moz-keyframes close {
		0% {
			-moz-transform: translate3d(-240px, 0, 0);
		}
		100% {
			-moz-transform: translate3d(0, 0, 0);
		}
	}
	@keyframes close {
		0% {
			transform: translate3d(-240px, 0, 0);
		}
		100% {
			transform: translate3d(0, 0, 0);
		}
	}
	.content {
		/* starting point */
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index: 1;
	}
	/* end of media */
}
@media only screen and (max-width: 767px) {
	.slider .sliderNavigation {
		display: none;
	}
	.slider .sliderContent h1 {
		font-size: 36px;
		line-height: 44px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1220px) {
	/*=======================================================
    products
  =======================================================*/
	.products {
		padding: 15px 0;
	}
	.products .productItem .image img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	/*=======================================================
  SEO teaser
=======================================================*/
	.oesTeaser {
		background-size: 880% auto;
	}
}
@media only screen and (min-width: 1700px) {
	.maps {
		padding-bottom: 18%;
	}
}

.hidden{display:none}

/* ajax-loader */
#floatingCirclesG{position:relative;width:64px;height:64px;-moz-transform:scale(0.6);-webkit-transform:scale(0.6);-ms-transform:scale(0.6);-o-transform:scale(0.6);transform:scale(0.6);margin: 0 auto;top: 50%;}
.f_circleG{position:absolute;background-color:#FFFFFF;height:12px;width:12px;-moz-border-radius:6px;-moz-animation-name:f_fadeG;-moz-animation-duration:0.72s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-border-radius:6px;-webkit-animation-name:f_fadeG;-webkit-animation-duration:0.72s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-ms-border-radius:6px;-ms-animation-name:f_fadeG;-ms-animation-duration:0.72s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;-o-border-radius:6px;-o-animation-name:f_fadeG;-o-animation-duration:0.72s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;border-radius:6px;animation-name:f_fadeG;animation-duration:0.72s;animation-iteration-count:infinite;animation-direction:linear;}
#frotateG_01{left:0;top:26px;-moz-animation-delay:0.27s;-webkit-animation-delay:0.27s;-ms-animation-delay:0.27s;-o-animation-delay:0.27s;animation-delay:0.27s;}
#frotateG_02{left:8px;top:8px;-moz-animation-delay:0.36s;-webkit-animation-delay:0.36s;-ms-animation-delay:0.36s;-o-animation-delay:0.36s;animation-delay:0.36s;}
#frotateG_03{left:26px;top:0;-moz-animation-delay:0.45s;-webkit-animation-delay:0.45s;-ms-animation-delay:0.45s;-o-animation-delay:0.45s;animation-delay:0.45s;}
#frotateG_04{right:8px;top:8px;-moz-animation-delay:0.54s;-webkit-animation-delay:0.54s;-ms-animation-delay:0.54s;-o-animation-delay:0.54s;animation-delay:0.54s;}
#frotateG_05{right:0;top:26px;-moz-animation-delay:0.63s;-webkit-animation-delay:0.63s;-ms-animation-delay:0.63s;-o-animation-delay:0.63s;animation-delay:0.63s;}
#frotateG_06{right:8px;bottom:8px;-moz-animation-delay:0.72s;-webkit-animation-delay:0.72s;-ms-animation-delay:0.72s;-o-animation-delay:0.72s;animation-delay:0.72s;}
#frotateG_07{left:26px;bottom:0;-moz-animation-delay:0.81s;-webkit-animation-delay:0.81s;-ms-animation-delay:0.81s;-o-animation-delay:0.81s;animation-delay:0.81s;}
#frotateG_08{left:8px;bottom:8px;-moz-animation-delay:0.9s;-webkit-animation-delay:0.9s;-ms-animation-delay:0.9s;-o-animation-delay:0.9s;animation-delay:0.9s;}

@-moz-keyframes f_fadeG{0%{background-color:#db0812}100%{background-color:#FFFFFF}}
@-webkit-keyframes f_fadeG{0%{background-color:#db0812}100%{background-color:#FFFFFF}}
@-ms-keyframes f_fadeG{0%{background-color:#db0812}100%{background-color:#FFFFFF}}
@-o-keyframes f_fadeG{0%{background-color:#db0812}100%{background-color:#FFFFFF}}
@keyframes f_fadeG{0%{background-color:#db0812}100%{background-color:#FFFFFF}}

.opc-ajax-loader{background-color: rgba(0, 0, 0, 0.6);height: 100%;left: 0;position: fixed;top: 0;width: 100%;display:none;z-index: 10000 !important;}

/** BASE OPC ELEMENTS **/
.opc-wrapper-opc{overflow: hidden;margin: 0 auto;}

/** CUSTOMER OPC MESSAGE BLOCK **/
.opc-message-wrapper{background-color: rgba(0, 0, 0, 0.6);display: none;height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 10001;}
.opc-messages{	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;	padding:30px;	position:absolute;	display:none;
	color:#404040;    display: block;    font-size: 16px;    left: 50%;    margin-left: -205px;    margin-top: -20px;    position: absolute;    text-align: left;    top: 30%;    width: 410px;	-webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,0.2);	box-shadow: 0 3px 10px 1px rgba(0,0,0,0.2);	background-color: #fefefe ;	font-weight:normal;z-index: 1002;}
.opc-message-container{text-align: center;}
.opc-messages-action{text-align:center;margin-top:20px}
.opc-messages-action .button{display:block;height:40px;border:none;margin: 0 auto;;background:none !important;padding:0}
.opc-messages-action .button span{background:#00909e;border:none;height:40px;line-height:40px;display: block;}
.opc-messages-action .button span span{background:#00909e;color:#ffffff;font-size:16px;font-weight:bold;text-transform:uppercase;padding:0 20px}
.opc-messages-action .button:hover span,
.opc-messages-action .button:hover span span{background:#39b9c6;}

.scrolloff {
	pointer-events: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 18020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 18030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.pco-group.com/skin/frontend/pco/responsive/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 18060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.pco-group.com/skin/frontend/pco/responsive/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 18040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.pco-group.com/skin/frontend/pco/responsive/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 18040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 18040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 18010;
	background: url('https://www.pco-group.com/skin/frontend/pco/responsive/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 18050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 18050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.pco-group.com/skin/frontend/pco/responsive/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.pco-group.com/skin/frontend/pco/responsive/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*! Tablesaw - v1.0.3 - 2015-01-27
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */

table.tablesaw {
	empty-cells: show;
	max-width: 100%;
	width: 100%;
}

.tablesaw {
	border-collapse: collapse;
	width: 100%;
}

/* Structure */

.tablesaw th,
.tablesaw td {
}

.tablesaw thead tr:first-child th {
}



.tablesaw-enhanced .tablesaw-bar .btn {
	clear: both;
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
	/* Theming */
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
	text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-enhanced .tablesaw-bar .btn:active {
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
	outline: none;
}

.tablesaw-bar .btn:focus {
}

.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
	outline: none;
}

.tablesaw-bar .btn-select select {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	min-height: 1em;
}

.tablesaw-bar .btn-select select {
	opacity: 0;
	display: inline-block;
	color: transparent;
}

.tablesaw-bar .btn select option {
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
	/*min-width: 7.25em;
  text-indent: 0;*/
}

.ie-lte8 .tablesaw-bar .btn-select {
	min-width: 6.1em;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	top: 0;
}

.tablesaw-bar .btn.btn-small {
}

.tablesaw-bar .btn.btn-micro {
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
	text-align: left;
}

.tablesaw-bar .btn-select:after {
	content: " ";
	display: block;
	position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
}

.tablesaw-bar .btn-select:after {
	left: auto;
	right: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
	width: 1.2em;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
	box-sizing: border-box;
}

.tablesaw-advance .btn.btn-micro {
	font-size: .8125em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
	left: .5em;
	top: .65em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
	left: .5em;
	top: .65em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
	top: .45em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
	left: .6em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
	left: .7em;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
}

/* Table Toolbar */

.tablesaw-bar {
	clear: both;
}

.tablesaw-toolbar {
	float: left;
}

.tablesaw-toolbar label {
	clear: both;
	display: block;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
}

.tablesaw-bar .tablesaw-toolbar .btn {
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
	min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
}

.tablesaw-bar .tablesaw-toolbar select {
}

.tablesaw-toolbar ~ table {
	clear: both;
}

.tablesaw-toolbar .a11y-sm {
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

@media (min-width: 24em) {
	.tablesaw-toolbar .a11y-sm {
		clip: none;
		height: auto;
		width: auto;
		position: static;
		overflow: visible;
	}
}



table.tablesaw tbody th {
}

table.tablesaw thead th,
table.tablesaw thead td {
}

.tablesaw th,
.tablesaw td {
}

.tablesaw td,
.tablesaw tbody th {
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
}

.tablesaw thead {
}

.tablesaw thead th {
}

.tablesaw thead tr:first-child th {
}

/* Table rows have a gray bottom stroke by default */

.tablesaw tbody tr {
}

.tablesaw caption {
}

@media (min-width: 25em) {
	.tablesaw caption {
	}
}

/* Stack */

.tablesaw-cell-label-top {
}

.tablesaw-cell-label {
}

@media (min-width: 40em) {
	.tablesaw td {
	}
}

@media only all {
	.tablesaw-swipe .tablesaw-cell-persist {
	}

	.tablesaw-swipe .tablesaw-cell-persist {
	}
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
	display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
	/* Show the table cells as a block level element */

	.tablesaw-stack td,
	.tablesaw-stack th {
		text-align: left;
		display: block;
	}

	.tablesaw-stack tr {
		clear: both;
		display: table-row;
	}

	/* Make the label elements a percentage width */

	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
		width: 50%;
		display: inline-block;
	}

	.tablesaw td.a-center .tablesaw-cell-label{display: none;}
	.tablesaw td.a-center .tablesaw-cell-content{width: 100%; max-width: 100%; display: block;}
	.tablesaw td.a-center .tablesaw-cell-content .tablesaw-cell-content{display: inline-block;}

	/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

	.tablesaw-stack th .tablesaw-cell-label-top,
	.tablesaw-stack td .tablesaw-cell-label-top {
		display: block;
	}

	.tablesaw-cell-label {
		display: block;
	}

	/* Avoid double strokes when stacked */

	.tablesaw-stack tbody th.group {
		margin-top: -1px;
	}

	/* Avoid double strokes when stacked */

	.tablesaw-stack th.group b.tablesaw-cell-label {
		display: none !important;
	}
}

@media (max-width: 39.9375em) {
	.tablesaw-stack thead td,
	.tablesaw-stack thead th {
		display: none;
	}

	.tablesaw-stack tbody td,
	.tablesaw-stack tbody th {
		clear: left;
		float: left;
		width: 100%;
	}

	.tablesaw-cell-label {
		vertical-align: top;
	}

	.tablesaw-cell-content {
		max-width: 50%;
		display: inline-block;
	}

	.tablesaw-stack td:empty,
	.tablesaw-stack th:empty {
		display: none;
	}
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
	.tablesaw-stack tr {
		display: table-row;
	}

	/* Show the table header rows */

	.tablesaw-stack td,
	.tablesaw-stack th,
	.tablesaw-stack thead td,
	.tablesaw-stack thead th {
		display: table-cell;
		margin: 0;
	}

	/* Hide the labels in each cell */

	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
		display: none !important;
	}
}

.tablesaw-fix-persist {
	table-layout: fixed;
}

@media only all {
	/* Unchecked manually: Always hide */

	.tablesaw-swipe th.tablesaw-cell-hidden,
	.tablesaw-swipe td.tablesaw-cell-hidden {
		display: none;
	}
}

.btn.tablesaw-columntoggle-btn span {
	text-indent: -9999px;
	display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
	position: relative;
	/* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	/*padding: .5em;*/
}

.tablesaw-columntoggle tbody td {
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
	display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
	display: block;
	position: absolute;
	top: 2em;
	right: 0;
	z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
	margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
	.tablesaw-columntoggle th.tablesaw-priority-6,
	.tablesaw-columntoggle td.tablesaw-priority-6,
	.tablesaw-columntoggle th.tablesaw-priority-5,
	.tablesaw-columntoggle td.tablesaw-priority-5,
	.tablesaw-columntoggle th.tablesaw-priority-4,
	.tablesaw-columntoggle td.tablesaw-priority-4,
	.tablesaw-columntoggle th.tablesaw-priority-3,
	.tablesaw-columntoggle td.tablesaw-priority-3,
	.tablesaw-columntoggle th.tablesaw-priority-2,
	.tablesaw-columntoggle td.tablesaw-priority-2,
	.tablesaw-columntoggle th.tablesaw-priority-1,
	.tablesaw-columntoggle td.tablesaw-priority-1 {
		display: none;
	}
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	top: 0 !important;
	right: 1em;
	left: auto !important;
	width: 12em;
	max-width: 18em;
	margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
	outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
	.tablesaw-columntoggle th.tablesaw-priority-1,
	.tablesaw-columntoggle td.tablesaw-priority-1 {
		display: table-cell;
	}
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
	.tablesaw-columntoggle th.tablesaw-priority-2,
	.tablesaw-columntoggle td.tablesaw-priority-2 {
		display: table-cell;
	}
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
	.tablesaw-columntoggle th.tablesaw-priority-3,
	.tablesaw-columntoggle td.tablesaw-priority-3 {
		display: table-cell;
	}

	.tablesaw-columntoggle tbody td {
	}
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
	.tablesaw-columntoggle th.tablesaw-priority-4,
	.tablesaw-columntoggle td.tablesaw-priority-4 {
		display: table-cell;
	}
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
	.tablesaw-columntoggle th.tablesaw-priority-5,
	.tablesaw-columntoggle td.tablesaw-priority-5 {
		display: table-cell;
	}
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
	.tablesaw-columntoggle th.tablesaw-priority-6,
	.tablesaw-columntoggle td.tablesaw-priority-6 {
		display: table-cell;
	}
}

@media only all {
	/* Unchecked manually: Always hide */

	.tablesaw-columntoggle th.tablesaw-cell-hidden,
	.tablesaw-columntoggle td.tablesaw-cell-hidden {
		display: none;
	}

	/* Checked manually: Always show */

	.tablesaw-columntoggle th.tablesaw-cell-visible,
	.tablesaw-columntoggle td.tablesaw-cell-visible {
		display: table-cell;
	}
}

.tablesaw-columntoggle-popup .btn-group > label {
	display: block;
	white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
	position: relative;
}

.tablesaw-sortable thead tr th {
	vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
}

.tablesaw-sortable th.tablesaw-sortable-head button {
}

.tablesaw-sortable .tablesaw-sortable-head button {
	min-width: 100%;
	position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
	width: 7px;
	height: 10px;
	content: "\0020";
	position: absolute;
	right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
	content: "â†‘";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
	content: "â†“";
}

.tablesaw-sortable .not-applicable:after {
	content: "--";
	display: block;
}

.tablesaw-sortable .not-applicable span {
	display: none;
}

.tablesaw-advance {
	float: right;
}

.tablesaw-advance.minimap {
	margin-right: .4em;
}

.tablesaw-advance-dots {
	float: left;
	margin: 0;
	/*padding: 0;*/
	list-style: none;
}

.tablesaw-advance-dots li {
	display: table-cell;
	margin: 0;
}

.tablesaw-advance-dots li i {
	width: .25em;
	height: .25em;
	display: inline-block;
}

.tablesaw-advance-dots-hide {
	opacity: .25;
}
.search-autocomplete ul.bubble-elasticsearch li.title,
.search-autocomplete ul.bubble-elasticsearch li.title a {
	padding: 6px;
	background-color: #f4f4f4;
	color: #636363;
	text-transform: uppercase;
}

.search-autocomplete ul.bubble-elasticsearch {
	background-color: #fff;
	border: 1px solid #d5e4eb;
	border-bottom: 0;
}

.search-autocomplete ul.bubble-elasticsearch li {
	padding: 0;
	border-bottom: 1px solid #d5e4eb;
}

.search-autocomplete ul.bubble-elasticsearch li .image {
	float: left;
	margin-right: 6px;
	background-color: #fff;
}

.search-autocomplete ul.bubble-elasticsearch li a {
	display: block;
	padding: 6px;
	text-decoration: none;
}

.search-autocomplete ul.bubble-elasticsearch li.selected a {
	text-decoration: none;
	background-color: #ecf3f6;
}

.search-autocomplete ul.bubble-elasticsearch li .price-box {
	margin: 0;
}

.search-autocomplete ul.bubble-elasticsearch li a .price-box .minimal-price-link {
	padding: 0;
}

.search-autocomplete ul.bubble-elasticsearch li .clearer {
	clear: both;
}

ul.links
{
	margin-top: 4px;
}